#contactinfo{
	border: none;
	border-top: 9px double #645339;
	border-bottom: 3px solid #645339;
	background: #b6aa9a;
	width: 580px;
	padding: 10px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: 1px;
}
#contactinfo{
	font-size: 15px;
}
#contactphone{
	margin-left: 20px;
	display: block;
	width: 440px;
	font-size: 20px;
	color: #000;
}
#contactphone2{
	margin-left: 20px;
	margin-top: 2px;
	display: block;
	width: 440px;
	font-size: 20px;
	color: #000;
}
#contactaddress{
	margin-right: 20px;
	display: block;
	float: right;
	text-align: right;
}
#thankyou{
}
#thankyou p{
margin:0px 0px 40px 0px;
text-align: center;
font-size: 20px;
font-weight: bold;
}
/* Begin FORM */
#contact{
	border: none;
	border-top: 9px double #645339;
	border-bottom: 3px solid #645339;
	background: #b6aa9a;
	width: 600px;
	font-size: 15px;
	padding: 0px;
	margin-bottom: 10px;
}
form{
	float: right;
	width: 420px;
	padding: 10px;
	padding-right: 0;
	padding-bottom: 20px;
	background: #b6a288;
}
#lcolumn {
	text-align: center;
	float: left;
	width: 140px;
	height: 345px;
	padding: 10px;
	padding-top: 15px;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: bold;
	color: #1f7a42;
	line-height: 130%;
}
#context{
	padding: 1px;
	padding-bottom: 0px;
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: block !important;
}
.input{
	color: #000;
	width: 378px;
	margin-top: 0px;
	margin-bottom: 6px;
	padding: 3px 2px 2px 4px !important;
	border: 1px solid #1f7a42;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	background-color: #fff;
}
.input:hover, .input:active, .input:focus{
	background-color: #fff;
	-moz-opacity: .85; opacity: .85;
	filter: alpha (opacity=85, finishopacity=0, style=0);
	border-color: #69593f;
}
#feedback {
	height: 100px;
	border: 1px solid #1f7a42;
}
#feedback:hover, #feedback:active, #feedback:focus{
	border-color: #69593f;
}
#recaptcha{
	width: 100%;
	margin: 10px auto 5px auto;
}
#recaptcha div{
	margin: 0px auto 0px 0px;
	padding: 0px;
}
.button {
	width: 125px;
	height: 35px;
	background: url(images/contactbutton.gif) bottom center no-repeat;
	border: 0;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.button:hover {
	background: url(images/contactbutton.gif) bottom center no-repeat;	
}
.button:active, .button:focus{
	background: url(images/contactbuttonhover.gif) bottom center no-repeat;
	padding-top: 2px;
	padding-left: 2px;
}
.contact img{
	display: none;
}
/* End FORM */