@charset "utf-8";
/* CSS Document */

#contactNav {
	display:none;
}

#contactClick {
	left:778px;
}

#content {
	background:url(images/CONTACT_BG.jpg) repeat-x;
	overflow:hidden;
	border-bottom: 2px solid #7F7F7F;
	height:414px;
}

#contentLeft {
	float:left;
	width:256px;
}

#logo {
	float:left;
	margin-top:106px;
	margin-left:17px;
}

#phoneNumbers {
	text-align:center;
	font-size:14px;
	color:#4F565C;
	float:left;
	margin-top:23px;
	margin-left:30px;
	width:188px;
}

#hzLine {
	float:right;
	width:10px;
	height:348px;
	margin-top:32px;
	background:url(images/CONTACT_hzLine.jpg) repeat-y 9px 0px;
}

#contentRight {
	text-align:right;
}

.text {
	text-align:center;
	font-size:11px;
	margin-top:7px;
	margin-bottom:9px;
}

.line {
	margin-bottom:15px;
	margin-right:25px;
}

input, select, textarea {
	margin-left:7px;
	width:362px;
	border:1px solid #497ED4;
}

textarea {
	height:4em;
}

label {
	font-size:11px;
}

#stateLayout {
	float:right;
	margin-bottom:15px;
}

#stateLayout input {
	width:163px;
}

#zipLayout {
	float:right;
	width:199px;
	margin-bottom:15px;
}

#zipLayout input {
	width:156px;
}

#interestLine {
	margin-bottom:15px;
	margin-right:25px;
}

#interests {
	width:362px;
	margin-left:7px;
	float:right;
	text-align:center;
}

#interestLine input {
	width:auto;
	border:none;
	margin-left:8px;
}

#interestLine label {
	margin-left:2px;
}

#submit, #reset {
	position:absolute;
	top:379px;
	width:74px;
	height:28px;
	cursor:pointer;
}

#reset {
	left:508px;
	background:url(contact/reset.jpg) no-repeat;
}

#submit {
	left:411px;
	background:url(contact/submit.jpg) no-repeat;
}

.empty {
	border: 1px solid #FF0000;
}
