@charset "utf-8";
/* CSS Document */

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#ffffff;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px	
}

/* Font Classes */
.formsection_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#ffffff;
	font-weight: bold;
	margin-bottom: 5px;
}

.content_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;	
}

/* Link Classes */

a.caldendar:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff
}
a.caldendar:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff
}
a.caldendar:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff
}
a.caldendar:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff
}

/* Div ID'S */

#formwrapper {
	width:925px
}

#form_content {
	width:925px; 
	/*height:550px*/
}

#form_content_left {
	width:200px; 
	float:left
}

#form_content_right {
	width:770px; 
	float:right
}

#form_content_top {
	width:970px; 
	/*height:480px;*/
}

#form_content_top_left {
	width:200px; 
	/*height:480px;*/
	float:left
}
#form_content_top_right {
	width:800px; 
	/*height:480px;*/
	float:right
}

#form_content_middle {
	width:970px; 
	/*height:390px;*/
}

#form_content_middle_left {
	width:200px; 
	/*height:330px;*/
	float:left
}

#form_content_middle_right {
	width:770px; 
	/*height:330px;*/
	float:right
}

#form_content_bottom {
	width:970px; 
	/*height:150px*/
}

#form_content_bottom_left {
	width:200px; 
	/*height:150px;*/
	float:left
}
#form_content_bottom_right {
	width:770px; 
	/*height:150px;*/
	float:right
}
#form_employ {
	width:970px; 
	/*height:500px*/
}
#form_parts {
	width:925px; 
	/*height:500px
	margin-top: 250px;*/
}
#form_service {
	width:925px; 
	/*height:500px
	margin-top: 225px;*/
}
#form_quote {
	width:925px; 
	/*height:500px
	margin-top: 225px;*/
}
#form_contact {
	width:925px; 
	/*height:500px
	margin-top: 225px;*/
}
#form_float_left {
	width:200px; 
	float:left
}
#form_float_right {
	width:770px; 
	float:right
}

/* Form Divs */

textarea.content_text {
	width: 158px;
	height: 92px;
	margin-top: 16px;
}

.tt_QQDiv {
	float: left;
	margin-left: 60px;
	display: inline; /* lol sup ie */
	line-height: 24px;
}

.tt_PartsDiv {
	float: left;
	margin-left: 60px;
	display: inline; /* lol sup ie */
	line-height: 24px;
}

.tt_ServiceDiv {
	float: left;
	margin-left: 60px;
	display: inline; /* lol sup ie */
	line-height: 24px;
}

.tt_ContactDiv {
	float: left;
	margin-left: 60px;
	display: inline; /* lol sup ie */
	line-height: 24px;
}

.tt_HALDiv {
	float: left;
	margin-left: 20px;
	display: inline; /* lol sup ie */
	line-height: 24px;
}

/* RWF BG Images */

#rwf_PageContent.rwf_FormPC {
	padding: 0px 7px 0px 7px;
	width: 941px;
}

#rwf_FormBGsQQ {
	height: 300px;
	background-image: url(/images/form_bgs_quick_quote.jpg);
	background-repeat: no-repeat;
}

#rwf_FormBGsService {
	height: 300px;
	background-image: url(/images/form_bgs_service.jpg);
	background-repeat: no-repeat;
}

#rwf_FormBGsParts {
	height: 300px;
	background-image: url(/images/form_bgs_parts.jpg);
	background-repeat: no-repeat;
}

#rwf_FormBGsContact {
	height: 300px;
	background-image: url(/images/form_bgs_contact.jpg);
	background-repeat: no-repeat;
}

#rwf_FormBGsFinance {
	height: 300px;
	background-image: url(/images/form_bgs_finance.jpg);
	background-repeat: no-repeat;
}

#rwf_FormBGsThankYou {
	height: 300px;
	background-image: url(/images/form_bgs_thank_you.jpg);
	background-repeat: no-repeat;
}

#rwf_FormBGsHAL {
	height: 300px;
	background-image: url(/images/form_bgs_hours.jpg);
	background-repeat: no-repeat;
}

#rwf_FormBGsComingSoon {
	height: 300px;
	background-image: url(/images/form_bgs_coming_soon.jpg);
	background-repeat: no-repeat;
}

#rwf_FormBGsService .btn-autotrader {
	
	display:block;
	position:absolute; 
	top:10px; 
	right:10px
}
