@charset "UTF-8";

body{
background:#F3F3F3 url(../images/bg_subpg.jpg) repeat-x scroll center top;	
	}


#cusServCntr {
	background-image:url(../images/contact/contact_bg_btm.png);
	padding:0;
	margin:0;
	}


.contactWrapper{
	width:100%;
	min-height:600px;
	position:relative;
	}
	
#contactHeroImage{
	background:transparent url(../images/contact/contact_hero.jpg) top right no-repeat;
	position:absolute;
	right:8px;
	top:0;
	width:466px;
	height:572px;
	
	}
	
	
#confirmHeroImage{
	background:transparent url(../images/contact/confirm_hero.jpg) bottom right no-repeat;
	position:absolute;
	right:8px;
	top:0;
	width:265px;
	height:612px;
	
	}
	
#contactBackground{
	background:#b8e063 url(../images/contact/form_bk.png) top left no-repeat;
	width:493px;
	position:relative;
	left:8px;
	top:0;
	
	}
	
	
#contactWrap{
	background:transparent url(../images/contact/form_edge.png) bottom right no-repeat;
	width:101%;
	position:relative;
	right:0;
	bottom:-4px;
	font:normal 15px/20px Helvetica,Arial,sans-serif;
	color:#3f4d22;
	}
	
#contactBackground.confirmation{
	width:700px;
	}
	
.confirmation #contactWrap{
	padding:25px 25px 0 25px;
	min-height:640px;
	width:654px;
	}

form#contactForm{
	padding:25px 35px 20px;
	min-height:528px;
	}
	
#contactWrap h1{
	font:normal 18px/22px Helvetica,Arial,sans-serif;
	color:#fff;
	margin:0 0 10px;
	float:none;
	}
	
	
.required{
	font-weight:bold;
	font-size:11px;
	
	}
	
#contactForm label{
	display:block;
	font-size:12px;
	margin:7px 0 0;
	
	}
	
#contactForm input.text{
	width:198px;
	height:22px;
	border:1px solid #7f9db9;
	
	}
	
#contactForm input.radio{
	vertical-align:text-bottom;
	}

#contactForm #pref_contact_label{
	position:relative;
	left:227px;
	top:-12px;
	margin-bottom:-68px;
	height:51px;
	padding:14px 0 0 28px;
	background:transparent url(../images/contact/choice_connector.gif) top left no-repeat;
	}

#pref_contact_label label{
	display:inline;
	}
	
#contactForm input.button{
	display:block;
	margin:8px 0 0;
	}
	
#contactForm input.inline-button{
	display:inline;
	margin:0 0 -5px 6px;
	}
	
	
/* Validation Errors */

#contactForm label.error{
	display:inline;
	float:none;
	clear:none;
	margin:3px 0 0 8px;
	
	}
	

/* 2-column fields */
.left{
	float:left;
	margin-right:10px;
	
	}
	

	
	
/* 3-column optional info */
h2{
	font-weight:bold;
	font-size:14px;
	margin:15px 0 10px;
	
	}
	
h2 em{
	font-weight:normal;
	color:#3F4D22;
	font-size:13px;
	font-style:normal;
	
	}
	
h3{
	color:#3F4D22;
	font-size:13px;
	margin:0 0 6px;
	
	}

.column{
	
	border-right:1px solid #fff;
	padding-right:8px;
	height:130px;
	}
	
#contactForm .column label{
	display:inline;
	}
	
#contactForm .column input.radio{
	top:3px;
	
	}
	
#contactForm .column input.text{
	margin:6px 0 3px;
	height:18px;
	
	}
	
#contactForm div.box{
	border:1px solid #fff;
	padding:0 4px;
	display:inline-block;
	margin:3px 0;
	
	}

.hint{
	color:#ccc;
	}


.right{
	border-right:0;
	}
	
	
	
/* Result Listing style overrides for Confirmation page */
#resultsListing h1{
	float:left;
	font-size:15px;
	}
	
	
img#titleImg{
	display:none;
	}
	
#resultsListing h3{
	margin-right:25px;
	
	}
	
	
#paginationHeaderFindBuilder{
	color:#686;
	}
	
#homeInfoBox{
	background-color:#fff;
	}