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

body {
	background-color: #f9f9f9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	text-decoration: none;
}

a:visited {
	text-decoration:none;
	color:#900;
}

hr {
	border: 1px solid #cccccc;
}

.headerleft {
	float:left;
	width:377px;
	height: 119px;
	background:url(../images/header_left.jpg) no-repeat;
	position: absolute;
}

.headerright {
	float:right;
	width:100%;
	height:119px;
	background:url(../images/header_right.jpg) repeat-x;
	text-align:left;
}

.clear {
	clear:both;
	display:block;
}

.navigation {
	height:57px;
	margin-top:2px;
	margin-left:377px;
}

.whiteheader {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#FFF;
	line-height:30px;
}

.contentleft {
	margin-left:50px;
	float:left;
	width: 358px;
	height: 300px;
	position:absolute;
}

.contentright {
	text-align:left;
	float:right;
	width: 666px;
	height:100%;
	position:relative;
}

.normaldark {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height:25px;
	color:#333;
}

.normaldark2 {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height:18px;
	color:#333;
}

.lgdark {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	line-height:22px;
	color:#333;
}

.lgdarkred {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	line-height:22px;
	color:#600;
}

.lgdarkblue {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	line-height:22px;
	color:#039;
}
	
.normalblue {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height:17px;
	color:#039;
}

.normalred {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height:17px;
	color:#600;
}

.botqb {
	background:url(../images/bot_qb.jpg) no-repeat;
	width: 979px;
	height: 90px;
	margin-left:50px;
	padding: 44px 0 0 10px
}

.signup {
	background:url(../images/signup_bg.jpg) repeat-x;
	width: 100%;
	height: 25px;
	padding: 10px 0 0 60px;
}

.footer {
	background:url(../images/footer_bg.jpg) repeat-x;
	width:100%;
	height:185px;
	padding-top:2px;
}

.footer_left{
	background:url(../images/footer_left.jpg);
	width:402px;
	height:183px;
	/* margin-top:2px; */
	position:absolute;
	margin-left:50px;
}

.footer_right{
	background:url(../images/footer_right.jpg) ;
	height: 183px; 
	width:622px;
	margin-top:0px;
	margin-left: 460px;
}

.altfooter {
	background:url(../images/alt_footer_bg.jpg) repeat-x;
	width:100%;
	height:185px;
	padding-top:2px;
}

.altfooter_left{
	background:url(../images/alt_footer_left.jpg);
	width:402px;
	height:183px;
	/* margin-top:2px; */
	position:absolute;
	margin-left:50px;
}

.altfooter_right{
	background:url(../images/alt_footer_right.jpg) ;
	height: 183px; 
	width:622px;
	margin-top:0px;
	margin-left: 460px;
}

.hq_info{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:white;
	padding:55px 0 0 30px;
}

.copy {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:white;
	margin: 40px 0 0 30px;
}

.gradient {
	background:url(../images/gradient.jpg) repeat-x;
	width:100%;
	height:30px;
}
	
