html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 12px;
	font-family: Arial;
	vertical-align: baseline;
}

:focus {
	outline: none;
}

.clear {
	clear: both;
}

a {
	color: #2f4f7f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	text-align: left;
}

body {
	color: #2f4f7f;
	text-align: center;
	margin-bottom: 15px;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
}

#header {
	display: block;
	background: transparent url(../images/header_bg.jpg) no-repeat center top;
	height: 183px;
	margin-top: 20px;
}

#header a {
	display: block;
	width: 702px;
	height: 183px;
	text-indent: -9999px;
}

#content {
	overflow: hidden;
	position: relative;
}


#content p, #content h1 {
	font-size: 1.4em;
	font-weight: bolder;
	font-style: italic;
	text-align: center;
	margin: 14px 0;
}

#content h1 {
	font-style: normal;
}

#content table tr.titles {
	color: #FFF;
	background-color: #002e62;
	height: 30px;
	
}

#content table tr.titles th {
	padding-top: 7px;
}

#content table tbody tr {
	text-align: left;
}

#content table tbody tr td:first-child, #content table tbody tr th:first-child { padding-left: 40px; }

#content table {
	margin: 0 auto;
}

#nav ul {
	width: 496px;
	margin: 0 auto;
}

#nav li {
	float: left;
	margin: 0 10px;
	list-style: none;
}

#nav li a {
	background: transparent url('../images/home_buttons_bg.png') no-repeat;
	display: block;
	width: 228px;
	height: 107px;
	text-indent: -9999px;
}

#nav li#contact a {
	background-position: 0 -107px;
}

#content #locations ul li {
	background: transparent url('../images/info_icon_bg.png') no-repeat;
	width: 275px;
	margin-top: 40px;
	float: left;
	display: inline;
}

#content #locations ul li span {
	font-size: 1.2em;
	font-weight: bold;
}

#content #locations ul li {
	list-style: none;
	padding-left: 25px;
	padding-bottom: 12px;
	text-align: left;
}

#content #locations #urgent {
	background: #001d56;
	width: 300px;
	height: 276px;

	position: absolute;
	right: 0;
	bottom: 0;
}

#content #locations #urgent ul li {
	color: #FFF;
	margin-left: 25px;
	margin-top: 30px;
}

#content #locations #urgent h1 {
	margin: 10px 0 0 10px;
	text-align: left;
	text-transform: uppercase;
	font-weight: normal;
	padding: 0;
	color: #FFF;
}

#footer {
	margin-top: 50px;
}

#footer p {
	text-align: center;
}

#footer #info {
	font-weight: bolder;
	font-style: italic;
}

#footer #copy {
	color: #636363;
	margin-top: 5px;
}
