@charset "utf-8";
/* CSS Document */
html {
     overflow-y: -moz-scrollbars-vertical;
     overflow-y: scroll;
}
img {
	border: none;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
	color: #4d4d4f;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p {
	padding-bottom:15px;
}
a:link {
	color: #042e80;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #042e80;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #000;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #042e80;
	font-weight:bold;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 15px;
	padding-bottom:20px;
}
h2 {
	font-size: 13px;
	color:#0b2d86;
	padding-bottom:15px;
}
h3 {
	font-size: 11px;
}
hr {
	padding:0;
	margin:0 0 15px 0;
}
.home-button {
	display:block;
	width:250px;
	height:51px;
}
#shell {
	width:750px;
	margin-left:auto;
	margin-right:auto;
	background:#fff;
}
#headertop {
	padding-top:10px;
}
#threecolone, #threecoltwo, #threecolthree {
	width:250px;
	float:left;
}
#threecolone {
	text-indent:-9999px;
	overflow:hidden;
	background: url(../images/scott-auto-body.jpg) no-repeat;
	height:51px;
	margin-top:15px;
}
#threecoltwo {
	text-align:center;
	padding-top:15px;
}
#threecoltwo h1 {
	font-size:12px;
	font-weight:normal;
	padding-bottom:5px;
	text-transform:uppercase;
}
#threecolthree {
	text-align:right;
}
#threecolthree p {
	padding-bottom:5px;
}
#threecolthree a {
	color:#000000;
}
#threecolthree input {
	font-size:10px;
	padding-bottom:5px;
	padding-left:5px;
}
#headerimg {
	clear:both;
}
#content {
	clear:left;
	background:url(../images/Scott-Autobody_07.jpg) repeat-y;
}
#main {
	background:url(../images/Scott-Autobody_06.jpg) no-repeat;
	padding:55px 75px;
}
#dir_cont {
	width:235px;
	float:left;
	padding-top: 10px;
}
#map {
	width: 365px;
	height: 475px;
	float: left;
}
.normal_list {
	padding:0 0 15px 30px;
	margin:0;
	list-style: disc;
}
.normal_list li {
	line-height:15px;
	padding:0 0 5px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
ol {
	padding:0 0 15px 30px;
	margin:0;
}
ol li {
	line-height:15px;
	padding:0 0 5px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
.footnote {
	font-style:italic;
	font-size:10px;
}
#footer {
	background:#042e81;
	color:#fff;
	text-align:right;
	padding: 15px;
}
#footer a{
	color:#FFFFFF;
}
#menu {
	width:750px;
	height:45px;
	background:#0b2d86 url(../images/menu_bg.gif) bottom repeat-x;
	z-index:100;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
	font-family:Arial, Helvetica, sans-serif;
}

#nav a {
	display:block;
	font-size:12px;
	text-decoration:none;
	color:#4d4d4f;
	background:url(../images/menu_bg_up.gif) repeat-x;
	width:150px;
	height:45px;
	text-align:center;
	line-height:30px;
	text-transform:uppercase;
}
#nav a:hover {
	color:#fff;
	background:none;
}
#nav :hover > a {
	color:#fff;
	background:none;
}
#nav ul li a {
	background:#666;
	color:#fff;
	height:auto;
	line-height:1em;
	text-transform:none;
	padding:8px 0;
	border-bottom: 1px solid #fff;
	width:120px;
}
#nav ul li a:hover, #nav ul li a :hover > a {
	background:#fff;
	color:#000;
}
#nav li {
	float: left;
	width: 150px;
}
#nav li ul {
	position: absolute;
	width: 120px;
	left: -9999px;
	background: #666;
	padding:0 15px 15px 15px;
}
#nav li ul li {
	width: 120px;
}
#nav li ul ul {
	margin: -2.65em 0 0 120px;
	padding: 0;
}
#nav li ul ul li a {
	background: #0b2d86;
	border:none;
}
#nav li ul ul li a:hover {
	background:#666;
	color:#fff;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -9999px;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}
