*
{
    margin: 0px;
    padding: 0px;
}

a {
	color: #CDCD81;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.download {
	display: block;
	width: 428px;
	height: 74px;
	background-image: url(images/downloadBtn.gif);
	background-position: top left;
	background-repeat: no-repeat
}

a.download:hover {
	background-position: top right;
}

#affiliations
{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
}

#affiliations td {
	width: 33%;
	text-align: center;
}

blockquote {
	clear:right;
	float: right;
	width: 250px;
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom: 20px;
	border-top: solid 3px #02875d;
	border-bottom: solid 3px #02875d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: normal;
}

blockquote p {
	margin: 10px 10px 10px 20px;
	color: #02875d;
}

blockquote p.quote2 {
	font-size: 1em;
}

body
{
    background-color: #A8A883;
    background-image: url("images/bg.gif");
    background-repeat: repeat-x;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 9pt;
}

fieldset
{
    border-style: none;
    border-width: 0px;
}

input
{
    display: block;
}

.formNews
{
}
	.formNews input
	{
	    margin-top: 10px;
	    margin-left: 45px;
	    width: 255px;
	}
	.formNews input.button
	{
	    height: 22px;
	    margin-left: 210px;
	    width: 91px;
	}
	.formNews input.invalid
	{
	    color: #CC0000;
	}
	.formRequest {
		margin-left: 10px;
	}

.inline
{
    display: inline;
}

.imgLeft {
	float: left;
	margin: 5px 10px 10px 0px;
}

.imgRight {
	float: right;
	margin: 5px 0px 10px 10px;
}

.left
{
    float: left;
}

.right
{
}

.staffPhoto {
	padding: 20px;
	vertical-align: top;
}

.staffPhoto img {
	padding: 3px;
	border: solid 1px #ffffff;
}

#content
{
    background-image: url("images/bgContent.gif");
    background-repeat: repeat-y;
    margin-left: auto;
    margin-right: auto;
    min-height: 705px;
    width: 920px;
}

	#content #topNav {
		text-align: left;
		height: 40px;
		margin-right: 1px;
	}
	
		#content #topNav a {
			margin-right: 7px;
		}
		
		#content #topNav a.topNav_home {
			width: 49px;
			height: 28px;
			float: right;
			background-image: url(images/topNav_home.gif);
			background-repeat: no-repeat;
			background-position: top left;
		}
		
		#content #topNav a.topNav_home:hover {
			background-position: top right;
		}
		
		#content #topNav a.topNav_about {
			width: 54px;
			height: 28px;
			float: right;
			background-image: url(images/topNav_about.gif);
			background-repeat: no-repeat;
			background-position: top left;
		}
		
		#content #topNav a.topNav_about:hover {
			background-position: top right;
		}
		
		#content #topNav a.topNav_sustainable {
			width: 226px;
			height: 28px;
			float: right;
			background-image: url(images/topNav_sustainable.gif);
			background-repeat: no-repeat;
			background-position: top left;
		}
		
		#content #topNav a.topNav_sustainable:hover {
			background-position: top right;
		}
		
		#content #topNav a.topNav_landscapes {
			width: 152px;
			height: 28px;
			float: right;
			background-image: url(images/topNav_landscapes.gif);
			background-repeat: no-repeat;
			background-position: top left;
		}
		
		#content #topNav a.topNav_landscapes:hover {
			background-position: top right;
		}
		
		#content #topNav a.topNav_testimonials {
			width: 102px;
			height: 28px;
			float: right;
			background-image: url(images/topNav_testimonials.gif);
			background-repeat: no-repeat;
			background-position: top left;
		}
		
		#content #topNav a.topNav_testimonials:hover {
			background-position: top right;
		}
		
		#content #topNav a.topNav_news {
			width: 50px;
			height: 28px;
			float: right;
			background-image: url(images/topNav_news.gif);
			background-repeat: no-repeat;
			background-position: top left;
		}
		
		#content #topNav a.topNav_news:hover {
			background-position: top right;
		}
		
		#content #topNav a.topNav_contact {
			width: 90px;
			height: 28px;
			float: right;
			background-image: url(images/topNav_contact.gif);
			background-repeat: no-repeat;
			background-position: top left;
		}
		
		#content #topNav a.topNav_contact:hover {
			background-position: top right;
		}
		
#contentHeader
{
    background-color: #000000;
    background-image: url("images/bgContentHeader.jpg");
    background-repeat: no-repeat;
    color: #f1f1f1;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 9pt;
    text-align: left;
    min-height: 435px;
    padding-top: 200px;
    width: 850px; /*width: 810px;*/
}
	#contentPage {
		padding: 125px 35px 35px 35px;
	}
	
	#contentPage h1 {
		font-family: Georgia, Times New Roman, Serif;
		font-size: 18pt;
		color: #CDCD81;
		font-weight: normal;
		margin-bottom: 20px;
	}
	
	#contentPage h2 {
		font-family: Georgia, Times New Roman, Serif;
		font-size: 14pt;
		color: #CDCD81;
		font-weight: normal;
		margin-bottom: 20px;
		text-align: left;
	}
	
	#contentPage h3 {
		margin-bottom: 20px;
	}
	
	#contentPage p {
		line-height: 1.4em;
		margin-bottom: 15px;
		text-align: left
	}
	
	#contentPage p.quote1 {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		line-height: 1.4em;
		margin-bottom: 15px;
		text-align: left;
	}
	
	#contentPage p.quote2 {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		line-height: 1.4em;
		margin-bottom: 15px;
		text-align: right;
	}
	
	#contentPage ul {
		margin-right: 25px;
		margin-bottom: 15px;
		margin-left: 25px;
	}
	
	#contentPage li {
		margin-bottom: 10px;
	}
	
	#contentPage h2 a {
		color: #CDCD81;
	}
	
	#contentPage h2 a:hover {
		color: #ffffff;
		text-decoration: none;
	}
	
	#contentPage #contentLeftCol {
		width: 270px;
		float: right;
		margin-left: 50px;
		padding: 15px;
		text-align: left;
		border-top: solid 2px #CDCD81;
		border-bottom: solid 2px #CDCD81;
	}
	
	#contentPage #contentLeftCol h2 {
		margin-bottom: 10px;
	}
	
	#contentPage #contentLeftCol p {
		margin-bottom: 25px;
	}
	
	#contentPage #contentLeftCol ul {
		margin: 0px;
		padding-left: 20px;
	}
	
	#contentPage #contentLeftCol ul li {
		list-style-type: square;
		margin-bottom: 12px;
		color: #CDCD81;
	}
	
	#contentPage #contentLeftCol-services {
		width: 270px;
		float: right;
		margin-left: 50px;
		padding: 15px;
		text-align: left;
		border-top: solid 2px #02875d;
		border-bottom: solid 2px #02875d;
	}
	
	#contentPage #contentLeftCol-services ul {
		margin: 0px;
		padding-left: 20px;
	}
	
	#contentPage #contentLeftCol-services ul li {
		list-style-type: square;
		margin-bottom: 12px;
		color: #02875d;
	}

#contentTop
{
    background-image: url("images/bgContentTop.gif");
    background-position: right top;
    background-repeat: no-repeat;
    min-height: 805px;
    padding-left: 34px;
    padding-right: 34px;
    padding-top: 10px;
    width: 852px;
}

#design
{
    background-image: url("images/bgFooterBottom.gif");
    background-position: center top;
    background-repeat: no-repeat;
    color: #E7E7D9;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 920px;
    height: 40px;
    font-size: .9em;
}

#design a
{
    color: #E7E7D9;
    text-decoration: none;
}

#design a:hover
{
    text-decoration: underline;
}

#design p {
	padding-top: 30px;
	padding-bottom: 40px;
}

#footer
{
    background-color: #8F8F6B;
    color: #E7E7D9;
    padding: 10px;
    text-align: center;
    width: 830px;
}

#footer p
{
    display: inline;
    font-family: Georgia, Times New Roman, Serif;
    padding: 10px;
    color: #E7E7D9;
}

#footer p
{
    font-size: 9pt;
}

#footer h2
{
    font-size: 8pt;    
}

#footerTop
{
    background-image: url("images/bgFooterTop.gif");
    background-repeat: no-repeat;
    clear: both;
    height: 81px;
    width: 340px;
}

#footerTop2
{
    background-image: url("images/bgFooterTop2.gif");
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #000000;
    clear: both;
    height: 81px;
    width: 850px;
}

#footerTop3
{
    background-image: url("images/bgFooterTop3.gif");
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #0C0C0C;
    clear: both;
    height: 81px;
    width: 850px;
}

#header
{
    background-color: #0C0C0C;
    background-image: url("images/bgHeader.jpg");
    background-repeat: no-repeat;
    color: #f1f1f1;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 9pt;
    text-align: justify;
    min-height: 335px;
    padding-top: 200px;
    width: 850px; /*width: 810px;*/
}

#header div.left, #headerBottom div.left, #headerBottom h1.left
{
    width: 360px;
}

#header div.right, #headerBottom div.right
{
    width: 395px;
    margin-left: 410px;
}

#header div.left
{
    padding-top: 50px;
}

#header h1, #header h2, #headerBottom h1
{
    color: #CDCD81;
    font-family: Georgia, Times New Roman, Serif;
    font-weight: normal;
}

#header p, #header ul
{
    line-height: 1.2em;
    padding-top: 10px;
    padding-bottom: 20px;
}

#header li {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom:3px;
}

#header h1.about
{
    color: #02875D;
    font-size: 18pt;
    margin-top: 20px;
}

#header img.about
{
	border: 0px;
}

#header h1.intro
{
    font-size: 18pt;
}

#header h1.news
{
    font-size: 18pt;
    text-align: right;
    margin-top: 20px;
}

#header h1.phone
{
    color: #CCCC7A;
    font-size: 40pt;
    margin-top: -10px;
}

#header h1.services
{
    font-size: 16pt;
    text-align: right;
}

#header h2.intro
{
    font-size: 12pt;
}

#header li.first
{
    margin-left: 70px;
}

#header li.second
{
    margin-left: 50px;
}

#header li.third
{
    margin-left: 43px;
}

#header li.fourth
{
    margin-left: 29px;
}

#header li.fifth
{
    margin-left: 15px;
}

#header p.news
{
    margin-left: 135px;
    width: 255px;
}

#header ul
{
    text-align: right;
}

#headerBottom
{
    background-image: url("images/bgHeaderBottom.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
    width: 810px;
    color: #d4d4d4;
    font-family: "Lucida Grande", Arial, Verdana, Sans-Serif;
    font-size: 9pt;
}

#headerBottom2
{
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    width: 810px;
    color: #d4d4d4;
    font-family: "Lucida Grande", Arial, Verdana, Sans-Serif;
    font-size: 9pt;
}

#headerBottom p, #headerBottom li {
	line-height: 1.6em;
}

#headerWrap
{
    background-color: #0C0C0C;
    padding: 0px;
    width: 850px;
}

#main
{
    margin-left: 34px;
    margin-right: 34px;
}

#main .left
{
    width: 380px;
}

#main .right
{
    margin-left: 450px;
    width: 395px;
}

#mainTitle
{
    background-image: url("images/bgRequest.gif");
    background-position: left bottom;
    background-repeat: no-repeat;
    color: #5F5F44;
    font-family: Georgia, Times New Roman, Serif;
    font-size: 18pt;
    font-weight: normal;
    padding-top: 90px;
    width: 800px;
}

#mainTitle, #testimonials p
{
    padding-left: 50px;
}

#photoview {
	width: 360px;
	font-size: 7pt;
	text-align: center;
	margin: -10px 0px 0px -12px;
}

#photoview p {
	margin: -10px 0px 0px 10px;
}

#photoview2 {
	width: 360px;
	float: right;
	font-size: 7pt;
	text-align: center;
	margin: 0px 0px 0px 20px;
}

#photoview2 p {
	margin: -10px 0px 0px 10px;
	text-align: center;
}

#privacy {
	width: 150px;
	padding-top: 5px;
	float: right;
	text-align: right;
	font-size: 7pt;
}

#privacy a:link, #privacy a:visited {
	color: #ffffff;
}

#privacy a:hover {
	color: #CCCC7A;
	text-decoration: none;
}

#privacy2 {
	text-align: left;
	font-size: 9pt;
	color: #525236;
}

#privacy2 a:link, #privacy2 a:visited {
	color: #5F5F44;
}

#privacy2 a:hover {
	color: #ffffff;
	text-decoration: none;
}

#privacyContent {
	background-color: #ffffff;
	color: #5F5F44;
	padding: 30px;
	text-align: left;
	line-height: 1.4em;
}

#privacyContent h1 {
	font-size: 1.4em;
	margin: 5px 0px 5px 0px;
}

#privacyContent h2 {
	font-size: 1.1em;
	margin: 5px 0px 5px 0px;
}

#quote {
	width: 80%;
	border-top: solid 3px #02875d;
	border-bottom: solid 3px #02875d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: normal;
	margin: 50px auto 50px auto;
}

#quote p {
	margin: 15px 20px 10px 20px;
	color: #02875d;
}

#quote p.quote2 {
	text-align: right;
}

#request div
{
    margin-top: 10px;
}

#request div input, #request div label
{
    display: inline;
    margin: 0px;
}

#request h1
{
    color: #5F5F44;
    font-family: Georgia, Times New Roman, Serif;
    font-size: 18pt;
    font-weight: normal;
    padding-top: 20px;
}

#request h4 {
	color: #ff0000;
	margin-bottom: 20px;
}

#request img
{
    border-color: #005038;
    border-style: solid;
    border-width: 0px;
    margin-top: 10px;
}

#request img.thanks
{
    border-color: #005038;
    border-style: solid;
    border-width: 1px;
    margin-top: 10px;
}

#request input
{
    margin-bottom: 10px;
}

#request input.textBox
{
    width: 350px;
}

#request input.button
{
    height: 22px;
    margin-top: 10px;
    width: 91px;
}

#request label
{
    color: #ffffff;
    display: block;
    font-weight: normal;
    width: 353px;
}

#request label.invalid
{
    border: dashed 1px #CC0000;
    background-color: #CC0000;
}

#request label.sectionBegin
{
    margin-top: 30px;
}

#request p
{
    color: #525236;
    line-height: 1.2em;
    padding-top: 10px;
}

#request strong
{
    color: #CC0000;
    display: block;
    width: 350px;
}

#request textarea
{
    width: 350px;
}

#services {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

	#services td.serviceImage {
		width: 270px;
		height: 250px;
		padding: 20px;
	}
	
	#services td.serviceImage p {
		font-size: .8em;
		width: 80%;
		margin: 3px auto 10px auto;
		text-align: center;
	}
	
	#services td.serviceDescription {
		vertical-align: top;
		padding-top: 20px;
	}

.testimonialGrid td {
	padding: 20px 0px 30px 0px;
}
	.testimonialGrid td.testPhoto {
		vertical-align: top;
		width: 240px;
	}
	.testimonialGrid td.testPhoto img {
		padding: 3px;
		border: solid 1px #ffffff;
	}

.testimonialGrid2 td {
	padding: 10px 10px 0px 10px;
}
	.testimonialGrid2 td.testPhoto {
		vertical-align: top;
		width: 240px;
	}

	.testimonialGrid2 td.testPhoto img {
		padding: 3px;
		border: solid 1px #ffffff;
	}

#testimonials h1
{
    color: #5F5F44;
}

#testimonials p
{
    background-image: url("images/bgTestimonials.gif");
    background-position: top left;
    background-repeat: no-repeat;
    color: #525236;
    line-height: 1.2em;
    padding-top: 10px;
}

#testimonials p.signature
{
    background-image: none;
    color: #6B6B4C;
    font-weight: bold;
    margin-bottom: 20px;
    padding-top: 5px;
    text-align: right;
}

#newsContainer{
	float:right;
	width:300px;
	padding-bottom: 30px;
}

#newsContainer2{
	float:right;
	width:300px;
	padding-bottom: 30px;
}
#newsContainer2 h1{
	text-align:right;
	margin-bottom:0px;
}
#newsContainer2 p.news{
	margin-left:150px;
}

#sustainable-landscape-process {
	width: 80%;
	margin: 0px auto;
}
#enews {
	width: 100%;
}
	#enews td {
		vertical-align: top;
		text-align: center;
	}
	#enews td p {
		text-align: center;
	}
	
#facebook {
	border: none;
	margin-left: 610px;
	padding-bottom: 10px;
	outline: none;
}