/* Global Whitespace Reset */
* {	padding:0;	margin:0;	 }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address {	margin:20px 0; }
li, dd, blockquote {	margin-left: 40px; }
p {	margin: 15px 0;}
fieldset {	padding:10px; }
h1, h2, h3, h4, h5, h6 {	margin: 20px 0 5px; }
p {	margin: 5px 0 20px;}
h1 {	font-size: 160%; }
h2 {	font-size: 150%; }
h3 {	font-size: 140%; }
h4 {	font-size: 130%; }
h5 {	font-size: 120%; }
h6 {	font-size: 110%; }
ul ul {	margin:5px 0; }
.structure {	display: none;}
hr.clear {	clear: both;	height: 1px;	margin: 0;	visibility: hidden;}
/* Site Specific */
html, body {
	margin:0 auto;
	height:100%;
	font-family: 'Times New Roman', Times, serif;
	font-size: 12px;
	behavior: url(/css/csshover.htc);
}
body {
	background: #3f1e12 url(../images/fade_bg.jpg) repeat-x;
}
a:link{
	color:#000;
	text-decoration:underline;
}
#logo{
	display:none;
}
#header {
	margin: 0 auto;
	width:780px;
	height: 178px;
}
#header h1{
	margin: 0 auto;
	background: #FFF url(../images/header.jpg) 0 0 no-repeat;
	height: 178px;
	text-indent: -1234em;
}
#header h1 a{
	display:block;
	height: 148px;
}
#container {
	width:780px;
	min-height:100%;
	position:relative;
	margin: 10px auto 10px;
	background:#FFF url(../images/container_bg.jpg) repeat-y;;
}
#content {
	min-height: 300px;
	_height: 300px;
font-family: Arial, Helvetica, sans-serif;
	
	width: 558px;
	background: url(../images/body_top_bg.jpg) no-repeat;
	padding: 25px 25px 15px 25px;
	margin: 0 0 0 172px; 
}
h2#heading{
	color:#d0d3a5;
	font-size:26px;
	font-family: 'Times New Roman', Times, serif;
	margin-bottom: 15px;
}
/*
	Navigation Menu
*/
ul#navigation {
	position: absolute;
	left: 0;
	top: 178px;
	width: 172px;
	height: 368px;
	margin: 0;
	padding: 0;
	background: url(../images/menu.jpg) 0 0 no-repeat;
	list-style: none;
	z-index: 1000;
}
#navigation li {
	position: absolute;
	left: 0;
	height: 19px;
	width: 172px;
	text-indent: -1234em;
	margin: 0;
	padding: 0;
}
#navigation li a {
	height: 100%;
	text-decoration: none;
	display: block;
}
#navigation li a:hover {
	background-image: url(../images/menu.jpg);
}
li#home {
	top: 30px;
}
#home a:hover {
	background-position: -172px -30px;
}
li#how {
	top: 49px
}
#how a:hover {
	background-position: -172px -49px;
}
li#elected {
	top: 68px;
}
#elected a:hover {
	background-position: -172px -68px;
}
li#departments {
	top: 87px;
}
#departments a:hover {
	background-position: -172px -87px;
}
li#services {
	top: 106px;
}
#services a:hover {
	background-position: -172px -106px;
}
li#contact {
	top: 125px;
}
#contact a:hover {
	background-position: -172px -125px;
}
/*
	Subnav Flyouts
*/
ul#navigation ul {
	display: none;
}
ul#navigation li:hover ul {
	display: block;
	position: absolute;
	left: 172px;
	top: 0;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	width: 172px;
	text-indent: 0;
	list-style: none;
	border-top: 1px solid #FBA929;
	z-index: 1000;
}
#navigation ul li {
	text-indent: 0;
	position: static;
	height: auto;
}
#navigation ul li a {
	padding: 3px 10px;
	color: #6e4f48;
	border: 1px solid #FBA929;
	border-top-width: 0;
	font-size: 12px;
	font-style: italic;
}
#navigation ul li a:hover {
	background: #FBA929;
	color: #FFFFFF;
}
#navigation ul li.heading a {
	font-weight: bold;
	font-size: 14px;
	background: #18139F;
	font-style: normal;
}
/*
	Extras
	Right Column
*/
#extras {
	float: right;
	width: 172px;
	padding-top: 0px;
}
* html #extras {
	position: relative;
	padding-top: 60px;
}
/* Regular */
hr#clear{
	height: 85px;
}
#footer {
	position:relative;
	margin: -75px auto 0;
	background: #3f1e12 url(../images/footer.jpg) no-repeat;
	width: 780px;
	height: 75px;
	padding: 25px 0 0;
	z-index: 1;
}
#footer a {
	color: #FFF;
	font-family:'Times New Roman', Times, serif;
	font-size:14px;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p{
	text-align:center;
	font-family: 'Times New Roman', Times, serif;
	font-size:13px;
	color: #FFF;
}
#footer p.by{
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	color:#FFF;
	margin:20px 0 0;
	
}
#footer p.by a{
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	color:#FFF;
}
/* FAQ */
#faqlist {
	list-style: square;
	padding: 0 0 20px;
	margin: 0 0 20px;
}
#faqlist li {
	margin-left: 20px;
}
#faqlist a {
	text-decoration: none;
}
#faqview {
	list-style: none;
}
#faqview h2.faq {
	font-size: 16px;
}
#faqview li {
	margin: 10px 0 20px 0;
	border-top: 1px solid #CCC;
}
#faqview li li {
	margin: 0 0 0 40px;
	border-width: 0;
}
#faqview li h2 {
	margin-top: 10px;
}
#faqview li a.backtotop {
	display: block;
	margin: 10px 0 20px;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	padding: 10px 0;
}

/* Forms */
option {
padding-right: 10px;
}

form label {
display: block;
margin: 2px 0;
float: left;
width: 130px;
height: 14px;
}
form input, 
form textarea,
form select  {
clear: right;
display: block;
margin: 2px 0 2px 140px;
font-size: 12px;
}

form input {
padding: 2px 3px;
}
form textarea {
padding: 2px 3px;
width: 300px;
height: 120px;
}
form select {
}
form input.button {
margin-left: 0;
margin: 5px 0;
border: 1px solid #000;
background: #FFF;
color: #000;
font-weight: bold;
letter-spacing: 0;
font-size: 14px;
width: 100px;
text-align: center;
cursor: pointer;
}
#search {
text-align: center;
padding: 25px 0 0;
clear: both;
	font-family: 'Times New Roman', Times, serif;
}
#search label {
float: none;
width: auto;
display: inline;
}
#search input {
width: auto;
display: inline;
margin: 0;
}

	
	
#tag-estimator label {
display: block;
margin: 0px 0 2px;
}
#tag-estimator select#model_year {
margin-bottom: 20px;
}
#tag-estimator input#estimate {
margin-bottom: 20px;
}
#tag-estimator input, #tag-estimator select {
margin: 3px 0 0 10px;
}
#tag-estimator input.button {
margin-top: 10px;
clear: both;
display: block;
margin: 0 auto;
width: 15em;
}
#tag-estimator h2 {
font-size: 16px;
margin: 15px 0 20px;
}
#tag-estimator h3 {
font-size: 12px;
margin: 5px 0 0;
padding-left: 20px;
font-weight: normal;
}
#tag-estimator h3 input {
float: left;
margin-left: -20px;
_margin-left: -10px;
}
#tag-estimator h3 em {
clear: right;
display: block;
font-style: normal;
font-weight: bold;
font-size: 14px;
}
#tag-estimator div.more-info {
padding: 20px 0 2px;
clear: both;
}
#tag-estimator div.more-info {
	clear: both;
}
#tag-estimator .more-info label {
float: left;
display: block;
margin: 2px 0;
_margin: 5px 0 0px;
_padding: 5px 0 0;
clear: left;
width: 27em;
text-align: right;
}
#tag-estimator .more-info select,
#tag-estimator .more-info input {
margin: 10px 0 10px 27.5em;
}
td {
	vertical-align: top;
	padding: 3px 2px;
}

