body {
	margin: 0;
	font: 12px Arial, Helvetica, sans-serif;
	background: #FFFFFF url('images/bg.gif') top left repeat-x;
}


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

/*--------------------*/
#header {
	position: relative;
	top: 0;
	width: 760px;
	min-height: 85px;
}

#headerCompanyLogo {
	position: relative;
	padding: 6px 0 6px 10px;
	font-weight: bold;
	color: #231F20;
}

#headerInfo {
	position: absolute;
	top: 14px;
	right: 160px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #231F20;
}
#headerGraphic {
	position: absolute;
	width: 129px;
	height: 81px;
	bottom: 0;
	right: 325px;
}
#headerLogo {
	position: absolute;
	top: 16px;
	right: 37px;
}
#dealersLicense {
	position: absolute;
	z-index: 1;
	top: 75px;
	right: 37px;
	width: 98px;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
}

#headerFadLogo {
	position: absolute;
	top: 13px;
	right: 37px;
}
#dealersLicenseFad {
	position: absolute;
	z-index: 1;
	top: 105px;
	right: 37px;
	width: 146px;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
}
#headerFadInfo {
	position: absolute;
	top: 14px;
	right: 200px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #231F20;
}
.growFont {
	font-size: 22px;
}
.darkGrey {
	font-weight: bold;
	font-size: 22px;
	color: #231F20;
}
.red {
	font-weight: bold;
	font-size: 22px;
	color: #ED1B2E;
	margin-left: 70px;
}

#mainNav {
	position: relative;
	margin: 0;
	padding: 0;
	width: 760px;
	height: 37px;
	background: url('images/nav_bg.gif') top left no-repeat;
}
#mainNav ul {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
}
#mainNav li {
	display: inline;
	padding: 0 5px 0 0;
	list-style-type: none;
	color: #AAAAAA;
	background: url('images/nav_border.gif') center right no-repeat;
}
#mainNav a {
	padding: 10px;
	font-size: 14px;	
	font-weight: bold;
}
#mainNav a:link, #mainNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#mainNav a:hover, #mainNav a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#mainNav .last {
	background: none;
}
/*--------------------*/

#content {
	position: relative;
	width: 760px;
	margin: 10px 0 0 0;
	padding: 6px 0 0 0;
}
.content_tl {
	background: #FFFFFF url('images/content_tl.gif') top left no-repeat;
}
.content_tr {
	background: url('images/content_tr.gif') top right no-repeat;
}

/*--------------------*/
#contentPrimary {
	float: left;
	width: 540px;
	padding: 10px 15px;
}
#contentPrimary h1 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #ED1B2E;
}
#contentPrimary h2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #17479E;
}
#contentPrimary p {
	margin: 10px 0;
	padding: 0;
	line-height: 16px;
	color: #231F20;
}
#contentPrimary li {
	padding: 5px;
}
#contentPrimary ul, #contentPrimary ol {
	color: #ED1B2E;
	font-weight: bold;
}
#contentPrimary a:link, #contentPrimary a:visited {
	color: #17479E;
	text-decoration: underline;
}
#contentPrimary a:hover, #contentPrimary a:active {
	color: #ED1B2E;
	text-decoration: underline;
}

/*--------------------*/
#contentSecondary {
	float: right;
	width: 170px;
	margin: 10px 10px 5px 5px;
}
#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;
}

.contenterror {
	color: #990000;
}
.sideTop {
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
	width: 170px;
	background: url('images/side_top.gif') top left no-repeat;
}
.sideBtm {
	margin:0;
	padding: 0 0 5px 0;
	background: url('images/side_btm.gif') bottom left no-repeat;
}
.roundBorder {
	padding: 5px 0;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.growFont {
	font-size: 22px;
	line-height: 25px;
}

#contact {
	padding: 2px 0 0 0;
	background: url('images/contact_bg.gif') top left no-repeat;
}

/*--------------------*/
#footer {
	position: relative;
	margin: 10px auto;
	padding: 28px 0 0 20px;
	width: 740px;
	height: 70px;
	color: #231f20;
	font-weight: bold;
	background: url('images/footer_bg.gif') top left repeat-x;
}
#powered {
	position: absolute;
	top: 5px;
	right: 10px;
}
/* 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 */ 


