html {
	margin: 0;
	padding: 0;
}
body {
	background-color:#C4AE7C; 
	background-image:url(../gfx/bg_grad.jpg); 
	background-repeat:repeat-x; 
	text-align: center;
	color: #1F3947;
	font: 11px verdana, sans-serif;
	margin: 0px;
	padding: 20px 0px 20px 0px;
}
a {
	color: #780000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #780000;
	text-decoration: underline;
}
img {
	border: 0px;
}
#wrapper {
	width: 778px;
	margin: auto;
	text-align: left;
}
#header p {
	font-size:18px;
	font-style:italic;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#header p.more {
	padding-right: 22px;
}
#header {
	height: 200px; 
	background-image:url(../gfx/header_bg.jpg); 
	background-repeat:repeat-y;
}
#header div {
	padding: 183px 213px 0px 82px;
}
#header p {
	margin: 0px;
	padding: 0px;
}
#header a {
	color:#FFFFFF;
}
#nav {
	width: 750px;
	height:34px;
	margin: 0px 0px 0px 20px;
	background-image:url(../gfx/nav_bg.gif);
	background-repeat:no-repeat;
	display:inline;
	float:left;
	padding-top:15px; 
	text-align:center;
}
#nav a {
	font-size:14px;
	font-style:italic;
	color:#E8EBF0;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 14px 0px 10px 0px;
	padding: 0px 20px 0px 20px;
	display:inline;
	/*float:left;*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CFD6E0;
}
#nav a:hover {
	color:#61A8B5;
	text-decoration:none;
}
#nav a#active {
	color:#61A8B5;
	text-decoration:none;
}
.lastchild {
	border-right: none 0px !important;
}
#body {
	background: url(../gfx/body_bg.gif) repeat-y;
	clear: both;
	width: 100%;
}
#body-top {
	background: url(../gfx/body_top.gif) no-repeat;
}
#body-bot {
	background: bottom url(../gfx/body_bot.gif) no-repeat;
	padding: 21px 25px 15px 42px;
}
#content-top-left {
	float: left;
	width: 320px;
	height:270px;
}
#content-top-left ul {
	margin-left: 8px;
}
#content-top-right {
	float: right;
	width: 327px;
}
#foot {
	width: 738px;
	margin-left: 20px;
	background: url(../gfx/foot_bg.gif) repeat-y;
}
#foot-wide {
	width: 738px;
	margin-left: 20px;
	background: url(../gfx/foot_bg_wide.gif) repeat-y;text-align:center;
}
#foot-top {
	background: url(../gfx/foot_top.jpg) no-repeat;
}

#foot-top-wide {
	background: url(../gfx/foot_top_wide.jpg) no-repeat;
}

#foot-bot {
	background: bottom url(../gfx/foot_bot.gif) no-repeat;
	padding: 13px 28px 12px 28px;
}
#foot-bot-wide {
	background: bottom url(../gfx/foot_bot.gif) no-repeat;
	padding: 13px 28px 12px 28px; 
}
#content-bottom-left {
	float: left;
	width: 332px;
}
#content-bottom-left img.left {
	margin-left: 10px;
}
#content-bottom-left ul {
	float: left;
	margin-left: 2px;
	width: 184px;
}
#content-bottom-right {
	float: right;
	width: 316px;
}
#content-bottom-right ul {
	float: left;
	margin-left: 2px;
	width: 184px;
}
#footer {
	margin: 14px;
	text-align: center;
}
h2 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-style:italic;
	color:#780000;
}
h2 b{
	color:#780000;
}
h4 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	font:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:italic; 
	font-weight:bold;
	color:#780000;
}
ul {
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}
li {
	margin: 0px;
	padding: 0px 0px 5px 20px;
	list-style: none;
	background: 0px 3px url(../gfx/bullet.gif) no-repeat;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}
div.narrow-text {
	margin-right: 18px;
}
img.left {
	float: left;
	padding-right: 14px;
	padding-bottom: 16px;
}
#body p.more {
	padding-top: 6px;
}
#content-bottom-right p.more {
	padding-top: 0px;
	margin-top: 0px;
}
p.more {
	text-align: right;
}
.clear {
	clear: both;
}


/* WIDE STYLES */ 
#body-wide {
	background: url(../gfx/body_bg_wide.gif) repeat-y;
	clear: both;
	width:778px;
}
#body-bot-wide {
	background: bottom url(../gfx/body_bot.gif) no-repeat;
	padding: 21px 45px 15px 10px; 
	
}
#content-wide {
	float: left;
	width: 100%;
}
#content-wide-copy {
	margin-left:32px;
}
#content-wide img.left {
	margin-left: 10px;
}
#content-wide ul {
	float: left;
	margin-left: 2px;
	width: 184px;
}
#full-width-panel {
	margin-left: 0px;
	width: 760px;
}


/* OTHER STYLES */
.no_top_margin {
  margin-top: 0px;  
}

/* CREDIT APP STYLES */
.req_fields {
  margin: 0 33px 10px 0;
}
.required_field {
  border-bottom: 1px solid #FF0000;
}

.title{
	font-size:12px;
	color:#FFFFFF;
	background-color:#2A2A2A;
	font-weight:bold;
}
.dealer{
	font-size:14px;
	font-weight:bold;
	font-style:italic
}
.data_cell{
	background-color:#eeeeee;
	font-weight:bold;
}



table.container {
	margin-top: 0px;
	border-width: 2px;
	border-spacing: ;
	border-style: outset;
	border-color: #9A8A65;
	border-collapse: collapse;
}
table.container th {
	border-width: 1px;
	padding: 3px 6px 3px 6px;
	border-style: inset;
	border-color: gray;
}
table.container td {
	border-width: 1px;
	padding: 3px 6px 3px 6px;
	border-style: inset;
	border-color: gray;
}

select {
	font-size:12px;
}

option {
	font-size:12px;
}
input {
	font-size:12px;
}

#credit_app_submit {
  font-size:14px; 
  color:#ffffff; 
  background-color:#CC0033; 
  border:1px 1px 1px 1px; 
  border-style: solid solid solid solid;
}

#contact_form_submit {
  font-size:12px; 
  color:#ffffff; 
  background-color:#9A8A65; 
  border:1px 1px 1px 1px; 
  border-style: solid solid solid solid;
}

.textareaSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 235px;
	height:50px;
}

.textareaMedium {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 235px;
	height:75px;
}

.textareaLarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 235px;
	height:150px;
}

input.textFieldLarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 235px;
}

input.textFieldMedium {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 120px;
}

input.textFieldSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 50px;
}

.redText {
	color:#FF0000;
}

input.text_field {
  border:1px 1px 1px 1px; 
  border-style: solid solid solid solid;
}

#dealer_listings{ line-height:25px; font-size:14px;}

.dp_required_field {
  border-right: 2px solid #FF0000;
}


/* VEHICLE MARKETPLACE 00000000000000000000000000000000000000000000000000000000000000000 */
.content-table{
	width:976px;
}

#wrapper-vm {
	width: 1035px;
	margin: auto;
}
#nav-vm {
	width: 750px;
	height:34px;
	margin: 0px 0px 0px 150px;
	background-image:url(../gfx/nav_bg.gif);
	background-repeat:no-repeat;
	display:inline;
	float:left;
	padding-top:15px; 
	text-align:center;
	
}
#nav-vm a {
	font-size:14px;
	font-style:italic;
	color:#E8EBF0;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 14px 0px 10px 0px;
	padding: 0px 20px 0px 20px;
	display:inline;
	/*float:left;*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CFD6E0;
}

#nav-vm a:hover {
	color:#61A8B5;
	text-decoration:none;
}
#nav-vm a#active {
	color:#61A8B5;
	text-decoration:none;
}

#nav-vm-dealer {
	width: 750px;
	height:34px;
	margin: 0px 0px 0px 20px;
	background-image:url(../gfx/nav_bg_vm_dealer.gif);
	background-repeat:no-repeat;
	display:inline;
	float:left;
	padding-top:15px; 
	text-align:center;
	
}
#nav-vm-dealer a {
	font-size:14px;
	font-style:italic;
	color:#E8EBF0;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 14px 0px 10px 0px;
	padding: 0px 20px 0px 20px;
	display:inline;
	/*float:left;*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CFD6E0;
}

#nav-vm-dealer a:hover {
	color:#61A8B5;
	text-decoration:none;
}
#nav-vm-dealer a#active {
	color:#61A8B5;
	text-decoration:none;
}

#nav-vm-dealer-wide {
	width: 750px;
	height:34px;
	margin: 0px 0px 0px 150px;
	background-image:url(../gfx/nav_bg_vm_dealer.gif);
	background-repeat:no-repeat;
	display:inline;
	float:left;
	padding-top:15px; 
	text-align:center;
	
}
#nav-vm-dealer-wide a {
	font-size:14px;
	font-style:italic;
	color:#E8EBF0;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 14px 0px 10px 0px;
	padding: 0px 20px 0px 20px;
	display:inline;
	/*float:left;*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CFD6E0;
}

#nav-vm-dealer-wide a:hover {
	color:#61A8B5;
	text-decoration:none;
}
#nav-vm-dealer-wide a#active {
	color:#61A8B5;
	text-decoration:none;
}


#body-top-vm {
	background: url(../gfx/body_top_vm.gif) no-repeat;
}

#body-wide-vm {
	background: url(../gfx/body_bg_vm.gif) repeat-y;
	clear: both;
	width:1035px;
}
#body-bot-wide-vm {
	background: bottom url(../gfx/body_bot_vm.gif) no-repeat;
	padding: 21px 45px 15px 10px; 
	
}
#content-wide-vm {
	float: left;
	width: 100%;
}
#content-wide-copy-vm {
	margin-left:20px; 
	text-align:left;
}
#content-wide-vm img.left {
	margin-left: 10px;
}
#content-wide-vm ul {
	float: left;
	margin-left: 2px;
	width: 184px;
}
#full-width-panel-vm {
	margin-left: 0px;
	width: 1035px;
}

/* 3 column layout */
.left-col-3col{
	width:163px;
	background-color:#E8EBF0;
}
.middle-col-3col{
	width:626px;
	background-color:#E8EBF0;
}
.right-col-3col{
	width:163px;
	background-color:#E8EBF0;
}

/* 2 column layouts */
.left-col-2col{
	width:163px;
	background-color:#E8EBF0;
}

.right-col-2col{
	width:163px;
	background-color:#E8EBF0;
}
.main-col-2col{
	width:813px;
	background-color:#E8EBF0;
}

.gutter-12{
 	width:12px;
}



/* photo grid */
.photo-grid-content{ 
	height:180px; 
	background-color:#FFFFFF; 
	border:1px solid #5F5F5F;
	padding:3px 3px 3px 3px; 
	margin:1px 1px 5px 1px; 
	vertical-align:top;
}
.photo-grid-content-empty{ 
	height:180px; 
	background-color:#EFEFEF; 
	border:1px solid #999999;
	padding:3px 3px 3px 3px; 
	margin:1px 1px 5px 1px; 
	vertical-align:top;
}
.photo-grid-content p{
	font-family:'Trebuchet MS', Verdana, Arial, sans-serif; 
	font-size:11px;
	padding:0px 4px 0px 4px;
	margin: 0px;
}
.photo-grid-content img{ 
	border:1px solid #b9b9b9;
}

photo-grid-content-spacer_row{
	height:6px;
}

.photo-grid-content a {color:#CC0000;text-decoration:none;}
.photo-grid-content a:hover {color:#CC0000;text-decoration:underline;}
.photo-grid-content a:visited {color:#CC0000;text-decoration:none;}

/* column components */
.column-pod-header-123{
	height:25px;
	background-image:url(../gfx/column_header_163.jpg); 
	background-repeat:no-repeat; 
	text-align:center; 
	vertical-align:middle;
	font-family:'Trebuchet MS', Verdana, Arial, sans-serif; 
	font-size:11px;
	font-weight:bold;
}

/* search widget */
.search-widget-container{
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	padding:5px 5px 5px 5px;
	background-color:#EFEFEF;
	font-family:'Trebuchet MS', Verdana, Arial, sans-serif; 
	font-size:12px;
}


/* vehicle-detail */
.vehicle-detail-heading{
	font-size:20px; 
	line-height:30px;
}
#vehicle-detail-photo-container{

}
#vehicle-detail-photo-container img{
	border:1px solid #b9b9b9; 
}

#vehicle-detail-video-container{

}

#vehicle-detail-summary-container{

}

#vehicle-detail-similar-vehicles-container{

}
.vehicle-detail-price{
	font-size:26px;
}


/* vehicle detail info */
#vehicle-detail-info-header{
	height:30px;
	background-image:url(../gfx/column_header_more_info.jpg); 
	background-repeat:no-repeat; 
	text-align:center;
	vertical-align:middle;
	font-family:'Trebuchet MS', Verdana, Arial, sans-serif; 
	font-size:13px;
	font-weight:bold;
}
#vehicle-detail-info-container{
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	padding:5px 5px 5px 5px;
	background-color:#EFEFEF;
}

/* related vehicles */
.vehicle-detail-similar-vehicles-heading{
	font-weight:bold;
	height:10px;
}
.vehicle-detail-similar-vehicles-body{
	height:35px;
}
.vehicle-detail-similar-vehicles-thumb{
	border:1px solid #b9b9b9;
}




/* form styles ||||||||||||||||||||||||||||||||||||||||| */

.form-no-margin{
	margin:0px; 
	padding:0px;
}

.field-label{ 
	color:#000000;
	font-size:11px;
}

.field-label-required{ 
	color:#CC0000;
	font-size:11px;
}

/* search widget */
.search-widget-select-control-large{
	width:145px;
	font-size:11px;
	border: 1px solid #696969;
}
.search-widget-select-control-small{
	width:65px;
	font-size:10px;
	border: 1px solid #696969;
}
.search-widget-text-control{
	width:140px;
	font-size:11px;
	padding:2px;
	border: 1px solid #696969;
}

/* calculator widget */
.calculator-widget-select-control-small{
	width:85px;
	font-size:10px;
	border: 1px solid #696969;
}
.calculator-widget-text-control-large{
	width:140px;
	font-size:11px;
	padding:2px;
	border: 1px solid #696969;
}
.calculator-widget-text-control-small{
	width:80px;
	font-size:11px;
	border: 1px solid #696969;
}

/* more info form */
.more-info-text-control-large{
	width:220px;
	font-size:11px;
	padding:2px;
	border: 1px solid #696969;
}
.more-info-textarea{
	width:460px;
	height:30px;
	font-family:'Trebuchet MS', Verdana, Arial, sans-serif; 
	color:#696969;
	font-size:11px;
	padding:2px;
	border: 1px solid #696969;
}


/* vehicle-finder */
.vehicle-finder-select-control-large{
	width:145px;
	font-size:11px;
	border: 1px solid #696969;
}
.vehicle-finder-select-control-small{
	width:85px;
	font-size:10px;
	border: 1px solid #696969;
}
.vehicle-finder-text-control-large{
	width:240px;
	font-size:11px;
	padding:2px;
	border: 1px solid #696969;
}
.vehicle-finder-text-control-medium{
	width:140px;
	font-size:11px;
	padding:2px;
	border: 1px solid #696969;
}
.vehicle-finder-text-control-small{
	width:80px;
	font-size:11px;
	border: 1px solid #696969;
}

.vehicle-finder-textarea{
	width:560px;
	height:30px;
	font-family:Verdana, sans-serif;
	color:#696969;
	font-size:11px;
	padding:2px;
	border: 1px solid #696969;
}

/* registration form */
.registration-select-control-large{
	width:240px;
	font-size:11px;
	border: 1px solid #696969;
}
.registration-select-control-small{
	width:85px;
	font-size:10px;
	border: 1px solid #696969;
}
.registration-text-control-large{
	width:240px;
	font-size:11px;
	padding:2px;
	border: 1px solid #696969;
}
.registration-text-control-medium{
	width:140px;
	font-size:11px;
	padding:2px;
	border: 1px solid #696969;
}
.registration-text-control-small{
	width:80px;
	font-size:11px;
	border: 1px solid #696969;
}

.registration-textarea{
	width:560px;
	height:30px;
	font-family:Verdana, sans-serif; 
	color:#696969;
	font-size:11px;
	padding:2px;
	border: 1px solid #696969;
}

/* text styles ||||||||||||||||||||||||||||||||||||||||| */

,p,span,blockquote,li,td {
	font-family:Verdana, sans-serif;
	font-size:11px;
	color: #1F3947;
}
/*
p {
	line-height:16px;
	margin-top:0px;
}


h1,h2,h3,h4,h5 {
	color:#696969;
	margin-top:0px;
	margin-bottom:0px; 
}

h1 {
	font-size:30px; 
	font-weight:normal; 	
}

h2 {
	font-size:26px; 
	font-weight:normal;	
}

h3 {
	font-size:20px; 
	font-weight:normal; 	
}

h4 {
	font-size:16px; 
	font-weight:bold; 	
}

h5 {
	font-size:12px; 
	font-weight:bold; 	
}
*/

.black{
	color:#000000;
}

.red{
	color:#CC0000;
}
.red-bold{
	color:#CC0000;
	font-weight:bold;
}

.text-10{
	font-size:10px; 
}
.text-11{
	font-size:11px; 
}
.text-12{
	font-size:12px; 
}
.text-13{
	font-size:13px; 
}
.text-14{
	font-size:14px; 
}
.text-15{
	font-size:15px; 
}


/* misc */
.bg-white{
	background-color:#FFFFFF;
}

.center-content{
	text-align:center;
}

.padded-cell{
	padding:3px;
}

.spacer-5{
	height:5px;
}
.spacer-10{
	height:10px;
}
.spacer-15{
	height:15px;
}
.spacer-20{
	height:20px;
}

banner-wide{height:35px; margin-top:100px; margin-bottom:6px;}





