@charset "utf-8";
/* CSS Document */

.clear { clear: both; height: 0; }

html #outer{height:100%;}

html {
background-color: #193154;	
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.5em;
	padding: 5px 0px;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	font-size: 11px;
	line-height: 20px;
}
	
body { 
	font: normal 12px Arial, Helvetica, sans-serif;
	background-color: #193154;	
	background-attachment:fixed;
	margin-top: 0;
}

a {
	text-decoration: none;
	color: #27569E;
	font-weight: 600;
}

a:hover {
	text-decoration: underline;
	font-weight: 600;
	color: #060543;
}

h1, h2, h3 {
	color: #333;
}

#container {
	border: 1px solid #fff;
	border-top: none;
}

#siteToolbar {
	margin: 0 auto;
	padding: 0 0 5px;
}

#header {
	width: 950px;
	height: 92px; 
	background: transparent url(../images/header_front.jpg) 0 0 no-repeat;	
	border-bottom: 7px solid #bc101c;
}

#home_link {
	width: 550px;
	height: 92px;
	display: block;
	float: left;
}

#driveAmerica_link {
	width: 400px;
	height: 92px;
	display: block;
	float: left;
}

#hedChat {
	margin: 0 200px 0 0;
	padding: 0;
	height: 58px;
	width: 150px;
	color: #ccc;
	float: right;
	background: #FF0000;
}

#nav {
	margin: 0;
	padding: 0 0 0 5px;
	width: 945px;
	height: 32px;
	background: transparent url(../images/nav_bg.jpg) 0 0 repeat-x;	
	border: solid #bc101c;
	border-width: 2px 0;
}

#bodycontent {
	position: inherit;
	height: auto; width: 100%;
	background-color: #FFFFFF;
	background-image:url(../images/background.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

/* Changes to Inventory */

/*New Cars - Cross Out MSRP with a background image setting Our Price to Call Now to all cars*/
dl.new .inventory_price_dt, dl.new .details_price_dt, dl.new #mdl_inventory_price dt.mdl_price_dt {
	height: 38px;
	background:transparent url(../images/pricingBg_new.jpg) 0 2px no-repeat;
}

dl.new .inventory_price_dd, dl.new  .details_price_dd, dl.new .mdl_price_dd {
	width: 78px;
	height: 38px;
	background:transparent url(../images/callNow_new.jpg) right bottom no-repeat;
	color:#790A00;
	text-decoration: line-through;
}

/*Used Cars - display Was instead of MSRP*/
dl.used .inventory_msrp_dt, dl.used .details_msrp_dt, dl.used .mdl_msrp_dt {
	background:transparent url(../images/wasPrice_used.jpg) 0 center no-repeat;
}

dl.used .inventory_msrp_dt span, dl.used .details_msrp_dt span, dl.used .mdl_msrp_dt span {
	visibility: hidden;
}

dl.used .inventory_msrp_dt span, dl.used .details_msrp_dt span, dl.used .mdl_msrp_dt span {
	visibility: hidden;
}

.inventory_certified {
	margin: 0 auto;
}

/* End of Changes to Inventory */

/* Fix Special so it is short enough */
.inventory_special {
	height: 16px;
	background:transparent url(../images/inventory_special.jpg) left center no-repeat;
}

.inventory_special span {
	padding: 0;
	text-align: right;
	font-size: 16px;
}

#footer {
	padding: 0.5em 0;
	height: 16px;
	background: transparent url(../images/footer_bg.jpg) 0 0 repeat-x;
	border-top: 1px solid #fff;
}