/************** Start Body **************/
#banner{
	background-image:url(../images/contact_us/banner_old.jpg);
	background-repeat:no-repeat;
	height:172px;
}

#topBlue{
	background-image:url(../images/top_blue_bar.jpg);
	background-repeat:no-repeat;
	height:30px;
}

#custServ{
	font:20px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#B8952F;
	position:relative;
	top:20px;
	left:82px;
}

#bodyCopy{
	position:relative;
	top:15px;
	left:82px;
}

#contactForm{
	position:relative;
	top:45px;
	left:82px;
}

#firstName{
	position:relative;
	left:30px;
}

#lastName{
	position:relative;
	left:30px;
}

#email{
	position:relative;
	left:56px;
}

#address{
	position:relative;
	left:43px;
}

#city{
	position:relative;
	left:70px;
}

#state{
	position:relative;
	left:61px;
}

#zipCode{
	position:relative;
	left:42px;
}

#policy{
    position: relative;
    left: 19px;
}

#loan{
    position: relative;
    left: 25px;
}

#phone{
	position:relative;
	left:55px;
}

#commLabel, #commStar{
	position:relative;
	top:-70px;
}

#comments{
	width:300px;
	height:100px;
	position:relative;
	left:40px;
}

#submitBtn{
	position:relative;
	top:15px;
	left:97px;
}

.buttonSubmit{
	background: url(../images/contact_us/sbmt_btn.png) no-repeat scroll left top;
	width:75px;
	height:30px;
	border:none;
	cursor:pointer;
	outline:none;
	text-indent: -9999px;
}

.buttonSubmitHover{
	background: url(../images/contact_us/sbmt_btn_over.png) no-repeat scroll left top;
	width:75px;
	height:30px;
	cursor:pointer;
	border:none;
	outline:none;
	text-indent: -9999px;
}

form div{
    margin-bottom: 10px;
}

.reqStar {
	color:#FF0000;
}

.block{
	position:relative;
	top:60px;
}

.title{
	font-weight:bold;
}

#topLeft{
	width:200px;
	height:60px;
	float:left;
	position:relative;
	left:140px;
}

#topRight{
	width:200px;
	height:60px;
	float:right;
	clear:right;
	position:relative;
	left:-60px;
}

#bttmLeft{
	width:200px;
	height:60px;
	float:left;
	clear:left;
	position:relative;
	left:140px;
	top:110px;
}

#bttmRight{
	width:200px;
	height:60px;
	float:right;
	clear:right;
	position:relative;
	left:-60px;
	top:110px;
}
/************** End Body **************/