/* CONTACT SECTION */
#cmain {
	width:958px;
	height: 1373px;
	overflow: hidden;
	border-bottom: 1px solid #444;
	border-right: 1px solid #ccc;
	border-left: 1px solid #444;
	border-top: 5px solid #666;
	text-align:center;
	color: white;
}

#top_column {
	width: 958;
}

#bottom_column {
	width: 958;
}
#welcome {
	float: left;
	width: 450px;
	height: 680px;
	overflow: hidden;
	color: #444;
	background: #fff;

}
#welcome p {
	/*margin-top: 50px;
	padding-top: 50px;*/
	margin-top: 50%;
	padding-left: 60px;
	font-size: 11px;
}
#cform_bottom {
	float: right;
	width: 450px;
	height: 720px;
/*	background: #fff url(/contact/images/bldg.jpg) no-repeat right bottom;*/
}
#dmtxt {
	float: left;
	width: 464px;
	height: 148px;
	margin-top: 40px;
	background: url(/contact/images/dm.jpg) no-repeat;
}
#access {
	float: left;
	width: 470px;
	height: 680px;
	overflow: hidden;
	margin-left: 14px;
	_margin-left: 7px;
}
#map {
	width: 470px;
	height: 300px;
	background: #fff;
	margin-top:80px;
	
}
#bldg {
	width: 430px;
	height: 430px;
	background: #fff;
	margin-top: 240px;
	background-image: url('/contact/images/bldg.jpg');
	background-size: contain;
background-repeat: no-repeat;
/*box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);*/
}


#howto {
/*	margin-top: 30px;*/
margin-top: 60%;
	color: #333;

}




/* Contact Form */
#cform_cont {
	float:right;
	width: 450px;
	height:680px;
	background: #444 url(/files/images/bg/contact_txt.jpg) no-repeat top right;
}
#cform {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: white;
	text-align: left;
	width: 360px;
	margin-top: 90px;
	margin-left: 100px;
}
.accept{
	font-size: 18px;
	color: white;
	position: relative;
	left: -40px;
}
.error{
	font-size: 18px;
	color: red;
	position: relative;
	left: -40px;
}
#namebox {
	font-family: verdana, helvetica, arial, sans-serif;
	width:255px;
	font-size: 12px;
}
#emailbox {
	font-family: verdana, helvetica, arial, sans-serif;
	width:255px;
	font-size: 12px;
}
#telbox {
	font-family: verdana, helvetica, arial, sans-serif;
	width:255px;
	font-size: 12px;
}
#subjectbox {
	font-family: verdana, helvetica, arial, sans-serif;
	width:255px;
	font-size: 12px;
}
textarea {
	overflow-x: hidden;
}
#messagebox {
	font-family: verdana, helvetica, arial, sans-serif;
	width: 255px;
	font-size: 12px;
}
#code {
	font-family: verdana, courier, helvetica, arial, sans-serif;
	font-size: 18px;
	color: #475368;
	font-weight: bold;
	width: 130px;
}
#captcha_img {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
#send {
	clear: both;
	margin-bottom: 120px;
}