/* CSS Document */

*
{
	margin: 0;
	padding: 0;
}

hr {
	display:none;
	padding-top:5px;
}

h4 {
	font:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#054da0;
}

h5 {
	font:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#054da0;
	border-bottom:1px solid #054da0;
	padding-bottom:2px;
}

p {
  margin: 1em 0;
  line-height: 1.5em;
  text-align:justify;
}

a {
  	color: #054da0;
  	font-weight: bold;
  	text-decoration: none;
}

a:hover {
  	color: #999;
  	text-decoration: underline overline;
}


ul {
	padding:0px 0px 0px 15px;
}

li {
	padding:1px 0px 1px 0px;
	text-align:justify;
}

blockquote {
	color:#666666;
	margin-left:25px;
	border-left:1px solid #666666;
	padding-left:10px;
}

/*******************************************/
/************** MAIN DIV  ******************/
/*******************************************/

div#container-page {
  	margin: 0 auto;
  	background: #ffffff;
  	text-align: center;
	width:780px;
	min-height: 100%;
}

* html #container-page {
	height: 100%;
}


/*******************************************/
/**************** HEADER *******************/
/*******************************************/


div#container-header {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	height:143px;
	z-index:2;
}

div#container-header #headtext h1 { float: left; width: 700px; height: 0; padding-top: 38px; overflow: hidden; }


/*****************************************/
/*************** NAVIGATION **************/
/*****************************************/

div#navigation {
	background-color:#145f23;
	background-image:url(../images/nav-bg.jpg);
	background-repeat:repeat-x;
	color:#999999;
	height:20px;
	border-bottom:5px solid #000000;
	z-index:101;
	position: relative;
}

#navlist { 
	margin: 0px; 
	padding: 0px; 
}

div#navigation li {
	display:inline;
	margin:0px;
}

div#navigation li a { float: left; width: 117px; height: 0; padding-top: 20px; overflow: hidden;
	display: block;
	color:#000000;
	text-decoration: none;
	border:none;
	background-image:url(../images/nav-bg.jpg);
	background-repeat:no-repeat; 
}

div#navigation li#home a { width:69px; background-position: 0px 0px; }
div#navigation li#about a { width:156px; background-position: -69px 0px; }
div#navigation li#dealerships a { width:101px; background-position: -225px 0px; }
div#navigation li#sale a { width:134px; background-position: -326px 0px; }
div#navigation li#contact a { width:81px; background-position: -460px 0px; }

div#navigation li#home a:hover { width:69px; background-position: 0px -20px; }
div#navigation li#about a:hover { width:156px; background-position: -69px -20px; }
div#navigation li#dealerships a:hover { width:101px; background-position: -225px -20px; }
div#navigation li#sale a:hover { width:134px; background-position: -326px -20px; }
div#navigation li#contact a:hover { width:81px; background-position: -460px -20px; }

/*****************************************/
/***************** CONTENT ***************/
/*****************************************/

div#container-content {
	margin: 0 auto;
	text-align:left;
	background-color:#FFFFFF;
	padding-bottom: 75px;
	background-image:url(../images/container-content-bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#flashcontent {
	width: 780px;
	height: 192px;
}

div#mainimage {
	background-image:url(../images/main-image.jpg);
	height:192px;
	background-repeat:no-repeat;
	border-bottom:15px solid #000000;
}

div#mainimage #mainimagetext h2, div#mainimage #mainimagetext h3 { float: left; width: 700px; height: 0; padding-top: 38px; overflow: hidden; }


/*****************************************/
/***************** FOOTER ****************/
/*****************************************/

div#foot {
  	padding: 0 1em;
	padding:10px 20px 0px 20px;
  	line-height: 10px;
  	color:#999999;
	font-size:10px;
}

div#foot a, div#foot a:hover {
	color:#999999;
}

/*******************************************/
/*******************************************/

#contentarea {
	width: 760px;
	padding:0px 0px 0px 20px;
	background-image:url(../images/gray-gradient-bg.jpg);
	background-repeat:no-repeat;
}

/*div#container-content #contentarea #content {
	width: 100%;
	float: left;
	margin-right: -325px;
}

div#container-content #contentarea #content #leftcontent {
	margin-right: 325px;
	padding-top:7px;
	width:400px;
}

div#container-content #contentarea #rightcontent {
	text-align:center;
	width: 325px;
	float: right;
	background-color:#2A436B;
}
*/

#leftcontent {
	display: inline;
	clear: both;
	float: left;
	margin-top: 0;
	width: 400px!important;
	text-align:left;
	background-image:url(../images/content-line-separator-bg.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	padding-top:7px;

}

#rightcontent {
	display: inline;
	float: right;
	width: 325px;
	text-align:center;
	background-color:#2A436B;
}


/*******************************************/
/*******************************************/

div#titletext.hometitle {
	background-image:url(../images/15dealerships.jpg);
	background-repeat:no-repeat;
	width:331px;
	height:40px;
}

div#titletext.abouttitle {
	background-image:url(../images/automile-advantage-title.jpg);
	background-repeat:no-repeat;
	width:331px;
	height:40px;
}

div#titletext.contacttitle {
	background-image:url(../images/contact-title.jpg);
	background-repeat:no-repeat;
	width:331px;
	height:40px;
}

div#titletext.saletitle {
	background-image:url(../images/cusale-title.jpg);
	background-repeat:no-repeat;
	width:331px;
	height:40px;
}

div#titletext h4 {
	height: 0; padding-top: 38px; overflow: hidden; float: left;
}



.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}	



html {
	height: 100%;
}

body {
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
  	text-align: center;
	margin:0px;
	color:#000000;
	background-color:#f5f5f5;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
	background-attachment:fixed;
	background-position:center;
}

#nonFooter {
	position: relative;
	min-height: 100%;
}

* html #nonFooter {
	height: 100%;
}

#container-footer {
	position: relative;
	margin:0 auto;
	text-align:left;
	background: #11591e;
	height:40px;	
	margin-top:-40px;
	width:780px;
}

* html #container-footer {
	margin-top: -40px;
}



#dealershipmovie {
	width:780px;
	height:300px;
	background-image:url(../images/redbg.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;	
}

#dealershipmovie a {
	color:#CCCCCC;
}


#dealerTable td {
	padding-bottom:15px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	vertical-align:top;
	background-color:transparent;
}

#dealerTable tr.alternate {
	background-color:#e7e7e7;
}

.dealer {
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#054da0;
	font-weight:bold;
}