@charset "utf-8";
/* CSS Document */

body {
	background: #989db9 url(images/img01_4.jpg) repeat-x top left;
	font-family: Times New Roman;
	font-size: .9em;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 125%;
}

a {
	color: #2f6395;
}

a:hover {
	text-decoration: none;
	color: #234875;
}

hr {
	display: none;
}

#header {
	width: 800px;
	height: 330px;
	margin: 0 auto;
	background: url(images/banner_skyline.jpg) no-repeat top left;
}

/* Menu */
#navbar {
	position:absolute;
	top: 315px;
	margin: 0 auto;
}

#nav { /* all lists */
	float: left;
	list-style: none;
	width:800px;
}

#nav ul { /* all lists */
	margin: 23px 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#nav li { /* all list items */
	float: left;
	margin: 0 4px 0 0;
}

#nav li.first a{
	display:block;
	background: #fff;
	padding: 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #000;
}

#nav a {
	display: block;
	background: #005c96;
	padding: 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
}
#nav a:hover{
	text-decoration: none;
	background: #fff;
	padding: 10px;
	color:#000;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #005c96;
	border: 1px solid #003366;
	height: auto;
	/*padding: 0;*/
	margin: 0px;
	width: 175px;
	/*float: left;*/
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li li {
	margin: 0;
	/*display: block;*/
	width:100%;
	border-bottom: 1px solid #003366;
}

#nav li li a {
	text-decoration: none;
}

#nav li ul.second a {
	display: block;
	background: #005c96;
	padding: 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
}

#nav li li a:hover{
	display:block;
	background: #fff;
	padding: 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #000;
}

#nav li:hover ul, #nav li.sfhover ul{ /* lists nested under hovered list items */
	left: auto;
}
/* Page */

#page {
	width: 780px;
	margin: 0 auto;
	margin-top:40px;
	padding: 10px;
	background-color:#FFF;
	color:#000;
}

#relatedlinks {
	width:200px; margin-left:10px; float:right; padding:10px;
	background-color:#d7d7d7; color:#000;}

#relatedlinks p {
	margin-top:0px;
	line-height:125%;
}

#relatedlinks h2 {
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	font-size:100%;
}

/* Footer */

#footer {
	clear: both;
	width: 750px;
	height: 25px;
	margin: 0 auto;
	padding: 15px 0px;
	font-size:11px;
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #FFFFFF;
	text-align:center;
}

#footer a {
	color: #FFFFFF;
}

#footer .legal {
	float:none;
}