/******************************
Contact
******************************/
body {
	background-color: #a0c9e4
}
h3 {
	font-family: Georgia,"Times New Roman",Times,serif;
}
/******************************
Nav
******************************/
#header .nav ul li.on,#header .nav ul li a:hover {
	background: #a8b2b9;
}
/******************************
Main
******************************/
#main {
	overflow: hidden;
	zoom: 1;
	margin: 20px 0 32px;
}
/******************************
Left Column
******************************/
#main .column-left {
	float: left;
	width: 484px;
	margin: 65px 0 0;
}
/******************************
Heading
******************************/
#main .column-left .heading {
	height: 95px;
}
#main .column-left .heading h1 {
	margin: 0;
	color: #cde0f0;
	font-size: 70px;
	font-weight: normal;
	height: 95px;
	line-height: 95px;
	text-transform: uppercase;
}
/******************************
Phone
******************************/
#main .column-left .phone {
	background: #e7f1f8;
	font-size: 12px;
	height: 95px;
	margin: 0 0 10px;
	padding: 22px 20px 20px;
	position: relative;
	width: 444px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#main .column-left .phone .number {
	position: absolute;
	bottom: 0px;
	right: 20px;
	font-size: 24px;
}
/******************************
Form
******************************/
#main .column-left .form {
	background: #4f6675;
	color: #fff;
	min-height: 430px;
	padding: 20px 10px 10px 20px;
	width: 454px;
}

#contact_form .global_error {
	background: #fff;
	color: #c30;
	font-size: 11px;
	margin: 0 0 16px 0;
	padding: 4px 6px;
	width: 420px;
}
#contact_form .error {
	background: #fff;
	color: #c30;
	display: none;
	font-size: 11px;
	margin: 4px 0 0 1px;
	padding: 1px 4px;
	width: 196px;
}
#contact_form .error_xl {
	width: 423px;
}
#contact_form .show_error {
	display: block !important;
}

#contact_form legend {
	display: none;
}

#contact_form .form_row {
	padding: 0 0 12px 0;
}

#contact_form .form_row .float_block {
	float: left;
	width: 227px;
}

#contact_form .tight .form_row {
	padding: 0 0 4px 0;
}

#contact_form label, 
#contact_form .label {
	display: block;
	padding: 0 0 4px 0;
}

#contact_form .inline label, 
#contact_form .inline .label {
	display: inline;
	padding: 0 10px 4px 0;
}
#contact_form .inline .checkboxes {
	display: inline;
}
#contact_form .inline .checkboxes label {
	padding-left: 0;
	text-transform: uppercase;
}

#contact_form .md {
	width: 200px;
}
#contact_form .xl {
	width: 427px;
}

#contact_form .text {
	background: #c1c1c1;
	border: 1px solid #454f57;
	border-width: 1px 0 0 1px;
	display: block;
	height: 16px;
	padding: 2px;
}
#contact_form textarea.text {
	height: 90px;
}
#contact_form textarea.md {
	height: 30px;
}

#contact_form .form_row:after,
#contact_form fieldset:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/******************************
Right Column
******************************/
#main .column-right {
	background: url('/images/contact/bg-column-right.png') 20px 0px no-repeat;
	float: right;
	width: 504px;
}
/******************************
Address
******************************/
#main .column-right .address {
	position: relative;
	width: 504px;
	height: 307px;
}
#main .column-right .address .inner {
	position: absolute;
	top: 80px;
	left: 170px;
	width: 145px;
	height: 153px;
	padding: 10px 0 0 88px;
	background: url('/images/contact/bg-address.png') top center no-repeat;
	color: #fff;
	font-size: 11px;
}
/******************************
Form
******************************/
#main .column-right .map {
	background: url('/images/bg-white-75.png') repeat 0 0;
	height: 400px;
	padding: 30px 19px;
	width: 466px;
}
