@charset "utf-8";
/* CSS Document */

/* Global overrides */

body, html {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

.clearer {
	clear: both;
}

/* General Template Structure */

body {
	background: #fff;
}

#shadow {
	background: url(../images/global/mainShadow.jpg) left top repeat-y;
	margin: 0 auto;
	padding: 0 18px;
	position: relative;
	width: 1000px;
}

#outer {
	width: 1000px;
}

#topnavback {
	background: url(../images/global/headerbackground.jpg) left top no-repeat;
	height: 86px;
	padding: 86px 0 0 0;
	width: 1000px;
}

#logo {
	left: 33px;
	position: absolute;
	top: 22px;
}

#mid {
	background: url(../images/global/mainShadow.jpg) left top repeat-y;
	left: 0;
	padding: 0 18px;
	position: absolute;
	top: 111px;
	width: 1000px;
}

/* Footer */

#footer {
	border-top: #1f4973 solid 1px;
	height: 75px;
	position: relative;
	width: 100%;
}

#footer #copyright {
	left: 25px;
	line-height: 61px;
	position: absolute;
	top: 0;
}

#footer #logos {
	display: block;
	left: 640px;
	position: absolute;
	top: 0;
}

#footer #logos img {
	display: block;
	margin-top: 12px;
	float: left;
}

#footer #logos span {
	display: block;
	float: left;
	padding: 13px 0 0 10px;
	width: 185px;
}

#bottomShadow {
	left: 0;
	position: absolute;
}

/* Navigation */

#topnav {
	padding: 0 9px 0 0;
	position: absolute;
	right: 0;
	top: 35px;
}

#midnav {
	position: absolute;
	right: 0px;
	top: 59px;
	z-index: 501;
}

#account {
	float: left;
	height: 26px;
}

#account ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#account ul li {
	float: left;
}

#account ul li a {
	border-left: 2px #606265 solid;
	padding: 0 11px;
}

#account ul li:first-child a {
	border-left: none;
}

#account ul ul {
	display: none;
}

#bluenav {
	background: url(../images/global/blue-nav-curve.png) left top no-repeat;
	float: left;
	height: 26px;
	margin: 0 18px 0 0;
	padding-left: 33px;
}

#bluenav ul {
	background: url(../images/global/blue-nav-back.png) left top repeat-x;
	float: left;
	height: 26px;
	list-style: none;
	margin: 0;
	padding: 0 0 0 68px;
}

#bluenav ul li {
	float: left;
	line-height: 26px;
	position: relative;
}

#bluenav ul li a {
	background: #1E4872;
	border-left: 2px #9ca9be solid;
	padding: 0 8px;
}

#bluenav ul li:first-child a {
	border-left: none;
}

#bluenav ul ul {
	background: none;
	border: 1px #9ca9be solid;
	display: none;
	float: none;
	height: auto;
	left: 0;
	padding: 0;
	position: absolute;
	top: 25px;
	width: 200px;
}

#bluenav ul ul li {
	display: block;
	float: none;
	line-height: 20px;
	margin: 0;
	padding: 0;
	width: 100%;
}

#bluenav ul ul li a {
	background: #1E4872;
	border-left: none;
	border-bottom: 1px #9ca9be solid;
	display: block;
	margin: 0;
	padding: 4px 10px;
	width: 180px;
}

#bluenav ul ul li a:hover {
	background: #0E3862;
}

#graynav {
	background: url(../images/global/gray-nav-back.png) left top repeat-x;
	height: 26px;
	left: 0;
	margin: 0 0 0 18px;
	position: absolute;
	top: 85px;
	width: 1000px;
	z-index: 500;
}

#graynav ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#graynav ul li {
	float: left;
	height: 26px;
	line-height: 22px;
	position: relative;
}

#graynav ul li a {
	border-left: 2px #fff solid;
	display: block;
	padding: 0 12px;
}

#graynav ul li:first-child a {
	border-left: none;
}

#graynav ul ul {
	background: none;
	border: 1px #fff solid;
	display: none;
	float: none;
	height: auto;
	left: 0;
	padding: 0;
	position: absolute;
	top: 25px;
	width: 250px;
}

#graynav ul ul li {
	display: block;
	float: none;
	height: auto;
	line-height: 20px;
	margin: 0;
	padding: 0;
	width: 100%;
}

#graynav ul ul li a {
	background: #C9CFD2;
	border-left: none;
	border-bottom: 1px #fff solid;
	display: block;
	margin: 0;
	padding: 4px 10px;
	width: 230px;
}

#graynav ul ul li a:hover {
	background: #b9bfc2;
}

/* Fonts */

body {
font-family: Arial, Helvetica, sans-serif;
}

#outer {
	font-family: Arial, Helvetica, sans-serif;
}

#topnav {
	color: #231f20;
	font-size: 14px;
}

#topnav a {
	color: #002d62;
	font-size: 8px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#account ul a {
	color: #1e4973;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

#bluenav ul a {
	color: #d6dfe4;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
}

#bluenav ul ul a {
	text-transform: none;
}

#graynav ul a {
	color: #002d62;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#graynav ul ul a {
	font-weight: normal;
	text-transform: none;
}

#footer #copyright {
	color: #231f20;
	font-size: 10px;
}

#footer #copyright a {
	color: #1f4973;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
}

#footer #logos {
	color: #231f20;
	font-size: 10px;
	text-decoration: none;
}