@charset "utf-8";
/* CSS Document */

/* --- HOME --- */
#contact_wrapper_body{
	position:relative;
	z-index:1;
}

#contact_splash{
	position:relative;
	z-index:1;
	background-color: #F5F5EC;
}



#contact_content{
	position:relative;
	z-index:1;
	margin-top: 20px;

}


#contact_content_text{
	position:relative;
	z-index:1;
	width: 920px;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
}




#contact_spacer{
	clear: both;
	width: 100%;
	height: 5px;
	
}



#contact_form{
	clear: both;
	position:relative;
	z-index:1;
	width: 100%;
	background-color: #F5F5EC;
	padding-bottom: 20px;
	
}



#wrapper_contact_form_center{
	clear: both;
	position:relative;
	z-index:1;
	width:920px;
	margin-right: auto;
	margin-left: auto;
	height:100%;
	top: 0px;
	padding-right: 30px;
	padding-left: 30px;
}

#contact_form_content{
	position:relative;
		padding-top: 20px;
}




#contact_partner{
	clear: both;
	position:relative;
	z-index:1;
	width: 100%;
	background-color: #EBEBDA;
	padding-bottom: 20px;
	
}



#wrapper_contact_partner_center{
	clear: both;
	position:relative;
	z-index:1;
	width:920px;
	margin-right: auto;
	margin-left: auto;
	height:100%;
	top: 0px;
	padding-right: 30px;
	padding-left: 30px;
}

#contact_partner_content{
	position:relative;
		padding-top: 20px;
}




 .med{
	color:#666666;
	display:inline-block;
	font-size:14px;
	font-weight:bold;
	text-align:right;
	width:160px;
 }
 
.wpcf7 input[type="text"] {
	background-color: #fff;
	color: #000;
	width: 240px;
	font-size:14px;
	border:solid 1px #E5E5E5;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 6px;
	padding-left: 2px;
}

.wpcf7 input[type="email"] {
	background-color: #fff;
	color: #000;
	width: 240px;
	font-size:14px;
	border:solid 1px #E5E5E5;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 6px;
	padding-left: 2px;
}
 
.wpcf7 textarea 
{
	background-color: #fff;
	color: #000;
	width: 663px;
	font-size:14px;
	border:solid 1px #E5E5E5;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 6px;
	padding-left: 2px;
}

input.wpcf7-submit
{
	clear:both;
	margin-left:685px;
	width:155px;
	height:36px;
	text-align:center;
	line-height:18px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bolder;
	background-color: #234E8E;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



/* --- END HOME --- */