@charset "UTF-8";

/* Random Background using PHP */
#bg-container {
	height: 781px;
	width: 995px;
	background-image: url(../images/bg/contacts/1.jpg);
	background-repeat: no-repeat;
}
.recaptchatable .recaptcha_image_cell, #recaptcha_table {
	
}
 
#recaptcha_table {
    border-color: #4A4036 !important; 
}
 
#recaptcha_response_field {
	border-color: #4A4036 !important;
	background-color:#C9C4B4 !important;
}
textarea {
	background-color: #C9C4B4; 
	border: 1px solid #4A4036;
}
input { 
 	background-color: #C9C4B4; 
	border: 1px solid #4A4036;
}
#contact-address {
	float: left;
	width: 35%;
	padding-left: 40px;
}
#phone {
	float: right;
	width: 50%;
	margin-top: 8px;
}
#contact {
	overflow: auto;
	width: 100%;
}
#hours {
	float: right;
	width: 50%;
}

