/* 
	site.css
	
	All attributes in alpha-numeric order starting from 0-9 A-Z
	x = horizontal, y = vertical
	property: trbl, tb rl, t rl b, t r b l;
	bg shorthand: background: color url() repeat vertical-position horizontal-position;
	All font names should be quoted "Arial" 
	However, font families like Serif, Sans-Serif and Monospace do not need quotes.

*/

/* TABLE OF CONTENTS
-----------------------------------------------------------------------------
	
*/

/* 1. BASE 
	no editing required
----------------------------------------------------------------------------- */

#base {
 position: relative;
 overflow: visible;
 margin: 0px 0px 0px 75px;
 width: 900px;
 clear: both;
}

/* 2. HEADER
	no editing required
----------------------------------------------------------------------------- */

#headercontent {
 width: 900px;
 background-image: url('../images/header.jpg');
 height: 91px;
 text-align: right;
}

ul.headlist {
	list-style: none;
	float: right;
	display: inline;
	width: 900px;
	margin: 20px 0px 0px 0px;
}
ul.headlist li {
	float: right;
	display: inline;
	margin: 5px 5px 0px 20px;
	font-size: 10px;
	font-weight: bold;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}

ul.headlist li a {
	text-decoration: underline;
}

ul.headlist li a:hover {
  color: #f00;
}

#header img {
 float: left;
 display: inline;
}

#nav {
 position: relative;
 background-image: url('../images/navbg.jpg');
 z-index: 2;
 float: left;
 display: inline;
 width: 900px;
 min-height: 37px;
 font-size: 14px; 
 margin-left: 0px;
}
/* #nav ul li{ 
 float: left;
 display: inline;
 list-style-type: none;
 text-transform: uppercase;
 color: #fff;
 z-index: 10;
}
*/

/* Visited Code */
 
ul.topnav {
	list-style: none;
	float: left;
	display: inline;
	width: 900px;
}
ul.topnav li {
	float: left;
	display: inline;
	margin: 10px 20px 0px 20px;
	font-size: 15px;
	font-weight: bold;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a:link, ul.topnav li a:visited{
	color: #000;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	color:#f00;
}
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 15px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 230px;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: auto;
}
#nav ul.topnav li ul.subnav li a {
  padding: 10px 5px;  
	float: left;
	width: 205px;
	background: #333 url('images/dropdown_linkbg.gif') no-repeat 10px center;
	padding-left: 20px;
}
#nav ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url('images/dropdown_linkbg.gif') no-repeat 10px center;
}


       
/* 3. CONTENT
	no editing required
----------------------------------------------------------------------------- */

#promocontent {
  height: 469px;
  position: relative;
}

#promocontent p {
  margin-top: 15px;
}

#promocontent img {
  margin: 0px auto;
}

#finance #promocontent, #new #promocontent, #preowned #promocontent,
#contactus #promocontent, #hoursanddirections #promocontent,
#privacypolicy #promocontent, #sitemap #promocontent,
#aboutus #promocontent {
  background: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 10px 10px 10px 10px;
}

#staticpage {
  position: relative;
  float: left;
  background: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 10px 10px 10px 10px;
  display: inline;
  width: 878px;
  min-height:400px;
  height: auto !important;
  height: 400px;
}

#blog_content {
  position: relative;
  width: 700px;
  float: left;
  display: inline;
  padding: 0px 0px 0px 0px;
}

/* Begin Sidebar */
#sidebar
{
  position: relative;
  float: left;
  display: inline;
	padding: 0px 0 10px 0;
	width: 170px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */


#buttonnav {
  position: relative;
  float: left;
  background-image: url('../images/buttonnavbg.jpg');
  height: 154px;
  text-align: center;
  width: 900px;
}

ul.bnlist {
	list-style: none;
	position: relative;
	float: left;
	display: inline;
	width: 900px;
	margin: 2px 0px 0px 20px;
}
ul.bnlist li {
	float: left;
	display: inline;
	margin: 5px 0px 0px 0px;
	font-size: 10px;
	font-weight: bold;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}

.bnlist img {
  float: left;
}

/* 4. Widgets
	no editing required
----------------------------------------------------------------------------- */

.inquiry_form {
width: 300px;
}

.vehicle_info {
display: inline;
width: 280px;
}

label {
text-align: left;
clear: both;
line-height: normal;
margin-top: -2px;
}


/* 5. Footer
	no editing required
----------------------------------------------------------------------------- */

#footer {
 clear:both;
 width: 900px;
 padding: 0px 0px 0px 0px;
 padding-bottom: 38px;
 text-align: center;
 color: #ccc;
 font-size: 10px;
}

#footer a{
 color: #00f;
 font-weight: bold;
 text-decoration: underline;
}

#footer a:hover, #footer a:active{
 color: #00f;
}