@charset "UTF-8";
/* CSS Document */

h1 {
	background:url(../images/contact/contact_header.gif) 0 0 no-repeat;
	width:908px;
	height:72px;
	margin:0px 0 0 21px;
}

h1 span {
	margin-left:-5000px;
}


.block-left {
	float:left;
	width:455px;
	margin:20px 0 0 21px;
}

.block-right {
	float:left;
	width:388px;
	margin:20px 0 0 0;
}

.block-right h1 {
	background:url(../images/contact/contact_form.gif) 0 0 no-repeat;
	width:177px;
	height:23px;
	margin:0;
}

.block-right h1 span {
	margin-left:-5000px;
}

.dots {
	float:left;
	background:url(../images/contact/dots.gif) repeat-y;
	width:4px;
	height:434px;
	margin:20px 29px 0 31px;
}

.come-visit {
	float:left;
	width:200px;
	margin:20px 0 0 0px;
}

.come-visit h2 {
	background:url(../images/contact/come_visit.gif) 0 0 no-repeat;
	width:199px;
	height:24px;
	margin:0 0 10px 0;
}

.come-visit h2 span {
	margin-left:-5000px;
}

.office-hours {
	float:right;
	width:212px;
	margin:20px 0 0 0;
}

.office-hours h2 {
	background:url(../images/contact/office_hours.gif) 0 0 no-repeat;
	width:162px;
	height:24px;
	margin:0 0 10px 0;
}

.office-hours h2 span {
	margin-left:-5000px;
}

#contact { display: block; width: 388px; }

/* Form style */

label { display: inline-block; height: 17px; line-height: 20px; width: 155px; font-size: 1.2em; }
input,select { margin: 0; padding: 5px; color: #666; background: #FFF; border: 1px solid #ccc; margin: 5px 0; font:1.2em Geneva,Arial, Helvetica, sans-serif; width:355px; }   
textarea { margin: 0; padding: 5px; color: #666; background: #FFF; border: 1px solid #ccc; margin: 5px 0; font:1.2em Geneva,Arial, Helvetica, sans-serif; width:355px; }
input.submit { cursor: pointer; float:right; margin-right:22px; background:url(../images/contact/submit.gif) 0 0 no-repeat; width:90px; height:36px; border:none; }
.verify { width:70px;}

span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

/* Style for the error message */

.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4  url('../images/contact/assets/error.gif') no-repeat 10px center; padding: 3px 0px 3px 35px; margin: 10px 0; color:#8a1f11;border: 1px solid #FBC2C4; width:320px; }


#succsess_page h4 { background: url('../images/contact/assets/success.gif') left no-repeat; padding-left:22px; margin-top:20px; }