/* contact css */

b, i {
	font-weight:normal;
	font-style:normal;
}

img {
	border:0;
}

p {
	margin:0;
	padding-top:0;
	padding-bottom:.7em;
}
h1{
font-size: 18px;
margin-top: 30px;
margin-left: 10px;
}
#contactText{
width: 90%;
margin: 0 auto;
padding: 10px 0;

}


/*Contact Styling*/
#container{
width: 580px;
	margin: 0 auto;
	text-align: center;
}
#mailinginfo{
float: right;
background: url(../images/icon_contact_mail.gif) no-repeat left 26px;
padding-left: 18px;
margin:  0 auto 10px;
width: 200px;
}
#mailinginfo h4{
margin: 0 0 4px -18px;
font-size: 18px;
}
#contactForm {
	padding-bottom:35px;
	padding-left: 100px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:1.4em;
}

#contactForm input, #contactForm textarea {
	border:0px solid #FFF;
	background:transparent;
	float:left;
	margin-left:7px;
	width:250px;
	font-size:1.1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:2px;
}

.formField {
	width:319px;
	height:20px;
	margin-bottom:5px;
	background:url(../images/field.gif) no-repeat left top;
}

.formArea {
	width:319px;
	height:140px;
	margin-bottom:5px;
	background:url(../images/area.gif) no-repeat left top;
}

#contactForm label i {
	display:none;
}

#contactForm label {
	width:50px;
	height:18px;
	display:block;
	float:left;
	margin-left:7px;
	margin-top:1px;
}

* html #contactForm label {
	margin-left:3px;
}

#labelName {
	background:url(../images/label_name.gif) no-repeat left top;
}
#labelAddress {
	background:url(../images/label_address.gif) no-repeat left top
}
#labelCity {
	background:url(../images/label_city.gif) no-repeat left top;
}
#labelState {
	background:url(../images/label_state.gif) no-repeat left top;
}
#labelZip {
	background:url(../images/label_zip.gif) no-repeat left top;
}
#labelPhone {
	background:url(../images/label_phone.gif) no-repeat left top;
}
#labelEmail {
	background:url(../images/label_email.gif) no-repeat left top;
}
#labelDateFrom{
background: url(../images/label_datefrom.gif) no-repeat left top;
}
#labelDateTo{
background: url(../images/label_dateto.gif) no-repeat left top;
}
#labelMessage {
	background:url(../images/label_message.gif) no-repeat left top;
}

input#buttonSend {
	width:54px;
	height:20px;
	margin:0px;
	margin-left:56px;
	background:url(../images/button_send.gif) no-repeat left top;
	display:block;
}

* html input#buttonSend {
	margin-left:28px;
}

input#buttonSend:hover {
	background-position:left bottom;
}

#errorAlert {
	color: #900;
	text-decoration:blink;
}
#thanks_h3{
font-size: 22px;
font-weight: bold;
color: #900;
letter-spacing: -1px;
}
#thanks_h4{
font-size: 18px;
font-weight: bold;
color: #666;
}
.visTrue {
	display:block !important;
}

#contactForm p {
	padding-left:55px;
}

#contactForm #buttonSend {
	margin-bottom:20px;
}

#contactForm #message {
	height:130px;
}

#map{
clear: both
}
