/* Contact Us */

#hr {
	background-color: #d0cfcf;
	height: 1px;
	margin-top:5px;
	margin-bottom:5px;
}
#hr hr {display:none}

h4 {
	font-weight: normal;
	background-image: url(../images/email_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:30px;
	margin-bottom:15px;
}

#contentwrapper {
	background-image: url(../images/contact_content_bg.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	background-position: 1px 206px;
	padding-bottom:12px;
}

#contentwrapper2 {
	background-image: url(../images/request_info_bg.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	background-position: 0px 206px;
	padding-bottom:12px;
}

#banner {
	height: 82px;
	background-image: url(../images/contact_banner.jpg);
	background-repeat: no-repeat;
	background-position:1px 0px;
	padding-top:124px;
	padding-left:16px;
}

#banner2 {
	height: 96px;
	background-image: url(../images/request_info_banner.jpg);
	background-repeat: no-repeat;
	padding-top:110px;
	padding-left:16px;
}

#boxes {
	background-image: url(../images/bluebox3.jpg);
	background-repeat: no-repeat;
	background-position: 712px bottom;
	margin-left:1px;
}

#whitebox {
	height: 200px;
	min-height: 200px;
	width:606px;
	float:left;
	background-image: url(../images/grey.gif);
	background-repeat: repeat-y;
	margin-left:5px;
	padding-left:26px;
	padding-top:9px;
}

[id]#whitebox {
	height: auto;
}

/* double margin bug*/
*html #whitebox {display:inline;}

#bluebox {
margin-left:714px;
padding-left:13px;
padding-top:10px;
}
/* disappearing text bug*/
*html #bluebox {height: 0.01%;}

#bluebox h4 {
	background-image: url(../images/email_icon_white.gif);
	color: #FFFFFF;
}

#boxbots {
	clear:both;
	background-image: url(../images/boxbots3.gif);
	background-repeat: no-repeat;
	height:14px;
	margin-left:5px;
	margin-bottom:12px;
}

#address {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(../images/house_icon.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-left:8px;
	background-position: 0px 4px;
}
#phone {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(../images/phone_icon.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-left:8px;
	margin-top:38px;
	background-position: 0px 4px;
}
#fax {
    border: solid 0px red;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(../images/fax_icon.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-left:8px;
	background-position: 0px 4px;
}

table.error{
	border:1px solid #FFD9D9;
	width:100%;
}
table.error td{
	padding:10px;
	background-color:#FFEAEA;
	color:#990000;
}
table.error td img{
	display:none;
}
table.error td ol{
	margin-left:30px;
}
table.error td ol li{
	list-style:decimal;
	line-height:16px;
}
