/* Style sheet */

/* stylistic elements */

body {
	margin: 0 0 0 0;
	font-family: Arial, sans-serif;
	font-size: 11px;
	background: #FFF;
	color: #777;
	text-align: justify;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	scrollbar-face-color : #FFF;
	scrollbar-highlight-color : #ccc;
	scrollbar-3dlight-color : #FFF;
	scrollbar-shadow-color : #ccc;
	scrollbar-darkshadow-color : #FFF;
	scrollbar-track-color : #FFF;
	scrollbar-arrow-color : #ccc;
}

h1 {
	margin: 15px 0 0 60px;
	padding: 0;
	font-size: 11pt;
	font-weight: normal;
	text-align: left;
	color: #666;
	letter-spacing: 2px;
}

h1.down {
	margin: 35px 0 0 60px;
	padding: 0;
	font-size: 11pt;
	font-weight: normal;
	text-align: left;
	color: #666;
	letter-spacing: 2px;
}

h1.slim {
	margin: 20px 0 0 20px;
	padding: 0;
	font-size: 11pt;
	font-weight: normal;
	text-align: left;
	color: #666;
	letter-spacing: 2px;
}

#terms1 h2 {
	margin: 5px 0 0 60px;
	padding: 0;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	color: #666;
	letter-spacing: 0px;
}

h2 {
	margin: 5px 57px 0 0;
	padding: 0;
	font-size: 10pt;
	font-weight: normal;
	text-align: right;
	color: #FFF;
	letter-spacing: 2px;
}

p {
	margin: 10px 60px 0 60px;
	padding: 0;
	font-size: 11px;	
	text-align: justify;
	color: #777;
}

p.cent {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 11px;	
	text-align: center;
	color: #777;
}

p.greens {
	margin: 10px 60px 0 60px;
	padding: 0;
	font-size: 11px;	
	font-weight: bold;
	text-align: justify;
	color: #7dc242;
}

p.shorten {
	margin: 10px 170px 0 60px;
	padding: 0;
	font-size: 11px;	
	text-align: justify;
	color: #777;
}

p.slim {
	margin: 10px 20px 0 20px;
	padding: 0;
	font-size: 11px;	
	text-align: left;
	color: #555;
}

p.nav {
	margin: 0px 20px 3px 0;
	padding: 0;
	font-size: 10px;	
	text-align: right;
	color: #999;
}

p.pagetop {
	margin: 30px 60px 0 60px;
	padding: 0;
	font-size: 11px;	
	text-align: justify;
	color: #777;
}

p.pagetop2 {
	margin: 30px 58px 0 60px;
	padding: 0;
	font-size: 11px;	
	text-align: justify;
	color: #777;
}

#blockquote p {
	margin: 8px 60px 0 60px;
	padding: 0;
	font-size: 12px;	
	text-align: justify;
	color: #FFF;
}

em {
	font-weight: bold;
}

.firstletter:first-letter {
	font-size: 15pt;
	font-weight: bold;
	font-family: Times New Roman, serif;
	color: #006db8;
}

strong {
	font-size: 12px;
	font-weight: bold;
	color: #666;
}

strong.greens {
	font-size: 12px;
	font-weight: bold;
	color: #7dc242;
}

#nav strong {
	font-size: 10pt;
	font-weight: normal;
	color: #009e01;
}

#credits strong {
	font-size: 7pt;
	font-weight: bold;
	color: #009e01;
}

form {
	margin: 0;
	padding: 0;
}

input {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	border: 1px solid #ccc;
	color: #666666;
	background: #FFF;
}

select {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	border: 1px solid #ccc;
	color: #666666;
}

textarea {
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	border: 1px solid #ccc;
	color: #666666;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

img.bordero {
	margin: 0;
	padding: 0;
	border: 1px #ceeecd solid;
}

img.over {
	margin: 0 13px 0 0;
	padding: 0;
	border: 0;
}

#home2 img {
	margin: 3px 20px 0 10px;
	padding: 0;
}

#home3 img {
	margin: 160px 0 0 0;
	padding: 0;
	border: 0;
}

#tab2 img {
	margin: 1px 0 0 0;
	padding: 0;
	border: 0;
}

iframe {
	overflow-x: hidden;
	overflow-y: hidden;
}

#list1 ul {
	margin: 10px 0 0 15px;
	padding: 0;
	font-size: 11px;	
	text-align: left;
	color: #777;
	}

ul {
	margin: 10px 60px 0 80px;
	padding: 0;
	font-size: 11px;	
	text-align: left;
	color: #777;
	}

ul.sitemapy {
	margin: 10px 60px 0 80px;
	padding: 0;
	font-size: 11px;	
	text-align: left;
	list-style-type: none;
	list-style-image: url(images/arrow1.jpg);
	color: #777;
	}


/* divs */


#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	text-align: left;
}

#container {
	float: left;
	padding: 0;
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

#main {
	float: left;
	margin: 20px 0 0 0;
	padding: 0;
	width: 800px;
	text-align: left;
 	border-top-width: 1px;
  border-top-color: #999;
  border-top-style: solid;
}

#left {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 167px;
	height: 561px;
	background: #FFF;
	text-align: right;
	line-height: 20px;
 	border-left-width: 1px;
  border-left-color: #999;
  border-left-style: solid;
 	border-bottom-width: 1px;
  border-bottom-color: #999;
  border-bottom-style: solid;
}

#nav {
	float: left;
	margin: 0 0 0 0;
	padding: 15px 0 0 0;
	width: 180px;
	background: #FFF;
	text-align: right;
	line-height: 20px;
}

#tab {
	float: left;
	margin: 0 0 0 0;
	padding: 3px 0 0 0;
	width: 167px;
	height: 23px;
	background: #999;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#tab2 {
	float: left;
	margin: 0 0 10px 0;
	padding: 3px 0 0 0;
	width: 167px;
	height: 23px;
	background: #009e01;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#home1 {
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 632px;
	height: 192px;
	background: #a5d65a;
 	border-bottom-width: 1px;
  border-bottom-color: #FFF;
  border-bottom-style: solid;
}

#home2 {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	width: 500px;
	height: 445px;
	background-color: #FFF;
 	border-left-width: 1px;
  border-left-color: #999;
  border-left-style: solid;
 	border-bottom-width: 1px;
  border-bottom-color: #999;
  border-bottom-style: solid;
}
	
#home3 {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 130px;
	height: 445px;
	text-align: left;
	background-color: #FFF;
 	border-bottom-width: 1px;
  border-bottom-color: #999;
  border-bottom-style: solid;
 	border-right-width: 1px;
  border-right-color: #999;
  border-right-style: solid;
}

#title1 {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	width: 630px;
	height: 25px;
	background-color: #009e01;
 	border-right-width: 1px;
  border-right-color: #999;
  border-right-style: solid;
 	border-left-width: 1px;
  border-left-color: #999;
  border-left-style: solid;
}

#block1.leaves {
	background-image: url(images/about2.jpg);
	background-repeat: no-repeat;
	background-position: 90% 58%;
}

#block1 {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	width: 630px;
	height: 665px;
	background-color: #FFF;
 	border-right-width: 1px;
  border-right-color: #999;
  border-right-style: solid;
 	border-left-width: 1px;
  border-left-color: #999;
  border-left-style: solid;
 	border-bottom-width: 1px;
  border-bottom-color: #999;
  border-bottom-style: solid;
}

#block2 {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	width: 630px;
	height: 548px;
	background-color: #FFF;
 	border-right-width: 1px;
  border-right-color: #999;
  border-right-style: solid;
 	border-left-width: 1px;
  border-left-color: #999;
  border-left-style: solid;
 	border-bottom-width: 1px;
  border-bottom-color: #999;
  border-bottom-style: solid;
}

#block2.leaves2 {
	background-image: url(images/about2.jpg);
	background-repeat: no-repeat;
	background-position: 90% 90%;
}

#block2.proftile {
	background-image: url(images/stonecare2.jpg);
	background-repeat: no-repeat;
	background-position: 95% 90%;
}

#block2.serv {
	background-image: url(images/contract2.jpg);
	background-repeat: no-repeat;
	background-position: 90% 70%;
}

#block2.maint {
	background-image: url(images/tree.jpg);
	background-repeat: no-repeat;
	background-position: 20% 101%;
}

#block2.const {
	background-image: url(images/const2.jpg);
	background-repeat: no-repeat;
	background-position: 95% 100%;
}

#block2.janitor {
	background-image: url(images/janitorial2.jpg);
	background-repeat: no-repeat;
	background-position: 90% 58%;
}

#block2.sitemap {
	background-image: url(images/sitemap2.jpg);
	background-repeat: no-repeat;
	background-position: 90% 96%;
}
#block2.floory {
	background-image: url(images/floor2.jpg);
	background-repeat: no-repeat;
	background-position: 95% 100%;
}

#block2.quotes {	
	height: 1020px;
}

#block3 {
	float: left;
	margin: 0 0 0 0;
	padding: 0 20px 0 0;
	width: 380px;
	height: 630px;
	background-color: #FFF;
	background-image: url(images/icon_contact.jpg);
	background-repeat: no-repeat;
 	border-left-width: 1px;
  border-left-color: #999;
  border-left-style: solid;
 	border-bottom-width: 1px;
  border-bottom-color: #999;
  border-bottom-style: solid;
}

#block4 {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	width: 230px;
	height: 630px;
	background-color: #FFF;
 	border-right-width: 1px;
  border-right-color: #999;
  border-right-style: solid;
 	border-bottom-width: 1px;
  border-bottom-color: #999;
  border-bottom-style: solid;
	background-color: #eaeaea;
}

#block5 {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	width: 630px;
	height: 510px;
	background-color: #FFF;
 	border-right-width: 1px;
  border-right-color: #999;
  border-right-style: solid;
 	border-left-width: 1px;
  border-left-color: #999;
  border-left-style: solid;
 	border-bottom-width: 1px;
  border-bottom-color: #999;
  border-bottom-style: solid;
}

#list1 {
	float: left;
	margin: 0 0 0 60px;
	padding: 0;
	width: 150px;
}

#list1.wide {
	margin: 0 140px 25px 60px;
}

#blockquote {
	float: left;
	margin: 20px 0 0 0;
	padding: 0;
	width: 630px;
	height: 85px;
	background-color: #FFF;
	background-image: url(images/clientquote.jpg);
	background-position: 50% 0%;
	background-repeat: no-repeat;
}

#terms1 {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	width: 630px;
	height: 2900px;
	background-color: #FFF;
 	border-right-width: 1px;
  border-right-color: #999;
  border-right-style: solid;
 	border-left-width: 1px;
  border-left-color: #999;
  border-left-style: solid;
 	border-bottom-width: 1px;
  border-bottom-color: #999;
  border-bottom-style: solid;
	background-image: url(images/sideleaves1.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0%;
}
	
#credits {
	float: left;
	margin: 10px 0 0 167px;
	width: 370px;
	height: 60px;
	text-align: left;
	font-size: 7pt;
	color: #999;
	font-family: Verdana, sans-serif;
}
	
#icons1 {
	float: left;
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
	width: 260px;
	height: 60px;
	text-align: right;
	background: #FFF;
}
	
/* links */


#credits a:link, #credits a:visited, #credits a:active {
	font-size: 7pt;
	font-weight: normal;
	color: #999;
	text-decoration: none;
}

#credits a:hover {
	font-size: 7pt;
	font-weight: normal;
	color: #555;
	text-decoration: none;
}

#nav a:link, #nav a:visited, #nav a:active {
	padding: 0 20px 0 0;
	font-size: 10pt;
	font-weight: normal;
	color: #777;
	text-decoration: none;
}

#nav a:hover {
	font-size: 10pt;
	font-weight: normal;
	color: #009e01;
	text-decoration: none;
}

a.green:link, a.green:visited, a.green:active {
	font-size: 8pt;
	font-weight: normal;
	color: #555;
	text-decoration: underline;
}

a.green:hover {
	font-size: 8pt;
	font-weight: normal;
	color: #a5d65a;
	text-decoration: underline;
}

#block4 a:link, #block4 a:visited, #block4 a:active {
	font-size: 8pt;
	font-weight: normal;
	color: #555;
	text-decoration: none;
}

#block4 a:hover {
	font-size: 8pt;
	font-weight: normal;
	color: #009e01;
	text-decoration: none;
}

#tab2 a:link, #tab2 a:visited, #tab2 a:active {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#tab2 a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #a5d65a;
	text-decoration: none;
}

a:link, a:visited, a:active {
	font-size: 8pt;
	font-weight: normal;
	color: #555;
	text-decoration: none;
}

a:hover {
	font-size: 8pt;
	font-weight: normal;
	color: #a5d65a;
	text-decoration: underline;
}

