@charset "UTF-8";
/* CSS Document */


body {
	text-align: center;
	min-width: 785px;
	background-color: #c2d9eb;
	background-image: url(images/backgrnd.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#wrapper {
	width: 765px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/blue_bkgrnd.gif);
	background-repeat: repeat-y;
	background-color: #FFF;
	border: 1px solid #999;
}
#masthead-blue {
	background-image: url(images/masthead.gif);
	background-repeat: repeat-x;
}
#container {
	width: 500px;
	float: right;
	padding-top: 6px;
}

#nav, #nav ul { /* all lists */
	list-style: none;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	font-style: normal;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#nav a:link {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding-right: 1.75em;
}
#nav a:visited {
	display: block;
	color: #CFF;
	text-decoration: none;
	padding-right: 1.75em;
}
#nav a:hover {
	display: block;
	color: #FF0;
	text-decoration: none;
	padding-right: 1.75em;
}

#nav li { /* all list items */
	float: left; /* width needed or else Opera goes nuts */
	padding-right: 1.75em;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 13em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-left: 3px;
	background-color: #009fc2;
	border-top-width: 3px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #00437b;
	border-bottom-color: #00437b;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#content {
	clear: left;
	color: #ccc;
}


#container h1, #container h2, #container p {
	padding-left: 20px;
}


#left {
	width: 255px;
	float: left;
	background-color: #00437b;
	background-image: url(images/blue_bkgrnd.gif);
}
#left p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #EEE;
	padding-right: 20px;
	padding-left: 20px;
}
#left td {
	color: #FFF;
}
#clearzone {
	clear: both;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #999;
	text-align: center;
	padding-left: 270px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 5px;
	padding-bottom: 10px;
}


#content {
	padding-top: 5px;
}
#content p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666;
	padding-bottom: 3px;
	padding-right: 20px;
}
#content h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #00437b;
	padding-right: 20px;
}
.right {
	float: right;
	padding-left: 10px;
}
.left {
	float: left;
	padding-right: 10px;
}
.center {
	text-align: center;
}
#content h2 {
	color: #00437b;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: -10px;
}
.blue-bold {
	font-weight: bold;
	color: #00437b;
	margin-bottom: -7px;
	display: block;
}
#content .pullquote {
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	color: #00437b;
}
#content li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666;
	padding-bottom: 3px;
	padding-right: 20px;
	list-style-type: square;
}
.clear {
	clear: both;
}
#content td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666;
}
