
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

body.Yellow {
	background-color: #F7EED7;
	background: url(images/Yellow.jpg);
}
body.Green {
	background-color: #1F6603;
	background: url(images/Green.jpg);
}
body.GreenFlare {
	background: url(images/GreenFlare.jpg);
	background-repeat: no-repeat;
	background-color: #326733;
}
body.Black {
	background-color: #333300;
}

img {
	border: none;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

/* Home */

img#HomeLogo {
	position: absolute;
	left: 65px;
	top: 50px;
}
img#HomeEvergreen {
	position: absolute;
	left: 534px;
	top: 360px;
}

/* Interior Logo */

img#Logo {
	position: absolute;
	left: 94px;
	top: 100px;
}
div#Menu {
	position: absolute;
	left: 633px;
	top: 193px;
	width: 56px;
}
div#Menu img {
	display: block;
	margin: 0px 0px 12px 0px;
}

/* Services */

div#Services {
	position: absolute; 
	left: 100px;
	top: 200px;
}
#Services p {
	margin: 0px 0px 9px 0px;
}
#Services p.Heading {
	font-style: italic;
	border-bottom: solid 1px #548A40;
	width: 60px;
}
img#ServicesFlowerPot {
	position: absolute;
	left: 422px;
	top: 318px;
}

/* Gallery */

img#GalleryTitle {
	position: absolute;
	top: 165px;
	left: 100px;
}	
div#GalleryMenu {
	position: absolute;
	top: 163px;
	left: 202px;
	height: 10px;
	border: none;
}
#GalleryMenu a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px 4px 0px 0px;
}
#GalleryMenu a.Green {
	color: #99CC00;
}

div#Gallery {
	position: absolute;
	top: 179px;
	left: 100px;
	width: 478px;
	height: 292px;
	border: solid 2px #99CC00;
	text-align: right;
}
#Gallery img {
	margin: 7px 7px 0px 0px;
}

/* Case Study */

div#CaseStudyMenu {
	position: absolute;
	top: 163px;
	left: 100px;
	height: 16px;
	width: 620px;
	border-bottom: solid 2px #e1e884;
	font-size: 13px;
	line-height: 17px;
}
#CaseStudyMenu img {
	vertical-align: top;
	padding-right: 6px;
}
#CaseStudyMenu a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px 4px 0px 0px;
}
#CaseStudyMenu a.Green {
	color: #e1e884;
}

div#CaseStudy {
	position: absolute;
	top: 179px;
	left: 100px;
	width: 478px;
	height: 292px;
}
#CaseStudy img {
	margin: 18px 7px 0px 0px;
	float: left;
}

div#CaseStudyText {
	position: absolute;
	top: 345px;
	left: 550px;
	width: 170px;
	font-size: 11px;
	line-height: 13px;
	color: #ffffcc;
}

/* Contact Us */

div#Contact1 {
	position: absolute;
	left: 100px;
	top: 203px;
}
div#Contact2 {
	position: absolute;
	left: 350px;
	top: 203px;
}
#Contact1 p, #Contact2 p {
	margin: 0px 0px 4px 0px;
}
#Contact1 p.Heading, #Contact2 p.Heading {
	font-style: italic;
	border-bottom: solid 1px #548A40;
}

img#Phone {
	position: absolute;
	left: 460px;
	top: 425px;
}

div#Seals {
	position: absolute;
	left: 100px;
	top: 520px;
}
div#Seals img {
	margin-right: 40px;
	}

/* Survey */

div#Survey {
	position: absolute;
	left: 100px;
	top: 170px;
	width: 500px;
	overflow:visible;
}
#Survey p {
	line-height: 18px;
	width: 460px;
	margin: 0px 0px 22px 0px;
}
#Survey input#EmailAddress{
	width: 320px;
}
#Survey p#TableHead1 {
	margin: 0px 0px 3px 0px;
	text-align: right;
	width: 500px;
	line-height: normal;
}
#Survey p#TableHead1 span.Left {
	margin: 0px 48px 0px 0px;
}
#Survey p#TableHead2 {
	margin: 0px 0px 1px 0px;
	text-align: right;
	width: 491px;
	line-height: normal;
}
#Survey p#TableHead2 span {
	margin: 0px 9px 0px 5px;
}
#Survey table {
	width: 490px;
	margin: 0px 0px 22px 0px;
}
#Survey td {
	text-align: left;
	vertical-align: top;
	padding-bottom: 9px;
}
