/* Reset CSS (for browser consistency) */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:middle;background:transparent}body{line-height:1;font-family:verdana,arial;padding:0}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}ul,ol{list-style-position:inside}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
/* End reset */


body {
	background-color:#E0E0E0;
}

.clear {
	clear:both;
}

em { 
	vertical-align:top;
}

.error_txt {
	color:#F00;
	font-size:11px;
	clear:both;
	margin-top:12px;
}

.thide, .processing {
	display:none;
}

#maincontainer {
	width: 900px; /*Width of main container*/
	margin: 0 auto 30px auto; /*Center container on page*/
	background-color:#FFF;
}

#header {
}

#header img {
	margin:0px;
	float:left;
	display:inline;
}

#contentwrapper{
	float: left;
	clear:both;
	width: 898px;
	background:url('../images/indexContainer_bg.jpg') repeat-x; 
	border-width: 1px;
	border-style: solid;
	border-color: #A9C6E0;
	border-top-style: none;
	background-color: #E9F1F7;
}

#content{
	font-family: arial;
	font-weight: normal;
	font-size: 14px;
	color: #000000;
	text-align: left;
	padding: 20px 20px 30px 40px;
	line-height: 16px;
}

#right_col {
	width:433px;
	float:right;
	display:inline;
	font-family: arial;
	font-weight: normal;
	font-size: 14px;
	margin-top: 18px;
}

#left_col {
	float:left; 
	display:inline; 
	width:410px; 
	padding:21px 20px 25px 35px; 
	font:Arial;
}


#right_col #form_container {
	float:left; 
	clear:both; 
	display:inline; 
	background:url('../images/indexForm_bg.jpg') repeat-x; 
	text-align:left; 
	border-width: 1px;
	border-style: solid;
	border-color: #7A0101;
	border-top-style: none;
	width: 92%;
	 
}


#left_col #form_container strong {
	color:#000;
}

#step1Form, #myForm {
	width:90%;
	margin:0px 0 15px 40px;
	color:#000;
}

#step1Form table tr td {
	white-space:normal;
	vertical-align:top;
	padding-bottom:5px;
}

#step1Form table tr td input {
	margin:3px;
	padding:0;
	width:13px;
	height:13px;
}

#step1Form select, #step1Form input[type=text]{
	border:1px solid #FFBB2E;
	height: 20px;
}

select{
	border:1px solid #FFBB2E;
}

.contact_prompt {
	float:left;
	clear:both;
	width:110px;
	font-weight: bold;
	text-align: right;
	font-size: 12px;
	line-height: 26px;
	padding-right: 8px;
	vertical-align: middle;
}

.contact_field {
	float:left;
	width:160px;
	font-size: 12px;
	line-height: 26px;
}

.prequal_prompt {
	padding-top:8px;
	padding-bottom:10px;
	font-weight: bold;
	width: 290px;
	line-height: 21px;
}

.prequal_field {
	padding-top:8px;
	padding-left: 25px;

}

.contact_field input {
	margin:0;
	padding:0;
}

#button{
	text-align:center;
	padding-top:22px;
	width:330px;
}


.ty_box {
	width:740px;
	background-color:#FFF;
	color:#036;
	margin:15px 0px 46px 28px;
}

.ty_box h3 {
	font:bold 13px Arial;
	color:#960;
	margin:0;
	padding:0;
}

.ty_box a {
	color:#036;
	text-decoration:underline;
}


#footer {
	clear:both;
	width:100%;
	font:11px Arial;
	color: #666666;
	background-color: #E0E0E0;;
	text-align: center;
}

#footer_txt {
	padding-top:15px;
}

#footer_txt a {
	text-decoration:none;
	color: #003399;
}

#footer_txt a:hover {
	text-decoration:underline;
}
