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

* {
	padding:0;
	margin:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:11px;
}
a {
	text-decoration:none;
	color:#003366;
	border:0;
}
.col1_home a {
	text-decoration:underline;
}
img {
	border:0;
}
h3 {
	font-size:1em;
	margin:20px 0 0 0;
}
h4 {
	color:#333333;
	font-size:16px;
	font-weight:normal;
	margin:20px 0 0;
	clear:both;
}
h5 {
	color:#003366;
	font-size:16px;
	font-weight:normal;
	margin:0px 0 0;
}
a:hover {
	color:#003366;
	text-decoration:underline;
}
.cb {
	clear:both;
}
.ar {
	text-align:right;
}
.al {
	text-align:left;
}
.ac {
	text-align:center;
}
#wrapper {
	width:950px;
	margin:0 auto;
}
#left_shadow {
	width:950px;
	background:url(../images/left_shadow.jpg) top left no-repeat;
}
#right_shadow {
	width:950px;
	background:url(../images/right_shadow.jpg) top right no-repeat;
}
#page_wrapper {
	width:900px;
	margin:0 auto;
	background:url(../images/top_grad.jpg) top repeat-x;
}
/***************************************
		HEADER
*****************************************/

#header_nav {
	text-align:right;
	padding-right:20px;
}
#header_nav ul {
	list-style:none;
	padding-top:10px;
}
#header_nav ul li {
	display:inline;
	border-right: #333 1px solid;
	padding:0 5px;
}
#header_nav ul li.last {
	display:inline;
	border:0;
	padding:0 5px;
}
#header_nav ul li a {
	color:#333;
}
#header_nav ul li a:hover {
	color:#003366;
}
#header_wrapper {
	margin:15px 0 0 20px;
}
/*#header_wrapper input {
	font-size:0.9em;
	background:url(../images/sub_grad.jpg) repeat-x;
	padding:2px;
	border:#adadad 1px solid;
	color:#333;
	position:relative;
	width:171px;
	padding-top:2px;
	padding-bottom:2px;
	margin-left:78px;
	position:relative;
}*/
#header_wrapper input {
	background: url("../images/sub_grad.jpg") repeat-x scroll 0 0 transparent;
	border: 1px solid #ADADAD;
	color: #333333;
	float: left;
	font-size: 0.9em;
	padding: 2px;
	position: relative;
	width: 171px;
	height: 14px;
}
/*#header_wrapper input#search_sub {
	padding-top:0px;
	background:url(../images/sub_button.png);
	width:22px;
	height:20px;
	border:0;
	cursor:pointer;
	margin-left:254px;
	margin-top:-20px;
	padding-top:17px;
	margin-right:0;
	position:absolute;
	left:0;
}*/
#header_wrapper input#search_sub {
	background: url("../images/sub_button.png") repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	float: left;
	height: 20px;
	left: 0;
	margin-right: 0;
	overflow: hidden;
	position: relative;
	width: 22px;
}
.breadcrumb {
	width:400px;
	float:left;
	margin-top:34px;
	color:#999;
	margin-bottom:7px;
}
.breadcrumb a {
	color:#666;
	text-decoration:underline;
}
/*.search {
	width:225px;
	height:20px;
	float:left;
	position:relative;
}*/
.search {
	margin-right: 28px;
	height:20px;
	float:right;
	position:relative;
}
.logo {
	width:141px;
	float:left;
	margin-right:35px;
}
/***************************************
		FOOTER
****************************************/
#footer_wrapper {
	width:100%;
	background:#003366;
	padding-bottom:30px;
	clear:both;
	bottom: 0; /* important */
	height:auto;
	height:100%;
	overflow:hidden;
}
#footer_content {
	width:900px;
	margin:0 auto;
}
#footer_nav {
	width:300px;
	float:left;
	color:#fff;
	padding:15px 0 0 20px;
}
#footer_nav a {
	color:#FFF;
}
#footer_nav ul {
	list-style:none;
}
#footer_nav ul li {
	display:inline;
	padding:0 5px;
	border-right:#fff 1px solid;
}
#footer_nav ul li.last {
	border:0;
}
#footer_text {
	width:500px;
	float:right;
	padding:15px 20px 0 0;
	color:#fff;
	text-align:right;
}
/***************************************
		NAVIGATION
***************************************/
	
#nav_col {
	width:140px;
	float:left;
	margin-left:20px;
	clear:both;
}
#nav_col a {
	color:#333;
}
#nav_col ul {
	list-style:none;
	font-size:1.2em;
	font-weight:bold;
	margin-top:20px;
}
#nav_col ul li {
	padding:5px 0;
	border-bottom:#9d9d9d 1px dotted;
}
#nav_col ul li.active {
	list-style:url(../images/active_list_new.jpg) outside;
}
#nav_col ul li.active a {
	color:#003366;
}
#nav_col ul li ul {
	margin: 5px 0 0 15px;
}
#nav_col ul li ul li {
	font-size:0.7em;
	border:0;
}
#nav_col ul li ul li a {
	color:#666;
}
#nav_col ul li.active ul li a {
	color:#666;
}
#nav_col ul li ul li.active a {
	color:#003366;
}
#nav_col ul li ul li.active {
	list-style:url(../images/active_list_new.jpg) outside;
}
#nav_col ul li.last {
	border:0;
}
#sign_in {
	width:116px;
	border-top:#e5e5e5 2px solid;
	border-left:#e5e5e5 2px solid;
	border-right:#e5e5e5 2px solid;
	padding:10px;
	margin-top:20px;
}
#sign_in_footer {
	width:140px;
	height:25px;
	background:url(../images/sign_up_bottom.jpg);
}
#sign_in p {
	margin:7px 0;
}
#sign_in input {
	font-size:0.9em;
	background:url(../images/sub_grad.jpg) repeat-x;
	padding:2px;
	border:#adadad 1px solid;
	color:#333;
}
#sign_in input#email {
	width:110px;
}
#sign_in input#password {
	width:87px;
	margin-right:3px;
}
#sign_in input#submit {
	background:url(../images/sub_button.jpg);
	width:20px;
	height:20px;
	border:0;
	cursor:pointer;
}
/*******************************************
		CONTENT
*******************************************/

#content {
	width:700px;
	float:left;
	margin-left:35px;
	margin-top:10px;
	margin-bottom:20px;
}
.col1 {
	width:220px;
	float:left;
	position:relative;
	margin:0px 0px 0 0;
	margin-top:-12px;
}
.col1_home {
	width:220px;
	float:left;
	margin:0px 0px 0 10px;
}
.col2 {
	width:450px;
	float:left;
	margin:0px 0px 0 0;
}
.col1 img, .col2 img {
	margin-bottom:22px;
}
.mr10 {
	margin-right:10px;
}
.col1 a, .col2 a {
	color:#003366;
	text-decoration:underline;
}
.col1 a:hover, .col2 a:hover {
	text-decoration:underline;
}
.col2 p span, .col2 h3 span {
	font-size:1.4em;
}
.col2 img {
	margin:0px 0 10px 11px;
}
.left_img {
	margin:0px !important;
	margin-right:15px !important;
	margin-bottom:15px !important;
}
.left_img2 {
	margin:0px !important;
	margin-right:25px !important;
	margin-bottom:15px !important;
}
.header {
	border-top:#999 1px dotted;
	border-bottom:#999 1px dotted;
	height:25px;
	clear: both;
	overflow: hidden;
	position: relative;/*	margin-bottom:38px;*//*	margin-left:54px;*/
/*	margin-left:60px;*/
}
.header_news2 {
	border-top:#999 1px dotted;
	border-bottom:#999 1px dotted;
	height:25px;
	clear: both;
	width:220px;
	overflow: hidden;
	position: relative;
}
.header_news2 h2 {
	font-weight:300;
	margin:3px 0;
	font-size:1.5em;
	float:left;
	color:#003366;
}
.header_news2 h1 {
	font-weight:300;
	margin:3px 0;
	width:100%;
	float:left;
	font-size:1.5em;
	color:#003366;
}
.header_news {
	/*	border-top:#999 1px dotted;*/
border-bottom:#999 1px dotted;
	margin-top:25px;
/*height:25px;*/}
.header_news h2 {
	font-weight:300;
	/*margin:3px 0;
	width:75%;
	float:left;*/
	color:#003366;
}
.header h2 {
	font-weight:300;
	margin:3px 0;
	width:75%;
	float:left;
	color:#003366;
}
.header h1 {
	font-weight:300;
	margin:3px 0;
	width:100%;
	float:left;
	font-size:1.5em;
	color:#003366;
}
.header_with_icon {
	border-top:#999 1px dotted;
	border-bottom:#999 1px dotted;
	height:25px;
	/*	margin-left:54px;*/
	margin-left:60px;
}
.header_with_icon h2 {
	font-weight:300;
	margin:3px 0;
	width:75%;
	float:left;
	color:#003366;
}
.header_with_icon h1 {
	font-weight:300;
	margin:3px 0;
	width:100%;
	float:left;
	font-size:1.5em;
	color:#003366;
}
.rss {
	width:37px;
	height:12px;
	float:right;
	margin-top:6px;
}
#content p {
	margin:11px 0;
}
#content ul {
	margin:11px 0 0 15px;
}
#content ul li, #content ol li {
	padding:3px 0;
}
#content ol {
	margin:11px 0 0 15px;
}
#content ol li ol {
	list-style:lower-alpha;
}
.tripcol {
	width:95px;
	float:left;
	margin:0 10px;
}
img.marzero {
	margin:0;
	margin-bottom:15px;
	margin-top:-12px;
}
.sitemap {
	margin:10px 0 0 20px;
	font-size:1.2em;
}
.sitemap li {
	padding:5px 0;
}
.sitemap li ul {
	margin-left:25px;
	font-size:0.8em;
}
.searchbox input {
	font-size:0.9em;
	background:url(../images/sub_grad.jpg) repeat-x;
	padding:2px;
	border:#adadad 1px solid;
	color:#333;
	margin-right:3px;
}
.searchbox input#search_sub {
	background:url(../images/sub_button.jpg);
	width:20px;
	height:20px;
	border:0;
	cursor:pointer;
}
.dtdbr {
	width:100%;
	clear:both;
	height:1px;
	border-top:#ccc 1px dotted;
}
.login input {
	font-size:0.9em;
	background:url(../images/sub_grad.jpg) repeat-x;
	padding:2px;
	border:#adadad 1px solid;
	color:#333;
}
.login input#email {
	width:110px;
}
.login input#password {
	width:87px;
	margin-right:3px;
}
.login input#submit {
	background:url(../images/sub_button.jpg);
	width:20px;
	height:20px;
	border:0;
	cursor:pointer;
}
.num_1 {
	width:100%;
	padding-left:25px;
	background:url(../images/list/1.jpg) 0 0 no-repeat;
}
.num_2 {
	width:100%;
	padding-left:25px;
	background:url(../images/list/2.jpg) 0 0 no-repeat;
}
.num_3 {
	width:100%;
	padding-left:25px;
	background:url(../images/list/3.jpg) 0 0 no-repeat;
}
.num_4 {
	width:100%;
	padding-left:25px;
	background:url(../images/list/4.jpg) 0 0 no-repeat;
}
.num_5 {
	width:100%;
	padding-left:25px;
	background:url(../images/list/5.jpg) 0 0 no-repeat;
}
.dundtdbr {
	width:100%;
	height:1px;
	border-top:#ccc 1px dotted;
	border-bottom:#ccc 1px dotted;
}
.header_charity {
	background:url(../images/charities-header.jpg);
	width:391px;
	height:30px;
	font-size:1.3em;
	padding:17px 0 0 60px;
}
.header_environment {
	background:url(../images/environment-header.jpg);
	width:391px;
	height:30px;
	font-size:1.3em;
	padding:17px 0 0 60px;
}
.header_community {
	background:url(../images/local-community-header.jpg);
	width:391px;
	height:30px;
	font-size:1.3em;
	padding:17px 0 0 60px;
}
.bookyourcar {
	/*	position:absolute;
	right:0;
	margin-right:201px;*/
	float:right;
	padding-right:27px;
}
.mainImg {
	background:url(../images/main_image.png) no-repeat;
	height:239px;
	width:686px;
}
.mainImgText {
	margin-top:6px;
	margin-left:10px;
	position:absolute;
}
.leftImg {
	background:url(../images/bottom_left.png) no-repeat;
	height:102px;
	width:223px;
	float:left;
	margin-left:1px;
	margin-right:6px;
}
.leftImgText {
	margin-top:6px;
	margin-left:6px;
	position:absolute;
}
.centerImg {
	background:url(../images/bottom_center.png) no-repeat;
	height:102px;
	width:223px;
	float:left;
	margin-right:6px;
}
.centerImgText {
	margin-top:6px;
	margin-left:6px;
	position:absolute;
}
.rightImg {
	background:url(../images/bottom_right.png) no-repeat;
	height:102px;
	width:223px;
	float:left;
	margin-left:1px;
}
.rightImg_national {
	background:url(../images/national_partner.png) no-repeat;
	height:102px;
	width:223px;
	float:left;
	margin-left:1px;
}
.rightImgText {
	background:url(../images/bottom_right_text.png) no-repeat;
	width:121px;
	height:37px;
	margin-top:6px;
	margin-left:6px;
	position:absolute;
}
.mainImgWrapper {
	width:687px;
	margin-bottom:126px;
}
.medal_icon {
	background:url(../images/medal_icon.png) no-repeat;
	width:47px;
	height:62px;
	margin-top:-10px;
	position:absolute;
}
.horn_icon {
	background:url(../images/horn_icon.png) no-repeat;
	width:47px;
	height:62px;
	margin-top:-11px;
	position:absolute;
}
.col1 p {
	padding-top:8px;
	position:relative;
}
.rss {
	background:url(../images/rss.png) no-repeat;
	width:43px;
	height:17px;
	margin-left:116px;
	margin-top:5px;
	position:absolute;
}
.rsshome {
	width:43px;
	height:17px;
	margin-left:180px;
	margin-top:5px;
	position:absolute;
}
.rsshome2 {
	width:43px;
	height:17px;
	margin-top:5px;
	position:absolute;
	margin-left:120px;
}
.col2 .text_img {
	float:left;
	margin-left:-60px;
	margin-top:-12px;
}
.top_img {
	margin-top:11px;
	height: 112px;
	margin-bottom: 9px;
}
.bottom_img {
	margin-bottom: 28px;
	height: 112px;
}
.col1 .top_img img {
	margin-bottom:0px;
}
#right_col_news {
	clear: both;
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.col1 .bottom_img img {
	margin-bottom:0px;
}
.col1 .bottom_img a {
	margin:0;
	padding:0;
}
.col1 .top_img a {
	margin:0px;
	padding:0px;
}
.top_img_text {
	position:absolute;
	margin:5px;
}
.bottom_img_text {
	position:absolute;
	margin:5px;
}
.top_row {
	width:600px;
	margin-bottom:100px;
	margin-left:-10px;
}
.top_row a {
	margin-left:-72px;
	margin-top:90px;
	position:absolute;
	text-align:center;
	width:70px;
}
.el {
	float:left;
	height:141px;
	width:181px;
}
.pdf_text {
	float:left;
	padding-left:13px;
	width:180px;
	margin-top:5px !important;
}
.pdf {
	float:left;
	margin-left:0px !important;
}
.download_pdf {
	margin-left:0px !important;
}
#pdf_download_box {
	float:left;
	height:31px;
	margin-bottom:10px;
	margin-left:-10px;
}
#pdf_download_box a {
	color:#FFFFFF;
	text-decoration:none;
}
.pdfbox_edgesleft {
	display:inline-block;
	float:left;
}
.pdfbox_edgesmiddle {
	color:#FFFFFF;
	font-size:14px;
	padding-top:8px;
	display:inline-block;
	float:left;
	height:31px;
	background-image:url(../images/pdfbox_middle.png);
	background-repeat:repeat-x;
	padding-right:1px;
}
.pdfbox_edgesright {
	display:inline-block;
	float:left;
	margin-left:-12px;
}
#contact_left {
	float:left;
}
#contact_right {
	float:right;
	padding-right:50px;
}
.error {
	color:red;
	font-size:8px;
}
/*Login Area*/
#login_area {
	background:url(../images/signIn_bg.png) no-repeat;
	width:142px;
	height:236px;
	position:relative;
	float:left;
	margin-top:20px;
	margin-bottom:20px;
}
#login_area input#user {
	float: left;
	height: 17px;
	margin-bottom: 5px;
	position: relative;
	width: 115px;
	border: 1px solid #ADADAD;
}
#login_area input#pass {
	float: left;
	height: 17px;
	margin-bottom: 5px;
	position: relative;
	width: 94px;
	clear:both;
	border: 1px solid #ADADAD;
}
#login_area input#form_sub {
	background: url("../images/sub_button.png") repeat scroll 0 0 transparent;
	border: 0 none;
	float: left;
	height: 20px;
	position: relative;
	width: 22px;
	cursor: pointer;
}
#login_area .forgot_pass {
	clear: both;
	margin-left: 13px;
	position: relative;
	width: 115px;
}
#login_area .forgot_pass a, #login_area .forgot_pass a:hover, #login_area .forgot_pass a:visited {
	color:#fff;
	line-height:19px;
	text-decoration:none;
}
#login_area .login_field_wrap {
	margin-left: 12px;
	color:#fff;
}
/*End Login Area*/

.hirercar {
	float: right;
	margin-bottom: 2px;
	margin-right: 27px;
	position: relative;
}
#via_tel {
	margin-left:5px;
}
#via_email {
	margin-left:5px;
}
/*Dealership Benefits*/
#dealership_points h2 {
	font-size:22px;
	color:#003366;
	float:left;
	margin-bottom:20px;
}
#dealership_points .ben_el1 {
	background: url("../images/dealeship/benefits_bg1.jpg") no-repeat;
	height:59px;
	width:210px;
	float:left;
	margin-top: 20px;
	clear:both;
}
#dealership_points .ben_el1 p {
	color:#fff;
	padding-left: 59px;
}
#dealership_points .ben_el2 {
	background: url("../images/dealeship/benefits_bg2.jpg") no-repeat;
	height:59px;
	width:210px;
	float:left;
	margin-top: 10px;
}
#dealership_points .ben_el2 p {
	color:#fff;
	padding-left: 59px;
	margin-top: 6px;
}

#dealership_points .ben_el3 {
	background: url("../images/dealeship/benefits_bg3.jpg") no-repeat;
	height:59px;
	width:210px;
	float:left;
	margin-top: 10px;
}
#dealership_points .ben_el3 p {
	color:#fff;
	padding-left: 59px;
	margin-top: 6px;
}

#dealership_points .ben_el4 {
	background: url("../images/dealeship/benefits_bg4.jpg") no-repeat;
	height:59px;
	width:210px;
	float:left;
	margin-top: 10px;
}
#dealership_points .ben_el4 p {
	color:#fff;
	padding-left: 59px;
	margin-top: 6px;
}

#dealership_points .ben_el5 {
	background: url("../images/dealeship/benefits_bg5.jpg") no-repeat;
	height:59px;
	width:210px;
	float:left;
	margin-top: 10px;
}
#dealership_points .ben_el5 p {
	color:#fff;
	padding-left: 59px;
}




#dealership_points .ben_el6 {
	background: url("../images/dealeship/benefits_bg6.jpg") no-repeat;
	height:59px;
	width:210px;
	float:left;
	margin-left: 22px;
	margin-top: 20px;
}
#dealership_points .ben_el6 p {
	color:#fff;
	padding-left: 59px;
}
#dealership_points .ben_el7 {
	background: url("../images/dealeship/benefits_bg7.jpg") no-repeat;
	height:59px;
	width:210px;
	float:left;
	margin-left: 22px;
	margin-top: 10px;
}
#dealership_points .ben_el7 p {
	color:#fff;
	padding-left: 59px;
}

#dealership_points .ben_el8 {
	background: url("../images/dealeship/benefits_bg8.jpg") no-repeat;
	height:59px;
	width:210px;
	float:left;
	margin-left: 22px;
	margin-top: 10px;
}
#dealership_points .ben_el8 p {
	color:#fff;
	padding-left: 59px;
	margin-top: 6px;
}

#dealership_points .ben_el9 {
	background: url("../images/dealeship/benefits_bg9.jpg") no-repeat;
	height:59px;
	width:210px;
	float:left;
	margin-left: 22px;
	margin-top: 10px;
}
#dealership_points .ben_el9 p {
	color:#fff;
	padding-left: 59px;
	margin-top: 6px;
}

#dealership_points .ben_el10 {
	background: url("../images/dealeship/benefits_bg10.jpg") no-repeat;
	height:59px;
	width:210px;
	float:left;
	margin-left: 22px;
	margin-top: 10px;
}
#dealership_points .ben_el10 p {
	color:#fff;
	padding-left: 59px;
}
#num1_btn {
float:left;
margin: 2px 5px 0 0;
}
#num2_btn {
float:left;
margin: 5px 5px 0 0;
}
#num3_btn {
float:left;
margin: 5px 5px 0 0;
}
#tell_more {
float:right;
}

#dealership_points .point2_block {
float:left;
width: 220px;
margin-top:20px;
clear:both;
}
#dealership_points .point2_block p {
color:#003366;
font-size:14px;
}
#dealership_points .point3_block {
float:left;
width: 220px;
margin-top:20px;
margin-left:10px;
}
#dealership_points .point3_block p {
color:#003366;
font-size:14px;
}

/*End Dealership Benefits*/


/*Dealership Business*/

#dealership_points .business_header_bar {
background: url("../images/dealeship/business_header_bar.jpg") no-repeat;
height:38px;
width:440px;
clear:both;
margin-top:5px;
}
#bar_btn {
float:right;
 margin-right: 10px;
    margin-top: 5px;
}
#dealership_points h3 {
color: #003366;
    float: left;
    font-size: 14px;
    margin: 10px 0 0 10px;
}

#bar_btn1 {
background: url("../images/dealeship/business_bar_btn.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    float: right;
    height: 30px;
    margin-right: 10px;
    margin-top: 5px;
    width: 30px;

}
#dealership_points .bar_btn1 {
background: url("../images/dealeship/business_bar_btn.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    float: right;
    height: 30px;
    margin-right: 10px;
    margin-top: 5px;
    width: 30px;

}
#dealership_points .bar_btn2 {
background: url("../images/dealeship/business_bar_btn.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    float: right;
    height: 30px;
    margin-right: 10px;
    margin-top: 5px;
    width: 30px;

}
#dealership_points .bar_btn3 {
background: url("../images/dealeship/business_bar_btn.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    float: right;
    height: 30px;
    margin-right: 10px;
    margin-top: 5px;
    width: 30px;

}
#dealership_points .bar_btn4 {
background: url("../images/dealeship/business_bar_btn.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    float: right;
    height: 30px;
    margin-right: 10px;
    margin-top: 5px;
    width: 30px;

}
#dealership_points .bar_btn5 {
background: url("../images/dealeship/business_bar_btn.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    float: right;
    height: 30px;
    margin-right: 10px;
    margin-top: 5px;
    width: 30px;

}

#dealership_points .bar_btn6 {
background: url("../images/dealeship/business_bar_btn_on_off.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    float: right;
    height: 30px;
    margin-right: 10px;
    margin-top: 5px;
    width: 30px;

}

#dealership_points .active {
background: url("../images/dealeship/business_bar_btn_on_off.png") no-repeat scroll 0 -32px transparent;
}

#content_1 {
float:left;
padding-left: 6px;
}

#content_1 p{
width:420px;
}
#content_2 {
float:left;
padding-left: 6px;
}
#content_2 p{
width:420px;
}
#content_3 {
float:left;
padding-left: 6px;
}
#content_3 p{
width:420px;
}
#content_4 {
float:left;
padding-left: 6px;
}
#content_4 p{
width:420px;
}
#content_5 {
float:left;
padding-left: 6px;
}
#content_5 p{
width:420px;
}
#content_6 {
float:left;
padding-left: 6px;
}
#content_6 p{
width:420px;
}

/*End Dealership Benefits*/

/*Dealership Steps*/
#dealership_points .steps_right_row {
float:left;
width:220px;
clear:both;

}

#dealership_points .steps_left_row {
float:left;
width: 230px;
}
#dealership_points h4 {
color: #003366;

    font-size: 14px;
margin:0;
margin-top:20px;
}

#download_form {
margin:0;
padding:0;
margin-bottom:20px;
margin-top:10px;

}

#vertical_sep {
 background: none repeat scroll 0 0 #CCCCCC;
    float: left;
height: 220px;
    margin-left: 207px;
    margin-top: 54px;
    position: absolute;
    width: 1px;
}
/*Dealership Steps*/
div.paginate_div{
    float:left;
}
div.paginate_div span{float:left; margin-right:5px; margin-top:3px;}
div.paginate_div ul.paginate{
    list-style:none;
    margin:0px;
    padding:0px;
    float:left;
}

div.paginate_div ul.paginate_blue{
    list-style:none;
    margin:0px !important;
    padding:0px;
    float:left;
}

ul.paginate_blue li{
    display:inline;
    margin:0px 3px;
    background:#003366;
    color:#c8aec2;
    padding:2px 5px !important;
    font-weight:bold;
    float:left !important;
}
ul.paginate_blue li a{
    background:#003366;
    color:#c8aec2;
    text-decoration: none;
}
ul.paginate_blue li.active{
    background:#999999;
    color:#333333;
    float:left;
}
