/* Elements */
body{
	background:#FFF;
	color:#ffffff;
	margin:0;
	text-align:center;
	scrollbar-3dlight-color:#BBB;
	scrollbar-highlight-color:#CCC;
	scrollbar-face-color:#DDD;
	scrollbar-shadow-color:#BBB;
	scrollbar-darkshadow-color:#999;
	scrollbar-arrow-color:#333;
	scrollbar-track-color:#EEE;
	background-image: url(/Images/Home/background.jpg);
	background-repeat: repeat-x;
}
div,
table{
	font:12px 'trebuchet ms','lucida sans','lucida grande',sans-serif;
}
h1,h2,h3,h4,h5{
	margin:0;
}
img{
	border:0;
}
/* Links */
a,a:link{
	color:#df9240;
	text-decoration:underline;
}
a:visited{
	color:#df9240;
	text-decoration:underline;
}
a:active,a:hover{
	color:#df9240;
	text-decoration:none;
}
.title, .title:visited, .title:hover, title:active
{
    color: White !important;
}
/* Container */
#container{
	margin:0 auto;
	padding:0 0 10px 0;
	width:983px;
	text-align:center;
}
/* Header */
#header{
	background-color:#F0F0F0;
	background-image:url(/Images/header-bg.jpg);
	background-repeat:no-repeat;
	display:block;
	margin:0;
	padding:0;
	width:754px;
	height:94px;
	text-align:left;
}
#header-home{
	background-color:#F0F0F0;
	background-image:url(/Images/header-bg-home.jpg);
	background-repeat:no-repeat;
	display:block;
	margin:0;
	padding:0;
	width:754px;
	height:116px;
	text-align:left;
}
#phone{
	float:left;
	width:252px;
}
#phone div{
	font-size:17px;
	font-weight:bold;
	padding:17px 0 0 30px;
}
#logo{
	float:left;
	padding:0;
	width:249px;
}
#header #logo img{
	background:url(/Images/header-logo-off.gif) no-repeat;
	border:0;
	height:90px;
	margin:0 30px;
	padding:0;
	width:189px;
}
#header-home #logo img{
	background:url(/Images/header-logo-hm-off.gif) no-repeat;
	border:0;
	height:116px;
	margin:0;
	padding:0;
	width:249px;
}
#logo span{
	display:none;
}
#sites{
	float:left;
}
#sites div{
	text-align:right;
	padding:25px 0 0 0;
}
#sites select{
	color:#555;
	font:9px arial,helvetica,sans-serif;
	text-transform:uppercase;
	width:178px;
}
/* Main Body */
#body{
	background-color:#122261;
	background-image:url(/Images/body-bg.gif);
	background-repeat:repeat-y;
	padding-bottom:10px;
	text-align:center;
	width:754px;
}
#body-top{
	background-color:#122261;
	background-image:url(/Images/body-top.gif);
	background-repeat:no-repeat;
	height:30px;
	margin:auto;
	width:740px;
}
.body-main{
	background:#122261 url(/Images/body-main-bg.jpg) repeat-x;
	margin:0 auto;
	padding-bottom:5px;
	width:704px;
	text-align:center;
}
.body-full{
	background-color:#F1F1F1;
	margin:auto;
	width:692px;
}
.body-full-content{
	color:#ffffff;
	font:12px 'trebuchet ms','lucida sans','lucida grande',sans-serif;
	margin:20px 23px 20px 27px;
	width:642px;
}
.body-inside{
	margin:6px auto 0 auto;
	width:694px;
	text-align:left;
}
.body-left{
	width:235px;
}
.body-left-image{
	border:4px solid #436E65;
	width:221px;
}
.body-left-content{
	color:#FFF;
	margin:10px 12px 0px 12px;
}
.body-right{
	background-color:#F1F1F1;
	width:459px;
}
.body-right-content{
	color:#ffffff;
	font:12px 'trebuchet ms','lucida sans','lucida grande',sans-serif;
	margin:20px 22px 20px 27px;
	width:410px;
}
/* Page Heading */
h2.page-heading{
	background:url(/Images/heading-line.png) bottom left repeat-x;
	font-size:16px;
	font-weight:bold;
	color: #551100;
	padding:0 0 9px 0;
	margin:25px 23px 20px 27px;
	text-transform:uppercase;
}
/* Promo Buckets */
td.promos{
	padding:0;
	vertical-align:bottom;
}
.promo-small{
	color:#FFF;
	cursor:pointer;
	font:11px/12px 'trebuchet ms','lucida sans','lucida grande',sans-serif;
	margin-right:2px;
	width:108px;
	height:68px;
	padding-left: 7px;
	margin-top: 7px;
    text-align:left;
    margin-bottom: 5px;
}
.promo-small h5{
	font:bold 12px/12px 'trebuchet ms','lucida sans','lucida grande',sans-serif;
	text-transform:uppercase;
}
.promo-large{
	background-color:#8AC;
	color:#FFF;
	cursor:pointer;
	float:left;
	font:11px/12px 'trebuchet ms','lucida sans','lucida grande',sans-serif;
	margin-right:2px;
	overflow:hidden;
	padding:8px;
	width:435px;
	_width:451px;
	height:52px;
	_height:68px;
	text-align:left;
}
.promo-large-left{
	float:left;
	margin-right:10px;
	width:140px;
}
.promo-large-right{
	float:left;
	font-size:9px;
	line-height:10px;
	width:275px;
}
.promo-large h5{
	font:bold 12px/12px 'trebuchet ms','lucida sans','lucida grande',sans-serif;
	text-transform:uppercase;
}
.promo-link{
	color:#FFF;
	font-size:9px;
}
.promo-link a,
.promo-link a:visited{
	color:#FFF;
	text-decoration:underline;
}
.promo-link a:active,
.promo-link a:hover{
	color:#FFF;
	text-decoration:none;
}
/* Footer */
#footer{
	background-color:#8AA9C4;
	background-image:url(/Images/footer-bg.gif);
	background-repeat:no-repeat;
	text-align:center;
	width:754px;
	height:42px;
}
#footer div{
	color:#333;
	font-size:11px;
	margin:0;
	padding:13px 0 0 0;
}
#footer a,#footer a:visited{
	color:#333;
	text-decoration:underline;
}
#footer a:active,#footer a:hover{
	color:#D70;
	text-decoration:none;
}
#footer span{
	padding:0 2px 0 2px;
}

.footer
{
    font-family: Trebuchet MS;
    font-size: 11px;
    margin-top: 12px;
    color: #626262;
}

.footer a
{
    color: #626262;
}

.footer a:hover
{
    color: #626262;
}

/* Tables */
.tableTopLeft
{
    background-image: url(/Images/Tables/top-left.png);
    width: 8px;
}

.tableTop
{
    background-image: url(/Images/Tables/top-bg.png);
    font-family: Palatino Linotype;
    font-size: 16px;
    padding-top: 2px;
    color: #ad0000;
}

.tableTopRight
{
    background-image: url(/Images/Tables/top-right.png);
    width: 8px;
}

.tableMidLeft
{
    background-image: url(/Images/Tables/mid-left.jpg);
    vertical-align: bottom;
}

.tableMid
{
    background-image: url(/Images/Tables/mid-bg.png);
    background-position: bottom;
    background-repeat: repeat-x;
    background-color: White;
    padding-top: 5px;
}

.tableMidRight
{
    background-image: url(/Images/Tables/mid-right.jpg);
    vertical-align: bottom;
}

.tableBottomLeft
{
    vertical-align: bottom;
    height: 6px;
}

.tableBottom
{
    background-image: url(/Images/Tables/bottom-bg.png);
    background-color: White;
}

.tableBottomRight
{
    vertical-align: bottom;
    height: 6px;
}

.makes{
	float:left;
	margin:0 0 0 31px;
	text-align:left;
	width:100%;
}
.makes h4{
	background:url(/Images/heading-line-blue.gif) bottom left repeat-x;
	font-size:14px;
	font-weight:bold;
	padding:10px 0 6px 4px;
	text-transform:uppercase;
}
.makes-table{
	margin:9px 0 0 4px;
}
.makes-table td{
	font-size:12px;
	color:#000000;
	height:22px;
}
.makes-table a,
.makes-table a:visited{
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
	margin:0 4px 0 0;
}
.makes-table a:active,
.makes-table a:hover{
	color:#D70;
	text-decoration:none;
}
.makes-table span{
	color:#666666;
	padding:0 2px;
}

.vehicleLink
{
    color: #464646 !important;
    font-family: Trebuchet MS;
    font-size: 9px;
}

.vehicleBucket
{
    line-height: 14px;
    text-align: left;
    width: 50%;
    padding-left: 10px;
}