/*Tabula Rasa*/
* { 
	margin:0;
	padding:0;
	}
	
a, a:visited {
	color:#528B3C;
	}
a:hover {
	text-decoration:none;
	}

p {
	text-indent:1em;
	}

input {
	border:#528B3C 1px solid;
	background-color:#e8e8e8;
	}
textarea {
	border:#528B3C 1px solid;
	background-color:#e8e8e8;
	}
select {
	border:#528B3C 1px solid;
	background-color:#e8e8e8;
	}
#ContactTable td {
	padding:2px;
	}

body {
	background:#fff url(images/background_image.jpg) 50% 0 no-repeat  ;
	}
	
#container {
	position:relative;
	width:702px;
	margin:0 auto;
	}
	
#header {
	background: url(images/headerBG.jpg) no-repeat;
	width:702px;
	height:205px;
	position:relative;
	z-index:100;
	}
	
#navcontainer {
	position:absolute;
	left:43px;
	top:169px;
	}

	
#homebody {
	background:url(images/homebodyBG.jpg) no-repeat;
	position:relative;
	width:702px;
	height:422px;
	z-index:1;
	}
	
#innerbody {
	background:url(images/innerbodyBG.jpg) no-repeat;
	position:relative;
	width:702px;
	padding-left:0px;
	}
	
#innercontent {
	position:relative;
	width:630px;
	margin:0 auto;
	padding-left:5px;
	padding-right:5px;
	}

.ElevationImage a:link img {
	border:#528B3C 2px solid;
	}
.ElevationImage a:hover img {
	border:#999 2px solid;
	}
	
#badge {
	position:absolute;
	left:571px;
	top:29px;
	}
	
#badge a{
	background:url(images/couponbadge.jpg) no-repeat top left;
	width:131px;
	height:128px;
	display:block;
	}
	
#badge a:hover {
	background-position: bottom left;
	}
	
#badge span {
	display:none;
	}

#footer  {
	position:relative;
	background:url(images/footer.jpg) no-repeat;
	width:702px;
	height:39px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	padding-top:12px;
	}
	
#textblock1 {
	position:absolute;
	width:226px;
	font-size:14px;
	left:45px;
	top:143px;
	color:#333333
	}
	
#textblock1 img {
	float:left;
	padding: 5px 7px 0 0
	}
	
#textblock1 h3 {
	font-size:18px;
	font-style:italic;
	}
	
#textblock2 {
	position: absolute;
	left:480px;
	top:153px;
	}
	
#textblock2 a, #textblock2 a:visited {
 	font-size:24px;
	text-decoration:none;
	color:#333333;
	}
	
#textblock2 a:hover {
	color:#6AAF54;
	}
	
#textblock3 {
	position: absolute;
	left:460px;
	top:273px;
	}
	
#textblock3 a, #textblock3 a:visited {
 	font-size:21px;
	line-height:1.3em;
	letter-spacing:.1px;
	text-decoration:none;
	color: #333333;
	}
	
.listindent {
	margin-left:35px;
	}
	
.listindent li {
	padding-bottom:5px;;
	}
	
#plants div{
	float:left; 
	padding:15px 0px; 
	text-align:center; 
	width:120px;
	color:#000000;
}

#plants div a, #plants div a:visited{
	text-decoration:none;
	color:#000000;
}

#plants div a:hover{
	text-decoration:underline;
	color:#000000;
}

#fert p {
	text-indent:0px;
	margin:15px;
}
#design p {	
	margin:15px;
}

#design_mag p {	
	margin:15px;
	border:1px #003300 solid; 
	padding:10px;
}
	

.paragraphtitle {
	margin-left:10px;
	font-weight:bold;
	}
	
#textblock3 a:hover {
	color:#6AAF54;
	}
	
#MainDetailTable {
	width:600px;
	margin:0 auto;
	}
	
.PlanImagesTable {
	width:280px;
	margin:0 auto;
	background-color:#CCC;
	border:#000 1px solid;
	}
	
.PlanImagesTable td {
	padding:3px;
	}
	
.PlanImagesTable td a:link img {
	border:#528B3C 2px solid;
	}
	
.PlanImagesTable td a:hover img {
	border:#999 2px solid;
	}
	

#InformationBlock {
	width:280px;
	margin:0 auto;
	background-color:#CCC;
	border:#000 1px solid;
	}
	
#InformationBlock td {
	border-bottom:#000 1px dashed;
	padding:2px;
	}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display:block;
}
	
#BC_footer {
	text-align:center;
	}

#BC_footer a, #BC_footer a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: gray;
	text-decoration: none;
}

#BC_footer a:hover {
	color: Maroon;
}
.MulchInstallation:link, .MulchInstallation:visited {
	background-image:url(../images/mulch_color.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	text-align:center;
	text-decoration:none;
	
	float:left;
	margin:7px;
	height:220px;
	width:85px;
	}
.MulchInstallation:hover {
	background-image:url(../images/mulch_dark.jpg);
	text-decoration:underline;
	}
.BedEdging:link, .BedEdging:visited {
	background-image:url(../images/bededging_color.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	vertical-align:bottom;
	text-align:center;
	text-decoration:none;
	
	float:left;
	margin:7px;
	height:220px;
	width:85px;
	}
.BedEdging:hover {
	background-image:url(../images/bededging_dark.jpg);
	text-decoration:underline;
	}
.StoneScaping:link, .StoneScaping:visited {
	background-image:url(../images/stone_color.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	vertical-align:bottom;
	text-align:center;
	text-decoration:none;
	float:left;
	margin:7px;
	height:220px;
	width:85px;
	}
.StoneScaping:hover {
	background-image:url(../images/stone_dark.jpg);
	text-decoration:underline;
	}
.ShrubTrimming:link, .ShrubTrimming:visited {
	background-image:url(../images/shrub_color.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	vertical-align:bottom;
	text-align:center;
	text-decoration:none;
	float:left;
	margin:7px;
	height:220px;
	width:85px;
	}
.ShrubTrimming:hover {
	background-image:url(../images/shrub_dark.jpg);
	text-decoration:underline;
	}
.LeafCleanup:link, .LeafCleanup:visited {
	background-image:url(../images/leafcleanup_color.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	vertical-align:bottom;
	text-align:center;
	text-decoration:none;
	
	float:left;
	margin:7px;
	height:220px;
	width:85px;
	}
.LeafCleanup:hover {
	background-image:url(../images/leafcleanup_dark.jpg);
	text-decoration:underline;
	}
.RetainingWalls:link, .RetainingWalls:visited {
	background-image:url(../images/retainingwall_color.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	vertical-align:bottom;
	text-align:center;
	text-decoration:none;
	
	float:left;
	margin:7px;
	height:220px;
	width:85px;
	}
.RetainingWalls:hover {
	background-image:url(../images/retainingwall_dark.jpg);
	text-decoration:underline;
	}

	