
* {margin:0;padding:0}
p{padding:5px;margin-bottom:1em;}
/*h2{font-size:120%}*/
h1,h2,h3{
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 2px;
	color: #2871B0;
}
body {
	text-align:center;
	background: #333 url(images/background.jpg) repeat-x;
	color: #000;
	}
.smallprint{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;

}
#GMsale li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	padding-bottom: 20px;


}
#wrapper{
	width:992px;
	margin:10px auto;
	background:#FFF url(images/webbg.jpg) no-repeat;/* right column colour*/
	text-align:left;
	border:1px solid #BEBEBE;
	color:#000;
}
#header,#footer{
	/*background:#00248f;*/
	color:#333;
	width:992px;
	clear:both;
}
#header{
	height: 149px;
	/*background-image: url(images/car.jpg);*/
	background-repeat: no-repeat;
	background-position: right;
	/*border-top: 1px solid #BEBEBE;
	border-right: 1px solid #BEBEBE;
	border-bottom: 0px solid #BEBEBE;
	border-left: 1px solid #BEBEBE;*/
}
#header h3{
	border: 0;
	margin: 0;
}
.headerimgrt{
	float: right;
	clear: none;
	top: 0px;
	right: 0px;
}
.headerimglt{
	float: left;
	border-right: 0px;
}
#flashmovie{
	float: right;
	/*position: absolute;
	z-index: 0;*/
	clear: none;
	text-align: right;
	width: 992px;
	/*margin-top: -128px;*/
}
#header .hourtable{
	clear: none;
}

/* Styles for the Hours Section*/
#headerhours{
	border: 3px dashed #CCC;
	clear: none;
	background: #FFFF66;
	position: relative;
	z-index: 999;
	top: 0px;

}
#header tr td{
	margin:0px;
	padding:0px;
	border:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#header table{
	/*padding-left: 130px;*/
	position: relative;
	left: 40px;
}

.movie{
	z-index: 0;
	

}
div.hours{
	width: 149px;
	margin: 0px auto;
	clear: none;
	z-index: 999;
}
div.row {
	clear: both;
	padding-top: 0px;
	/*font-size: x-small;*/
  }
  
div.featured{
	/*min-height:198px;*/
}
div.row span.label {
	float: left;
	width: 49px;
	text-align: right;
  }

div.row span.formw {
	float: right;
	width: 100px;
	text-align: left;
  } 

/* end Hours Styles */

/* Navigation Styles */

/* Begin CSS Popout Menu */


#menuh-container
	{
	position:  absolute;		
	top: 1em;
	left: 1em;
	background: none;
	}

form{
	margin: 0px;
	padding: 0px;
	display: inline;
	position: relative;
	top: 10px;

}

#menuh
	{
	font-color: #333;
	font-family: arial, helvetica, sans-serif;
	float:left;
	width:100%;
	z-index:9999;
	}
		
#menuh a
	{
	border-top: 1px solid #BEBEBE;
	border-right: 1px solid #BEBEBE;
	text-decoration: none;
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0;
	padding-left: 0.5em;
	padding-right: 0.5em;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: #000;
	background-color: #009ADA;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #333;
	background-color: #009ADA;
	}	
			
#menuh a.top_parent /*  attaches down-arrow to all top-parents*/
	{
	color: #000;
	background:none;
	/*background: silver url(images/navbg2a.gif) repeat-x right;*/
	border-top:0px solid #bbc;
	} 
#menuh a.top_parent:visited{
	color: #000;
	}
#menuh a.top_parent:hover  /* parent menu at hover */
	{
	color: #000;
	/*color: #BEBEBE;
	background: #009ADA url(images/navhoverbg2.gif);*/
	
	background: #009ADA;
	}

#menuh a.parent, #menuh a.parent:hover /*	attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	min-width:1%;	 /*width of all menu boxes */
	}

#menuh li
	{
	position:relative;

	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	min-width: 7em;  /*width of sub menu boxes */
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Popout Menu */

/* Sub Navigation */

#subnav {
	margin-top: 25px;
}
#subnav h2{
	font-size: large;
	font-weight: bold;
	color: #444444;
	margin:0;
	padding:0;
	text-align: left;
	
}
#subnav li
	{
	border-bottom: 1px solid #BEBEBE;
	border-right: 1px solid #BEBEBE;
	text-align: left;
	display:block;
	white-space:nowrap;
	margin:0;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	}


#subnav li a
	{
	/*border-bottom: 1px solid #BEBEBE;
	border-right: 1px solid #BEBEBE;*/
	text-decoration: none;
	color: #444444;
	/*text-align: right;
	display:block;
	white-space:nowrap;
	margin:0;
	padding-left: 0.5em;
	padding-right: 0.5em;*/
	}
#subnav li a:visited{
	color: #444444;
}

#subnav li a:hover{
	color: #0099FF;
}
#subnav ul
	{
	list-style:none;
	margin:0;
	padding:0;
	
	}
/* end Sub Navigation */
/* New Vehicle Sub Navigation */

#newnav {
	margin-top: 25px;
}
#newnav h2{
	font-size: large;
	font-weight: bold;
	color: #444444;
	margin:0;
	padding:0;
	text-align: right;
	
}
#newnav li
	{
		font-size: large;
	font-weight: bold;
	color: #444444;
	border-bottom: 1px solid #BEBEBE;
	border-right: 1px solid #BEBEBE;
	text-align: right;
	display:block;
	white-space:nowrap;
	margin:0;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	}


#newnav li a
	{
	/*border-bottom: 1px solid #BEBEBE;
	border-right: 1px solid #BEBEBE;*/
	text-decoration: none;
	color: #444444;
	/*text-align: right;
	display:block;
	white-space:nowrap;
	margin:0;
	padding-left: 0.5em;
	padding-right: 0.5em;*/
	}
#newnav li a:visited{
	color: #444444;
}

#newnav li a:hover{
	color: #0099FF;
}
#newnav ul
	{
	list-style:none;
	margin:0;
	padding:0;
	
	}
.current{
	font-size: large;
	font-weight: bolder;
	color: #000000;
	
}
/* end New Vehicle Sub Navigation */

/* end Navigation Styles*/

/*  SEARCH NAVIGATION STYLES              */

.hours h3{
	margin: 0px;
	padding: 0px;

}
.hours form{
	margin: 0px;
	padding: 0px;

}
.hours #search{
	background-color: #00FF33;
	float: right;
}
.hours p{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	
}

iframe {
	margin-left:-195px;
}
td {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        vertical-align: top;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #cccccc;
        padding-right: 10px;
        padding-top: 2px;
        padding-bottom: 2px;
}
    
.pageHeading {
		font-size: 16px;
}

/* End search navigatio nstyles*/
#footer{
	/*border-top:1px solid #BEBEBE;
	border-bottom:1px solid #00248f*/}
#footer a{color:#000;}
#inner{
	margin-right:195px;
	color:#000;
	z-index: 0;
}
#nav{
	margin-top:1px;
	background: url(images/navbg.jpg) repeat-x;
	height: 76px;
	width: 994px;
	margin-left:-1px;
	z-index: 99;

}
#middle{
	margin-left:195px;
	color:#000;
	z-index: 0;
}
#content,#content2{
	position:relative;
	width:100%;
	float:left;/* contain clearing*/
}
#content2{margin:0 -1px}/* moz needs this*/

#content{
	position:relative;
	float:left;/* contain clearing*/
	width:100%;
}
#left{
	width:195px;
	margin-left:-194px;
	position:relative;
	left:-1px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#right{
	width:195px;
	margin-right:-194px;/*overlap for old mozilla*/
	position:relative;
	/*border-right: 1px solid #BEBEBE;*/
	left:1px; /*now line it up*/
	float:right;
}
* html #left{margin-right:-3px;}/* 3 pixel jog*/
* html #right{margin-left:-3px;}/* 3 pixel jog*/


/* clear without structural mark-up */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}

/* mac hide - force layout in ie \*/
* html .clearfix,* html #inner, * html #middle {height: 1%;}
.clearfix {display: block;}
/* End hide */
p.expand a{color:#fff;display:block;clear:both}
p.expand a:hover{height:200px;}
#content p img{float:right;}

div.float {
  float: left;
  }
/* Image styles */

.picright {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	float: right;
	border: 1px solid #000000;
}
.picleft {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
	border: 1px solid #000000;
}
#titleofpage a{
	font-color: #2871B0;
	text-decoration: none;
}
#titleofpage a:link {
	color: #2871B0;
	text-decoration: none;
}
#titleofpage a:hover{
	font-color: #2871B0;
	text-decoration: none;
}
#titleofpage a:visited {
	color: #2871B0;
	text-decoration: none;
}
#titleofpage a:active {
	color: #2871B0;
	text-decoration: none;
}