/* Begin Contact Form CSS */
.contactform {
	overflow: hidden;
	display:none;
	float:left;
	margin:35px 0px 0px 0px;
	width:399px;
}

.contactleft {
	width: 25%;
	white-space: pre;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
	font-size:11px;
}

.contacterror {
	border: 1px solid #ff0000;
}

#wpcf_your_name{
	background-color:#a5a6a8;
	border: 0px;
}
#wpcf_email{
	background-color:#a5a6a8;
	border: 0px;
}
#wpcf_website{
	background-color:#a5a6a8;
	border: 0px;
}
#wpcf_msg{
	width:200px;
	background-color:#a5a6a8;
	border: 0px;
}
/* End Contact Form CSS */

.contactseparator{
	height:370px;
	width:1px;
	background-color:#0A97A0;
	float:left;
	margin:35px 0px 20px 0px;
}
.contactinfocontainer{
	float:left;
	display:block;
	overflow:hidden;
	width:607px;
	margin:35px 0px 0px 31px;
	font-size:16px;
}
.textContact1{
	font-size:28px;
	margin-bottom:15px;
}
.textContact2{
	line-height:28px;
	margin-bottom:42px;
}
#contactsubmit {
	background-image:url(images/contactbutton.jpg);
	background-repeat:no-repeat;
	border:0 solid #666666;
	display:inline;
	float:left;
	font-size:0;
	height:25px;
	margin:0;
	padding:0;
	text-align:right;
	text-indent:0;
	width:67px;
}

