body {
	margin: 0;
	font: 12px Arial, Helvetica, sans-serif;
	background: #FFFFFF;
}


/*--------------------*/
#container {
	position: absolute;
	left: 50%;
	width: 760px;
	margin-left: -380px;
	background-color: #FFFFFF;
}

/*--------------------*/
#header {
	position: relative;
	top: 0;
	padding: 0 0 10px 0;
	width: 760px;
	min-height: 90px;
}
#headerCompanyLogo {
	position: relative;
	padding: 6px 0 0 10px;
	font-weight: bold;
	color: #231F20;
}

#headerInfo {
	position: absolute;
	top: 61px;
	right: 170px;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	color: #231F20;
}
#headerLogo {
	position: absolute;
	top: 0;
	right: 10px;
}
#dealersLicense {
	position: absolute;
	top: 85px;
	right: 10px;
	width: 140px;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #ED1B2E;
}
#headerFadLogo {
	position: absolute;
	top: 10px;
	right: 10px;
}
#dealersLicenseFad {
	position: absolute;
	top: 100px;
	right: 10px;
	width: 146px;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #ED1B2E;
}
.growFont {
	font-size: 22px;
}
.darkGrey {
	font-weight: bold;
	font-size: 22px;
	color: #231F20;
}
.red {
	font-weight: bold;
	font-size: 21px;
	color: #ED1B2E;
	margin-left: 60px;
} 

#mainbanner {
	position: relative;
	margin: 0;
	padding: 0;
}
/*--------------------*/
#content {
	position: relative;
	width: 740px;
	padding: 10px;
	margin-top: 5px;
	border: 1px solid #DFDFDF;
}

/*--------------------*/
#mainNav {
	float: left;
	width: 180px;
	background: url('images/nav_repeat.gif') top left repeat-y;
}
#mainNav_1 {
	background: url('images/nav_top.gif') top left no-repeat;
}
#mainNav_2 {
	background: url('images/nav_btm.gif') bottom left no-repeat;
	padding: 1px 1px 10px 1px;
}
#mainNav ul {
	margin: 5px 0 20px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}
#mainNav li {
	margin: 0 10px 0 20px;
	list-style-type: none;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
}
#listitems a {
	display: block;
	padding: 7px 0 7px 15px;
}
#listitems a:link, #listitems a:visited {
	color: #666666;
	text-decoration: none;
}
#listitems a:hover, #listitems a:active {
	color: #333333;
	text-decoration: none;
}

#listitems .first {
	border-top: none;
}
#listitems .last {
	border-bottom: none;
}


.side_tl {
	margin: 10px 14px;
	width: 148px;
	background: #FFFFFF url('images/side_tl.gif') top left no-repeat;
}
.side_tr {
	background: url('images/side_tr.gif') top right no-repeat;
}
.side_bl {
	background: url('images/side_bl.gif') bottom left no-repeat;
}
.side_br {
	padding: 10px 0;
	text-align: center;
	background: url('images/side_br.gif') bottom right no-repeat;
}
#contact {
	padding: 2px 0 0 0;
	background: url('images/contact_bg.gif') top left no-repeat;
}
/*--------------------*/
#contentText {
	float: right;
	width: 520px;
	margin: 0;
	padding: 0;
}
#contentText h1 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #ED1B2E;
}
#contentText h2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color:#17479E;
}
#contentText p {
	margin: 10px 0;
	padding: 0;
	line-height: 16px;
	color: #231F20;
}
#contentText li {
	padding: 5px;
}
#contentText ul, #contentText ol {
	color: #ED1B2E;
	font-weight: bold;
}
#contentText a:link, #contentText a:visited {
	color: #17479E;
	text-decoration: underline;
}
#contentText a:hover, #contentText a:active {
	color: #ED1B2E;
	text-decoration: underline;
}
#contentForm {
	margin: 0 auto;
	padding: 0;
	width: 170px;
	text-align: center;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	background: #DDDDDD url('/images/form_bg.gif') top left no-repeat;
}
#contentFormBtm {
	position: relative;
	margin: 0;
	padding: 50px 0 10px 20px;
	background: url('/images/form_btm.gif') bottom left no-repeat;
}
/*--------------------*/
#footer {
	position: relative;
	margin: 8px 0 0 0;
	padding: 30px 0 0 22px;
	width: 738px;
	height: 62px;
	color: #FFFFFF;
	font-weight: bold;
	background: url('images/footer_bg.gif') top left repeat-x;
}
#powered {
	position: absolute;
	top: 5px;
	right: 10px;
}


/*--------------------*/
#contentForm {
	margin: 0 0;
}

#contentFormBtm {
	position: relative;
	margin: 0;
	padding: 50px 0 10px 20px;
	background: url('/images/form_btm.gif') bottom left no-repeat;
}

/* Content Float Fix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 


