@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1c3257;
	background-image: url('../imgs/common/bg.png');
	background-color: #006699;
	margin: auto;
}


#mainwrapper {
	width: 777px;
	margin: auto;
}

#maincontent {
	background-image: url('../imgs/common/copy_header_bg.png');
	background-repeat: no-repeat;
	width: 380px;
	float: left;
	}

#contentwrapper {
	background-image: url('../imgs/common/content_main_bg.png');
	margin: 0px;
	padding: 6px 0px 0px 8px;
	background-repeat: repeat-y;
	}
	
#copy {
	background-image: url('../imgs/common/copy_bg.png');
	margin-top: 25px;
	background-repeat: repeat-y;
	padding: 1px 15px 10px 10px;
}

h1 {
	font-size: 18px;
	border-bottom: 2px solid #3a6cbf;
	padding-bottom: 5px;
}

h2 {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #0099CC;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 5px;
	padding: 3px 0 2px 5px;
	border-bottom: 2px solid #0066CC;
}

#benefits {
	padding-top: 15px;
}

.required {
	color: #FF0000;
	font-size: 16px;
	vertical-align: top;
    }

#required {
	color: #FF0000;
	font-size: 16px;
    }
	
.emailFormError {
	background-color: #E10000;
	color: #FFFFFF;
}	
	
.form_fill_focus, .login_focus {
   background-image:url('../imgs/form/loginbg.gif');
   border-bottom:#ffc1bc solid 2px;
   border-left:#f41808 solid 2px;
   border-right:#ffc1bc solid 2px;
   border-top:#f41808 solid 2px;   
   color: #1c3257;
   text-indent: 3px;
	width: 205px;   
   }
   
.form_fill, .login {
	background-image:url('../imgs/form/loginbg.gif');
	border-bottom:#8195d9 solid 2px;
	border-left:#3a6cbf solid 2px;
	border-right:#8195d9 solid 2px;
	border-top:#3a6cbf solid 2px;
	color: #999999;
	text-indent: 3px;
	width: 205px;
   }
   
   .form_fill1 {
	background-image:url('../imgs/form/form_fill_bg_one.gif');
	border-bottom:#8195d9 solid 2px;
	border-left:#3a6cbf solid 2px;
	border-right:#8195d9 solid 2px;
	border-top:#3a6cbf solid 2px;
	color: #999999;
	text-indent: 3px;
	background-repeat: no-repeat;
	width: 315px;
    } 

	
.form_fill_focus1 {
	background-image:url('../imgs/form/form_fill_bg_one.gif');
	border-bottom:#ffc1bc solid 2px;
   border-left:#f41808 solid 2px;
   border-right:#ffc1bc solid 2px;
   border-top:#f41808 solid 2px;
	color: #1c3257;
	text-indent: 3px;
	background-repeat: no-repeat;
	width: 315px;
    }	

#copybottom {
	background-image: url('../imgs/common/copy_bottom_bg.png');
	background-repeat: no-repeat;
	height: 18px;
}

#rightcontent {
	margin-top: 0px;
	float: right;
}

#testamonials, #numbers {
	background-image: url('../imgs/common/testimonial.png');
	background-repeat: no-repeat;
	width: 187px;
	margin-right: 8px;
	float: right;
	
}

#testamonialheading, #numbersheading {
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 15px;
}

#testamonialcopy, #numberscopy {
    background-image: url('../imgs/common/testimonial_bg.png');
	margin-top: 6px;
	background-repeat: repeat-y;
	padding: 15px 10px 10px 10px;
	}
	
	
#testamonialcopybottom, #numberscopybottom {
	background-image: url('../imgs/common/testimonial_bottom.png');
	background-repeat: no-repeat;
	height: 27px;
}		

/* BOF HEADER */
#headerwrapper {}

#header {
	background-image: url('../imgs/common/header_bg1.png');
	background-repeat: no-repeat;
	background-position:top;
	height: 140px;
	}

#logo {
	margin: 46px 0px 0px 13px;
	position: absolute;
}	
/* EOF HEADER */

/* BOF FOOTER */
#footerwrapper {
	margin: 0px;
	padding: 0px;
}
#footer {
	background-image: url('../imgs/common/footer_bg.png');
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 44px;
	background-position: bottom;
}
#legal {
	text-align: center;
	padding-top: 12px;
}
/* EOF FOOTER */

