0/* CSS Document */
* {
	margin: 0;
	outline: none;
	padding: 0;
	}
body {	
	margin: 0; 
	padding: 0;
	font-size: medium;
	font-family:  Helvetica, Arial, sans-serif;
	background-color:#c3dc9b;
	outline: none;
		}
a {
	text-decoration: none;
}	
img {
	border-style: none;
	border: 0;
	margin: 0;
	padding: 0;
		}
ul {
    list-style: none;
    margin: 0;
    }
#wrapper {
	margin: 0 auto;
	width: 1000px;
	}
#masthead {
	position: relative;
	background: url(images/new_header.jpg) no-repeat top left;
	width: 1000px;
	height: 200px;

	}
#masthead a {
 	border-style: none;
	}
	
#logo 
{		
	 position: absolute;
	 top: 40px;
	 left: 65%;
	}
#navigation 
{
	float: left;
	width: 650px;
	padding-left: 350px;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: none;
	background: #064923;
	border-top: 2px solid #07632f;
	border-bottom: 2px solid #032612;
	}
#navigation li {	
	float: left;
	margin: 0 50px 0 0;
	padding: 0;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 150%;
	text-transform: uppercase;
	
	}
#navigation li a {
	float: left;
	text-decoration: none;
	color: #fff;
	font-size: large;
	}
 #navigation li a:active {
	color: green;
}
#navigation li a:hover {
	text-decoration: underline;
	}
#navigation li a:hover, body #home_Navigation {
	color: #fff;
	} 
#navigation li a:active {
	color: green;
}
#page_header {
	position: relative;
	padding: 0;
	margin: 0;
	text-indent: -3000px;

}
/* content styling */

#content {
	float: left;
	background: url(images/drops_Of_water.jpg) repeat-y top left;
	width: 1000px;
	min-height: 800px;
	max-height: 1500px;

	}
#descriptive_content	
 {	background: url(images/services_pageImages/green_diagonal_lines.jpg) no-repeat left top;
 	position: relative;
	float: right;
	
	width: 450px;
	padding: 30px 20px 5px 28px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: large;
	color: #333333;
	line-height: 120%;
	z-index: 1000;
	} 
#descriptive_content h3 {
	position: relative;
	font-family: Helvetica, Arial, sans-serif;
	color: #060A47;
	text-transform: uppercase;
	font-size: 145%;
	line-height: 125%;
	width: 85%;
	padding: 10px 10px;
	right: 10px;
	
	}
#descriptive_content p {
	position: relative;
	width: 75%;
	text-indent: 30px;
	top: 15px;
	color: #444;
	}
p#contact_info {
	position: relative;
	color: #000000;
	top: 120px;
	text-indent: 0;
	}
p#contact_info span {
	color: #12130e;
	font-size: 115%;
	}
p#contact_info a {
    color: #127c32;
    font-size: 115%;
    }

#Landscape_Shot {	
	border-bottom: 2px #c5fabb solid;
	float: left;
	}
#picture_And_Quote {
	float: left;
	width: 50%;
	}
blockquote p {
	
	position: relative;
	top: 400px;
	right: 40px;
	color: #fff;
	text-indent: -10000px;
	background: url(images/Dreams_reality.png) no-repeat top center;
	height: 400px;
	}
* + html blockquote p {  /* ie 7 hack for positoning */
	position: relative;
	top: 10px;
	color: #fff;
	background: url(images/Dreams_reality.png) no-repeat top center;
	height: 400px;
	width: 475px;
	z-index: 200;
}
#trees_and_grass {
	position: relative;
	margin: 0;
	padding: 0;
	right: 30px;
	padding-top: 60px;
	top: 5px;
	background: url(images/tree_grass_background.jpg) no-repeat bottom left;
	height: 275px;
	width: 500px;
}
* + html #trees_and_grass {
	top: 5px;
}
#footer {
	position: relative;
	margin: 0 auto;
	background: url(images/green_footer.gif) repeat-x bottom right;
	width: 1000px;
	height: 150px;
	clear: both;
	}
/* services, contact, portfolio page styling */
#services_content {
	background: #eff8e7 url(images/tree_grass_background.jpg) no-repeat 200px 800px; 
	
	}
#side_navigation_header {
	position: relative;
	float: left;
	left: 20px;
	top: 20px;
	color: #fff;
	padding-bottom: 30px;	
}
* + html #side_navigation_header { /* ie7 fix for header positioning */
	right: 20px;
}
#services_subnavigation {
	clear: left;
	position: relative;
	right: 20px;
	top: 85px;
	width: 170px;
}
* + html #services_subnavigation {
	left: 20px;
}

#services_subnavigation li {
	list-style: none;
	padding-bottom: 10px;
}
#services_subnavigation li a {
	text-decoration: none;
	color: #fff;

}
#services_subnavigation li a:hover {
	text-decoration: underline;
}
#Lists {

	position: relative;
	width: 799px;
	float: right;
	background: url(images/services_pageImages/green_diagonal_lines.jpg) no-repeat top left;
}
#Lists_contact {
	position: relative;
	width: 799px;
	float: right;
	background: url(images/services_pageImages/green_diagonal_lines.jpg) no-repeat top left;

	}
#green_bar {
	float: right;
	background: url(images/services_pageImages/green_bar.jpg) no-repeat top left;
	width: 798px;
	height: 80px;
	border-bottom: 3px #060A47 solid;
	border-left: 3px #065119 solid;
}
#side_navigation {
	float: left;
	width: 199px;
	background: #f1fae7 url(images/services_pageImages/water_droplets_green.jpg) no-repeat top left;
	height: 1000px;
	
}
dl.services_list {
	float: left;
	position: relative;
	padding-top: 25px;
	padding-left: 5px;
	padding-right: -5px;
	font-family: Helvetica, Arial, sans-serif;
	clear: both;
	width: 794px;
	border-bottom: 1px #d6e5c4 dashed;
	background: #eff8e7;


}
dl.services_list:last-child {
	border: none;
}
.services_list dt {
	float: right;
	position: relative;
	right: 10px;
	font-size: large;
	color: #669b2f;
	padding-bottom: 15px;
	width: 410px;
}
.services_img {
	float: left;
	background: url(images/services_pageImages/drop_shadow.png) no-repeat -3px 5px;
	position: relative;
	width: 310px;
	height: 215px;
	left: 15px;
}
.services_description {
	position: relative;
	float: right;
	color: #444;
	font-size: medium;
	width: 380px;
	right: 40px;
	
}
hr {
	position: relative;
	width: 95%;
	border: 1px #e0f2de dashed;
	margin: 0 auto;
}

#services_scroll_image h2 {
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 125%;
	background: url(images/green_box_top.jpg) no-repeat top left;
	text-transform:uppercase;
	padding-bottom: 20px;

    }
* + html #services_content h2 { /* ie7 fix for positioning of misplaced elements */
	padding-top: 20px;	
}
#services {
	position: relative;
	list-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
	right: 20px;
	
	}
#services li {
	color: #fff;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: large;
	line-height: 165%;
	
	 
	}
.back_to_top {


	font-size: .6em;
	color: #046311;
	
}
.back_to_top a {
	color: #046311;
}
	
/* end services page styling */
#services_scroll_image {
	position: relative;
	top: 10em;
	background: url(images/green_box_bottom.jpg) no-repeat bottom left;
	width: 500px;
	margin: 0 auto;
	margin-bottom: 15em;
}
* + html #services_scroll_image {  /* ie7 fix for positioning of elemenet */
	position: relative;
	top: -100px;
}
/* portfolio page styling */
#portfolio_content {
    position: relative;
	float: left;
	background: #eff8e7 url(images/tree_grass_background.jpg) no-repeat 200px 710px;
	width: 1000px;
  
    }
#portfolio_content h3 {
    position: relative;
    font-size: 160%;
    padding-bottom: 10px;
    font-family: Helvetica, Arial, sans-serif;
    color: #064923;
	margin-left: 80px;
    width: 55%;
       }
#portfolio_display {
	position: relative;
	float: left;
	width: 800px;
	left: 20px;
	margin: 60px 0 30px 0;

	}
	#imagegallery {
	position: relative;
	margin-left: 80px;
	padding: 0 20px; 
	float: left;
	width: 604px;
	background: #054e20 url(images/portfolio_number_list_top.jpg) repeat-x top left;
	border-bottom: 2px #060a47 solid;
	bottom: 120px;
		}



#imagegallery li {
	float: left;
	padding: 2px 22px;

	}
#imagegallery #before_images {
	float: left;
}
#imagegallery #after_images {
	
	float: left;
}

	* + html #imagegallery li {
	
}
#portfolio_display h6 {
	 color: #064923;
	position: relative;
	top: 1em;
	font-size: medium;
	padding-bottom: 10px;
	width: 75px;


}
#imagegallery li a, #imagegallery li a:link {	
    text-decoration: none;
	color: #064923;
	font-size: 110%;
	display: block;
	padding: 6px 3px;

	}
#imagegallery li a:visited {
	background: #c3dc93 url(images/portfolio_li_bottom.jpg) repeat-x bottom left;
	padding: 5px 14px;

    
    
}
#imagegallery li a:hover {
    color: #fff;
   	border-bottom: 2px #007c04 solid;
   	padding-bottom: 4px;
    }

#placeholder {
	position: relative;
	left: 80px;
	border-left: 2px #060a47 solid;
	border-right: 2px #060a47 solid;
	border-bottom: 2px #060a47 solid;
	margin-top: -120px;
	}
#powered_by {
	
	text-align: center;
}
#powered_by a {
	color: #000;
}
#powered_by a:hover {
	text-decoration: underline;	
}

