/*COMMON ELEMENTS*/
html, BODY { 
	font-family : Trebuchet MS, Arial, Verdana, Geneva, Helvetica, sans-serif; 
	font-size : 9pt; 
	color: #000000; 
	margin: 0;
}
TD { 
	font-family : Trebuchet MS, Arial, Verdana, Geneva, Helvetica, sans-serif; 
	font-size : 9pt; 
	color: #000000;  
	font-weight : normal;
}
a:link, a:active, a:visited { 
	color : #990000; 
	text-decoration : none; 
}
a:hover { 
	color : #CC0000; 
	text-decoration : underline; 
}

img { border: 0; }

.left {float: left;}
.right {float: right;}
.clear {clear: both;}
.itemBorder { border: 1px solid #666; }	
.Hidden		{visibility: hidden;}	
.NoDisplay	{visibility: hidden; display: none;}
.Visible	{visibility: visible;}		
.bckWhite	 { background-color: #fff; }
.bckBlack	 { background-color: #000; }
.bckPopUp1	 { background-color: #fff; background-image: url(/images/bckPopup.jpg); background-repeat: no-repeat; }
.bckPopUp2	 { background-color: #fff; background-image: url(/images/bckPopup.jpg); background-repeat: no-repeat; }

.subhead, .subtitle, h2 { 
	color: #829ABF;  
	font-size : 11pt; 
	font-weight: bold; 
	margin: 0;
}
.subhead a:link, .subhead a:active, .subhead a:visited { 
	color : #829ABF; 
	text-decoration : none; 
	font-weight: bold; 
}
.subhead a:hover { 
	color : #fff; 
	text-decoration : underline; 
}	
.title, h1 	  { 
color: #036; 
font-size : 15pt; 
font-weight: bold;
margin: 0; 
}
.white 	{ font-size : 9pt; color : white ; font-weight : normal;  }
.white a:link, .white a:active, .white a:visited	{ color : white ; text-decoration: none;  font-weight: bold;}
.white a:hover { color: #666;}
.white2 { font-size : 11pt; color : white ; font-weight : normal;  }
.white3 { font-size : 11pt; color : white ; font-weight : bold;  }
.whiteBold { font-size : 9pt; color : white ; font-weight : bold;  }
.whiteTitle{ color: white; font-size : 14pt; font-weight: bold; }
.whiteSm 		{ font-family : Arial,Verdana, Geneva, Helvetica, sans-serif; font-size : 11px; color : white ;  }
.whiteSm a:link, .whiteSm a:active, .whiteSm a:visited	{ text-decoration : none; color : #fc0; }
.whiteSm a:hover	{ text-decoration : underline; color : #cccccc ; }
.Sm 		{ font-family : Arial,Verdana, Geneva, Helvetica, sans-serif; font-size : 11px; color : #005088;  }
.Sm a:link, .Sm a:active, .Sm a:visited	{ font-weight: bold; text-decoration : none; color : #003366; }
.Sm a:hover	{ text-decoration : underline; color : #cccccc ; }
/*END COMMON ELEMENTS*/



/*HEADER ELEMENTS*/
.bckHdr { background: #cc0000 url(/images/bckHdrFade.gif) repeat-x 0 0;}
#address { 
	width: 280px;
	overflow: hidden;
	position: relative; 
	float: right;
	padding: 5px;
	text-align: right;
	color: #fff;
	font-size: 11px;
}
#address a:link, #address a:active, #address a:visited {
	color: #ccc;
	text-decoration: none;
	font-weight: bold;
}
#address a:hover { color: #000; }
/*END HEADER ELEMENTS*/


/*NAV ELEMENTS*/
.bckNav		 { background: #403e3e url(/images/bckNav.gif) repeat-x; border-bottom: 1px solid black;}
#nav, #nav ul { 
	padding: 0;
	margin: 0;
	list-style-type: none; 
	line-height: 20px; 
	z-index: 55;
	}
	html>body #nav, #nav ul { position: relative; }
#nav a {
	display: block; 
	font-size: 11px;
	color: #000;
	text-decoration: none;
	width: 100%; 
}	
#nav a.parent {
	background: url(/images/arrow.gif) no-repeat; background-position: 95% 50%; 
}	
#nav a.parent:hover {
	background: url(/images/arrow.gif) center no-repeat; background-position: 95% 50%; 
	background-color: #005088; 
}
#nav a:hover {
	background: #005088; 
	text-decoration: none;
	color: #fff;
}	
#nav li { 
	float: left;
	white-space: nowrap; 
}
#nav li ul { 
	z-index: 3; 
	border: 1px solid #999; border-bottom-style: none; 
	padding: 0px; 
	position: absolute;
	background: #ccc; 
	width: 130px; 
	width: expression('132px'); 
	left: -999em; 
}	
#nav li ul li {
	width: 100%;
	border-bottom: 1px solid #999; 
}
#nav li ul ul { 
	margin: -21px 0 0 130px; 
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em; 
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { 
	left: auto; 
}
/*END NAV ELEMENTS*/
	

/*DEFAULT PAGE ELEMENTS*/
.bckSplash { background: #fff url(/images/bckSplash.jpg) no-repeat 0 0; }

/*LatestNews box*/
#LatestNewsBox {
width: 185px;	
background: #005088;
padding: 15px;
margin-top: 5px;
}
#LatestNews {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 12px;
color: #fff;
height: 215px;
overflow: auto;
}
#LatestNews h1 {
	color: #fff;
	font-size: 18px;
}
#LatestNews h2 a:link, #LatestNews h2 a:active, #LatestNews h2 a:visited {
	color: #fff;
	font-size: 14px;
}
#LatestNews h2 a:hover {
	color: #000;
}

/*Welcome box*/
.WelcomeBox2 {
background: #fff;
width: 480px;
padding: 10px;
overflow: hidden;
text-align: left;
margin: 10px auto;
border: 1px solid #ccc;
}
html>body .WelcomeBox2 { width: 458px; }

/*Model box*/
#box {
	position:relative; 
	width:230px; 
	height: 330px;
	margin:0;
}
#transbkg {
	position:absolute; 
	top:0; 
	right:0; 
	width:230px; 
	height: 320px; 
	background:#666; 
	padding:5px;
}
#transbkg {
	filter: alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.70; opacity:0.7;
}
html>body #transbkg { 
	width: 220px; 
	height: 290px; 
}
#words {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 220px;
	text-align: left;
	padding: 0;
	line-height: 16px; /* increases vertical size of dropdowns */
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	text-transform:uppercase;
}
#words ul, #words li {
	margin: 0;
}
#words ul { 
	list-style: none; 
	text-align: left;
	width: 220px;	
	padding-top: 20px;
	padding-bottom: 20px;
}
html>body #words ul {
	width: 215px;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-top: 0;
	padding-bottom: 0;
}
#words li a {
	color: #fff;
	display: block; 
	width: 100%; 
	padding-left: 5px;
}
#words li a:hover {
	background: #fff;
	text-decoration: none;
	color: #069;
}		
#words li { 
	white-space: nowrap; 
	padding-left: 0px;
	width: 100%;
	margin-bottom: -2px;
}
html>body #words li {
	padding-left: 5px;
	margin-left: -45px;
	margin-bottom: 0;
}

/*Models Box Popup*/
#Models { 
	display: none;
	position: absolute; 
	z-index: 2000; 
	top: 225px; 
	left: 325px; 
	width: 405px; 
	height: 255px; 
	overflow: visible;
}
.ModelDesc {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #ccc;
}
.ModelTitle {
	font-family: Arial, Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #ccc;
	text-transform: uppercase;
}	


/* search inventory popup */
.BckBox, .BckBox a { 
	color: #fff;
	margin-bottom: 0;
}
div#InventoryBlock{
	display:none;
}
div#Inventory { 
	position: absolute; 
	z-index: 2000; 
	top: 115px; 
	left: 425px; 
	width: 250; 
	height: 300; 
}
div#TransBackground { 
	position: absolute; 
	z-index: 1000; 
	top: 100px; 
	left: 400px; 
	width:300; 
	height:400; 
	background-color:#000000; 
	border: 1px solid #fff;
	filter:alpha(opacity=75); 
	-moz-opacity: 0.75; 
	opacity: 0.75;
}
/*END DEFAULT PAGE ELEMENTS*/

/*MISC ELEMENTS*/
.rewards {
	float: right;
	width: 200px;
	text-align: right;
}

/* Vehicle Specials */
.invSpcBody { background: #fff url(/images/bckVehicleSpecials.jpg) repeat-x; padding: 0px; margin: 0px; }
.invSpecialTitle { color: #fff; font-family : Trebuchet MS, Arial, Verdana; font-size : 14px; font-weight: normal; text-transform: normal; background: url(/images/spacer.gif);}
.invWhiteTitle { color: #ffffff; font-family : Trebuchet MS, Arial, Verdana; font-size : 12pt; font-weight: normal; background: url(/images/spacer.gif);}
.invSpcBck	  { background: url(/images/spacer.gif);}
.invSpcHdr	  { color: #007CC2; font-family : Trebuchet MS, Arial, sans-serif; font-size : 13.5pt; font-weight: bold; background: url(/images/spacer.gif);}
td .invSpcText, invSpcText a	  { color: #000; font-family : Trebuchet MS, Arial, sans-serif; font-size : 10pt; font-weight: bold; background: url(/images/spacer.gif);}	
.invSpcPrice  { color: #000; font-family : Trebuchet MS, Arial, sans-serif; font-size : 11pt; font-weight: bold; background: url(/images/spacer.gif);}
.invSpcBorder { border: 0px solid #7d7d7d; background: #fff url(/images/bckVehicleSpecials.jpg) repeat-x; }
.invSpcHdrBck { border-bottom: 0px solid #7d7d7d; background: #005088; text-align: center; }
.invSpcTableCellHor { border-right: 0px solid #7d7d7d; background: url(/images/spacer.gif);}
.invSpcTableCellVer { border-bottom: 0px solid #7d7d7d; background: url(/images/spacer.gif);}
.invSpcUsedContainer { position: relative; margin:0 auto; width:100px; text-align: center; }
.invSpcUsedText { display: none; position: absolute; top: 68px; left: 0px; width: 100px; height: 15px; z-index: 2; font-size: 11px; font-weight: bold; color:#cc3333; }

	
.left {float:left;}
.right{float:right;}