@charset "utf-8";
body {
	margin: 0px;
	left: 0px;
	top: 0px;
	background-color: #000000;
	background-image: url(images/page_bg.png);
	background-repeat: repeat-x;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#wrapper {
	width: 100%;
}
#top {
	width: 900px;
	margin: auto;
	padding-top: 80px;
	vertical-align: bottom;
}
#top .logo {
	width: 295px;
	float: left;
	background: url(images/logo.png) no-repeat scroll left top transparent;
	text-indent: -9999em;
	border: none;
	margin: 0;
	padding: 0;
}
#top .logo a {
	color: #FFFFFF;
	float: left;
	height: 48px;
	text-decoration: none;
	width: 295px;
}
ul#nav {
	float: right;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
ul#nav .level-1-li {
	cursor: pointer;
	display: inline;
	float: left;
	overflow: hidden;
	position: relative;
	width: auto;
	z-index: 99;
}
#nav .level-1-a {
	float: left;
	margin: 25px 15px 2px;
	text-align: center;
}
#nav .level-1-a, #nav li label {
	color: white;
	font-size: 0.9em;
	font-weight: 600;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: uppercase;
}
#nav .level-1-a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
#splash-container {
	width: 884px;
	margin: auto;
	height: 290px;
	border: 8px solid #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
}
.wrapper {
	margin: 0 auto;
	text-align: left;
	width: 884px;
	position: relative !important;
}
#splash {
	margin: 0px;
	float: left;
	height: 290px;
	list-style: none outside none;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 884px;
	z-index: 90;
}
#splash li {
	float: left;
	height: 290px;
	overflow: hidden;
	position: absolute;
	width: 884px;
}
#splash-nav  {
	display: none;
	left: 14px;
	list-style: none outside none;
	padding: 0;
	position: absolute;
	top: 255px;
	z-index: 99;
}
#splash-nav li {
	background: url(images/splash.nav.png) repeat scroll 0 0 transparent;
	cursor: pointer;
	float: left;
	height: 15px;
	margin-right: 1px;
	width: 30px;
}
div#contentwrapper {
	border-top-width: 15px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #990000;
	border-bottom-color: #990000;
	background-image: url(images/bottom_bg.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
div#contentbody {
	width: 900px;
	margin: auto;
	vertical-align: top;
	padding-top: 15px;
}

div#textbox {
	background-color: #FFFFFF;
	background-image: url(images/textbox_bg.png);
	background-repeat: repeat-y;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-position: top right;
	float: left;
}
div#quicklinkspane {
	width: 340px;
	background-image: url(images/quick_links_pane.png);
	background-repeat: no-repeat;
	height: 161px;
	float: left;
	margin-left: 460px;
	padding-left: 50px;
	padding-top: 15px;
	padding-right: 50px;
	margin-top: -250px;
}


div#footer {
	background-color: #000000;
	width: 900px;
	margin: auto;
}
div#footerleftpane {
	width: 295px;
}

div#bottomnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
	margin-left: 135px;
	margin-top: 45px;
	float: left;
	width: 470px;
}


h1 {
	font-family: "Minion Pro SmBd", Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	color: #990000;
	padding-bottom: 5px;
	margin-top: 15px;
	margin-bottom: -10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
h2 {
	font-size: 34px;
	color: #990000;
	font-family: "Minion Pro SmBd", Georgia, "Times New Roman", Times, serif;
	margin-bottom: -10px;
	margin-top: 10px;
}
span.bodytext {
	font-size: 14px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
span.bottomnavitem {
	margin: 15px;
	padding-bottom: 2px;
}
span.infoheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
span.infotext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}
a.topnavitem {
	color: #FFFFFF;
	text-decoration: none;
}
