﻿@charset "utf-8";
/* CSS Document */

/***********************************************/
/* text divs                                   */
/***********************************************/
h1{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 22pt;
	font-weight: bold;
	color: #ffffff;
	font-style: normal;
	font-variant: normal;
}

h2{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-style: none;
	color: #F68B1F;
	font-variant: normal;
}

h2 a:link, h2 a:hover, h2 a:active{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-style: none;
	color: #F68B1F;
	font-variant: normal;
	text-decoration: underline;
}

h2 a:visited{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-style: none;
	color: #ffffff;
	font-variant: normal;
	text-decoration: underline;
}

h3{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	font-style: normal;
	font-variant: normal;
	text-align: left;
}

h3 a:link, h3 a:hover, h3 a:active{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	font-style: normal;
	font-variant: normal;
	text-align: left;
	text-decoration: underline;
}

h3 a:visited{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #f68b1f;
	font-style: normal;
	font-variant: normal;
	text-align: left;
	text-decoration: underline;
}

.subnavigation{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: #cccccc;
	font-variant: normal;
}

.subnavigation a:link, .subnavigation a:hover, .subnavigation a:active{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: #cccccc;
	font-variant: normal;
	text-decoration: underline;
}

.subnavigation a:visited{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: #f68b1f;
	font-variant: normal;
	text-decoration: underline;
}

.testimonialtext{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
	font-style: italic;
	font-variant: normal;
	text-align: left;
}

.bodytext{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #ffffff;
	font-style: normal;
	font-variant: normal;
	text-align: left;
}

.printtext{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	font-style: normal;
	font-variant: normal;
	text-align: left;
}

.printtext a:link, .printtext a:hover, .printtext a:active{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	font-style: normal;
	font-variant: normal;
	text-decoration: underline;
	text-align: left;
}

.printtext a:visited{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	font-style: normal;
	font-variant: normal;
	text-decoration: underline;
	text-align: left;
}

.bodytextinput{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	font-style: normal;
	font-variant: normal;
	text-align: left;
}

.bodytext a:link, .bodytext a:hover, .bodytext a:active{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #ffffff;
	font-style: normal;
	font-variant: normal;
	text-align: left;
	text-decoration: underline;
}

.bodytext a:visited{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #f68b1f;
	font-style: normal;
	font-variant: normal;
	text-align: left;
	text-decoration: underline;
}

.footertext{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	font-variant: normal;
	line-height: 10pt;
}

.footertext a:link, .footertext a:hover, .footertext a:active{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	font-variant: normal;
	line-height: 10pt;
	text-decoration: underline;
}

.footertext a:visited{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: #406bbe;
	font-variant: normal;
	line-height: 10pt;
}

a:link, a:hover, a:active{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	color: inherit;
	font-variant: normal;
	line-height: inherit;
	text-decoration: underline;
}

a:visited{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	color: #f68b1f;
	font-variant: normal;
	line-height: inherit;
	text-decoration: underline;
}
/***********************************************/
/* layout divs                                 */
/***********************************************/
#container{
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: 0;
	left: 0px;
	top: 0px;
	width: 850px;
	overflow: visible;
}

#header{
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0px;
	top: 0px;
	width: 850px;
	height: 164px;
	z-index: 30;
}

#topbar{
	position:absolute;
	padding: 0;
	margin: 0;
	background: url(images/topbar.jpg) no-repeat 0px 0px;
	left: 0px;
	width: 850px;
	height: 78px;
}

#logo{
	position: absolute;
	padding-top: 78px;
	margin: 0;
	height: 86px;
	width: 207px;
	z-index: 30;
}

#body{
	position: relative;
	width: 850px;
	margin: 0;
	padding-top: 162px;
	z-index: 10;
	overflow: visible;
}

#background{
	position: relative;
	margin: 0px;
	padding: 0px;
	background: url(images/background.jpg) 0px 0px repeat-y;
	width: 850px;
	height: 100%;
	overflow: visible;
}

#textbox{
	position: relative;
	float: none;
	background: url(images/bodygraphic.jpg) 0px 0px no-repeat;
	width: 850px;
	z-index: 20;
	margin: 0;
	padding-bottom: 5px;
	overflow: visible;
}

#content{
	position: relative;
	background: none;
	padding-left: 300px;
	padding-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	overflow: visible;
}

#footer{
	position: relative;
	background: url(images/footer.jpg) 0px 0px no-repeat;
	width: 850px;
	height: 49px;
	z-index: 40;
	overflow: visible;
}

#footertext{
	position: relative;
	background-color: trasparent;
	padding-left: 300px;
	padding-top: 3px;
	padding-right: 10px;
	text-align: right;
}

/**********************************************/
/* dealer application                         */
/**********************************************/
.application {
text-align: left;
background:transparent;
width:530px;
padding: 0;
}

tr.required {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	font-style: normal;
	font-variant: normal;
	text-align: left;
	background:#f68b1f;
	vertical-align:left;
}
tr.required td {
text-align:left;
vertical-align:left;
}
tr.normal {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #ffffff;
	font-style: normal;
	font-variant: normal;
	text-align: left;
	vertical-align: left;
}
tr.normal td{
text-align:left;
}

td.data{
text-align:left !important;
font-size:1em;
font-weight:bold;
width:60%;
}

tr.subheader td{
	width: 60%;
	padding: 5px 0px 5px 0px;
	height: 25px;
	background: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 10pt;
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: left;
	vertical-align: left;
}

/***********************************************/
/* main nav divs                               */
/***********************************************/
#mainmenu{
	background: url(images/menubar.jpg) 207px 78px no-repeat;
	position: absolute;
	padding-left: 207px;
	padding-top: 86px;
	height: 78px;
	width: 643px;
	margin: 0px;
}
#flashcontent{
	position: absolute;
	background: none;
	left: 207px;
	top: 78px;
}
