@charset "utf-8";
body  {
	background: white;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-weight: bold;
	font-size:20px;
	margin:10px 0px 5px 0px;
	color:#4f4049;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font: bold 18px georgia,times new roman,times,serif;
	margin:8px 0px 4px 0px;
	color:#4f4049
}
h3 {
	font: bold 16px georgia,times new roman,times,serif;
	margin:6px 0px 3px 0px;
	color:#4f4049
}

table, img, object, embed {margin:0; border:0}

p {max-width:500px; margin:10px 0px 10px 0px}
ul {margin-top:10px;margin-bottom:10px}
li {margin-bottom:6px}
hr  {color:#785d50;background-color:#4f4049;height:2px;margin:2px}
img {border:0}
a:link,a:visited,a:active {color:#001100;text-decoration:underline; }
a:hover {color:#4f4049; text-decoration:underline; }

.estimate td {
	background-color:#d7d8e4;
	padding-left: 5px;
	padding-right: 5px;
}
input.estimate  {background-color:#d7d8e4}
input.subbutton {
	background-color:#efeff3;
	margin: 5px;
}

 #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
} 
 #header {
	background: white;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images/aux_header.jpg);
	background-repeat: no-repeat;
	height: 130px;
} 
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 93px 0 0 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: white;
	font-family: Arial, helvetica, sans-serif;
	font-size: 18px;
}



 #footer {
	background-image: url(../images/footerbar.jpg);
	background-repeat: no-repeat;
	width: 758px;
	height: 33px;
	text-align: right;
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 .leftedge {
	background-image: url(../images/left_side.jpg);
	background-repeat: repeat-y;
	width: 16px;
}
 #maintd {
	background-image: url(../images/content_back.jpg);
	background-repeat: no-repeat;
	width: 718px;
	background-color: #f7f7fa;
}
 .rightedge {
	background-image: url(../images/right_side.jpg);
	background-repeat: repeat-y;
	width: 16px;
}
 #content {
	padding: 10px 15px;
}
 #footer a {
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 10px;
}
#footerlinks {
	padding-right: 30px;
	font-size: 9px;
	padding-top: 6px;
}
#foottd {
	width: 718px;
	background-color: #F7F7FA;
	text-align: center;
}
#bottomline {
	background-image: url(../images/bottomline.jpg);
	background-repeat: no-repeat;
	height: 11px;
	width: 758px;
}
#footcontent {
	font-size: 9px;
	margin: 10px;
	color: #999999;
}
.prop {
	height: 350px;
	width: 1px;
}
#maintd {
	vertical-align: top;
}
div.estimate {
	border: 1px solid black;
	background-color: #d7d8e4;
	margin-bottom: 10px;
	float: left;
}
