/* ============================
CSS for ENCS.NEXT - Front Page
Front page content overview  
================================*/
#title{
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 130px;
	background-color: #ffffff;
}
div#overview { 
	float: left;
	display: block; 
	padding: 2px;
	margin-top: 5px;
	margin-left: 7px;
	margin-bottom: 30px;
}

div#overview div.box { 
	float: left; 
	display: block;
	width: 510px;
	height: auto;
	margin-right: 0px;
	padding-bottom: 10px;
}
 div.box img { 
	border: 1px solid #000077;
	margin-bottom: 15px;
	float:left;
	margin-right: 5px;
}
div#overview div.box a { 
	color: #000077; 
	text-decoration: underline;
    font-size: 12px;
}
div#overview div.box a:hover { 
	color: #EE3333; 
	text-decoration: none;
}
div#overview div#left {
	margin-right: 10px;
	width: 250px;
}
div#overview .box h2 { 
	display: block;
	font-size: 26px;
	line-height: 1.3em;
	font-weight: bold;
	border-bottom: 2px dotted #ed1c24;
	color: #004990;
	padding: 3px 8px 3px 0px;
	margin: 0 0 9px 0;
}
div#splash {
	width: 770px;
	height: 75px;
	margin-bottom: 10px;
}

div#splash img {
	border:1px solid #004990;
}

/* Featured Vehicle CSS */
div.vehiclelist div p 
{
    margin: 0;
    padding: 0;
}
div.vehiclelist div {
	width: 250px;
	margin-bottom: 10px;
	padding: 0;
	margin: 0;
	clear: both;
}
div.vehiclelist h3 {
	line-height: 1.0em;
	font-size: 26px;
	color: #003399;
	clear: both;
	margin: 5px 0 !important;
	margin: 0 0 5px 10px;

}
div.vehiclelist h4 {
	line-height: 1.0em;
	font-size: .86em;
	color: #003399;
	clear: both;
	margin: 0 0 5px 15px;
}
div.vehiclelist div p.rebate {
	font-style: italic;
	font-weight: bold;
	color: #dd0000;
	font-size: 16px;
	margin-left: 5px !important;
	margin-bottom: 5px;
}
div.vehiclelist div p.eoy {
	font-style: italic;
	font-weight: bold;
	color: #dd0000;
	font-size: 12px;
	margin-left: 5px !important;
	margin-bottom: 5px;
}
div.vehiclelist div p.legal {
	font-size: 9px;
	margin-left: 5px !important;
}

div.vehiclelist div img {
	margin-bottom: 5px;
	margin-left: 1px;
	padding: 1px;
	background: white;
	border: 1px solid #003399;
}
div.vehiclelist div ul {
	margin-left: 0px !important;
	margin-left: 0px;
	margin-top: 5px;
	line-height: 1em;
	margin-bottom: 15px;
	list-style-type: none;
	padding: 0px;
}
div.vehiclelist div li {
	margin-left: 5px !important;
	line-height:1.5em;
}

div#hotlist table {
	font: normal 12px Verdana;
}
div#hotlist td {
	text-align: center;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 2px 2px 2px 2px;
}
div#hotlist .leftborder {
	border-left: 1px solid #000;
}
div#hotlist #head {
	padding: 4px 4px 4px 4px;
	background: #597CBE;
	font: bold 14px Verdana;
	text-align: center;
}
div#hotlist .headRow {
	color: #fff;
	background: #ED1C24;
}
div#hotlist .headRow td {
	padding: 0px 4px 0px 4px;
}
div#hotlist .colorRow {
	background: #DFDDDC;
}
div#hotlist .note {
	font-weight: bold;
	color: red;
}
div#hotlist .price {
	font-weight: bold;
	font-size: 14px;
	color: red;
}


