﻿.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}


body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #202020;
	text-align: center;
	margin: 0;
	padding: 0;
	
	background: #000 url(../images/bg.jpg) repeat-x right top;
}

p{
	margin: 6px 0 8px 0;
}

h1{
	font-size: 14pt;
}

h2{
	font-size: 12pt;
}

sup{
	font-size: 6pt;
}

a{
	color: #c00000;
}

a:hover{
	color: #ff0000;
}

a:visited{
	color: #404040;
}


/* BEGIN FORMS CSS */
form{
	font-size: 9pt;
}

.content2 form{
	margin: 0 275px 0 0;
	padding: 0 5px 10px 0;
}

form label{
	display: block;
	font-weight: bold;
	color: #303030;
}

select{
	font-size: 9pt;
}


form label.required{
	font-weight: bold;
}

form fieldset {
	clear: both;
	border-color: #c00000;
	border-width: 1px 0 0 0;
	border-style: solid none none none;
	padding: 10px;
	margin: 0;
}

form fieldset legend {
	font-size: 11pt;
	font-weight: bold;
	color: #202020;
	margin: 0 0 0 0;
	padding: 0 5px;
}

span.examp{
	font-size: 8pt;
	color: #707070;
	margin-left: 5px;
}

form div.notes {
	float: right;
	width: 168px;
	height: auto;
	margin: 0 0 10px 10px;
	padding: 5px;
	border: 1px solid #666666;
	background: #fff url(../images/notes_bg.jpg) repeat-x scroll left top;
	color: #666666;
	font-size: 88%;
}

form div.notes h4 {
	margin: 0 0 5px 0;
	padding: 2px 0 3px 27px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #666666;
	color: #666666;
	font-size: 10pt;
	background: transparent url(../images/icon_info.gif) no-repeat top left;
}

form div.notes p {
	margin: 0em 0em 1.2em 0em;
	color: #666666;
}

form div.notes p.last {
	margin: 0em;
}

/* END FORMS CSS */

div#page{
	position: relative;
	width: 760px;
	padding: 0;
	margin: 0 auto 0 auto;
	text-align: left;
	border-left: 2px #000 solid;
	border-right: 2px #000 solid;
	border-bottom: 2px #000 solid;
	background: #fff;
}


div.content2{
	position: relative;
	min-height: 500px;
	padding: 31px 5px 5px 5px;
	margin: 5px 0 0 0;
	background: transparent url(../images/content2_top.jpg) repeat-x scroll left top;
}

div#content, div.content{
	position: relative;
	min-height: 450px;
	padding: 5px 5px 5px 5px;
}


/* BEGIN HEADER */

div#header{
	position: relative;
	background: #fff url(../images/new/header.jpg) no-repeat left top;
	padding: 0;
	margin: 0;
	height: 150px;
	width: 760px;
}

/*
div#header h2{
	display: none;
	position: absolute;
	
	left: -5000px;
}*/

div#header ul#menu {
	border-top: 1px #000 solid;
	position: absolute;
	top: 86px;
	right: 0;
	width: auto;
	background: #404040 url(../images/new/grey_angle2.jpg) no-repeat left top;
	list-style: none;
	margin: 0;
	padding: 0 0 0 40px;
	
	z-index: 1;
}

div#header ul#menu li {
	float: left;
	
	border-left: 1px gray solid;
}

div#header ul#menu li a {
	display: block;
	height: 18px;
	width: auto;
	text-align: center;
	line-height: 18px;
	padding: 1px 14px 2px 14px;
	font-size: 10pt;
	color: #fff;
	text-decoration: none;
}

#header ul li a:visited {
	text-decoration: none;
}

#header ul li a:hover {
	background-color: gray;
	text-decoration: none;
}

div#header form#dlrsearch{
	position: absolute;
	text-align: right;
	padding: 0;
	margin: 0;
	bottom: 12px;
	right: 0;
	width: 400px;
}

div#header form#dlrsearch label{
	display: inline;
}

div#header form#dlrsearch p{
	margin: 0;
	padding: 0;
}

/* END HEADER */

/* BEGIN FOOTER */

div#footer
{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	clear: both;
}

div#footer #copyright
{
	padding-top: 5px;
	padding-bottom: 5px;
	
	font-size: 9pt;
}

div#footer a.nav
{
	font-size: 9pt;
	text-decoration: underline;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #000;
	color: #444;
}

div#footer #footer_dealerdir
{
	border-left: none;
}

div#footer ul{
	margin: 0 auto 0 auto;
	padding: 0;
	list-style: none;
	height: 20px;
	width: 580px;
}

div#footer ul li{
	float: left;
	
}

div#footer ul li a:visited.nav
{
	text-decoration: underline;
	}

div#footer ul li a:hover.nav
{
	text-decoration: none;

}
/* END FOOTER */



div.hp_box {
	position: relative;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin: 5px 0 10px 0;
	padding: 23px 0 0 0;
	width: 487px;
	float: left;
}

div.hp_box h1, div.hp_box h2{
	position: absolute;
	left: 0;
	top: 0;
	
	height: 23px;
	width: 483px;
	padding: 0 0 0 5px;
	margin: 0;
	line-height: 23px;
	
	font-size: 9pt;
	font-weight: bold;
	color: #fff;
	
	background-image: url(../images/box_hdr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div.hp_box img.logo{
	float: left;
	margin-right: 20px;
}


ul.breadcrumb{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.breadcrumb li{
	float: left;
	padding: 2px 0 2px 10px;
	margin: 0 5px 0 0;
	width: auto;

	background: transparent url(../images/breadcrumb_arrow.gif) no-repeat scroll left center;
}

ul.breadcrumb li.first{
	background-image: none;
	padding-left: 0px;
}