/* *** CSS for the Contact section *** */

div.contact_sub_header , div.contact_hrs_header {
	width: 351px;
	padding: 3px;
	margin: -1px 0 6px -1px;
	background: #c8d3de;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9f4ff', endColorstr='#a7b2bd');
	background: -webkit-gradient(linear, left top, left bottom, from(#e9f4ff), to(#a7b2bd));
	background: -moz-linear-gradient(top,  #e9f4ff,  #a7b2bd);
	border: 1px solid #818181;
    }

div.contact_sub_header p , #contact_info_hrs p {
	padding: 0;
	margin: 0;
    }

#contact_form , #container_contact_info , #container_contact_chat {
	width: 357px;
	height: 376px;
	margin-top: 3px;
	border: 1px solid #818181;
    }

#contact_form {
	-moz-border-radius: 0 0 0 33px;
	-webkit-border-radius: 0 0 0 33px;
	float: left;
    }

#container_contact_chat {
	margin-right: 4px;
	margin-top: 12px;
	height: 58px;
	float: right;
    }

#container_contact_info {
	margin-right: 4px;
	margin-top: 3px;
	height: 304px;
	-moz-border-radius: 0 0 33px 0;
	-webkit-border-radius: 0 0 33px 0;
	float: right;
    }

span.contact_form {
	font-size: 14px;
	margin-top: 2px;
	margin-left: 9px;
	white-space: nowrap;
	float: left;
    }

#contact_name , #contact_email , #contact_subject , #contact_details , #contact_captcha , #contact_submit {
	clear: both;
	padding-top: 3px;
    }

#contact_name , #contact_email , #contact_subject {
	margin-right: 7px;
    }

#contact_field_name {
	width: 253px;
	float: right;
    }

#contact_field_email {
	width: 223px;
	float: right;
    }

#contact_field_subject {
	width: 278px;
	float: right;
    }

#contact_emerg {
	margin-left: 44px;
	float: left;
    }

span.contact_emergency {
	font-size: 14px;
    }

#contact_field_details {
	width: 335px;
	height: 50px;
    }

#contact_captcha {
	position: relative;
	margin: 3px auto;
	width: 314px;
    }

#contact_submit {
	position: relative;
	margin: 3px auto;
	width: 134px;
	text-align: center;
    }

#chat {
	cursor: pointer;
	text-decoration: underline;
    }

#contact_info_tel {
	margin-top: 8px;
	margin-bottom: 1px;
	font-size: 24px;
    }

#contact_info_tel p {
	margin-top: 17px;
    }

#contact_info_hrs {
	width: 282px;
	border: 1px solid #818181;
	margin: 0 auto;
	margin-top: -7px;
	font: 14px Gill Sans, Verdana, sans-serif;
    }

div.contact_hrs_header {
	width: 276px;
	height: 16px;
	margin-bottom: 0;
    }

div.contact_hrs_odd , div.contact_hrs_even {
	width: 276px;
	height: 1.7em;
	padding: 2px 3px 0 3px;
	clear: both;
    }

div.contact_hrs_even {
	background: #dadada;
    }

div.contact_hrs_odd {
	background: #f0f0f0;
    }

div.contact_hrs_entry {
	float: left;
    }

div.contact_hrs_hrs {
	float: right;
    }

#contact_info_discount {
	clear: both;
	padding-top: 5px;
	font-size: 18px;
    }
