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

*{
	margin: 0;
	padding: 0;
}
body{
	font-family: Verdana, Geneva, sans-serif;
}
#wrapper{
	width: 980px;
	margin: 0 auto;
}
#header{
	width: 100%;
	height: 55px;
	font-size: .75em;
}
#header img{
	float: left;	
	display: inline;
}
#header_mid{
	float: left;
	display: inline;
	margin-left: 100px;
	width: 350px;
	position: relative;
	top: 17px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif !important;
	color: #F00;
	font-weight: bold;
	font-size: 1.25em;
}
#header_right{
	float: right;
	display: inline;
	width: 250px;
	position: relative;
	top: 25px;
	text-align: right;	
}
#member_log{
	display: inline;
	height: 20px;
	float: left;
	border-right: 1px solid #cbcbcb;
	padding-right: 10px;
	margin-right: 5px;
}
#nav{
	height:38px;
	width: 980px;
	background: url(_gfx/nav.gif) 0 0 no-repeat;
}
#nav ul{
	height: 38px;	
}
#nav ul li{
	display: block;
	float: left;
	height: 38px;	
	list-style: none;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.063em;
}
#nav ul li a{
	color: #fff;
	float: left;
	height: 29px;	
	display: block;
	width: auto;
	padding: 9px 25px 0 25px;
}
#nav ul li a:hover{
	text-decoration: none;	
	background: url(_gfx/a_hover.gif) 0 0 repeat-x;
}
#info p{
	margin: 5px 0;
	text-align: right;
	font-size: .688em;
	color: #003366;
}
#info p span{
	color: #ff8a00;	
	padding-right: 10px;
}
#attn{
	background: url(_gfx/home_main.gif) 0 0 no-repeat;
	padding-top: 175px;
}
#total_vis{
	background: url(_gfx/totalvis_bg.gif) 0 0 no-repeat;
	width: 935px;
	height: 40px;
	margin: 0 auto;
}
#total_vis #visitors{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	float: left;
	display: inline;
	font-size: 1.063em;
	position: relative;
	top: 10px;
	left: 25px;
}
#total_vis #stats{
	text-align: right;
	font-size: .688em;
	position: relative;
	top: 13px;
	right: 25px;
}
#total_vis #stats a{
	text-decoration: underline;
}
#specs div{
	float: left;
	display: inline;
	width: 475px;
	margin-left: 10px;
	margin-top: 10px;
}
#specs ul{
	margin-top: 3px;	
}
#specs ul li{
	display: block;
	list-style: none;
	width: 425px;
	padding-left: 50px;
	height: 29px;
	margin-bottom: 4px;
	padding-top: 4px;
	background: url(_gfx/spec_list.gif) 0 0 no-repeat;
	color: #0f3264;
	font-size: 1.125em;
}
#specs .cta{
	margin-left: 155px;	
	width: 250px;
	font-size: .688em;
}
#footer{
	width: 100%;
	text-align: center;
	border-top: 1px solid #cbcbcb;
	margin-top: 10px;
	padding: 10px 0;
}
#footer .copy{
	font-size: .625em;	
}
#footer .copy span{
	color: #8f8fa2;	
}
a{
	color: #003366;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a img{
	border: none;	
}


#content{
	font-family: Arial, Helvetica, sans-serif;	
}

#content h3, #login_content h3{
	width: 940px;
	margin: 0 auto;
	background: url(/_gfx/table_title.gif) 0 0 repeat-x;
	color: #fff;
	height: 26px;
	padding-top: 5px;
	text-align: center;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.063em;	
}
#content .adcenter{
	font-size: .75em;
	width: 940px;
	margin: 0 auto;
	margin-bottom: 15px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#content .adcenter tr th, #content .adcenter tr td{
	padding: 7px 5px;
	border-bottom: 1px solid #ccc;
}
#content .adcenter .green{
	color: #093;	
}
#content .adcenter .red{
	color: #F00;	
}

#content .text_form label, #login_content label{
	display: block;
	width: 200px;
	margin-top: 10px;
	float: left;
	clear: both;
}
.orangehead{
		display: block; 
		font-family: Arial, Verdana; !important;
		color: #000 !important;
		font-size: 1.35em !important;
		font-weight: bold;
		text-align: left;
		background: none !important;
		width: 350px !important;
		padding: 5px 0px;
		border: none !important;
	}
