@charset "utf-8";
/* CSS Document */

/*resets */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end resets */
br.results { padding: 0px;}
a.results { color: #000; text-decoration:none; cursor:pointer; margin-top:5px;}
a.results:hover { color: #005546;text-decoration: underline; cursor:pointer; }

body {
font-family: Arial, Helvetica, sans-serif;
background-image: url('images/bg-body.gif');
background-repeat: repeat-x;
}

#wrapper {
width: 960px;
margin: 0 auto;
}

#header {
height: 150px;
}

#logo {
float: left;
width: 244px;
}

#headline {
float: right;
width: 700px;
}

#header #headline h2.headline {
font-size: 16pt;
font-weight: bold;
color: #cbe5ff;
font-variant: small-caps;
margin-top: 84px;
}

#leftside {
width: 240px;
float: left;
}

.leftbox {
background-image: url('images/gradient.gif');
background-repeat: repeat-x;
padding: 10px;
border: 1px solid #eee;
}
.leftbox ul {
	line-height: 40px;
	padding: 8px 0;
}
.leftbox ul li {
height:	
}
.leftbox ul li a {
	display: block;
	text-decoration: none;
	color: #0071bc;
}

.leftbox ul li a:hover {
background-color: #cddaf4;	
}

.leftbox img {
	width: 40px;
	height: 40px;
	margin: 0 8px 0 15px;
	float: left;
}

#main {
width: 700px;
float: left;
padding: 0 10px;
}

#contact {
width: 650px;
float: left;
padding: 0 25px;
}

#contact h2 {
margin: 10px 0;
font-size: 14pt;
}

#main p {
font-size: 11pt;
line-height: 14pt;
margin: 10px;
}

#main h2 {
font-weight: bold;
color: #333;
border-bottom: 1px solid #888;
padding: 5px 10px;
background-color: #eee;
font-variant: small-caps;
}

#form, #phoneform, #emailform {
width: 580px;
height: 100px;
margin: 12px auto;
border: 1px solid #7fb8dd;
font-size: 9pt;
font-weight: bold;
background-color: #eee;
background-image: url('images/formbg.gif');
background-repeat: repeat-x;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}



#form input, #form .state select, #phoneform input, #phoneform select {
padding: 4px;
margin: 5px 0;
}

.fname {
margin-top: 16px;
float: left;
padding-left: 10px;
}

.fname input, .lname input {
margin: 0;
}

.lname, .state {
margin-top: 16px;
float: left;
padding-left: 10px;
}

.state {

}

#phoneform .searchnow, #emailform .searchnow {
float: left;
margin-top: 32px;
}

#form .searchnow {
float: left;
margin-top: 22px;
}

.searchnow input {
font-size: 9pt;
padding: 0;
}

.phonenumber, .email {
font-size: 10pt;
padding: 4px;
float: left;
padding-left: 140px;
margin-top: 16px;
}

.phonenumber input, .email input {
font-size: 12pt;
padding: 4px;
width: 200px;
text-align: center;
letter-spacing: 1px;
}

#bottom {
	clear: both;
	position:fixed;
	padding: 10px;
	margin-top:10px;
	font-size: 8pt;
	color: #888;
	width: 100%;
	background-image: url('images/bg-bottom.gif');
	background-repeat: repeat-x;
	left: 0px;
	bottom:0px;
	z-index:1;
}

#footer {
width: 960px;
margin: 0 auto;
}

.copyright {
float: left;	
}

.footernav {
float: right;	
}

.footernav a {
color: #555;
text-decoration: none;
}

.style6 a.results {
margin: 10px 10px 0 10px;
padding: 0;
display: block;
font-size: 9pt;
width: 120px;
text-align: left;
line-height: 12px;
}

br {
margin: 0;
padding: 0;
}
