
body {
	background: #FFFFCC url(/css-img/frontPage.jpg) no-repeat 100px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	min-width : 950px;
	margin-left:auto;
	margin-right:auto;
	
}

html {
margin : 0;
padding : 0;
}

h3 a{
	text-decoration:none;
	color:#0000FF;
	}
	
h3 a:hover {
	text-decoration:none;
	color:#0000FF;
	}

/*********** Excavation Styles**************/

.excavationmenu {
	width: 180px; /*width of accordion menu*/
	position:absolute;
	top:140px;
	left: 405px;
}


.excavationmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Arial;
	color: white;
	background: #000 url(/css-img/titlebar.png) repeat-x center left;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	text-align:center;
	padding: 4px 0 4px 0px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}

.excavationmenu  .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(/css-img/titlebar-active.png);
	color:#000;
}

.excavationmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.excavationmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.excavationmenu ul li a{
	color: #A70303;
	background: #FFFFCC url(/css-img/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
}

.excavationmenu ul li a:visited{
	color: #A70303;
}

.excavationmenu ul li a:hover{ /*hover state CSS*/
	color: #A70303;
	background-color: #F3F3F3;
}


/*********** Gravel Styles**************/

.gravelmenu {
	width: 180px; /*width of accordion menu*/
	position:absolute;
	top:230px;
	left: 115px;
}

.gravelmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Arial;
	color: white;
	background: #000 url(/css-img/titlebar.png) repeat-x center left;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	text-align:center;
	padding: 4px 0 4px 0px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}

.gravelmenu  .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(/css-img/titlebar-active.png);
	color:#000;
}

.gravelmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.gravelmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.gravelmenu ul li a{
	color: #A70303;
	background: #FFFFCC url(/css-img/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
}

.gravelmenu ul li a:visited{
	color: #A70303;
}

.gravelmenu ul li a:hover{ /*hover state CSS*/
	color: #A70303;
	background-color: #F3F3F3;
}

/*********** Top Soil Styles**************/

.topsoilmenu {
	width: 180px; /*width of accordion menu*/
	position:absolute;
	top:230px;
	left: 705px;
}

.topsoilmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Arial;
	color: white;
	background: #000 url(/css-img/titlebar.png) repeat-x center left;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	text-align:center;
	padding: 4px 0 4px 0px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}

.topsoilmenu  .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(/css-img/titlebar-active.png);
	color:#000;
}

.topsoilmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.topsoilmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.topsoilmenu ul li a{
	color: #A70303;
	background: #FFFFCC url(/css-img/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
}

.topsoilmenu ul li a:visited{
	color: #A70303;
}

.topsoilmenu ul li a:hover{ /*hover state CSS*/
	color: #A70303;
	background-color: #F3F3F3;
}


/*********** Equipment Styles**************/

.equipmentmenu {
	width: 180px; /*width of accordion menu*/
	position:absolute;
	top:595px;
	left: 115px;
}

.equipmentmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Arial;
	color: white;
	background: #000 url(/css-img/titlebar.png) repeat-x center left;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	text-align:center;
	padding: 4px 0 4px 0px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}

.equipmentmenu  .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(/css-img/titlebar-active.png);
	color:#000;
}

.equipmentmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.equipmentmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.equipmentmenu ul li a{
	color: #A70303;
	background: url(/css-img/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
}

.equipmentmenu ul li a:visited{
	color: #A70303;
}

.equipmentmenu ul li a:hover{ /*hover state CSS*/
	color: #A70303;
	background-color: #F3F3F3;
}


/*********** Commercial Styles**************/

.commercialmenu {
	width: 145px; /*width of accordion menu*/
	position:absolute;
	top:675px;
	left: 345px;
}

.commercialmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Arial;
	color: white;
	background: #000 url(/css-img/titlebar.png) repeat-x center left;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	text-align:center;
	padding: 4px 0 4px 0px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}

.commercialmenu  .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(/css-img/titlebar-active.png);
	color:#000;
}

.commercialmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.commercialmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.commercialmenu ul li a{
	color: #A70303;
	background: #FFFFCC url(/css-img/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
}

.commercialmenu ul li a:visited{
	color: #A70303;
}

.commercialmenu ul li a:hover{ /*hover state CSS*/
	color: #A70303;
	background-color: #F3F3F3;
}

/*********** Residential Styles**************/

.residentialmenu {
	width: 145px; /*width of accordion menu*/
	position:absolute;
	top:675px;
	left: 505px;
}

.residentialmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Arial;
	color: white;
	background: #000 url(/css-img/titlebar.png) repeat-x center left;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	text-align:center;
	padding: 4px 0 4px 0px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}

.residentialmenu  .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(/css-img/titlebar-active.png);
	color:#000;
}

.residentialmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.residentialmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.residentialmenu ul li a{
	color: #A70303;
	background: #FFFFCC url(/css-img/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
}

.residentialmenu ul li a:visited{
	color: #A70303;
}

.residentialmenu ul li a:hover{ /*hover state CSS*/
	color: #A70303;
	background-color: #F3F3F3;
}


/*********** Prime Acerage Styles**************/

.primemenu {
	width: 220px; /*width of accordion menu*/
	position:absolute;
	top:525px;
	left: 385px;

}

.primemenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Arial;
	color: white;
	background: #000 url(/css-img/titlebar.png) repeat-x center left;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	text-align:center;
	padding: 4px 0 4px 0px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}

.primemenu  .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(/css-img/titlebar-active.png);
	color:#000;
}

.primemenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.primemenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.primemenu ul li a{
	color: #A70303;
	background: #FFFFCC url(/css-img/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
}

.primemenu ul li a:visited{
	color: #A70303;
}

.primemenu ul li a:hover{ /*hover state CSS*/
	color: #A70303;
	background-color: #F3F3F3;
}


/*********** Office Styles**************/

.officemenu {
	width: 220px; /*width of accordion menu*/
	position:absolute;
	top:595px;
	left: 675px;
}

.officemenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Arial;
	color: white;
	background: #000 url(/css-img/titlebar.png) repeat-x center left;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	text-align:center;
	padding: 4px 0 4px 0px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}

.officemenu  .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(/css-img/titlebar-active.png);
	color:#000;
}

.officemenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.officemenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.officemenu ul li a{
	color: #A70303;
	background: #FFFFCC url(/css-img/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
}

.officemenu ul li a:visited{
	color: #A70303;
}

.officemenu ul li a:hover{ /*hover state CSS*/
	color: #A70303;
	background-color: #F3F3F3;
}


/************************FOOTER****************************/


#footer {
	background: url(../css-img/noise-gold.gif) repeat;
	width:100%;
	height:125px;
	position:absolute;
	top:875px;
	left:0px;
	font-variant:small-caps;
	color:#666;
	}
	
#footer P {
	text-align: center;
	font-weight:700;
	font-size:120%;
	color:#FFFFCC;
	position:absolute;
	left: 355px;
	top:50px;
	}	
	

