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