/* RIGHT SIDE */
#phoneTitle {
	color: #FFFFFF;
	font-size: 16px;
}

#contactForm{
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 15px;
	margin-left: 125px;
	padding: 0px;
}

#contactForm input{
	width: 300px;
}

#contactForm label{
	width: 150px;
	display: block;
	float: left;	
}

#contactForm select {
	width: 305px;	
}

#contactForm #captcha{
	margin-left: 55px;
}

#contactForm #reload{
	color: #502F1B;	
	text-decoration: none;	
}

#contactForm #reload:hover{
	text-decoration: underline;	
}


#contactForm #submit {
	width: 150px;
}

.thankYou {
	font-size: 18px;
	margin-bottom: 400px;
	text-align: center;
}

/* LEFT MENU SIDE */
#quotes {
	background: url(../images/quotesGreenBox.png) no-repeat;
	margin-top: 25px;
	padding-top: 27px;
	padding-bottom: 27px;
	padding-left: 23px;
	padding-right: 17px;
	height: 186px;
}

#quoteTitle {
	color: #3F1A04;
	font-size: 18px;
}

.quote {
	font-size: 12px;
	color: #F2DCDB;
	font-weight: bold;
	padding-top: 25px;
}