/* ################################################
###             IMPORT CSS STYLES               ###
################################################ */

@import url(http://images1.ecarlist.com/sites/common/dropdown.css);
@import url(http://images1.ecarlist.com/sites/common/similar_vehicles.css);
@import url(http://images1.ecarlist.com/sites/common/vehicle_v2_sidebar_links.css);
@import url(http://images1.ecarlist.com/sites/common/v2_top_search.css);
@import url(http://images1.ecarlist.com/sites/common/vehicle_v2_top.css);
@import url(http://images1.ecarlist.com/sites/common/vehicle_v2_vitals.css);
@import url(http://images1.ecarlist.com/sites/common/vehicle_v2_tools.css);
@import url(http://images1.ecarlist.com/sites/common/vehicle_v2_details.css);
@import url(http://images1.ecarlist.com/sites/common/news_sidebar.css);
@import url(http://images1.ecarlist.com/sites/common/news.css);
@import url(http://images1.ecarlist.com/sites/common/inventory_v2_sidebar_filters.css);
@import url(http://images1.ecarlist.com/sites/common/inventory_v2_right.css);
@import url(http://images1.ecarlist.com/sites/common/inventory_v2_sidebar_contact.css);
@import url(http://images1.ecarlist.com/sites/common/new_vehicles.css);
@import url(http://images1.ecarlist.com/sites/common/featured_vehicles.css);
@import url(http://images1.ecarlist.com/sites/common/sitemap-2.0.css);
@import url(http://images1.ecarlist.com/sites/common/specials_footer.css);
@import url(http://images1.ecarlist.com/sites/common/specials.css);
@import url(http://images1.ecarlist.com/sites/common/common_classes.css);
@import url(http://images1.ecarlist.com/sites/common/columns.css);

/* ###########################################
###          #main block styles            ###
########################################## */

body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size:12px;
	background: url(../images/body_tile.jpg);
}
#wrapper {
	width:980px;
	margin: 0 auto;
	padding: 0;
}
#main_content {
	width:950px;
	margin: 0;
	padding: 20px 15px 0;
	background: url(../images/main_content_bkgd.jpg) repeat-y center top;
}
.clear {
	margin: 0;
	padding: 0;
	clear:both;
}
p { 
	margin: 5px 0;
}

a {
	color: #666;
	text-decoration:none;
}
a:link {
	color: #666;
	text-decoration:none;

}
a:hover {
	color: #000;
	text-decoration:underline;
}
a:visited {}
a:active { outline:none; }
a:focus { outline-style: none; }

.color_pri { 
	color: #000 !important;		/* Set primary color. Vehicle Titles */	
}
.color_sec { 
	color: #345c7d !important; 	/* Set secondary color. Vehicle Prices. Typically should match color_pri */
}


/* ###########################################
###              #header styles            ###
########################################## */

#header {
	width:980px;
	height:270px;
	margin: 0;
	padding: 0;
	background: url(../images/header_no_cars.jpg) no-repeat center top;
}
#header_content {
	width:980px;
	height:270px;
	margin: 0;
	padding: 0;
	background: url(../images/header.jpg) no-repeat center top;
}

#header h1 {
	float:right;
	margin: 0;
	padding: 0 15px 0 0;
}
#header h1 a {
	display:block;
	width:377px;
	height:103px;
	text-indent: -9000px;
}
#header h2 {
	margin: 0;
	padding: 9px 0 0 36px;
	color:#4c7ba6;
	font-weight: bolder;
	font-size:20pt;	
}
#header h3 {
	margin: 0;
	padding:0 0 0 36px;
	color:#5d5d5d;
	font-size:13px;
	font-weight: normal;
}

/* ###########################################
###              #primary nav              ###
########################################## */

#priNav {
	width:930px;
	height:26px;
	margin: 0;
	padding: 15px 25px 0;
	text-align: center;
	background: url(../images/nav_bkgd.jpg) no-repeat center top;
}
#priNav li {
	display:inline;
	margin: 0;
	padding: 0 17px 0 16px;
	font-size:13px;
	text-transform: uppercase;
	font-weight: bold;
	background: url(../images/navdiv.gif) no-repeat right center;
}
#priNav li.last {
	background:none;
	padding-right: 0;	
}
#priNav li a {
	color:#000;
	text-decoration: none;
	padding-bottom: 10px;
}
#priNav li a:hover {
	color:#4c7ba6;
	background: url(../images/nav_rollover.jpg) no-repeat center bottom;
}
#priNav li ul {
	display:none;
}

/* #################################################
###              #drop down menus                ###
################################################ */

#dropmenudiv, #dropmenudiv_firefox {
	background:#b2b2b2;
	padding:0px;
	margin:0 0 0 -15px;
}

#dropmenudiv a, #dropmenudiv_firefox a {
	font-size:11px;
	font-weight:bold;
	color:#fff;
	border-bottom:1px dotted #333;
	margin:0px;
	text-decoration:none;
}

#dropmenudiv a:hover, #dropmenudiv_firefox a:hover {
	color:#fff;	
	background:#4c7ba6;
}



/* ###########################################
###               #home page              ###
########################################## */

#specials_image_block {
	width:930px;
	padding: 0 0 17px;
	margin: 0px 10px 0;
	background: url(../images/diagonal_div.gif) no-repeat center bottom;
}
a#left_image {
	float:left;
	width:230px;
	height:205px;
	margin: 0;
	padding: 0;
	border:10px solid #dedcda;
	text-indent: -9000px;
	background: url(../images/bail_bonds.jpg) no-repeat center top;
}
#home_specials {
	float:right;
	width:675px;
	height:225px;
	margin: 0;
	padding: 0;
	/*background: url(../images/specials_placeholder.jpg) no-repeat center top;*/
}
#home_main_col {
	float:left;
	display:inline;
	margin: 10px 0 0 10px;
	padding: 0;
	width:620px;
}
#home_main_col h1 {
	font-family: Georgia;
	color:#345c7d;
	font-size:18pt;
	font-weight: normal;
	width:620px;
	border-bottom: 4px double #d8d8d8;
	padding: 0 0 10px;
	margin: 10px 0;
}
#home_main_col p {
	font-size:12px;
	line-height:16px;
}
#home_contact_box {
	float:right;
	display:inline;
	width:200px;
	margin: 0 0 0 30px;
	padding: 0;
}
.floatLeft {
	margin: 10px 0 0;
	padding: 0;
	float:left;
	display:inline;
	width:60px;
	text-align: left;
}
.floatLeft p {
	color:#888;
	margin: 0;
	padding: 2px 0;
}
.floatRight {
	float:right;
	display:inline;
	margin: 10px 0 0;
	padding: 0;
	width:100px;
	text-align: right;
}
.floatRight p {
	color:#000;
	margin: 0;
	padding: 2px 0;
}

#home_contact_box h2 {
	color:#5e5e5e;
	font-weight: normal;
	padding: 0;
	margin: 0 0 5px;
}
a#homelink {
	text-align: right;
	color:#345c7d;
	font-size:11px;
	float:right;
	margin: 0;
	padding: 13px 0 16px 0;
}
#home_contact_box p.homeaddress {
	width:193px;
	font-size:12px;
	margin: 0;
	padding: 5px 0 0 3px;
	border-top:4px solid #f0f0f0;
	line-height:14px;
	color:#5e5e5e;
}
#home_contact_box p.homeaddress span {
	color:#345C7D;
	font-weight: bold;
}
#featured_box {
	margin: 0;
	padding: 0;
	width:950px;
	background: url(../images/featured_title_bkgd.gif) repeat-x center top;
}
#featured_box h1 {
	padding: 0;
	margin: 0 0 0 20px;
	display:block;
	width:208px;
	height:23px;
	background: url(../images/featured_preowned.gif) no-repeat left top;
	text-indent: -9000px;
}
/* search box */
#home_search_box {
	float:right;
	margin: 17px 11px 0 0;
	padding:10px;
	width:256px;
	height:256px;
	background: url(../images/home_search_bkgd.gif) no-repeat center top;
}
#home #search h2 {
	font-family: Georgia;
	text-align: center;
	font-size:18px;
	border-bottom:1px dotted #000;
	padding:0;
	margin: 0 0 15px;
}
#home #search form label {
	margin-left:28px;
	margin-top:10px;
}
#home #search form select {
	width:200px;
	margin-left:28px;
	margin-bottom:7px;
}
#home #search .submitButton {
	width:102px;
	height:25px;
	margin-left:80px;
	background: url(../images/searchbttn.gif) no-repeat center top;
}
#home #featuredVehicles_title {
	display:none;
}
#home #featuredVehicles {
	margin: 17px 10px 13px;
}
#home #random_list_item {
	width:105px;
	margin: 0 5px;
}
#home #random_list_item a {
	color:#444;
	font-size:11px;
	text-decoration: none;
} 
#home #random_list_item a:hover {
	color:#3d85b0;
	font-size:11px;
} 
#home #random_list_item img {
	border:5px solid #e5e5e5;
}
#home #random_list_item img:hover {
	border:5px solid #3d85b0;
}
#home .toolTipInner_price {
	color:#345c7d;
}


/* ###########################################
###                #footer                ###
########################################## */

#footerbox {
	width:950px;
	margin: 0 auto;
	padding: 25px 15px 10px;
	height:106px;
	background: url(../images/footer_img.jpg) no-repeat center top;
}
#footerbox h1 {
	float:right;
	display:inline;
	margin: 0;
	padding: 10px 0 0;
}
#footerbox h1 a {
	display:block;
	width:138px;
	height:29px;
	text-indent: -9000px;
	background: url(../images/ecarlist.gif) no-repeat left top;
}
#footerbox h1 a:hover {
	background-position: -138px 0px;
}
#footerNav {
	margin: 0;
	padding: 10px 0 0;
	list-style-type: none;
}
#footerNav li {
	display:inline;
	font-size:11px;
	margin: 0;
	padding: 0 3px;
	border-right:1px dotted #fff;
}
#footerNav li.last {
	border:none;
}
#footerNav li a {
	color:#fff;
	text-decoration: none;
}
#footerNav li a:hover {
	text-decoration: underline;	
}

#ec_footer {
	margin: 0;
	padding: 5px 0 0;
	list-style-type: none;
}
#ec_footer li {
	display:inline;
	font-size:11px;
	margin: 0;
	padding: 0 3px;
	border-right:1px dotted #fff;
	color:#fff;
}
#ec_footer li.last {
	border:none;
}
#ec_footer li a {
	color:#fff;
	text-decoration: none;
}
#ec_footer li a:hover {
	text-decoration: underline;	
}

.dt-footer {
	margin: 5px 0 0;
	float: right;
	color: #fff;
}
.dt-footer a {
	color: #fff;
}
.dt-footer a:hover {
	color: #ccc;
}

/* #################################################
###             #=inventory  page                ###
################################################ */


/* If you want to turn off the small site logo at the top of the search column */

#inventory #site_logoSection { 
	display:none;
}
#inventory #leftColumn {
	display:inline;
	width:220px;
	margin: 10px 0 0 10px;
}
#inventory #rightColumn {
	display:inline;
	margin:10px 10px 0 0;
	width:690px;
}
/* Number of Results */
#inventory #inventory_v2_sidebar_filters h3 {
	font-size:  ;
	padding-left:5px;	
}

/* Refine Your Search */
#inventory #inventory_v2_sidebar_filters h2 {
	font-size:  ;
	padding-left:5px;
	color:#3d85b0;
}

/* Search Filter List Container Boxes */
#inventory .filterList {
	background:  ; /* Default is light grey and looks good on most sites */
	border::  ;    /* Default is light grey and looks good on most sites */
	padding:  ;
	margin:  ;
}

/* Search Filter List Header styles */
#inventory .filterList h3 {
	color:  ;
	font-size:  ;
	padding-left:10px;	
}

/* Search Filter List styles */
#inventory .filterList ul {
	padding:  ;
	margin:  ;
}

/* Search Filter List Item styles */
#inventory .filterList ul li {
	color:  ;
	font-size:  ;
	padding:  ;
}

/* View More Button Styles */
#inventory .filterList span a {
	float: left;         /* Default is right */
	margin: 10px;
}

/* View More Button Style Rollover -- Make sure to change this... Len really hates the default red color! */
#inventory .filterList span a:hover {
	color:#3d85b0;    /* No Really, remember to change this color. I wasn't kidding, he f@$king hates that default red color... */
}
/* Contact Form Box */
#inventory #inventory_v2_sidebar_contact {
	margin:0 0 10px 0;
	padding:50px 0 10px 10px;
	border:1px solid #E8E8E8;
	background-color:#F9F9F9;
	background-image: url(http://images1.ecarlist.com/sites/euroclassics/images/email_deaer_head.gif); /* Dealer Contact email header image goes here */
	background-repeat: no-repeat;
	background-position: center top;
}

/* Contact Form Element Styles - Default is usually ok */
/*
#home #inventory_v2_sidebar_contact .input {}
#home #inventory_v2_sidebar_contact textarea {}
#home #inventory_v2_sidebar_contact select {}
*/

/* Current Filters Box */
#inventory #currentFilters {
	border:none;
	background: #4b6f19;
}

/* Current Filters Text */
#inventory #currentFilters p {
	padding-left:15px;
	font-size:12px;
	color:#fff;
}
/* Current Filters Link (x) */
#inventory #currentFilters p a {
	color:#fff;
}
#inventory #currentFilters p a:hover {
	color:#999;
}
/* Sort Bar underneath Search Bar Rollovers -- Make sure to change this... Len really hates the default red color! */
#inventory #sort_bar a:hover {
	color: #666;    
}

/* Vehicle Listing Links (photos, details, contact, carfax) */
#inventory .inventory_v2_details_links li a {
	color: #666;
}

/* Vehicle Listing Rollover Links (photos, details, contact, carfax) */
#inventory .inventory_v2_details_links li a:hover {
	color: #000;
	text-decoration:underline;
}


/* Page Next at the bottom of the page */
#inventory .inventory_v2_pagination a {
	color: #666;
}

/* Disclaimer at the bottom of the page */
#inventory #vehicleDisclaimer p {
	font-size:  ;
	padding:  ;
}
#inventory .filterList li a {
	color:#666;
	font-weight:normal;
	line-height:125%;
	padding:0 2px 0 12px;
	text-decoration:none;
	width:125px;
}
#inventory .filterList li a:hover {
	background:#3d85b0 url(http://images1.ecarlist.com/sites/images/listingImages/arrowTree_white.gif) no-repeat scroll 2px center;
	color:#fff;
	font-weight:normal;
	line-height:125%;
	padding:0 2px 0 12px;
	text-decoration:none;
	width:125px;
}
#inventory #contact_small {
	width:196px;
}
#inventory #contact_small .input_element { 
	width:160px !important;
}
#inventory #inventory_v2_sidebar_contact h2 {
	display:none;
}

#inventory #inventory_v2_sidebar_contact .input_element {
	width:160px !important;
}
#inventory #inventory_v2_sidebar_contact textarea {
	width:160px !important;
}
#inventory #inventory_v2_sidebar_contact form.validation p.error_msg {
	clear: left;
	float:left !important;
	display:inline;
	margin:0 0 0 15px !important;
}
#inventory #inventory_v2_sidebar_contact li { clear:both; }


/* #################################################
###                   #=vehicle                  ###
################################################ */

/* If you want to turn off the small site logo at the top of the search column */

#vehicle #site_logoSection {
	display:none;
}


#vehicle #leftColumn {
	margin-left:15px;
	margin-top:10px;
	display:inline;
	width:220px;
}
#vehicle #rightColumn {
	margin-right:15px;
	margin-top:10px;
	display:inline;
}


/* Similar Vehicles Heading */
#vehicle #leftColumn h3 {
	color:#000;
	text-align: center;	
}

/* Similar Vehicles Box */
.similarVehicle { 
	font-size: 8pt;
	background:#e8e8e8; 
	border:1px solid #d8d8d8;
}
.similarVehicle ul {
	width: 105px; 
}

/* Similar Vehicles Box Details */
#vehicle .similarVehicle ul li {
	font-size:  ;
	color:#444;
}

/* Similar Vehicles Title */
#vehicle .similarVehicle ul li a {
	font-size:  ;
	font-weight:bold;
	padding:  ;
	color:#444;
}

/* View More Box */
#vehicle #vehicle_v2_sidebar_links {
	background:#e8e8e8; 
	border:1px solid #d8d8d8;
	margin:0 0 15px 0;
}

/* View More Heading */
#vehicle #vehicle_v2_sidebar_links p {
	font-size:  ;
	padding:  ;
}

/* View More List */
#vehicle #vehicle_v2_sidebar_links ul {
	padding:  ;
}

/* View More List Items */
#vehicle #vehicle_v2_sidebar_links li {
	font-size:  ;
}

/* View More List Item Rollover */
#vehicle_v2_sidebar_links li a:hover {
	color:#fff;
	background-color: #345c7d;
}

/* Breadcrumbs and share bar at top */
#vehicle #vehicle_topbar {
	background:  ;
	font-size:  ;
	color:  ;
}

/* Breadcrumbs and share bar at top Links */
#vehicle #vehicle_topbar a {
		color:#000;
}

/* Vehicle Title -- Make sure to enlarge this */
#vehicle #vehicle_title {
	font-size: 14pt;	
	font-weight:bold;
}

/* Contact Phone Number */
#vehicle #vehicle_contact span {
	color:#345c7d;
	font-size:  ;
}

/* Contact Link */
#vehicle #vehicle_contact a {
	color:  ;
	font-size:  ;
}

/* Vehicle Price -- Make sure to set this  */
#vehicle .price_line_1 {
	font-size: 20pt;
	color:  ;
	font-weight:bold;
}

/* Vehicle Listing Details */
#vehicle #vitalsContainer ul li {
	font-size:10px; /* Set to 10px so that the vin number will not wrap around to the next line */
}

/* Buttons underneath the main photo */
#vehicle #media_center_links li a {
	margin-top:5px;
}

/* Vehicle Picture Thumbnails - Set this to space them properly */
#vehicle #vehicle_thumbs img {
	margin:2px 7px;
}

/* Label for fields on the Customer Tools forms */
#vehicle .customer_tools_label {
	font-size:  ;
}

/* give some space to the subject line for the make an offer form */
#vehicle #trade_offer_subject {
	padding-bottom:0;
	margin-top:6px;
}
 
#vehicle #dealerboxName {
	padding-top:5px;
	font-size:14px;
}
#vehicle .dealerboxAdd {
	font-size:12px;
}
#vehicle #dealerboxPhone {
	font-size:12px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
}
#vehicle #dealerboxMap a {
	font-size:12px;
	color:#345c7d;
	font-weight: bold;
	text-decoration:none;
}
#vehicle #dealerboxMap a:hover {
	text-decoration:underline;
}

/* Disclaimer at the bottom of the page */
#vehicle #vehicleDisclaimer p {
	font-size:  ;
	padding:  ;
}

#vehicle #customer_tools .input_element {
	width:160px !important;
	font-size:12px;
	float:none;
}
#vehicle #customer_tools #customer_tools_vehicle_offer .input_element {
}
#vehicle #customer_tools #customer_tools_vehicle_offer .customer_tools_right_left {
	width:210px;
}	


/* #################################################
###                #=financing                  ###
################################################ */

#financeLeft {
	margin: 0 0 0 10px;
	display:inline;
}
#financeLeft p {
	line-height:18px;
	color:#666;
}
#financeRight {
	display:inline;
	margin: 0 10px 0 0;
}
#sidebar_address {
	background:#F9F9F9;
	border:1px solid #E8E8E8;
	padding: 5px;
}
#sidebar_address a#getdirections:hover {
	color:#345c7d;
}
#vehicle form.validation label, form.validation span.formLabel {
	padding-right:10px;
}

/* #################################################
###                  #=notify                   ###
################################################ */

#notify #notify_middle {
	float:left;
	margin: 10px 0 0 20px;
	display:inline;
	width:550px;
}
#notify_middle h2 {
	color:#345C7D;
	font-family:Georgia;
	font-size:18pt;
	background: url(../images/underline.gif) no-repeat left bottom;
	padding-bottom:5px;
	margin-bottom: 10px;
}
#notify_middle p {
	line-height:18px;
	color:#444;
	font-size:12px;
}
#notify_right {
	display:inline;
	margin: 10px 20px 0 0;
	width:300px;
}
#notify #notify_right #notify_form_div {
	padding: 10px;
	background:url(../images/vehicle_finder_form_bkgd.gif) no-repeat center top;
	border:none;
}
#notify_right #notify_form_div h3 {
	padding-left:5px;
	color:#4c7ba6;
}
#notify #notify_form_div #vehicle_finder_submit input {
	background: url(../images/submit_bttn_notify.gif) no-repeat center top;
}

/* #################################################
###                   #about                    ###
################################################ */

#about #site_logoSection {
	display:none;
}
#about #left {
	display:inline;
	margin-left:10px;
	margin-right:0px;
	margin-top:10px;
	padding:0px;
	width:250px;
}
#about #right {
	display:inline;
	margin-left:0px;
	margin-right:10px;
	margin-top:10px;
	padding:0px;
	width:665px;
}
#about #right p {
	line-height:18px;
	color:#444;
	font-size:12px;
}

#about #right h2 {
	color:#345C7D;
	font-family:Georgia;
	font-size:18pt;
	background: url(../images/underline.gif) no-repeat left bottom;
	padding-bottom:5px;
	margin-bottom: 10px;
}

#about #dealer_contact {
	background: url(../images/dealer_contact_bkgd.jpg) no-repeat center top;
	height:365px;
	padding:10px;
}
#about #dealer_contact h2 {
	font-size:16px;
	padding-bottom:10px;

}
#about #dealer_contact .section {
	font-size:12px;
}
#about #dealer_contact .section input {
	margin-bottom:10px;
	width:210px;
}
#about #dealer_contact .section select {
	margin-bottom:10px;
}
#about #dealer_contact .section textarea {
	margin-bottom:10px;	
	width:210px;
}
#about #right img {
	margin: 0 0 10px 0;
	border:1px solid #ccc;
}
#about #dealer_contact h2 {
	color:#4c7ba6;
	text-align: center;
	font-size:18px;
	padding: 10px 0;
}

#about #dealer_contact .input_element {
	width:180px !important;
}
#about #dealer_contact textarea {
	width:180px !important;
}
#about #dealer_contact form.validation p.error_msg {
	clear: left;
	float:left !important;
	display:inline;
	margin:0 0 0 15px !important;
}
#about #dealer_contact li { clear:both; }


/* ###################################################
###                #contact page                    ###
################################################### */

#contact #site_logoSection {
	display:none;
}
#contact #left {
	display:inline;
	margin-left:10px;
	margin-right:0px;
	margin-top:10px;
	padding:0px;
	width:250px;
}
#contact #right {
	display:inline;
	margin-left:0px;
	margin-right:10px;
	margin-top:10px;
	padding:0px;
	width:665px;
}

#contact #sidebar_address {
	width:239px;
	height:172px;
	margin-bottom:5px;
	margin-top:15px;
	margin-bottom:15px;
	padding: 5px;
	background: url(../images/contact_box_bkgd.gif) no-repeat center top;
	border:none;
}
#contact #sidebar_address_head {
	font-size:14px;
	padding-left:20px;
	padding-top:10px;
	color:#444;
		
}
#contact #sidebar_address .floatleft p {
	font-size:10px;
	color:#444;
}
#contact #sidebar_address .floatleft {
	padding-left:10px;
	margin-bottom:15px;
	margin-top:10px;
}
#contact #sidebar_address #getdirections {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:15px;
}

#contact .customer_tools_label {
	font-size:12px;	
}
#contact .customer_tools_input {
	width:180px;
}
#contact .customer_tools_right_left {
	float:left;
}
#contact .customer_tools_right_right {
	width:200px;	
	float:left;
	margin-left:10px;
}
#contact #customer_tools {
	width:650px;
	margin-left:0px;
	margin-right:0px;
	
}
#contact .customer_tools_right {
	float:right;
	width:440px;
	margin-right:10px;
}
#contact #sidebar_address a#getdirections:hover {
	color:#4c7ba6;	
}
#contact .customer_tools_right .input_element {
	width:170px !important;
	font-size:10pt;
}
#contact #customer_tools_top_middle {
	color:#000;
}

#contact .customer_tools_right_left li { clear:both; }
#contact .customer_tools_right_right li { clear:both; }

/* ###################################################
###                #quciklinks                    ###
################################################### */

#ql {
	margin: 0;
	padding: 4px;
	list-style-type: none;
	width:239px;
	height:109px;
	background: url(../images/ql_bkgd_1.jpg) no-repeat center top;
}
#ql li {
	margin: 0;
	padding: 0;
}
#ql li a {
	display:block;
	width:239px;
	text-indent: -9000px;
	background: url(../images/ql_bttns.gif) no-repeat;
}
#ql li a#search {
	height:20px;
	background-position: 0px 0px;
} 
#ql li a#bond {
	height:22px;
	background-position: 0px -20px;
}
#ql li a#finance {
	height:22px;
	background-position: 0px -42px;
}
#ql li a#trade {
	height:24px;
	background-position: 0px -64px;
}
#ql li a#contact {
	height: 22px;
	background-position: 0px -88px;
}
/* rollover states */
#ql li a#search:hover {
	height:20px;
	background-position: -239px 0px;
} 
#ql li a#bond:hover {
	height:22px;
	background-position: -239px -20px;
}
#ql li a#finance:hover {
	height:22px;
	background-position: -239px -42px;
}
#ql li a#trade:hover {
	height:24px;
	background-position: -239px -64px;
}
#ql li a#contact:hover {
	height: 22px;
	background-position: -239px -88px;
}

/* #################################################
###                #specials                    ###
################################################ */

#specials #site_logoSection {
	display:none;
}
#specials #left {
	display:inline;
	margin-left:10px;
	margin-right:0px;
	margin-top:10px;
	padding:0px;
	width:250px;
}
#specials #right {
	display:inline;
	margin-left:0px;
	margin-right:10px;
	margin-top:10px;
	padding:0px;
	width:665px;
}
#specials #right p {
	line-height:18px;
	color:#444;
	font-size:12px;
}

#specials #right h2 {
	color:#23394e;
	background: url(../images/underline.gif) no-repeat left bottom;
	padding-bottom:5px;
	margin-bottom: 10px;
}

#specials #dealer_contact {
	background: url(../images/dealer_contact_bkgd.jpg) no-repeat center top;
	height:365px;
	padding:10px;
}
#specials #dealer_contact h2 {
	font-size:16px;
	padding-bottom:10px;

}
#specials #dealer_contact .section {
	font-size:12px;
}
#specials #dealer_contact .section input {
	margin-bottom:10px;
	width:210px;
}
#specials #dealer_contact .section select {
	margin-bottom:10px;
}
#specials #dealer_contact .section textarea {
	margin-bottom:10px;	
	width:210px;
}
#about #right img {
	margin: 0 0 10px 0;
	border:1px solid #ccc;
}
#specials #dealer_contact h2 {
	color:#4c7ba6;
	text-align: center;
	font-size:18px;
	padding: 10px 0;
}


#trade_bid #sidebar_address {
	padding: 5px;
	width:290px;
	height:150px;
	margin-bottom:5px;
	margin-top:15px;
	margin-bottom:15px;
	background: url(../images/trade_bid_contact_bkgd.gif) no-repeat center top;
	border:none;
}
#trade_bid #sidebar_address_head {
	font-size:14px;
	padding-left:20px;
	color:#444;
		
}
#trade_bid #sidebar_address .floatleft p {
	font-size:10px;
	color:#444;
}
#trade_bid #sidebar_address .floatleft {
	padding-left:10px;
	margin-bottom:15px;
	margin-top:10px;
}
#trade_bid #sidebar_address #getdirections {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:15px;
}
#trade_bid #sidebar_address a#getdirections:hover {
	color:#4c7ba6;	
}

/* #################################################
###                   #about                    ###
################################################ */

#bailbonds #site_logoSection {
	display:none;
}
#bailbonds #left {
	display:inline;
	margin-left:10px;
	margin-right:0px;
	margin-top:10px;
	padding:0px;
	width:250px;
}
#bailbonds #right {
	display:inline;
	margin-left:0px;
	margin-right:10px;
	margin-top:10px;
	padding:0px;
	width:665px;
}
#bailbonds #right p {
	line-height:18px;
	color:#444;
	font-size:12px;
}

#bailbonds #right h2 {
	color:#345C7D;
	font-family:Georgia;
	font-size:18pt;
	background: url(../images/underline.gif) no-repeat left bottom;
	padding-bottom:5px;
	margin-bottom: 10px;
}

#bailbonds #dealer_contact {
	background: url(../images/dealer_contact_bkgd.jpg) no-repeat center top;
	height:365px;
	padding:10px;
}
#bailbonds #dealer_contact h2 {
	font-size:16px;
	padding-bottom:10px;

}
#bailbonds #dealer_contact .section {
	font-size:12px;
}
#bailbonds #dealer_contact .section input {
	margin-bottom:10px;
	width:210px;
}
#bailbonds #dealer_contact .section select {
	margin-bottom:10px;
}
#bailbonds #dealer_contact .section textarea {
	margin-bottom:10px;	
	width:210px;
}
#bailbonds #right img {
	margin: 0 0 10px 0;
	border:1px solid #ccc;
}
#bailbonds #dealer_contact h2 {
	color:#4c7ba6;
	text-align: center;
	font-size:18px;
	padding: 10px 0;
}

p#dealership_image {
	display:block;
	margin: 10px 0;
	width:650px;
	height:396px;
	padding: 0;
	text-indent: -9000px;
	background: url(../images/dealership_pic.jpg) no-repeat center top;
}

#bailbonds #dealer_contact .input_element {
	width:180px !important;
}
#bailbonds #dealer_contact textarea {
	width:180px !important;
}
#bailbonds #dealer_contact form.validation p.error_msg {
	clear: left;
	float:left !important;
	display:inline;
	margin:0 0 0 15px !important;
}
#bailbonds #dealer_contact li { clear:both; }
