/* CMH Contact Us Content */

#banner_contact {
	width: 100%;
	height: 139px;
	background: url(images/new_contact_banner.png) no-repeat;
}

/* middle window for content */
#main_middle {
	width: 895px;
	height: 620px;
	color: #444444;
}

#main_middle h1 {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #444444;
	text-align: center;
	padding-top: 10px;
}

/* column with text */
#text_column_left {
	width: 350px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: none;
	line-height: 16px;
	color: #444444;
	float: left;
	padding-right: 30px;
	padding-left: 0px;
}

#text_column_right {
	width: 350px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: none;
	line-height: 16px;
	color: #444444;
	float: left;
	border-left: solid #CDCDCD 2px;
	padding-right: 0px;
	padding-left: 30px;
}

.form_line {
	width: 100%;
}

.form_field {
	font: Verdana;
	font-size: 11px;
	float: left;
	padding-left: 7px;
}

