@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: normal;
	color: #FFFFFF;
	background-color: #FFFFFF;
	background-image: url(../imgs/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	min-height: 880px;

}

img {border: 0;}

a:link {color: #fff;}
a:visited {color: #E3E3E3;}
a:hover, a:active {color: #77bcee;}


a.moreinfo {
	text-transform: uppercase;
	color: #fff;
	padding-left: 16px;
	background: url(../imgs/checkmark.gif) no-repeat 0 0;
}

a.moreinfo:hover, a.moreinfo:active, a.moreinfo:visited {
	color: #E3E3E3;
}

#wrapper {
	position: relative;
	margin: 0px auto;
	width: 925px;
	
}

/* TOP SECTION ////////////////////////////////////////*/

#top {
	position: relative;
	top: 0;
	left: 0;
	height: 75px;
	background: #fff url(../imgs/manufacturer_logos.gif) no-repeat top right;
}

#top #loc {
	position: absolute;
	top: 48px;
	left: 220px;
	width: 200px;
	color: #2388b6;
	font-style: italic;
	font-weight: bold;
	font-size: 90%;
	
}

/* NAVIGATION ///////////////////////////////////////*/

#nav { 
	position: relative;
	top: 0;
	left: 0;
	height: 25px;
	background: #1c6b90 url(../imgs/nav_bg.gif) repeat-x top left;
}

#nav_extra1 {
	position: absolute;
	z-index: 2;
	background: transparent url(../imgs/nav_tl.gif);
	top: 0;
	left: 0;
	width: 11px;
	height: 7px;
}

#nav_extra2 {
	position: absolute;
	z-index: 2;
	background: transparent url(../imgs/nav_tr.gif);
	top: 0px;
	left: 914px;
	width: 11px;
	height: 7px;
}

#phone {
	position: absolute;
	top: 4px;
	left: 800px;
	font-size: 13px;
	font-weight: bold;
	
}

#nav ul.navlist {
	margin: 0 0 0 0;
	padding: 0 0 0 15px;
	list-style: none;
}

#nav ul.navlist li {
	margin: 0;
	padding: 0;
	float: left;
	font-size: 70%;
	font-weight: bold;
}

#nav ul.navlist li a {
	display: block;
	padding: 5px 4px 2px 4px;
	margin-right: 20px;
	text-decoration: none;
	color: #fff;

}

#nav ul.navlist li a:visited {
	color: #fff;
}

#nav ul.navlist li a:hover, #nav ul.navlist li a:active {
	border-bottom:5px solid white;
}

/* MID SECTION ////////////////////////////////////////*/

#mid {
	position: relative;
	top: 0;
	left: 0;
	height: 287px;
	
}

#mid2 {
	position: relative;
	top: 0;
	left: 0;
	height: 49px;
	border-top: 1px solid #fff;
	background-image: url(../imgs/banner.jpg);
}

#slideshow {
	height: 287px;
	
}

#home-hours{
	position: absolute;
	top: 0;
	left: 588px;
	background: #548699 url(../imgs/home_hours_bg.gif) repeat-x top left;
	height: 174px;
	width: 337px;
}

#home-hours h1 {
	font-family: Souvenir Lt BT, Tahoma, sans-serif;
	background: transparent url(../imgs/home_hours_header.gif) no-repeat 0 0;
	height: 36px;
	color: #144d67;
	font-size: 100%;
	margin: 10px 0 5px 20px;
}

#home-hours table {
	margin: 0;
	padding: 0;
	font-size: 70%;
	margin-left: 20px;
}

#home-hours p {
	margin: 0;
}

#home-hours address {
	font: normal bold 110% Verdana, Arial, Helvetica, sans-serif;
}

#home-hours a:link, #home-hours a:visited {
	text-transform: uppercase;
	padding-left: 16px;
	background: url(../imgs/checkmark.gif) no-repeat 0 0;
	color: #fff;
}

#home-hours a:hover, #home-hours a:active {
	color: #77bcee;
}

#home-map{
	position: absolute;
	top: 174px;
	left: 588px;
	/*background: #548699 url(../imgs/map_temp.jpg) no-repeat top left;*/
	height: 113px;
	width: 337px;
}

/* CONTENT SECTION ////////////////////////////////////////*/

#content {
	position: relative;
	top: 0;
	left: 0;
	min-height: 200px;
	background-color: #2689B6;
	background-image: url(../imgs/content_bg.gif);
	border-top:1px solid #fff; /*FF spacing bug*/
	font-size: 70%;
	line-height: 1.5em;
}

.spacing {
	padding: 5px 15px;
}

#content h1 {
	font-size: 150%;
	color: #fff;
	font-weight: bold;
	margin-bottom: 2em;
}

#content h2 {
	font-size: 120%;
	color: #fff;
	font-weight: bold;
}

#content a {
	font-weight: bold;
}

#content table.tabular {
	border-collapse: collapse;
	border: 1px solid white;
}

#content table.tabular td, #content table.tabular th {
	padding: 6px;
}

#content table.tabular th {
	background-color: #fff;
	color: #2689B6;
}

#leftcol {
	width: 588px;

}

#rightcol {
	position: absolute;
	top: 0;
	left: 588px;
	width: 337px;
}

#fullcol {
	width: 925px;
}

#rightcol h1 {
	font-family: Souvenir Lt BT, Tahoma, sans-serif;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 160%;
	margin: 10px 10px 5px 10px;
}

#rightcol ul {
	list-style-image:url(../imgs/checkmark.gif);
}

#rightcol li {
	margin-bottom: 10px;
}

#rightcol li a {
	color: #fff;
}

#rightcol li a:hover, #rightcol li a:active {
	color: #E3E3E3;
	text-decoration: underline;
}

#rightcol li a:visited {
	color: #E3E3E3;
}

/* BOTTOM SECTION ////////////////////////////////////////*/

#bot {
	position: relative;
	top: 10px;
	left: 0;
	padding: 0 20px;
	
}

#bot h1 {
	margin: 0;
	font-family: Souvenir Lt BT, Tahoma, sans-serif;
	color: #144d67;
	font-size: 110%;
}

#specials {
	position: relative;
	top: 10px;
	left: 0;

}

.sp_item {
	float: left;
	margin: 0 15px 25px 0;
	background-color: #2689b6;
	width: 278px;
	height: 106px;
	font-size: 10px;
}

.sp_item img.sp_img {
	border: 2px solid #2689b6;
	float: left;
}

.sp_item span {
	
}


/* FOOTER ////////////////////////////////////////*/

#footer {
	clear: left;
	position: relative;
	margin: 0 auto;
	
	bottom: 0;
	left: 0;
	width: 925px;
	text-align: center;
	font-size: 60%;
	color: #fff;
	background-color: #1c6b90;
}

#footer p {
	padding: 0;
	margin: 3px 0 3px 0;
}

#footer p.copy a {font-weight: bold;}

#footer a:link {
	color: #fff;
}

#footer a:visited {
	color: #E3E3E3;
}

#footer a:active, #footer a:hover {
	color: #E3E3E3;
	text-decoration: underline;

}

/* HOURS PAGE ////////////////////////////////////////*/

.hours_section {
	background-color : #144d67;
	color: #fff;
	padding: 10px;
	margin-bottom: 10px;
}

.hours_section h3 {
	margin: 0; 
	font-size: 110%;
	color: #fff;
	background-color : #175774;
	padding:4px;
	margin-bottom: 10px;
}

.hours_section table th {
	text-align: left;
}


/* NEW CAR PAGE /////////////////////////////////////////*/

table.newcar th {
	background-color: #fff;
	color: #000;
}

table.newcar td img {border-bottom:1px solid #fff;}


/*//////// EXTRA ***/

span.req {
	color: #000;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

img.car_border {
	border: 1px solid #fff;
	margin-bottom: 15px;
}
