/* --------------------------- */
/* Typography                  */
/* --------------------------- */
h1 {
	color: #001DBB; /* bright blue */
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	padding: 0 0 20px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	min-height: 101%; /* forces vertical scrollbars in FF to avoid horizontal shift on short pages */
}
h2 {
	color: #001DBB; /* bright blue */
	border-bottom: 1px solid #ffcc00; /* bright yellow */
	font-size: 16px;
	line-height: 18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	padding: 5px 0 2px 0;
	margin: 0 0 5px 0;
}
p {
	color: #001DBB; /* bright blue */
	border-bottom: 1px solid #ffcc00; /* bright yellow */
	font-size: 12px;
	line-height: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	padding: 5px 0 2px 0;
	margin: 0 0 5px 0;
}
/* --------------------------------*/
/* Contact Form                    */
/* --------------------------------*/
div.contactDiv {
	margin: 5px 5px 35px 5px;
	padding: 10px;
	background-color: #CAE1FF; /* light steel blue */
	border: 1px solid  #4169E1; /* royal blue */
}
form#contactForm input,
form#contactForm textarea {
	display: block;
	margin: 20px 0 0 0;
	padding: 0;
}
form#contactForm div#fields input,
form#contactForm div#fields textarea {
	border: 1px solid black;
}

form#contactForm label {
	display: block;
	margin: 3px 0 15px 0;
	letter-spacing: 1px;
	color: #444444;
	padding: 0;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
div#honeypot { display: none; } /* spambot trap */

div.contactDiv p {
	color: #F4C833;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	border-bottom: 2px solid black;
	margin-bottom: 15px;
	
}
.rtnMsg {
	background-color: #FBF2C9; /* pale yellow */
	color:  #000000; 
	padding: 5px 7px;
	margin: 5px;
	border: 1px solid  #373F10; /* deep green */
}
.warning {
	color: #990000; /* dark yellow */
	font-weight: bold;
	padding-left: 10px;
}
.services {
	color: #000000;
	font-size: 15px;
	line-height: 24px;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	padding: 0;
}
.serviceArea {
	color: #000000;
	font-size: 10px;
	line-height: 30px;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0 0 15px 0;
}
.address {
	color: #000000;
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
}
.phoneNumbers {
	color: #000000;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	font-style: normal;
	margin: 0;
	padding: 15px 0 0 0;
}
.phoneType {
	font-size: 10px;
	line-height: 20px;
	font-weight: normal;
	font-style: normal;
}
.smallText {
	font-size: 10px;
}
