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


/*--------------------*/
#headerContainer {
	position: relative;
	width: 100%;
	background: #2E69D4 url('images/bg.gif') bottom left repeat-x;
}
#mainNavContainer {
	position: relative;
	width: 100%;
}
#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: 93px;
	padding: 0 0 10px 0;
}

#headerCompanyLogo {
	position: relative;
	padding: 6px 0 0 10px;
	font-weight: bold;
	color: #231F20;
}
#headerInfo {
	position: absolute;
	top: 20px;
	right: 170px;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	color: #FFFFFF;
}
#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: #FFFFFF;
}
#headerFadLogo {
	position: absolute;
	top: 10px;
	right: 45px;
}
#dealersLicenseFad {
	position: absolute;
	top: 97px;
	right: 20px;
	width: 140px;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}
.growFont {
	font-size: 22px;
}
.darkGrey {
	font-weight: bold;
	font-size: 22px;
	color: #231F20;
}
.bleu {
	font-weight: bold;
	font-size: 22px;
	color: #17479E;
	margin-left: 70px;
}

#mainNav {
	position: relative;
	margin: 0 auto;
	width: 760px;
}
#mainNav ul {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
#mainNav li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-right: 2px solid #D5D5D5;
}
#mainNav a {
	padding: 0 10px;	
	font-weight: bold;
	font-size: 14px;
}
#mainNav a:link, #mainNav a:visited {
	color: #003963;
	text-decoration: none;
}
#mainNav a:hover, #mainNav a:active {
	color: #003963;
	text-decoration: underline;
}
#mainNav .last {
	border-right: none;
}

/*--------------------*/
#contentTop {
	position: relative;
	width: 760px;
	margin: 0 auto;
	background: #FFFFFF url('images/contentTop.gif') top left no-repeat;
}
#content {
	position: relative;
	border-left: 2px solid #DDDDDD;
	border-right: 2px solid #DDDDDD;
}
#contentBtm {
	position: relative;
	margin; 0 0 10px 0;
	padding: 6px 0;
	width: 760px;
	background: url('images/contentBtm.gif') bottom left no-repeat;
}


/*--------------------*/
#contentPrimary {
	float: left;
	width: 540px;
	padding: 10px;
}
#contentPrimary h1 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #17479E;
}
#contentPrimary h2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color:#DF3529 ;
}
#contentPrimary p {
	margin: 10px 0;
	padding: 0;
	line-height: 16px;
	color: #231F20;
}
#contentPrimary li {
	padding: 5px;
}
#contentPrimary ul, #contentPrimary ol {
	color: #17479E;
	font-weight: bold;
}
#contentPrimary a:link, #contentPrimary a:visited {
	color: #DF3529;
	text-decoration: underline;
}
#contentPrimary a:hover, #contentPrimary a:active {
	color: #17479E;
	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;
}
#contact {
    padding: 2px 0 0 0;
	background: url('images/contact_bg.jpg') top left no-repeat;
}

/*--------------------*/
#footer {
	position: relative;
	margin: 15px auto 0;
	padding: 20px 0 0 10px;
	width: 760px;
	height: 53px;
	color: #FFFFFF;
	font-weight: bold;
}
#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 */ 


