﻿#contactLi dt
{
	background-image: url('/images/navlink_active.gif'); 
	background-repeat: repeat-x; 
}
#contactheader
{
	width: 650px;
	padding-bottom: 10px;
	overflow: hidden;
}
.contactlist
{
	color: Black;
	width: 617px;
	overflow: hidden;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
}
.contactlist li
{
	display: block;
	width: 575px;
	overflow: hidden;
	padding: 3px 0px 0px 0px;
}
.contactlist li:focus
{
	background-color: Blue;
}


.contactLiLabel
{
	float: left;
	width: 190px;	
	font-weight: bold;
	text-align:left;
	padding: 3px 10px 0px 0px;
}
#formBtns
{
	margin: 0px 0px 0px 200px;
}
#info
{
	font-size: 100%;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	float: left;

}
#infoList
{
	overflow: hidden;
	width: 360px;

}
#infoList li
{
	float: left;
	display: block;
	width: 360px;
	overflow: hidden;
}
#map
{
	margin: -15px 0px 0px 0px;
	float: right;
	overflow: hidden;
}
#contactForm
{
	position:relative;
	color: Gray;
	float: left;
	padding: 20px 15px 15px 25px;
	background: url('/images/contactformback.jpg') no-repeat top left;
	clear: both;	
	
}

.submitBtn
{
	clear: both;
	border: none;
	width: 75px;
	height: 25px;
	background: url('/images/submitBtn-trans.png') no-repeat;
	cursor: pointer;
	margin:0 5px 0 200px;
	float:left;
}
.submitBtn:hover
{
	background-position: left -25px;
}
	
.clearBtn
{
	border: none;
	width: 75px;
	height: 25px;
	background: url('/images/clearBtn.png') no-repeat;
	cursor: pointer;
	float:left;
}
.clearBtn:hover
{
	background-position: left -25px;
}
.dropDown
{
	float: left;
	width: 310px;
	padding: 3px;
	background-color: #f6f7fa;
	border: solid 2px #a5b3ce;
	outline: 0;
}
.dropDown:focus
{
	background-color: #ffffff;
	border: solid 2px #20345a;
}
.inputField
{
	padding: 3px;
	float: left;
	width: 300px;
	background-color: #f6f7fa;
	border: solid 2px #a5b3ce;
}
.inputField:focus
{
	
	background-color: #ffffff;
	border: solid 2px #20345a;
}
.phoneField
{
	padding: 3px;
	float: left;
	width: 300px;
	background-color: #f6f7fa;
	border: solid 2px #a5b3ce;
}
.phoneField:focus
{
	
	background-color: #ffffff;
	border: solid 2px #20345a;
}
	
.goodpost
{
	font-size: 120%;
	color: Red;
	margin: 0px 0px 0px 300px;
}
#contactQuote
{
	margin: 10px 0px 0px 10px;
	font-size: 120%;
	font-style: italic;
}
.postResult
{
	 color:#20345a;
	 font-size: 120%; 
	 font-weight: bold; 
	 margin: 0px 0px 20px 0px; 
	 border: solid 2px #20345a; 
	 background-color: #f6f7fa; 
	 width: 480px; 
	 padding: 10px;
}
.wait
{
	position:absolute;
	bottom:20px;
	left:220px;
	visibility:hidden;
}