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


#estimating_heading {
	float: left;
	margin-left: 390px;
	width: 160px;
	height: 29px;
}
h1.estimating_text {
  background: url(images/estimating_title.jpg) no-repeat;
  height: 29px;
  width: 160px;
  text-indent:-9999px;
  margin-top: 6px;
}
h2.general {
	text-align: left;
	margin-top: 24px;
	font-size: 18px;
	color:#365861;
	font-weight: normal;
}
#content {
	width: 960px;
	float: left;
	margin-top: 12px;
}
#left {
	width: 10px;
	height: 187px;
	float: left;
	background: url(images/estimating_left.png) no-repeat;
}
#centre {
	width: 940px;
	height: 187px;
	float: left;
	background: url(images/estimating_background.png) repeat-x;
}
#right {
	width: 10px;
	height: 187px;
	float: left;
	background: url(images/estimating_right.png) no-repeat;
}
#estimating_text {
	width: 900px;
	float: left;
	height: 130px;
	z-index: 9999;
}
#oak_truss_pic {
	width: 210px;
	height: 130px;
	float: right;
	background: url(images/oak_frame_gradient.png) no-repeat;
	margin-top: -115px;
	
}
#form_box {
	width: 960px;
	float: left;
	margin-top: 12px;
	height: 1002px;
	margin-bottom: 12px;
}
#left_panel {
	float: left;
	width: 10px;
	height: 1002px;
	background: url(images/estimate_lower_left.png) no-repeat;
}
#right_panel {
	float: left;
	width: 10px;
	height: 1002px;
	background: url(images/estimate_lower_right.png) no-repeat;
}
#centre_panel {
	float: left;
	width: 940px;
	height: 1002px;
	background: url(images/estimate_lower_background.png) repeat-x;
}
/*________________________________________________________________Start of Form section*/
#form{
	margin-top: 50px;
}
.heading {
width: 940px;
heigth: 12px;
background: #A1E0E4;
margin-bottom: 10px;
color: #365861;
text-indent: 12px;
}
.form_notes {
font-size: 0.8em;
margin-left: 8px;
color:#438994;
font-style: italic;
}
label {
width: 240px;
float: left;
text-align: right;
color: #3B7882;
margin: 0 10px 10px 0;
clear: both;
}
.input-box {
width: 200px;
height: 20px;
margin-bottom: 10px;
border: #3B7882 solid 1px;
}
.select_box {
width: 200px;
height: 20px;
margin-bottom: 10px;
border: #3B7882 solid 1px;
}

.multi_line_box {
width: 350px;
height: 76px;
margin-bottom: 10px;
border: #3B7882 solid 1px;
}
.submit-button {
margin-left: 330px;
margin-top: 3px;
clear: both;
background: url(images/estimate_button.png);
text-indent: -9999px;
width: 204px;
height: 31px;
} 
.submit-button:hover {
margin-left: 330px;
margin-top: 3px;
clear: both;
background: url(images/estimate_button_roll.png);
text-indent: -9999px;
width: 204px;
height: 31px;
cursor: hand;
} 
