@charset "utf-8";
/* CSS Document */

h1.form {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333333;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px	
}

/* Font Classes */
.formsection_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
}

.content_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0f2e4d;	
}

.content_text2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;	
}

/* 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:960px
}

#form_content {
	width:960px; 
	height:550px
}

#form_content_left {
	width:200px; 
	float:left
}

#form_content_right {
	width:760px; 
	float:right
}

#form_content_top {
	width:960px; 
	height:480px;
}

#form_content_top_left {
	width:200px; 
	height:480px; 
	float:left
}
#form_content_top_right {
	width:760px; 
	height:480px; 
	float:right
}

#form_content_middle {
	width:960px; 
	height:390px;
}

#form_content_middle_left {
	width:200px; 
	height:330px; 
	float:left
}

#form_content_middle_right {
	width:760px; 
	height:330px; 
	float:right
}

#form_content_bottom {
	width:960px; 
	height:150px
}

#form_content_bottom_left {
	width:200px; 
	height:150px; 
	float:left
}
#form_content_bottom_right {
	width:760px; 
	height:150px; 
	float:right
}
#form_employ {
	width:960px; 
	height:500px
}
#form_parts {
	width:450px; 
	height:500px;
	background-image:url(/images/form_bgs_mustang.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#form_service {
	width:960px; 
	height:500px;
	background-image:url(/images/form_bgs_fiesta.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#form_quote {
	width:960px; 
	height:500px;
	background-image:url(/images/form_bgs_flex.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#form_ff_contact {
	width:960px; 
	height:350px;
	background-image:url(/images/form_bgs_taurus.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#form_float_left {
	width:200px; 
	float:left
}
#form_float_right {
	width:760px; 
	float:right
}
#form_float_right_parts {
	width:250px; 
	float:left;
}
