@charset "utf-8";
/* CSS Document */

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	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:#333333	
}

.content_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333	
}

/* Link Classes */

a.caldendar:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333
}
a.caldendar:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333
}
a.caldendar:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333
}
a.caldendar:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333
}

/* Div ID'S */

#formwrapper {
	width:400px
	
}

#form_content {
	width:500px; 
	
}

#form_content_left {
	width:200px; 
	float:left
}

#form_content_right {
	width:300px; 
	float:right
}

#form_content_top {
	width:500px; 
	height:480px;
}

#form_content_top_left {
	width:200px; 
	height:480px; 
	float:left
}
#form_content_top_right {
	width:300px; 
	height:480px; 
	float:right
}

#form_content_middle {
	width:500px; 
	height:390px;
}

#form_content_middle_left {
	width:200px; 
	height:330px; 
	float:left
}

#form_content_middle_right {
	width:300px; 
	height:330px; 
	float:right
}

#form_content_bottom {
	width:500px; 
	height:150px
}

#form_content_bottom_left {
	width:200px; 
	height:150px; 
	float:left
}
#form_content_bottom_right {
	width:300px; 
	height:150px; 
	float:right
}
#form_employ {
	width:500px; 
	
}
#form_parts {
	width:500px; 
	
}
#form_service {
	width:500px; 
	
}
#form_quote {
	width:500px; 
	
}
#form_float_left {
	width:150px; 
	float:left
}
#form_float_right {
	width:220px; 
	float:left
}