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

body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #000000;
	background: #000000 url(../img/bg.jpg) 50% repeat-y;
	margin: 0;
}

body, html{
	height: 100%;
}

a {
	color: #3c74b1;
}

h1 {
	color: #3c74b1;
	font-size: 200%;

}

h2 {
	color: #fff;
	font-style: italic;
	font-size: 170%;
	margin-bottom: 0px;
}

/* Layout Styling */

#top {
	width: 100%;
	height: 45px;
	/* background: #000 url(../img/top.jpg) center no-repeat; */
	background-color: #000;
}

#header {
	width: 100%;
	height: 285px;
	background-color: black;
}

#middle {
	margin: 0 auto;
	width: 766px;
	height: 25px;
	background-image: url(../img/middle.jpg);
}

#contentWrapper {
	margin: 0 auto;
	width: 766px;
	padding-bottom: 25px;
	background-color: #fff;

}

#content {
	margin: 0 auto;
	width: 92%;
	padding-top: 15px;
}

 #footer {
	position: relative;
	height: 25px;
	background: url(../img/footerNoLogo.jpg) center bottom no-repeat;
	width: 100%;
	left: 0;
	margin: 0;
} 

#callOut {
	margin: 0 auto;
	width: 95%;
	border: 2px solid #e0e0e0;
	background-color: #3c74b1;
	padding: 20px;
	margin-top: 40px;
	margin-bottom: 40px;
	color: white;
	font-size: 110%;
	font-weight: bold;
}


/* Navigation Styling */

#navAbsolute {
	width: 100%;
	position: absolute;
	top: 45px;
	text-align: center;
}
#navigation {
	margin: 0 auto;
	width:766px;
	font-size:100%;
	position: relative;
	top: 243px;
	_line-height: normal;
}

#navigation ul{
list-style-type: none;
margin:0;
margin-left: 20px; /*Left offset of entire tab menu relative to page*/
padding:0;
_margin-left: 3px;
}

#navigation li{
display:inline;
margin:0;
padding:0;
}

#navigation a{
float:left;
background: transparent url(../img/navLeft.png) no-repeat left 0px;
margin:0;
margin-right: 3px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
height: 42px;
_width: 100px;
_text-align: center;
_height: 21px;
_padding: 0 0 0 6px;

}

#navigation a.ie6HomeBtn {
	_width: 55px;
}

#navigation a span{
float:left;
display:block;
background:transparent url(../img/navie6.png) no-repeat right 0px;
_background:transparent url(../img/navie6.png) no-repeat right 0px;
padding: 7px 12px 2px 3px;
font-weight:bold;
color:#032e63;
height: 33px;
_padding: 6px 3px 4px 3px;
_height: 32px;
font-size: 10px;
text-align: center;

}

/* callOut Div List Stling */
#callOut {
	margin-top: 40px;
}

#callOut ul {
	list-style-image: url(../img/bullet.png);
	margin-top: 0;
}

#callOut ul li {
	margin: 0;;
	font-size: 14px;
}



/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation a span {float:none;}
/* End IE5-Mac hack */

#navigation a:hover span {
color: white;
}

#navigation #current a{ /*Selected Tab style*/
background-position:0 -42px; /*Shift background image up to start of 2nd tab image*/
}

#navigation #current a span{ /*Selected Tab style*/
background-position:100% -42px; /*Shift background image up to start of 2nd tab image*/
color: white;
}

#navigation a:hover{ /*onMouseover style*/
background-position:0% -42px; /*Shift background image up to start of 2nd tab image*/
}

#navigation a:hover span{ /*onMouseover style*/
background-position:100% -42px; /*Shift background image up to start of 2nd tab image*/
}

</style>

<!--[if IE]>
<style type="text/css">
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
