/* CSS RESET v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*End of CSS reset*/

.clearer {
	clear: both;
}

body{ 
	background-color: #e7e7e8;
	margin:0px 0px 0px 0px; 
}

#top_white_bg {
	width:100%;
	height:306px;
	background-color:#ffffff;
}

#header_container {
	width:791px;
	height:321px;
	margin: 0px auto;
	background-color: #ffffff;
	padding: 10px 0px 0px 0px;
}

#logo_bar {
	float:left;
	width:791px;
	height:92px;
}

	#logo {
		float:left;
		margin:7px 42px 0px 10px; 
	}
	
/*START of primary navigation*/

#nav_container {
	width:496px;
	height:20px;
	float:left;
	margin:60px 0px 0px 89px;
	border-bottom: 2px solid #adadad;
}

#navlist ul, #navlist li {  						
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited, #navlist a:hover {
	width:100px;
	float: left;								
	line-height: 14px;
	font-weight: bold;
	font-size:12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #808184;
	margin: 0px 23px 4px 0px;
	text-decoration: none;
}
	
#navlist a:hover {
	border-bottom: 4px solid #adadad;
	padding-bottom: 2px;
	background: transparent;
	color: #808184;
}	

#navlist a:link#current {
	border-bottom: 4px solid #f4851f;
	padding-bottom: 2px;
	color: #b82024;
}

#navlist a:visited#current {
	border-bottom: 4px solid #f4851f;
	padding-bottom: 2px;
	color: #b82024;
}

/*end of primary navigation*/

/*START of sub navigation*/

ul#subnavlist li a:hover { color: #f4851f; }

ul#subnavlist { display: none; }
ul#subnavlist li { float: none; }

ul#navlist li:hover ul#subnavlist {
	display: block;
	position: absolute;
	width:115px;
	background:#dadcdd;
	padding: 5px 12px 5px 8px;
	margin:16px 0px 0px 0px;
}

ul#navlist li:hover ul#subnavlist li a {
	display: block;
	width: 115px;
	border-bottom: 1px solid #adadad;
	padding: 3px 5px 5px 0px;
	font-size:10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
}

/*End of sub navigation*/

#main_container {
	width:791px;
	margin: 0px auto;
	background-color: #ffffff;
	min-height:500px;
}

	#left_column {
		float:left;
		width:271px;
		background-color: #ffffff;
	}
	
		.graphics_left_column {
			float:left;
			padding:0px 0px 15px 24px;
		}


/*START left column link list*/

#linklist_container {
	width:170px;
	float:left;
	margin:5px 0px 0px 20px;
}

#linklist ul, #linklist li {  
	width:160px;
	float: left;
	padding: 5px 0px 5px 10px;
	list-style-type: none;
	border-bottom: 1px solid #adadad;
}

#linklist a:link, #linklist a:visited, #linklist a:hover {
	
	float: left;								
	line-height: 14px;
	font-weight: bold;
	font-size:12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #808184;
	text-decoration: none;
}
	
#linklist a:hover {
	color: #f4851f;
}	

/*End left column link list*/
		
		
		
	
	#right_column {
		float:right;
		width:520px;
		background-color:#ffffff;
		background:url(images/background_main.gif) no-repeat bottom right;
		margin:0px 0px 0px 0px;		
	}
	
		#content {
			float:left;
			width:480px;
			min-height:400px;
			margin:0px 20px 20px 20px;
		}
		
		#news_box_full {
			float:left;
			width:430px;
			min-height:150px;
			border:#666;
			margin:20px 0px 0px 0px;
		}
		
		.red_news_line_full {
			width:400px;
			height:1px;
			margin:-8px 0px 0px 40px;
			padding:0px 0px 0px 0px;
			color:#f5afb1;
			background-color:#f5afb1;
		}


		#news_box_left {
			float:left;
			width:170px;
			min-height:150px;
			border:#666;
			margin:20px 0px 0px 0px;
		}

		#news_box_right {
			float:right;
			width:170px;
			min-height:150px;
			margin:20px 50px 0px 0px;
		}
		
		.red_news_line {
			width:130px;
			height:1px;
			margin:-8px 0px 0px 40px;
			color:#f5afb1;
		}
		
#footer_container {
	width:791px;
	background-color: #124161;
	height:80px;
	margin:0px 0px 20px 0px;
	font-size: 9px;
	font-weight: normal;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #f0f3f5;
	padding: 15px 0px 0px 0px; 
}

	#copyright {
		padding: 0px 0px 0px 20px;
		float: left
	}
	
	#dealer_login {
		margin: 0px 0px 0px 160px;
		padding: 0px 20px 0px 0px;
		height:30px;
		float:left;
		border-right: 1px solid #a1aeb7;
		display:block;
	}
	
	#contact {
		margin: 0px 0px 0px 25px;
		padding: 0px 0px 0px 0px;
		height:30px;
		float:left;
	}
	
	#contact_info {
		margin: -2px 0px 0px 10px;
		padding: 0px 0px 0px 0px;
		height:75px;
		width:230px;
		float:left;
		line-height:14px;
		font-size:9px;
	}

/*Misc*/

a img {border: none; }

.bullet {
		margin: 10px 0px 15px 15px;
		padding: 0px 0px 0px 0px;
		list-style:disc outside;
		}

/*HEADERS*/

/*main titles - dark gray, italics*/
h1 {
	font-size: 16px;
	font-weight: bold;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	color: #464342;
	text-decoration:none;
	text-align:left;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

/*secondary titles - red, inline*/
h2 {
	font-size: 13px;
	font-weight: bold;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	display:inline;
	color: #b82024;
	text-decoration:none;
	text-align:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*news titles - blue, bold*/
h3 {
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #124060;
	text-decoration:none;
	text-align:left;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

/* Text */

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6d6e71;
	line-height:15px;
	word-spacing:0.5px;
}

.text_news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#6d6e71;
	line-height:15px;
	word-spacing:0.5px;
}

.text_news_date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#b6b6b8;
	text-align:right;
	letter-spacing:-0.5px;
	padding: 10px 0px 8px 0px;
	font-style:italic;
}

/* Rollovers */
.link {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#638fc3;
	line-height:15px;
	word-spacing:0.5px;
	text-decoration:none;
	}
.link:hover {color: #f4851f;}

.link_bold {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#124161;
	line-height:15px;
	word-spacing:0.5px;
	font-weight:bold;
	text-decoration:none;
	}
.link_bold:hover {color: #f4851f;}

.news_link {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#638fc3;
	word-spacing:0.5px;
	text-decoration:none;
	}
.news_link:hover {color: #f4851f;}

.dealer_login {
	font-size: 9px;
	font-weight: bold;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #ffffff;
	text-decoration:none;
	}
.dealer_login:hover {
	color:#f4851f;
	}
	
#footer_email {
	font-size: 9px;
	font-weight: normal;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #ffffff;
	text-decoration:none;
	}
#footer_email:hover {
	color:#f4851f;
	}

.footer_links {
	font-size: 10px;
	font-weight: normal;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #8b1d00;
	text-decoration:none;
	}
.footer_links:hover {
	color:#ffffff;
	}

/* Contact form styling **********************************************/

#contact_form {
	float:right;
	padding:10px 20px 0px 0px; /*top right bottom left*/
}

.name_top {
	border: 1px solid #1a5384;
	color:#124161;
	width: 250px;
	height:15px;
	background: #c4d3e7;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	padding: 2px 2px 0px 5px;  /*top right bottom left*/
	margin: 0px 0px 0px 0px;  /*top right bottom left*/
	text-align:left;
	font-weight:normal;
}

.name {
	border: 1px solid #0e395d;
	color:#124161;
	width: 250px;
	height:15px;
	background:#c4d3e7;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	padding: 2px 2px 0px 5px;  /*top right bottom left*/
	margin: 5px 0px 0px 0px;  /*top right bottom left*/
	text-align:left;
	font-weight:normal;
}

.phone {
	border: 1px solid #0e395d;
	color:#124161;
	width: 200px;
	height:15px;
	background:#c4d3e7;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	padding: 2px 2px 0px 5px;  /*top right bottom left*/
	margin: 5px 0px 0px 0px;  /*top right bottom left*/
	text-align:left;
	font-weight:normal;
}

.number {
	border: 1px solid #0e395d;
	color:#124161;
	width: 75px;
	height:15px;
	background:#c4d3e7;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	padding: 2px 2px 0px 5px;  /*top right bottom left*/
	margin: 5px 0px 0px 0px;  /*top right bottom left*/
	text-align:left;
	font-weight:normal;
}

.comments {
	border: 1px solid #0e395d;
	color:#124161;
	width: 400px;
	height:80px;
	background:#c4d3e7;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	padding: 2px 2px 0px 5px;  /*top right bottom left*/
	margin:0px 0px 0px 0px;  /*top right bottom left*/
	text-align:left;
	font-weight:normal;
}

.dropdown {
	border: 1px solid #0e395d;
	color:#124161;
	width: 55px;
	background:#c4d3e7;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	padding: 2px 2px 0px 5px;  /*top right bottom left*/
	margin:0px 0px 0px 0px;  /*top right bottom left*/
	text-align:left;
	font-weight:normal;
}

.dropdown2 {
	border: 1px solid #0e395d;
	color:#124161;
	width: 85px;
	background:#c4d3e7;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	padding: 2px 2px 0px 5px;  /*top right bottom left*/
	margin:0px 0px 0px 0px;  /*top right bottom left*/
	text-align:left;
	font-weight:normal;
}

.comments2{
	border: 1px solid #0e395d;
	color:#124161;
	width: 400px;
	height:40px;
	background:#c4d3e7;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	padding: 2px 2px 0px 5px;  /*top right bottom left*/
	margin:0px 0px 0px 0px;  /*top right bottom left*/
	text-align:left;
	font-weight:normal;
}

