body {
	margin-left: 25px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 25px;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}

a
{
	color: #004F83;
}

h3
{
	padding: 0;
	margin: 0;
	font-size: 1.25em;
}

h4
{
	padding: 0;
	margin: 0;
	font-size: 1em;
}

hr
{
	clear: both;
	padding: 0;
	margin: 10px 0 10px 0;
	border: 0;
	border-bottom: 1px solid #aaa;
}

img
{
	border: 0;
}

div#nav-phone-number
{
	position: absolute;
	top: 141px;
	margin-left: 680px;
	font-weight: bold;
	color: #fff;
}

/**
 * Breadcrumb
 */

#breadcrumb
{
	font-size: .8em;
}

#breadcrumb ul
{
	padding: 15px 15px 0 20px;
	margin: 0;
	border: 0;
	list-style: none;
}

#breadcrumb li
{
	display: inline;
	font-size: .85em;
	color: #aaa;
}

#breadcrumb li a
{
	color: #aaa !important;
}

/**
 * Vehicle featured
 */

#vehicle-featured
{
	margin-top: 10px;
}

div.featured-listings
{
	width: 100px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .65em;
}

div.featured-listings img
{
	padding: 0;
	margin: 0;
	border: 0;	
	border:1px solid #AAAAAA;
}	

div.featured-listings div.text
{
	text-align: left;
}		
 
div.featured-listings div.text div.title
{
	font-weight: bold;
}

/**
 * Vehicle listings
 */

div.vehicle-listings
{
	font-size: .8em;
}

div.vehicle-listings div.image
{
	float: left;
	width: 165px;
	margin-bottom: 0;
}

div.vehicle-listings div.image img
{
	margin-bottom: 15px;
	border: 1px solid #aaa;
}

div.vehicle-listings div.text div.title
{
	float: left;
	width: 220px; 
	font-weight: bold;
}

div.vehicle-listings div.text div.price
{
	float: left;
	width: 205px;
	text-align: right;
	font-weight: bold;
}

div.vehicle-listings-separator
{
	clear: both;
	padding: 0;
	margin: 10px 0 10px 0;
	border: 0;
	border-bottom: 1px solid #aaa;
}

.title-small
{
	padding: 0 0 4px 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

/**
 * Vehicles list view
 */

div.vehicle-listing
{
	font-size: .8em;
}

div.vehicle-listing div.text div.title
{
	float: left;
	width: 400px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1.25em;
	text-transform: capitalize;
}

div.vehicle-listing div.text div.price
{
	float: left;
	width: 203px;
	margin-bottom: 5px;
	text-align: right;
	font-weight: bold;
	font-size: 1.25em;
}

div.vehicle-listing div.content div.caption
{
	font-size: .85em;
	color: #aaa;
}

div.vehicle-listing div.content div.caption-right
{
	text-align: right;
	font-size: .85em;
	color: #aaa;
}

div.vehicle-listing div.content div.image
{
	float: left; 
	width: 325px;
	margin-bottom: 15px;
}

div.vehicle-listing div.content div.image img
{
	margin: 0 5px 5px 0;
	border: 1px solid #aaa;
}

div.vehicle-listing div.content div.information
{
	float: left; 
	width: 275px;
	margin-bottom: 15px;
}

div.vehicle-listing div.content div.information ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}


div.vehicle-listing div.description div.title
{
	padding-bottom: 5px;
	font-size: 1.1em;
	font-weight: bold;
}

div.vehicle-listing div.description p
{
	padding: 1em 0 0 0;
	margin: 0;
}

div.vehicle-listing-separator
{
	clear: both;
	padding: 0;
	margin: 10px 0 10px 0;
	border: 0;
	border-bottom: 1px solid #aaa;
}

div.vehicle-condition
{
	padding-bottom: 20px;	
}

div.vehicle-condition h3
{
	padding: 4px;
	margin-bottom: 2px;
	border-right: 1px solid #fff;
	background: #77b4de;
	font-size: 1.25em;
	color: #fff;
}

div.vehicle-condition th
{
	padding: 4px;
	border-right: 1px solid #fff;
	background: #ccc;
	font-size: .85em;
}

div.vehicle-condition td
{
	padding: 4px;
	border-right: 1px solid #fff;
}

div.vehicle-condition-notes
{
	padding: 4px;
}

div.vehicle-condition-notes h4
{
	padding: 4px;
	background: #eee;
	font-size: 1em;
}

/**
 * I'm interested
 */

#im-interested
{
	clear: both;
	font-size: .8em;
}

ol
{
	padding: 0;
	margin: 0;
	list-style: none;
}

li
{
	margin-top: 10px;
}

label
{
	display: block;
	font-weight: bold;
}

input.textbox-focus
{
	border: 1px solid #939393 !important;
	background: #FCFFBA !important;
}

input.error 
{ 
	border: 1px solid #F94343 !important;
	background: #FFCDCD !important;
}

input.textbox
{
	padding: 3px;
    width: 200px;
    border: 1px solid #939393;
}

input.submit
{
	padding: 3px;
	margin: 10px 0 0 0;
    border: 1px solid #fff;
	background: #00A651;
	font-weight: bold;
	font-size: 1.25em;
	color: #fff;
}

textarea.textbox
{
	padding: 3px;
    width: 400px;
    border: 1px solid #939393;
}

textarea.error 
{ 
	border: 1px solid #F94343 !important;
	background: #FFCDCD !important;
}

label.error
{
	display: block;
	color: red;
}

div.error-message
{
	font-weight: bold;
	color: red;
}

#error-notice
{
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #F94343;
	background: #FDB3B3;
}

#error-notice h4
{
	font-size: 1.1em;
	font-weight: bold;
}

#error-notice #errors
{
	margin: 1em 0 0 0;
}

/**
 * AJAX error notice
 */

#error-notice-ajax
{
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #F94343;
	background: #FDB3B3;
}

#error-notice-ajax h4
{
	font-size: 1.1em;
	font-weight: bold;
}

#error-notice-ajax #errors
{
	margin: 1em 0 0 0;
}

#completion-notice
{
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #1AD41D;
	background: #99F39B;
}

#completion-notice h4
{
	font-size: 1.1em;
	font-weight: bold;
}

/**
 * AJAX success notice
 */

#success-notice-ajax
{
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #1AD41D;
	background: #99F39B;
}

#success-notice-ajax h4
{
	font-size: 1.1em;
	font-weight: bold;
}





.leftcol_area {
	margin: 10px;
}
.blue_sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #004C7E;
}
.contact_box {
	background-image: url(images/pic_box_bkgd.gif);
	background-repeat: repeat-x;
	margin: 10px;
	padding: 5px;
	border: 1px solid #004069;
	background-position: center top;
	background-color: #006FB8;
}
.mainarea {
	margin: 20px;
}
.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #004C7E;
}
.redheader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#FF0000;
}
.content1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}


.white_sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.img_padding {
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

a.whitelink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:underline;
}
a.whitelink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:underline;
}
a.whitelink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:underline;
}
a.whitelink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:underline;
}
