@charset "utf-8";
/* CSS Document */

*, html, body {
	margin: 0;
	padding: 0;
}
body {
	font: normal normal 11px Verdana, Geneva, sans-serif;
	color: #666;
	line-height: 15px;
	background-color: #dbdbdb;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}
.alignright {
	float: right;
}
.right {
	text-align: right;
}
.alignleft {
	float: left;
}
.clear {
	clear: both;
}
.separator {
	float: left;
	width: 30px;
	height: 1px;
	display: block;
}
.tab, pre {
	padding-left: 20px;
	width: 510px;
}
#typography .tab p {
	width: 510px;
}
#container {
	background: #fff url(../images/body_bg.png) repeat-y top left;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 10px;
	width: 930px;
}
/* HEADER STYLES */

#header {
	background: url(../images/header_bg.png) no-repeat left top;
	height: 122px;
}
#logo {
	float: left;
	height: 87px;
	margin: 35px 0 0 14px;
	width: 314px;
}
#logo h1 {
	height: 87px;
	width: 314px;
	margin: 0;
	padding: 0;
}
#logo h1 a {
	display: block;
	height: 87px;
	width: 314px;
	background: url(../images/logo_bg.png) no-repeat left center;
	float: left;
}
#logo h1 a span {
	display: none;
}
#navigation {
	float: left;
	margin: 24px 0 0 33px;
	width: 430px;
}
#nav {
	list-style: none;
	height:69px;
	margin: 0;
	padding: 0;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 10;
}
#nav a {
	color: #666666;
	display: block;
	font: normal normal 14px Arial, Helvetica, sans-serif;
	line-height: 18px;
	padding: 0 0 0 8px;
}
#nav a:hover {
	padding: 0 0 0 8px;
}
#nav a.current {
	text-decoration: underline;
}
#nav li {
	float: left;
	border-left: solid 1px #c6c6c6;
	width: 85px;
	height: 69px;
}
#nav li li {
	float: left;
	width: 86px;
	height: 24px;
	border: none;
}
#nav li li a, #nav li li a:link, #nav li li a:visited {
	width: 76px;
	background: #2da7e6;
	float: none;
	height: 23px;
	padding: 0 0 0 10px;
	border-bottom: 1px solid #fff;
	font: normal normal 11px Verdana, Geneva, sans-serif;
	color: #fff;
	line-height: 23px;
}
#nav li li a:hover, #nav li li a:active {
	padding: 0 0 0 10px;
	color: #fff;
}
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}
#nav li:hover ul {
	left: auto;
	display: block;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#topButtons {
	float: right;
	margin: 9px 35px 0 0;
	width: 87px;
	height: 39px;
	background: url(../images/top_buttons.png) no-repeat right top;
	text-align: left;
}
#topButtons a.sitemap {
	float: left;
	width: 25px;
	height: 39px;
	display: inline-block;
}
#topButtons a.email {
	float: left;
	width: 33px;
	height: 39px;
	display: inline-block;
}
#topButtons a.home {
	float: left;
	width: 29px;
	height: 39px;
	display: inline-block;
}
#topButtons a:hover.sitemap, #topButtons a.sitemap.active {
	background: url(../images/sitemap_hover.png) no-repeat left top;
}
#topButtons a:hover.email, #topButtons a.email.active {
	background: url(../images/email_hover.png) no-repeat left top;
}
#topButtons a:hover.home, #topButtons a.home.active {
	background: url(../images/home_hover.png) no-repeat right top;
}
/* BANNER STYLES */

#homeBanner {
	width: 930px;
	float: left;
	background: url(../images/home_banner.png) no-repeat left top;
	height: 270px;
	position: relative;
	margin: 0 0 4px 0;
}
#homeBanner .title {
	margin: 69px 0 8px 55px;
	font: normal normal 14px "Lucida Sans", "Lucida Grande", sans-serif;
	color: #004e8b;
	line-height: 14px;
	width: 220px;
}
#homeBanner .description {
	margin: 0 0 0 55px;
	width: 215px;
}
#homeBanner .slogan {
	position: absolute;
	top: 62px;
	left: 321px;
	width: 592px;
	font: normal normal 23px Verdana, Geneva, sans-serif;
	color: #fff;
	line-height: 23px;
	text-align: center;
}
#homeBanner p.indent {
	padding-left: 150px;
}
#banner {
	width: 930px;
	float: left;
	height: 187px;
	position: relative;
	margin: 17px 0 26px 0;
	background: url(../images/banner.png) no-repeat left top;
}
#banner .title {
	margin: 26px 0 2px 55px;
	font: normal normal 14px "Lucida Sans", "Lucida Grande", sans-serif;
	color: #004e8b;
	line-height: 14px;
	width: 220px;
}
#banner .description {
	margin: 0 0 0 55px;
	width: 215px;
}
#banner .slogan {
	position: absolute;
	top: 52px;
	left: 321px;
	width: 592px;
	font: normal normal 23px Verdana, Geneva, sans-serif;
	color: #fff;
	line-height: 23px;
	text-align: center;
}
/* SIDEBAR STYLES */

#sidebar {
	float: left;
	width: 321px;
}

#sidebar ul {
	list-style: none;
	margin: 0 0 0 54px;
	padding: 0 0 48px 0;
	float: left;
	width: 242px;
}
html #sidebar ul {
	margin-left: 27px;
}
#sidebar li {
	list-style: none;
	margin: 14px 0 0 0;
	padding: 0 0 12px 0;
	border-bottom: 1px dotted #b8b8b8;
	width: 242px;
	float: left;
}
#sidebar li h3 {
	font: normal bold 10px Verdana, Geneva, sans-serif;
	line-height: 15px;
	margin: 0 0 3px 0;
}
#sidebar li .info {
	padding: 0 0 0 8px;
	font: normal normal 10px Verdana, Geneva, sans-serif;
	line-height: 15px;
}
#sidebar li .info.large {
	font: normal normal 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #b2b394;
}
#sidebar li.noborder {
	border: none;
}
.twitter {
	background: url(../images/twitter.png) no-repeat left top;
	width: 98px;
	height: 98px;
	display: block;
	margin: 13px 0 0 45px;
}
/* FOOTER STYLES */

#footer {
	width: 930px;
	margin: 0 auto;
	padding: 0 10px;
	background: url(../images/footer_bg.png) no-repeat top left;
	height: 44px
}
#footer p {
	margin: 0 0 0 28px;
	padding: 2px 0 0 0;
	line-height: 43px;
	font-size: 10px;
	text-align: center;
}
/* SEARCH */
#SearchResults {
	list-style: none;
}
#SearchResults p {
	margin-left: 18px;
}
/* MISC */
#sitemap-list {
	list-style: none;
}
p.staticSpacer {
	height: 240px;
	max-width: 224px;
	margin-bottom: 15px;
}