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

#toolbarBg {
	width: 100%;
	background-color: #efefef;
}

#siteToolbar {
	margin: 0 auto;
	width: 950px;
}

#container {
	margin: 0 auto;
	width: 950px;
	border: none;
	background-color: #000;
}

#nav_front {
	margin: 0;
	padding: 0 0 0 5px;
	height: 43px;
	width: 945px;
	background: #052947 url(../images/navBck.jpg) 0 0 repeat-x;
}		

#header_front {
	width: 930px;
	background: #000;
}

p {
	color: #fff;
}

#contentContainer {
	margin: 6px;
	padding: 11px;
	border: 1px solid #3f3f3f;
}

#topContent {
	background: transparent url(../images/content_bg.jpg) bottom right no-repeat;
}

#topContent div.clear {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

#blurbCol {
	width: 151px;
	float: left;
}

#blurbCol p {
	margin: 20px 0;
	padding: 5px 2px;
	border: 1px solid #3f3f3f;
	text-align: center;
	line-height: 1.2em;
}

#signCol {
	margin: 0 0 0 25px;
	width: 120px;
	height: 402px;
	float: left;
}

#videoPlayerContainer {
	margin: 16px 0 0 63px;
	width: 383px;
	height: 293px;
	display: block;
	float: left;
}

#videoList {
	color: #fff;
	margin: 79px 0 0 48px;
	width: 115px;
	height: 222px;
	float: left;
	overflow: auto;
}

#videoList h4 {
	text-align: center;
}

#videoList ul {
	margin: 0 auto;
	width: 87px;
}

#videoList li {
	margin: 5px 0;
}
				
#featuredVehicles {
	width: 912px;
	height: 144px;
	background: transparent url(../images/featuredVehicles_bg.jpg) 0 0 no-repeat;
}

