/*Tabula Rasa*/
* { 
	margin:0;
	padding:0;
	}
	
a, a:visited { color:#528B3C; }

a:hover { text-decoration:none; }

a.external {
    background: url(/images/icon_external_link.gif) center right no-repeat;
    padding-right: 18px;
}
	
p { margin:5px 0 10px}

h2, h3, h4 {color:#4D8836;}

h3 { margin:0 0 10px 0;}
	
input {
	border:#528B3C 1px solid;
	background-color:#fff;
	padding:4px
	}
	
textarea {
	border:#528B3C 1px solid;
	background-color:#fff;
	}
	
select {
	border:#528B3C 1px solid;
	background-color:#fff;
	}
	
#ContactTable {}
	
#ContactTable td {
	padding:2px;
	}

body {
	background:#fff url(images/background_image2.jpg) 50% 0 no-repeat  ;
	font-size:14px
	}
	
#container {
	position:relative;
	width:702px;
	margin:0 auto;
	}
	
#header {
	background: url(images/headerBG2.jpg) no-repeat;
	width:702px;
	height:205px;
	position:relative;
	z-index:100;
	}
	
#homebody {
	background:url(images/innerbodyBG2.jpg) no-repeat;
	position:relative;
	width:702px;
	z-index:1;
	overflow:hidden;
	padding:0;
	}
	
#homecontent {
	position:relative;
	width:630px;
	margin:0 auto;
	padding:140px 0px 0px;
	}
	
#innerbody {
	background:url(images/innerbodyBG2.jpg) no-repeat;
	position:relative;
	width:702px;
	padding-left:0px;
	}
	
#innercontent {
	position:relative;
	width:580px;
	margin:0 auto;
	padding:0 25px 20px;
	min-height:360px;
	height:auto !important;
	height:360px;
	}

.ElevationImage a:link img {
	border:#528B3C 2px solid;
	}
.ElevationImage a:hover img {
	border:#999 2px solid;
	}
	
#banner {
	height:130px;
	width:100%;
	left:0;
	top:0;
	position:absolute
}
	
#badge {
	position:absolute;
	left:537px;
	top:29px;
	}
	
#badge a{
	background:url(images/badge.png) 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:29px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	padding-top:12px;
	margin:0;
	}
	
.textblock {
	float:left;
	-webkit-border-radius: 8px;  
	-moz-border-radius: 8px;  
	border-radius: 8px;
	border:2px solid #fff;
	-moz-box-shadow: 0px 2px 5px #888;
	-webkit-box-shadow: 0px 2px 5px #888;
	box-shadow: 0px 2px 5px #888;
}

.textblock h3 {
	font-size:17px;
	font-weight:bold;
	line-height:1.1em
}

.textblock a img { border:none; }
	
.textblock a { text-decoration:none}
	
#textblock1 {
	width:224px;
	padding:5px 10px 5px;
	margin:0 10px 5px 0;
	background: url(images/textGradient.png) no-repeat #e8f3ca;
	}
	
#textblock1 img {
	float:left;
	margin:10px 10px 5px 0;
	}
	
#textblock1 h3 {
	font-size:18px;
	font-style:italic;
	margin:6px 0 6px 0;
	}
	
#homeMedia {
	width:345px;
	padding:10px;
	margin:10px 0 0px 0;
	background: url(images/textGradient.png) no-repeat #edf5fa;
	}
	
#homeMedia img {
	border:4px solid #407C29;
	margin:0 auto;
}
	
#textblock2 {
	padding:5px;
	margin:0 10px 0 0;
	background: url(images/textGradient.png) no-repeat #edf5fa;
}

#textblock2 a {
	display:block;
	width:166px;
	height:68px;
	background:url(images/ask.jpg) no-repeat;
}

#textblock2 a:hover {
	background-position:left bottom;
}

#textblock2 a span {
	margin-left:-9999px;
}
	
#textblock3 {
	padding:5px;
	margin:0;
	background: url(images/textGradient.png) no-repeat #edf5fa;
	}

#textblock3 a {
	display:block;
	width:147px;
	height:68px;
	background:url(images/helpful.jpg) no-repeat;
}

#textblock3 a:hover {
	background-position:left bottom;
}

#textblock3 a span {
	margin-left:-9999px;
}
	
.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:5px;
	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:5px;
	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:5px;
	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:5px;
	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:5px;
	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:5px;
	height:220px;
	width:85px;
	}
.RetainingWalls:hover {
	background-image:url(../images/retainingwall_dark.jpg);
	text-decoration:underline;
	}

.slideDowns {
	list-style-type:none;
	margin-top:20px;
}

.slideDowns hr {
	clear:both;
	margin:40px 0  0 0;
	}

.slideDowns div {
	margin:20px 0;
}

li.slideLink {
	font-size:20px;
	cursor:pointer;
	background: url(images/servicesButton.jpg) repeat-x #4A8533;
	border:1px solid #000;
	margin:5px 0 15px;
	padding:6px 0 6px 0px;
	color:#FFF;
	-webkit-border-radius: 5px;  
	-moz-border-radius: 5px;  
	border-radius: 5px; 
	text-shadow:1px 1px 2px #46653C;
}	

li.slideLink:hover {
}

li.slideLink span {
	display:block;
	float:left;
	width:19px;
	height:19px;
	background:url(images/arrow.jpg) 0 0 no-repeat;
	margin:1px 10px 0;
	-webkit-border-radius: 3px;  
	-moz-border-radius: 3px;  
	border-radius: 3px;
	border:1px solid #7EAA6F
}

li.slideLink:hover span {
	background:url(images/arrow.jpg) 0 -19px no-repeat;
	margin:1px 12px 0 10px
}

#plants {
	overflow:hidden;
}

#plants div{
	float:left; 
	padding:15px 0px; 
	text-align:center; 
	width:110px;
	color:#000000;
	margin:0
}

#plants div a, #plants div a h3 {
	text-decoration:none;
}

#plants div a h3:hover{
	text-decoration:underline;
	color:#000000;
}

.submitButton {
	background:url(images/servicesButton.jpg) repeat-x;
	padding:4px 50px;
	color:#FFF;
	text-shadow:1px 1px 2px #46653C;
	border:1px solid #333
}

#paperText {
	font-family: Arial, Helvetica, sans-serif
}

#paperText p {
	font-size:13px;
}

#paperText p span {
	font-size:18px;
	color: #090;
}
