html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family:arial,sans-serif;
	font-size:small;
	color:#666;
}
body{
  background:url(auto/bg.gif)
}

h1, h2, h3, h4, h5 {
	font:1.25em arial,sans-serif;
	margin: 20px 0 10px 10px; 
}

h1, h2, h3, h4, h5, a {
	color:#7E0000;
	text-transform: uppercase;
	font-weight: bold;
}
h3 a{
	font-size:12px;
	color:#003265;
}
b, strong{color:#A60C09;}
b.grayBold, strong.grayBold{color:#666;}
p { 
	margin: 20px 10px 20px 10px;
}
.bodyHr {
	background: url(auto/hr.png) repeat;
	height: 3px;
}
.marginTop{
	margin-top:50px !important;
}
.leftBodyHr {
 	background: url(auto/hr.png) repeat;
 	height: 3px;
 	width: 165px;
 	margin-left: 20px;
}

.clear {
	clear: both;
}

#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:946px;
	background:#fff;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	border-right:2px solid #fff;
	border-left:2px solid #fff;
}

#header {
	background: url(auto/top-menu-bg.jpg) repeat-x;
	height: 321px;
}
#header p {
	font-style:italic;
	font-size:1.1em;
	margin:0;
}

.bobsLogo {
	width: 213px;
	height: 37px;
	margin: 0;
	padding: 0;
	position: relative;
	left: 18px; 
	top: 3px;
}
.bobsLogo img {
	border:0;
}
.buildingPhoto {
	background: url(auto/bobs-auto-body-building.jpg);
	width: 946px;
	height: 274px;
	position: relative;
  margin-top: -33px;
}

.topSep {
	background: url(auto/mid-red-bg.jpg) #780001 top repeat-x;
	height: 47px;
	line-height: 30px;
}

.topSepCopy {
	color: #FFF;
	font-weight: bold;
	float: left;
	margin: 10px 0 0 8px;
 
}

.topSepCopyRight {
	color:#FFF;
	font-weight: bold;
	float: right;
	margin: 2px 8px 0 0;
}

.topSepCopy a {
	color: #FFF;
	text-decoration: none;
	text-transform: none;
	font-size: 12px;
}

.topSepCopy a:hover {
	text-decoration: underline;
}

.leftContentList {
	float: left;
	margin: 0 20px 15px 20px;
	border-top:2px dotted #d9d9d9;
	border-bottom:2px dotted #d9d9d9;
	width:180px;
}
.leftContentList ul{
	padding-left:14px;
	margin:30px 0 20px 0;
}
.rightContentList {
	float: left;
	margin: 0 20px 15px 20px;
	border-top:2px dotted #d9d9d9;
	border-bottom:2px dotted #d9d9d9;
	width:160px;
}
.rightContentList ul{
	padding-left:14px;
	margin:30px 0 20px 0;
}

.leftContentPhoto {
	float: right;
}

.midContentTop {
	background: url(auto/mid-grad-bg-1.jpg) bottom repeat-x;
	padding:0 1em 0 1em;
	border-bottom:2px dashed #bdbdbd;
}

.midContentTopLeft {
	width: 455px;
	float: left;
}

.midContentTopRight {
	width: 419px;
	float: right;
}
.midContentBottomContainer {
	background: #c3c3c3 url(auto/mid-grad-bg-2.jpg) top repeat-x;	
	padding:0 1em 0 1em;
}

.midContentBottomLeft {
	width: 455px;
	float: left;
}
.midContentBottomLeft a{
	color: #003265;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
}
.midContentBottomLeft a:hover {
	text-decoration: underline;
}

.midContentBottomRight {
	width: 419px;
	float: right;
}

.midContentBottomRight img {
	margin: 20px 0 20px 10px;
}

.midContentBottomRight a {
	color: #003265;
	text-decoration: none;
}

.midContentBottomRight a:hover {
	text-decoration: underline;
}

.midContentBottomRight img #contentRight {
	float: right;
}

.midContentBottomSep {
	background: url(auto/mid-hr.jpg);
	width: 917px;
	height: 3px;
}

#content {
	padding:0 0 10em 0; /* bottom padding for footer */
	
}
#content p {
	text-align:justify;
}

.topNavContainer {
	width: 497px;
	height: 43px;
	position: relative;
	left: 400px;
	top: -35px;
	clear: left;
  overflow: hidden;
}

.topNavContent {
	background: url(auto/nav-bg.jpg) repeat;
	height: 43px;
  float: left;
}

.topNavLeft {
	background: url(auto/nav-cap-left.jpg) no-repeat; 
	width: 15px;
	height: 43px;
	float: left;
}

.topNavRight {
	background: url(auto/nav-cap-right.jpg) no-repeat;
	width: 16px;
	height: 43px;
	float: left;
}

.topNavContent ul {
  list-style-type: none;
  margin-left: -40px;
  margin-top: 5px;
}

.topNavContent li {
  float: left;
  text-transform: uppercase;
  padding: 0 10px 0 10px;
  line-height: 38px;
  border-right: 1px solid #a6a6a6;
  height: 42px;
}

.topNavContent a {
  color: #500303;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}

.topNavContent a:hover {
  color: #666;
}

#footer {
	position:absolute;
	width:100%;
	height:10em;
	bottom:0; /* stick to bottom */
	background:#FFF;
  border-top: 2px dashed #bdbdbd;
}

#footerContainer{
	position: relative;
	left: 20px;
	padding: 20px 0 0 0;
}

#footer p {
	padding:1em;
	margin:0;
}
	
#footer a {
	color:#363636 !important;
	text-decoration: none;
	text-transform: none;
	font: 12px;	
}

#footer a:hover {
	text-decoration: underline;
}
	
.footerLeft {
	padding: 1em 1em 0 1em;
	float: left;
}

.footerMid {
	width: 305px;
	height: 78px;
	float: left;
}
#footer .footerLeft img {
	margin: 0;
	padding: 0;
}
.footerRight {
	padding: 1em 1em 0 1em;
	float: left;
	margin: 10px 20px 0 0;
}
.footerBlurb{
	position:relative;
	font-size:9px;
	margin:20px 20px 0 0;
	text-align:center;
}

li.last {
  border-right: none;
}
div.map{
	text-align:left;
	margin:15px 0 15px 0;
}