* {
	margin:0;
	padding:0;
	list-style:none;
}

html, body {
	height: 100%;
}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color:#C5B198;
	background-color:#000;
}

.mainWrapper{
	width:1096px;
	height: 1280px;
	margin: 0 auto;
	background:url(../_img/mainBG.png) no-repeat center 0 #000;
	padding-bottom:18px;
}
.mainWrapperThanks{
	width:1096px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto; /* the bottom margin is the negative value of the footer's height */
	background:url(../_img/mainBG2.png) no-repeat center 0 #000;
}
.formWrapper{
	float:right;
	margin:555px 70px -675px 0;
}
.formWrapper input{
	margin:4px 0;	
}
.formWrapper p{
	margin-top:15px;
}
.thanksWrapper{
	margin:0 auto 0 auto;
	background:#000;
	border:5px solid #333;
	padding:20px;
	width:550px;
}
.thanksWrapper h1{
	color:#fff;
	text-align:center;
	text-indent:0;
	margin-bottom:10px;
}
.thanksWrapper h2{
	padding:8px 0;
}





/* ------------ LEFT COLUMN --------------- */


.leftCol{
	width:560px;
	margin:708px 10px 30px 115px;
	float:left;
	padding-left:5px;
}

.leftCol p{
	margin:0 0 15px 0;
	line-height:15px;
	letter-spacing:1px;
}

.leftCol p img{
	float:left;
	margin:10px 7px 0 -115px;
}

.faqLink a{
	padding:2px 16px;
	float:left;
	margin:160px 0 0 -488px;
	text-decoration:none;
}


/* ------------ RIGHT COLUMN --------------- */


.rightCol{
	margin:708px 60px 0 0;
	padding:60px 74px 0 34px;
	background:url(../_img/rightColBG.png) no-repeat 0 0;
	float:right;
}

*:first-child+html .rightCol{
	margin:708px 103px 0 0;
}

.rightCol .locations p{
	margin-bottom:20px;
}
.rightCol .links{
	margin:75px 0 20px 0;
}

.rightCol .links li{
	margin:6px 0;
}

.rightCol .links li a{
	text-decoration:none;
	border:none;
}

.rightCol .links li a img{
	margin:0 2px -3px 0;
}

.quote{
	font-size:12px;
	float:right;
	width:295px;
	padding:20px 5px 15px 0;
	margin:0px 85px 200px 0;
}

.quote p{
	margin-bottom:25px;
}

a{
	color:#C5B198;
}

a:focus{
	outline:none;
}
a img{
	border:none;
}

a:hover{
	color:#D24825;
}


/* --------------FAQS POPUP------------ */


.faqBG{
	background:url(../_img/faqPopupBG.png) no-repeat 0 0 #000;
	font-size:14px;
}

.faqPopup a{
	text-decoration:underline;
}

.faqPopup{
	width:375px;
	margin:120px 0 0 105px;
}

.faqPopup ul li{
	padding:0 0 40px 0;
}
.faqPopup ul li p{
	padding-bottom:5px;
}


/* ------------ FOOTER--------------- */


.footer{
	margin:0 auto -100px auto;
	width:1140px;
	background:url(../_img/footerBG.png) no-repeat 8px 0;
}
.footerLeft{
	font-size:9px;
	margin:-170px 0 0 45px;
	padding:65px;
	float:left;
}

*:first-child+html .footerLeft{
	margin:28px 0 0 45px;
}

.footerLeft p{
	text-align:center;
	line-height:12px;
	text-transform:uppercase;
}
.footer a.info{
	color:#743D0F;
	font-size:12px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	float:left;
	margin:-30px 0 0 450px;
}

*:first-child+html .footer a.info{
	margin:140px 0 0 61px;
}

.footerRight{
	float:right;
	width:300px;
	margin:-60px 100px 0 0;	
	font-size:9px;
	text-transform:uppercase;
}

*:first-child+html .footerRight{
	margin:102px 100px 0 0;	
}
 
.footerRight a{
	color:#490E0E;
	text-decoration:none;
	cursor:pointer;
}
.footerRight p{
	text-align:right;
}


/* EXTRAS */

h1{
	color:#000;
	text-indent:-9999px;
}
span.red{
	color:#9A0018;
}
.clear{
	clear:both;
}