* 
{
	padding:0;
	margin:0;
}

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;	
	background-color:#45241c;
	color:#ffffff;
}

h1
{
	font-size:30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	padding-bottom:8px;
}

h2
{
	font-size:24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	padding-bottom:15px;
	line-height:18px;
}

h3
{
	font-size:18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	
}

.heading
{
	font-size:30px;
}

.blue
{
	color:#9fc0ef;
}

.green
{
	color:#d4ea72;
}

ul
{
	margin-left:20px;
	margin-bottom:10px;
}

blockquote
{
	margin-left:20px;
	margin-right:20px;
}

.blueBkgrd
{
	width:auto;
	height:auto;
	padding:5px;
	background-image: url(../images/blueBkgrd.gif);
	background-repeat: repeat;
}

.brownBkgrd
{
	width:100%;
	height:auto;
	padding:15px;
	background-image: url(../images/brownBkgrd.gif);
	background-repeat: repeat;	
}

.field
{
	width:60%;
}

.comment
{
	width:100%;
	height:150px;
}

#main
{
	margin:0px;
	width:100%;
	height:auto;
}

#container
{
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#headerContainer
{	
	width:100%;
	height:229px;
	background-image: url(../images/headerBkgrdLeft.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#headerRightBkgrd
{    
	height:229px;
	background-image: url(../images/headerBkgrdRight.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin-left:50%;	
}

#headerImage
{
	position: absolute;
	left:50%;
	margin-left:-652px;
	width: 1305px;
	height:229px;
	background-image: url(../images/headerImage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#headerContentContainer
{
	width:986px;
	height:229px;
	margin-left:auto;
	margin-right:auto;
}

#logoArea
{
	width:265px;
	height:84px;
	padding-top:33px;
	padding-left:5px;
}

#contactArea
{
	width:138px;
	height:46px;
	float:right;
	text-align: right;
	padding-top:14px;
	padding-right:12px;
}

#navContainer
{
    position:relative;
    top: 1px;
	width:986px;
	height:46px;
	margin-left:auto;
	margin-right:auto;
}

#navContainer ul,
#navContainer li 
{
    margin: 0px;
    padding:0px;
    list-style:none;
    list-style-position:outside;
    position:relative;
    float:left;
}

#navContainer ul ul li
{
    float:none;
}

#navContainer ul ul li a
{
    display:block;
    text-decoration: none;
    font-weight:bold;
    padding: 8px 10px 8px 10px;
    white-space:nowrap;
}
#navContainer ul ul li a:hover
{
    color: #ddf96e;
}
 
#navContainer ul li a 
{
    text-indent: -9999px;
}
#navContainer ul ul li a 
{
    text-indent: 0px;
}

#navContainer ul ul 
{
    display:none; 
    background: #180603;
    position:absolute;
    min-width: 100%;
}
/*ie6 hack :P */
* html  #navContainer ul ul { width: 100%; } 

#navContainer ul ul li 
{
    color: #180603;
}


/*#navContainer li:hover ul {display:block;}*/


#home {display:block;width:59px; height:46px; background: url(../images/nav/home.png) no-repeat; }
#about {display:block; width:95px; height:46px; background: url(../images/nav/about.png) no-repeat; }
#green {display:block;width:97px; height:46px; background: url(../images/nav/green.png) no-repeat; }
#trench{display:block;width:127px; height:46px; background: url(../images/nav/trench.png) no-repeat; }
#specials {display:block; width:207px; height:46px; background: url(../images/nav/specials.png) no-repeat; }
#photos{display:block;width:145px; height:46px; background: url(../images/nav/photos.png) no-repeat; }

#home.hover {background-position: right; }
#about.hover {background-position: right; }
#green.hover {background-position: right; }
#trench.hover {background-position: right; }
#specials.hover {background-position: right; }
#photos.hover {background-position: right; }

#middleContentContainer
{
	width:100%;
	height:auto;
	background-image: url(../images/contentBkgrd.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#middleContentBkgrd
{
	width:auto;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/middleBkgrd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#middleContent
{
	width:986px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	padding-bottom:30px;
}

#leftColumn
{
	width:184px;
	height:auto;
	margin-right:22px;
	float:left;
}

#leftColumn p
{
	margin-bottom:10px;
}

.small
{
	font-size:12px;
}

.big
{
	font-size:16px;
}

#blueBkgrd
{
	width:auto;
	height:auto;
	padding-top:8px;
	padding-left:8px;
	padding-bottom:5px;
	background-image: url(../images/blueBkgrd.gif);
	background-repeat: repeat;
}

#lightBrownBkgrd
{
	width:auto;
	height:auto;
	padding-top:8px;
	padding-left:8px;
	margin-bottom:5px;
	background-image: url(../images/lightBrownBkgrd.gif);
	background-repeat: repeat;
	border: 2px solid #000000;
}

.noUnderline a
{
	text-decoration:none;
}


#leftNav
{
	width:auto;
	height:auto;
	background: #0e0302;
	margin-bottom:25px;	
}

/*left nav menu system */

#leftNav ul 
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: transparent;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
}

#leftNav ul li 
{
	border-bottom: 2px solid #241a19;
	margin: 0;
	padding: 0;	
	overflow: hidden;
	background: transparent;
}

#leftNav ul li li
{
	border-bottom: 0px;
	overflow: visible;
	background: transparent;
}

#leftNav ul a
{	color: #fff;
	padding: 7px 0px 7px 17px;
	display: block;	
	text-align: left;
	width: auto;	

}

/*

#leftNav ul li a:hover, 
#leftNav ul li a:visited:hover, 
#leftNav ul li a.selected
{
	background-color: #57413c;			
}

*/

#leftNav ul a:hover, 
#leftNav ul a.selected
{
	/*background: #57413c;*/
}

#leftNav ul a.selected 
{
	background: #57413c;
}

#leftNav ul a.subsubcategory 
{
	padding-left: 37px;
}

#leftNav ul a.subsubsubcategory 
{
	padding-left: 47px;
}

a.subcategory:link, a.subcategory:visited
{
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	background: transparent;
}

a.subcategory:active
{
	color: #d4ea72;
	font-size: 14px;
	text-decoration: none;
	background: transparent;
}

a.subcategory:hover
{
	background: #57413c;		
}

a.subsubcategory:link, a.subsubcategory:visited
{
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	background: transparent;
}

a.subsubcategory:active
{
	color: #d4ea72;
	font-size: 14px;
	text-decoration: none;
	background: transparent;
}

a.subsubcategory:hover
{
	background: #57413c;
}

#homeMiddleColumn
{
	width:780px;
	height:auto;
	float:left;
}

#irrigation
{
	width:252px;
	height:232px;
	float:left;
	margin-right:10px;
	background-image: url(../images/homeTextBkgrd.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#irrigation p
{
	line-height:18px;
}

#irrigation a
{
	display:block;
	width: 100%;
  	height: 100%;
	text-decoration: none;
  	cursor: pointer; 
	background-image: url(../images/homeTextBkgrd.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#irrigation a:hover
{
	text-decoration: none;
	background-image: url(../images/homeTextBkgrd-on.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#lighting
{
	width:252px;
	height:232px;
	float:left;
	margin-right:10px;
	background-image: url(../images/homeTextBkgrd.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#lighting p
{
	line-height:18px;
}

#lighting a
{
	display:block;
	width: 100%;
  	height: 100%;
	text-decoration: none;
  	cursor: pointer; 
	background-image: url(../images/homeTextBkgrd.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#lighting a:hover
{
	text-decoration: none;
	background-image: url(../images/homeTextBkgrd-on.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#drainage
{
	width:252px;
	height:232px;
	float:left;
	background-image: url(../images/homeTextBkgrd.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#drainage p
{
	line-height:18px;
}

#drainage a
{
	display:block;
	width: 100%;
  	height: 100%;
	text-decoration: none;
  	cursor: pointer; 
	background-image: url(../images/homeTextBkgrd.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#drainage a:hover
{
	text-decoration: none;
	background-image: url(../images/homeTextBkgrd-on.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#service
{
	width:252px;
	height:232px;
	float:left;
	margin-right:10px;
	background-image: url(../images/homeTextBkgrd.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#service p
{
	line-height:18px;
}

#service a
{
	display:block;
	width: 100%;
  	height: 100%;
	text-decoration: none;
  	cursor: pointer; 
	background-image: url(../images/homeTextBkgrd.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#service a:hover
{
	text-decoration: none;
	background-image: url(../images/homeTextBkgrd-on.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#upgrades
{
	width:252px;
	height:232px;
	float:left;
	margin-right:10px;
	background-image: url(../images/homeTextBkgrd.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#upgrades p
{
	line-height:18px;
}

#upgrades a
{
	display:block;
	width: 100%;
  	height: 100%;
	text-decoration: none;
  	cursor: pointer; 
	background-image: url(../images/homeTextBkgrd.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#upgrades a:hover
{
	text-decoration: none;
	background-image: url(../images/homeTextBkgrd-on.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#water
{
	width:252px;
	height:232px;
	float:left;
	background-image: url(../images/homeTextBkgrd.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#water p
{
	line-height:18px;
}

#water a
{
	display:block;
	width: 100%;
  	height: 100%;
	text-decoration: none;
  	cursor: pointer; 
	background-image: url(../images/homeTextBkgrd.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#water a:hover
{
	text-decoration: none;
	background-image: url(../images/homeTextBkgrd-on.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#subMiddleColumn
{
	width:562px;
	height:auto;
	float:left;
	margin-right:22px;
}

#subMiddleColumn p
{
	margin-bottom:10px;
	line-height:18px;
}

#subMiddleColumn a
{
	color:#9fc0ef;
}

#subMiddleColumn img
{
	width:auto;
	height:auto;
	padding:1px;
	background-color:#FFFFFF;
	border: 2px solid #8dad35;
}

#subMiddleColumnFull
{
	width:780px;
	height:auto;
	float:left;
}

#subMiddleColumnFull p
{
	margin-bottom:10px;
	line-height:18px;
}

#subMiddleColumnFull a
{
	color:#9fc0ef;
}

#subMiddleColumnFull img
{
	width:auto;
	height:auto;
	padding:1px;
	background-color:#FFFFFF;
	border: 2px solid #8dad35;
}

#rightColumn
{
	width:196px;
	height:auto;
	float:right;
}

#rightColumn p
{
	margin-bottom:10px;
	line-height:18px;
}

#brownBkgrd
{
	width:auto;
	height:auto;
	padding-top:10px;
	padding-left:8px;
	padding-bottom:2px;
	background-image: url(../images/brownBkgrd.gif);
	background-repeat: repeat;
}

#footerContainer
{
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-color:#010114;
}

#footer
{
	width:986px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	padding-bottom:40px;
	color:#ffffff;
	font-size:11px;
	text-align: center;
	line-height: 18px;
}

#footer a
{
	color:#ffffff;
	text-decoration:none;
}

#footer a:hover
{
	color:#ffffff;
	text-decoration:underline;
}

A
{
	color:#ffffff;
	text-decoration:underline;
}

A:HOVER
{
	color:#ffffff;
	text-decoration:none;
}

.clear
{
	clear:both;
}

/* highlighted navigation per page*/
.photo_page #photos { background-position: right;}
.trench_page #trench { background-position: right;}
.specials_page #specials { background-position: right;}
.home_page #home { background-position: right;}
.green_page #green { background-position: right;}
.about_page #about { background-position: right;}
.drainage_page #drainage_link { background: #57413c;}
.irrigation_page #irrigation_link { background: #57413c;}
.lighting_page #lighting_link { background: #57413c;}
.upgrades_page #upgrades_link { background: #57413c;}
.upgrades_irrigation_page #upgrades_irrigation_link { background: #57413c;}
.upgrades_lighting_page #upgrades_lighting_link { background: #57413c;}
.water_page #water_link { background: #57413c;}
.service_page #service_link { background: #57413c;}

/* not currently used */
#contact_page{}

#sitemap_page

