@charset "utf-8";
/* CSS Document */
body {
	margin: 0 auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #000;
	color: #333;
	line-height: 140%;
	text-align: center;
}
img {
	border: none;	
}
a {
	color: #666;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;	
}
h1 {
	font-size: 150%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: dotted 1px #999;
}
h2 {
	color: #701400;
	font-size: 125%;
	font-style: italic;
}
#header {
	width: 100%;
	height: 170px;/*190*/
	margin: 0 auto;
	padding: 20px 0 0 0;
	background-color: #000;
	text-align: center;
}
a.logo {
	float:left;
	width: 389px;
	height: 112px;
}
#header .tagline {
	font-style:italic;
	color: #999;
	font-size: 18px;
	padding: 0 0 10px 0; /*ie 8 bug cut off bottom g */
}
#header .headerinside {
	width: 984px;
	height: 180px;
	text-align: left;
	margin: 0 auto;
}
#header .headerinside .headerright {
	float:right;
	width: 300px;
	color: #999;
	padding-top: 50px;
	font-size: 12px;
	margin: 0 auto;
}
#header .headerinside .taglineinside {
	clear:left;
	float:left;
	width: 389px;
	font-style:italic;
	color: #999;
	font-size: 18px;
	text-align:center;
	padding: 0 0 10px 0; /*ie 8 bug cut off bottom g */
}
#nav {
	width: 984px;
	height: 50px;
	margin: 0 auto;
	background-image:url(../images/img_pg/nav-bk.jpg);
	background-repeat: repeat-x;
}
#nav a {
	color: #ccc;
	font-weight: bold;
	line-height: 50px;
	font-size: 14px;
	padding: 17px 20px;
	text-decoration: none;
}
#nav a:hover {
	color: #fff;	
}
#nav a.on {
	background-color: #dcdcdc;
	border-top: solid 3px #cc0000;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	color: #666;
}
#contentwrap {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-image: url(../images/img_pg/pg_bk.jpg);
	background-repeat: repeat-x;
	background-color: #701400;
	background-position: top center;
}
.content {
	width: 884px;/*984*/
	margin: 0 auto;
	padding: 50px;
	text-align: left;
}
.contentinside {
	width: 984px;/*984*/
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #dcdcdc;
}
.contentinside p {
	text-align: justify;	
}
/* home */
p.homep {
	color: #fff;
	margin: 0 auto;
	padding:0 0 30px 0;
	line-height: 200%;
	text-align: justify;
}
a.hm-car-dealer,a.hm-car-driver {
	display:block;
	width: 334px;/*404*/
	height: 114px;/*129*/
	padding: 15px 50px 0 20px;
	background-image: url(../images/img_pg/home-block-bk.png);
	background-repeat: no-repeat;
	color: #000;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}
a.hm-car-dealer {
	float:left;
}
a.hm-car-driver {
	float:right;	
}
a.hm-car-dealer:hover,a.hm-car-driver:hover {
	color: #666;
	text-decoration: none;
}
.title {
	font-size: 18px;
}
/* end home */
/* inside content */
#navleft {
	float:left;
	width: 250px;/*270*/
	background-color: #666;
	color: #fff;
	margin: 5px 0 0 5px;
	padding: 10px 10px 0 10px;
	font-size: 11px;
	text-align: left;
}
#contentwrap .contentinside #navleft ul {
	margin: 0 auto;
	padding: 20px 10px 0 10px;
}
#contentwrap .contentinside #navleft ul ul {
	padding-top: 10px;
}
#contentwrap .contentinside #navleft ul li {
	border-top: solid 1px #ccc;
	padding: 5px 0 5px 15px;
	list-style-type: none;
	background-image: url(../images/img_misc/li-arrow-rt.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}
#contentwrap .contentinside #navleft ul li.last {
	border-bottom: solid 1px #ccc;	
}
#contentwrap .contentinside #navleft ul li a {
	color: #fff;
	text-decoration: none;
}
#contentwrap .contentinside #navleft ul li a:hover {
	color: #ccc;	
}
#contentwrap .contentinside #navleft ul li ul li {
	border:none;
	padding-left: 0;
	margin-left: 10px;
	list-style-type: square;
	background-image: none;
}
#contentwrap .contentinside #navleft ul li ul li a {
	color: #ccc;	
}
#contentwrap .contentinside #navleft ul li ul li a:hover {
	color: #fff;	
}
/*#navLeft ul li {
	width: 230px;
	padding: 5px 0;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	list-style-type: none;
}
#navLeft li li {
	border: none;
}*/
#navLeftBottom {
	float:left;
	width: 270px;
	height: 200px;
	background-image: url(../images/img_pg/navLeft-bk.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: -10px;
}	
.contentRight {
	float:right;
	width: 649px; /*704-709*/
	margin: 5px 0 0 5px;
	padding: 20px 25px 20px 30px;
	background-image: url(../images/img_pg/contentRight-bk.jpg);
	background-repeat: no-repeat;
	background-position: left 0;
}
/* end inside content */
#footer {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	line-height: 140%;
	background-color: #000;
	color: #999;
	font-size: 11px;
	text-align:center;
}
#footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #701400;
}
.clearBoth {
	clear:both;
	line-height: 1px;
	height: 1px;
	font-size: 1px;
}
.flrt {
	float:right;
	margin: 0 0 20px 30px;
}
.flashrt {
	width: 350px;
	height: 232px;
	float:right;
	margin: 0 0 20px 30px;
}
.inthenews {
	width: 350px;
}
.inthenews ul {
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
}
.inthenews ul li {
	margin: 0;
	padding: 10px 0;
	list-style-type: none;
}
.inthenews ul li a {
	display:block;
	color: #333;
	text-decoration: none;
	padding: 0 0 0 44px;
	background-image: url(../images/img_misc/pdf.png);
	background-repeat: no-repeat;
}
.inthenews ul li a:hover {
	color: #999;	
}
.inthenews ul li a.external {
	background-image: url(../images/img_misc/info.png);
}
.more {
	font-size: 10px;
	color: #666;
}
.more:hover {
	color: #333;	
}
.cc {
	font-family: Verdana, Geneva, sans-serif;
	font-style:italic;
}
.msg {
	margin: 10px;
	padding: 10px;
	border: solid 1px #000;
	background-color: #FF6;
	color: #cc0000;
}
.big {
	font-size: 230%;
}
.clearit {
	clear:both;
}
.leftsidebar {
	text-align:center;
	padding-top: 20px;
	width:250px;
}
.leftsidebar a.pdf {
	display:block;
	width: 175px;
	height: 41px;
	padding: 10px 0 0 55px;
	background-image: url(../images/img_misc/driver-pdf.png);
	background-repeat: no-repeat;
	color: #fff;
	text-decoration: none;
	text-align: left;
	margin-left: 10px;
	line-height: normal;
}
.leftsidebar a.onlineform {
	display:block;
	width: 175px;
	height: 41px;
	padding: 10px 0 0 55px;
	background-image: url(../images/img_misc/driver-form.png);
	background-repeat: no-repeat;
	color: #fff;
	text-decoration: none;
	text-align: left;
	margin-left: 10px;
	line-height:normal;
}
.leftsidebar a.onlineform:hover,.leftsidebar a.pdf:hover {
	font-weight: bold;
	text-decoration: none;
}
