.contact {
	background: url(/img/homebgs/home_bg.jpg) no-repeat bottom center;
	font-family: 'Avenir LT W01 35 Light', Arial, Helvetica, sans-serif !important;
	color: #666;
}
.contact .col1 {
	position: absolute;
	left: 0;
	top: 85px;
	background: #FFF;
	width: 245px;
	padding: 30px 30px 40px 25px;
	float: left;
	min-height: 250px;
}
.relative { position relative; }
.contact .col2 {
	position: absolute;
	left: 325px;
	top: 85px;
	background: #FFF;
	width: 245px;
	padding: 30px 30px 20px 25px;
	float: left;
}
.contact .col3 {
	position: absolute;
	left: 670px;
	top: 85px;
	background: #FFF;
	width: 290px;
	padding: 10px;
	float: left;
}
.contact h4 {
	font-weight: normal;
	font-size: 15px;
	}
.contact h5 {
	font-family:'Avenir LT W01 65 Medium', Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.contact p, td {
	color: #666;
	font-size: 11px;
}
.contact p { padding-top: 7px; }

.contact .form { 
	margin: 10px 0;	
 }
.contact table {
	margin: 10px 0;	
 }
label {
	padding-top: 4px;
	display: table-cell;
	float: left;
	width: 75px;
	font-size: 11px;
}
.text input, .password input {
	background: #fff;
	font-family: 'Avenir LT W01 35 Light', Arial, Helvetica, sans-serif !important;
	color: #666;
	font-size: 12px;
	padding: 1px;
 	border: 1px solid #666;
	margin-bottom: 3px;
}
td {
	vertical-align: top;
}
.contact a {
	color: #666;
	text-decoration: none;
}
.contact p.link {
	font-family:'Avenir LT W01 65 Medium', Arial, Helvetica, sans-serif;
}

.contact p.redlink {
	font-family:'Avenir LT W01 65 Medium', Arial, Helvetica, sans-serif;
	color: #cc0000 !important;
	} 
.contact p.redlink a { color: #98251F !important; }

.contact span { font-family:'Avenir LT W01 65 Medium', Arial, Helvetica, sans-serif }

.contact address { 
	font-family:'Avenir LT W01 65 Medium', Arial, Helvetica, sans-serif;
	font-size: 11px; 
	 font-style: normal;
}
.checkbox {
	float: left;
	clear: left;
	margin-right: 4px;
}
.contact .form_options {
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
}
.form_options li {
	display: block;
	color: #666 !important;
	/*width: 110px;*/
	height: 16px;
}
.submit input {
	position: absolute;
	float: right;
	padding: 4px 10px 4px 10px;
	cursor: pointer;
}
.contact input[type="radio"] {margin: 0 8px 0 0; }

.error-message {
	margin-left: 75px;
	color: #c30;
	font-size: 11px;
	margin-bottom: 4px;
}
td .error-message {
	margin-left: 0 !important;
}
.col1.error404 {
	padding-right: 40px !important;
}
.contact ul {
	margin: 10px 10px 10px 0px;
	font-size: 11px;
	list-style-type: none;
}
.error404 p {
	margin-bottom: 20px;
}
.submit input {	
	position: absolute; 
	background: #98251f;
	font-size: 11px;
	color: #FFF;
	bottom: 20px;
	right: 20px;
}
.login td {
	padding: 0 10px 10px 0;
}
.alert-warning {
	clear: both;
	color: #c30;
	font-weight: bold;
	font-size: 11px;
	margin-top: 10px;
}
h5 a {
	font-size: 11px;
	color: #98251f !important;
}
h5 a:hover {
	text-decoration: underline;
}
.highlight {
	color: #98251F;
}
ul {
}


/* phones */
@media screen and (max-width: 725px) {

.contact .col1 {
	
	background: #FFF;
	width: 292px;
	padding: 30px 0 0 !important;
	float: left;
	min-height: 0 !important;
	margin: 0 0 15px;
	float: none;
	left: 0;
	top: 0;
	position: static;
}

.contact .col2 {

	background: #FFF;
	width: 292px;
	padding: 30px 0 0 !important;
	clear: both;
	float: none;
	left: 0;
	top: 0;
	position: static;

}
.submit input {	

	bottom: 0;
}
	
}