/* quote form styles */
body {
	margin:0;
	padding:0;
	background-color: #FFFFFF;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 14px;
	color: #006ba5;
	line-height: 1.5em;
}
.wrap, .wrapTitle {
	min-width: 650px;
	max-width: 650px;
	width: auto !important;   /*IE6 hack*/
	width: 650px;   /*IE6 hack*/
	margin: 0 auto;     /*center hack*/
	text-align: left;   /*center hack*/
	padding: 20px 10px;
  }
.wrapTitle {
	background-color: #046BA4;
  }  
.formTBL {
	text-align: left;
	background-color: #FFFFFF;
	width: 100%;
}
.formTitle {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	background-color: #046BA4;
	text-align:center;
}
 
h2 {       
  margin: 10px 0 10px 0;
	font-weight: bold;
	font-size: 1.3em;
	text-align: left;
	color: #006ba5; 
}
h3 {       
  margin: 0;
  padding: 0px;                                         
	font-weight: bold;
	font-size: 1.1em;
	color: #006ba5; 
}
input#name, input#email, textarea#comment {  /* hidden fields to stop spam bots */
 display: none;
} 
input, select, option, textarea{
	font-size: 12px;
	color: #222;
}
a {
	color: #FD690F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
