/* ------------------------------------------------
Accurate Auto Body CSS stylesheet copyright 2005.
Developed by:
NewEra Software
http://www.newerainc.com
imageplus@newerainc.com
801-447-4707
---------------------------------------------------- */

/* -------------------------------------------------
Global styles
---------------------------------------------------- */
body {
	font: 1em/120% Helvetica, Arial, sans-serif;
	color: #000;
	text-align: left;
	background: #333333 url(site-bg.jpg) repeat-y center;
}

* {
	margin: 0;
	padding: 0;
}

/* -------------------------------------------------
Global Typography
---------------------------------------------------- */
h2 { font-size: large; margin-left: 26px; }
h1, h2, p, dl, ol, label { 	text-align: left; }

/* -------------------------------------------------
Custom typography
---------------------------------------------------- */
#footer p {
	color: #fff;
	font: bold small/135% Helvetica, Arial, sans-serif;
	text-align: center;
}
#content p, #content dl, #content ol {
	font-size: small;
	line-height: 140%;
	margin: 0 75px 0 26px;
}

#content ol { margin-left: 45px; }
#home-header {
	background: url(home-headline.html) no-repeat;
	height: 37px;
	margin-left: 25px;
	text-indent: -5000px;
}

#contact-header {
	background: url(contact-headline.html) no-repeat;
	height: 37px;
	margin-left: 25px;
	text-indent: -5000px;
}

#services-header {
	background: url(services-headline.html) no-repeat;
	height: 37px;
	margin-left: 25px;
	text-indent: -5000px;
}

/* -------------------------------------------------
Classes and form elements
---------------------------------------------------- */
.next-p { margin-top: 12px; }
.hide {	display: none; }
.clear { clear: both; }
fieldset { border: 0; }
textarea, select, input { margin: 0 0 5px; }
form {}

/* -------------------------------------------------
links
---------------------------------------------------- */
a:link {}
a:visited {}
a:hover {}
a:active {}
#footer a { color: #fff; }
#footer a:visited { color: #A99068; }
#footer a:hover { color: #000; text-decoration: none; }
#footer a:active { color: #0066CC; }

/* -------------------------------------------------
Layout
---------------------------------------------------- */
#wrapper {
	margin: 0 auto;
	width: 838px;
}

#content-wrap {
	background: #fff url(content-bg.jpg) repeat-x;
	width: 838px;
}

#navcontainer {
	float: left;
	width: 200px;
}

#content {
	float: left;
	margin-bottom: 25px;
	padding-top: 15px;
	width: 638px;
}

#footer {
	background: transparent url(footer-bg.jpg) no-repeat;
	clear: both;
	margin-bottom: 0px;
	padding: 5px 0 25px;
}

/* -------------------------------------------------
Main Navigation
---------------------------------------------------- */
#navcontainer ul {
	list-style: none;
	margin-left: 0px;
	padding-top: 0px;
	text-align: left;
	width: 184px;
}

#navcontainer li {
	border-bottom: 1px solid #005884;
	color: #305968;
	font: bold small/135% Helvetica, Arial, sans-serif;
}

#navcontainer li a {
	display: block;
	padding: 10px 0 10px 10px;
	color: #000;
	text-decoration: none;
}

#navcontainer li a#active {
	display: block;
	background: #000 url(nav-active.jpg) repeat-y;
	color: #fff;
}


#navcontainer li a:hover {
	display: block;
	background: #000 url(nav-roll.jpg) repeat-y;
	color: #FFF;
}

#navcontainer ul ul {
	list-style: none;
	text-align: left;
	font-size: small;
}

#navcontainer ul ul a {
	display: block;
	color: #000;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}

#navcontainer ul ul a:link, #navcontainer ul ul a:visited {
	color: #666;
	text-decoration: none;
}

#navcontainer ul ul a:hover {
	display: block;
	background-color: #ee0000;
	color: #fff;
}

#navcontainer a#subactive {
	color: #fff;
	background-color: #000;
	/*background-image: url(sub-active.jpg); */
	background-repeat: repeat-x;
	background-position: bottom;
}
