body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #837165;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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;
}

.thrColFixHdr  #container ul#navMain {
	width: 1030px;
	position: relative;
	height: 85px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #cdc4ae;
}
.thrColFixHdr #container h2 {
	font-family: Arial, Helvetica, sans-serif;
	background: #CA977B;
	margin-top: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
.thrColFixHdr #container p {
	padding-left: 20px;
	padding-right: 20px;
}
#navMain  a {
	overflow: hidden;
	width: 150px;
	height: 76px;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
}
#mainContent table tr td #table4 tbody tr td ul li {
	padding-right: 2em;
}


#navMain #home   {
	position: absolute;
	top: 10px;
	left: 50px;
	width: 150px;
	height: 75px;
	background: url(images/nav1.png) no-repeat;
}
.thrColFixHdr #container #mainContent a {
	color: #600;
}
#navMain #questions {
	position: absolute;
	top: 10px;
	left: 190px;
	width: 150px;
	height: 75px;
	background: url(images/nav2.png);
}
#navMain #links {
	position: absolute;
	top: 10px;
	left: 340px;
	width: 175px;
	height: 75px;
	background: url(images/nav3.png) no-repeat;
}
#navMain #aboutUs {
	position: absolute;
	top: 10px;
	left: 500px;
	width: 150px;
	height: 75px;
	background: url(images/nav4.png) no-repeat;
}
#navMain #estimates {
	position: absolute;
	top: 10px;
	left: 660px;
	width: 225px;
	height: 75px;
	background: url(images/nav5.png) no-repeat;
}

.thrColFixHdr #container {
	width: 1030px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background: #cdc4ae;
	visibility: visible;
} 
.thrColFixHdr #container #mainContent #table4 {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background: url(images/HPIM0714-copyW.jpg) no-repeat 600px;
}
#frmContact #button2 {
	padding-left: 10px;
	margin-left: 10px;
}
.thrColFixHdr #header {
	padding: 0;
	margin: 0;
	background-color: #cdc4ae;
} 
.thrColFixHdr #container #mainContent {
	width: 1030px;
}
.thrColFixHdr  #header  h1  {
	display: block;
	height: 283px;
	padding: 0px;
	margin: 0px;
	background: url(images/bannerOut.jpg) no-repeat;
	text-indent: -9999px;
}
#navMain #estimates a {
	overflow: hidden;
	width: 225px;
	height: 76px;
	display: block;
	text-decoration: none;
}

#navMain #home a:hover {
	background: url(images/nav1Over.png) no-repeat;
}

#navMain #questions a:hover {
	background: url(images/nav2Over.png) no-repeat;
}

#navMain #links a:hover {
	background: url(images/nav3Over.png) no-repeat;
}

#navMain #aboutUs a:hover {
	background: url(images/nav4Over.png) no-repeat;
}

#navMain #estimates a:hover {
	background: url(images/nav5Over.png) no-repeat;
}
/*the following gets rid of the dotted lines around links*/
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

#navMain #questions a.current, #navMain #questions a.current:hover, #navMain #questions a.current:active {
	background: url(images/nav2Over.png) no-repeat;
	cursor: default;
	}
	
.thrColFixHdr #footer {
	background:#A2B7B0;
	border-top: 1px solid #333333;
	padding: 0 10px 0 20px;
} 

.thrColFixHdr #footer p {
	font-size: 0.7em;
	padding: 10px 0;
	margin: 0;
}

legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #602E0C;
	line-height: 1.4;
	background: #D8D5C5;
	padding: 0.2em .5em;
	margin-left: 1em;
}
#footer a {
	list-style-type: none;
	text-decoration: none;
	color: #000000;
}
.leftSpacer {
	margin-left: 1em;
}
