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

/*--------------------*/
#headerContainer {
    position: relative;
    width: 100%;
	background: #FFFFFF url('images/bg.gif') bottom left repeat-x;
}
#contentContainer {
    position: relative;
	width: 100%;
}
#footerContainer {
    position: relative;
	background: url('images/footer_bg.gif') top left repeat-x;
    width: 100%;
}

/*--------------------*/
#header {
	position: relative;
	margin: 0 auto;
	top: 0;
	width: 760px;
	min-height: 130px;
	padding: 0 0 10px 0;
}

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

#headerInfo {
	position: absolute;
	top: 1px;
	right: 160px;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	color: #FFFFFF;
}
#headerLogo {
	position: absolute;
	top: 20px;
	right: 31px;
}

#dealersLicense {
	position: absolute;
	z-index: 1;
	top: 85px;
	right: 10px;
	width: 140px;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #003963;
}
#headerFadLogo {
	position: absolute;
	top: 0px;
	right: 31px;
}
#dealersLicenseFad {
	position: absolute;
	z-index: 1;
	top: 110px;
	right: 31px;
	width: 146px;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #003963;
}

.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: 15px 0 00;
	width: 760px;
}
#mainNav ul {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
#mainNav li {
	display: inline;
	list-style-type: none;
	color: #AAAAAA;
}
#mainNav a {
	padding: 10px;	
	font-size: 14px;
	font-weight: bold;
}
#mainNav a:link, #mainNav a:visited {
	color: #003963;
	text-decoration: none;
}
#mainNav a:hover, #mainNav a:active {
	color: #003963;
	text-decoration: underline;
}

/*--------------------*/

#content {
	position: relative;
	width: 760px;
	margin: 0 auto;
	padding: 6px 0 0 0;
	background: #FFFFFF;
}

/*--------------------*/
#contentPrimary {
	float: left;
	width: 570px;
	background: url('images/content_top.gif') top left no-repeat;
}
#contentPrimary_1 {
	padding: 5px 0;
	width: 570px;
	background: url('images/content_btm.gif') bottom left no-repeat;
}
#contentPrimary_2 {
	padding: 10px 15px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

#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: 0;
}
#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 2px 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;
}
.roundBorder a {
	margin: 0 !important;
	padding: 0 !important;
}
.sideAddress {
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	width: 170px;
	background: url('images/side_top.gif') top left no-repeat;
}
.sideAddressBtm {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	background: url('images/side_btm.gif') bottom left no-repeat;
}
.roundBorderAddress {
	padding: 5px;
	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;
	width: 760px;
	height: 53px;
	color: #231F20;
	font-weight: bold;
}
.pushtext {
	position: absolute;
	top: 25px;
	left: 10px;
}
#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 */ 


