@charset "UTF-8";

/* ---------- Header Styles ---------- */

#mainHeader {
	background: url(/static/images/subHead_contact.jpg) no-repeat top left;
	width: 901px;
	height: 102px;
}

#mainHeader h1{
	font-weight: normal;
	font-size: 23px;
	color: #fff;
	display: block;
	float: right;
	margin: 40px 35px 0 0;
	
}

.twoCol {
	width: 330px;
	display: block;
	float: left;
}

.twoCol h2{
	color: #781a44;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
}
#feedbackForm input, textarea, select{
	padding: 2px;
	color: #10315f;
	width: 160px;
}

#feedbackForm textarea.comments{
	width: 530px;
}
#feedbackForm p{
	color: #10315f;
	text-decoration: none;
	border-bottom: #d0d7e8 solid 1px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
