body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #ffffff;
  min-width: 960px;
  background-image: url(images/grass2.gif);
  background-repeat: repeat;
  font: small Arial, Helvetica, Verdana, sans-serif;
}
#wrapper {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
  width: 960px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
#header {
  margin: 0;
  padding: 0;
  height: 135px;
}
#header  img{
  border:none;
}
#nav {
  padding: 0;
  margin: 0;
  border-top: 1px solid #ffffff;
  height: 1%;
}
#nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}
#nav a:link, #nav a:visited {
  font-style: normal;
  font-weight:normal;
  color: #ffffff;
}
#nav a:hover {
  font-style: normal;
  font-weight:normal;
  color: #ffffff;
  text-decoration:none;
}
#nav li {
  float: left;
  display:inline;
  padding: 5px 0 6px 0;
  font-size: 90%;
  color: #ffffff;
  background-color: #008000;
}
#privacy {
  width: 900px;
  margin:10px 20px 15px 20px;
  background-color: #ffffff;
 }
#privacy h1 {
   Font-size: 160%;
   font-style: normal;
   font-weight:bold;
   text-align:center;
   color: #008000;
}
#privacy h2 {
   Font-size: 130%;
   font-style: normal;
   font-weight:bold;
   text-align:left;
   color: #008000;
}
#privacy p {
   Font-size: 90%;
   font-style: normal;
   font-weight:normal;
   color: #000000;
}
#privacy a:link, #privacy a:visited {
   font-style: normal;
   font-weight:normal;
   color: #008000;
   text-decoration: underline;
}
#privacy a:hover {
   font-style: normal;
   font-weight:normal;
   color: #c30200;
   text-decoration: none;
}
#privacy ul {
   font-style: normal;
   font-weight:normal;
   color: #000000;
   margin-left:150px;
   text-decoration: none;
}
#terms {
  width: 900px;
  margin:10px 20px 15px 20px;
  background-color: #ffffff;
}
#terms p {
  font-size:12px;
  color:#000000;
  font-weight:normal;
  margin-left:100px;
  color:#000000;
  text-align:justify;
}
#terms h1 {
  font-size:24px;
  color:#000000;
  font-weight:bold;
  margin-left:100px;
  color:#008000;
  text-align:center;
}

#terms h2{
  font-size:18px;
  color:#000000;
  font-weight:bold;
  text-align:justify;
}
#terms h4 {
  font-size:14px;
  color:#008000;
  font-weight:bold;
  text-align:left;
}
#terms a:link, #terms a:visited {
  color: #000000;
  text-decoration: underline;
}
#terms a:hover {
   color: #008000;
  text-decoration: none;
}
#userlogin{
	display: block;
	height: 0px;
	position: relative;
	top: -160px;
	left:750px;
	z-index: 5;
}
#userlogin ul{
	width: 55px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	height: 40px;
}
#userlogin ul li a{
	opacity: 0.6;
	display: block;
	text-decoration: none;
	color: #fff;
	background: #008001;
	margin: 6px 4px 5px 4px;
	font-size: 12px;
	padding: 2px 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: opacity .25s linear;
  	transition: opacity .25s linear;
  	cursor: pointer;
}
#userlogin ul li a:hover {
	margin: 5px 3px 5px 3px;
	padding: 3px 8px;
	opacity: 1;
  	color: #fff;
}
#register {
	display: block;
	height: 0px;
	position: relative;
	top: -165px;
	right: -400px;
	z-index: 5;
}
#register ul{
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	height: 40px;
	width:75px;
}
#register ul li a{
	opacity: 0.6;
	display: block;
	text-decoration: none;
	color: #fff;
	background: #008001;
	margin: 6px 4px 5px 4px;
	font-size: 12px;
	padding: 2px 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: opacity .25s linear;
  	transition: opacity .25s linear;
  	cursor: pointer;
}
#register ul li a:hover{
	margin: 5px 3px 5px 3px;
	padding: 3px 8px;
	opacity: 1;
  	color: #fff;
}
#clientmenu {
	display: block;
	height: 0px;
	position: relative;
	top: -137px;
	right: -400px;
	z-index: 5;
}
#clientmenu ul{
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	height: 40px;
	width:85px;
}
#clientmenu ul li a{
	opacity: 0.6;
	display: block;
	text-decoration: none;
	color: #fff;
	background: #008001;
	margin: 6px 4px 5px 4px;
	font-size: 12px;
	padding: 2px 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: opacity .25s linear;
  	transition: opacity .25s linear;
  	cursor: pointer;
}
#clientmenu ul li a:hover{
	margin: 5px 3px 5px 3px;
	padding: 3px 8px;
	opacity: 1;
  	color: #fff;
}
#login-box {
  margin-left:150px;;
  width: 400px;
  height: 280px;
}
#login-box p {
  font-weight:bold;
  font-size:14px;
  color:#c30200;
  text-align:center;
}
#error-box-change {
  position: absolute;
  left:900px;
  top: 500px;
  width: 300px;
  height: 200px;
}
#error-box-change p {
  font-weight:bold;
  font-size:14px;
  color:#c30200;
  text-align:center;
}
#error-box-change h3 {
  font-weight:bold;
  font-size:14px;
  color:#000000;
  text-align:center;
}
#error-box {
  position: absolute;
  left:900px;
  top: 700px;
  width: 300px;
  height: 200px;
}
#error-box p {
  font-weight:bold;
  font-size:14px;
  color:#c30200;
  text-align:center;
}
#error-box h3 {
  font-weight:bold;
  font-size:16px;
  color:#000000;
  text-align:center;
}
#error-box h4 {
  font-weight:bold;
  font-size:16px;
  color:#c30200;
  line-height:.5;
}
#error-login {
  position: absolute;
  left:875px;
  top: 250px;
  width: 300px;
  height: 200px;
}
#error-login p {
  font-weight:bold;
  font-size:18px;
  color:#008000;
  text-align:center;
}
#error-box-login {
  position: absolute;
  left:875px;
  top: 550px;
  width: 300px;
  height: 200px;
}
#error-box-login p {
  font-weight:bold;
  font-size:14px;
  color:#c30200;
  text-align:center;
}
#error-box-login h3 {
  font-weight:bold;
  font-size:16px;
  color:#000000;
  text-align:center;
}
#error-box-login h4 {
  font-weight:bold;
  font-size:16px;
  color:#c30200;
  line-height:.5;
}
#error-box-forgot {
  position: absolute;
  left:875px;
  top: 450px;
  width: 300px;
  height: 200px;
}
#error-box-forgot p {
  font-weight:bold;
  font-size:14px;
  color:#c30200;
  text-align:center;
}
#error-box-forgot h3 {
  font-weight:bold;
  font-size:16px;
  color:#000000;
  text-align:center;
}
#error-box-forgot h4 {
  font-weight:bold;
  font-size:16px;
  color:#c30200;
  line-height:.5;
}
#login img {
	border:none;
}
#login fieldset {  
  margin: 5px 5px 0 5px;  
  padding: 0;
  background: #f3f3f3;
}
#login fieldset ol {  
  padding: 1em 1em 0 1em;  
  list-style: none;
  color: #000000;
}
#login fieldset li {  
  padding-bottom: 1em;
}
#login fieldset.submit {  
  border-style: none;
  background-color: #FFFFFF;
  text-align: center;
}
#login label {  
  display: block;
  color:#000000;
}
#login p {
  font-weight:bold;
  font-size:14px;
  color:#c30200;
  text-align:center;
}
#reset-pass {
  position: absolute;
  left:-50px;
  top: -200px;
  width: 420px;
  height: 280px;
}
#reset-pass p {
  font-weight:bold;
  font-size:14px;
  color:#000000;
  text-align:justify;
}
#reset-pass h2 {
  font-weight:normal;
  font-size:16px;
  color:#000000;
  text-align:center;
}
#reset-pass h3 {
  font-weight:bold;
  font-size:16px;
  color:#008000;
  text-align:center;
}
#change-pass {
  position: absolute;
  left:-50px;
  top: -50px;
  width: 420px;
  height: 280px;
}
#change-pass p1 {
  font-weight:bold;
  font-size:18px;
  color:#008000;
  text-align:center;
}
#customer-info {
  margin: 0 0 10px 0;
  padding:5px 5px 0 5px;
  height:auto;
  background-color: #ffffff;
  color: #000000;
  width:475px;
}
#customer-info p {
  font-size:90%;
  color:#000000;
  font-weight:normal;
}
#customer-info h1 {
  font-size:140%;
  color:#000000;
  font-weight:normal;
}
#customer-info h2 {
  font-size:120%;
  color:#008000;
  font-weight:bold;
  text-align:left;
}
#customer-info h3 {
  font-size:100%;
  color:#000000;
  font-weight:normal;
}
#customer-info label {  
  float: left;  
  width: 75px;
  text-align:left;
  margin-right: 3px;
}
#customer-info legend {  
  margin-left: 1em;
  font-weight: bold;
  color:#008000;
}
#customer-info fieldset {  
  background-color: #ffffff;
}
#customer-info fieldset ol {  
  padding: 0;
  margin:2em 0 0 0;
  list-style: none;
  color: #000000;
}
#customer-info fieldset li {  
  padding-bottom: 1em;
  padding-right: 3em;
  padding-left:0;
  text-align:left;
}
#customer-info fieldset.property {
  width:475px;
  height: 300px;
  margin-left:75px;
}
#customer-info fieldset.billing {
  width:475px;
  height: 250px;
  margin-left:75px;
}
#customer-info fieldset.centermain {
  background-color: #ffffff;
  margin-left:250px;
  width:473px;
}
#customer-info fieldset.centerit {
  clear:both;
  background-color: #ffffff;
  text-align:center;
  border:none;
}
#customer-info fieldset.submit {  
  border-style: none;
  background-color: #ffffff;
  margin-left:175px;
}
#customer-info fieldset p {  
  font-size:65%;
  font-weight:normal;
}
#customer-info fieldset.notes {
  background-color: #ffffff;
  width:460px;
  float:left;
}
#customer-info img {
  border:none;
}
#header-bottom {
  border-top: 1px solid #b9d2e3;
  border-bottom: 1px solid #b9d2e3;
  height: 1%;
}
#header-bottom a:link, #header-bottom a:visited {
 font-style: normal;
 font-weight:normal;
  color: #ffffff;
 text-decoration: underline;
}
#header-bottom a:hover {
 font-style: normal;
 font-weight:normal;
  color: #ffffff;
 text-decoration: none;
}
#header-bottom ul {
  margin: 0;
  padding: 0;
  padding: .4em 10px .5em 0;
  font-size: 90%;
  background-color: #008000;
  text-align: right;
}
#header-bottom li {
  display: inline;
  color: #ffffff;
}
#tagline {
  font-weight: bold;
  font-size: 1.1em;
  background-color: #008000;
  color: #ffffff;
  font-style: italic;
  margin: 0;
  padding: .4em 0 0 20px;
  width: 430px;
  float: left;
}
#tagline em {
  color: #ffffff;
}
#main {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
#estimate-content {
  margin: 0 0 0 200px;
  padding:5px 5px 0 5px;
  height:1400px;
  background-color: #ffffff;
  color: #000000;
  width:750px;
}
#estimate-content a:link, #estimate-content a:visited {
  text-decoration: none;
  color: #008000;
  font-weight:bold;
}
#estimate-content a:hover {
  text-decoration: underline;
  color: #008000;
  font-weight:bold;
}
#estimate-content p{
  font-size:90%;
  font-weight:normal;
}
#estimate-content h1{
  font-size:160%;
  font-weight:normal;
  text-align:center;
  color:#008000;
  font-weight:bold;
}
#estimate-content h2{
  font-size:140%;
  font-weight:normal;
  text-align:center;
  color:#008000;
  font-weight:bold;
}
#estimate-content h3{
  font-size:120%;
  font-weight:normal;
  text-align:justify;
  color:#008000;
  font-weight:bold;
}
#estimate-content h4{
  font-size:100%;
  font-weight:normal;
  text-align:center;
  color:#000000;
  font-weight:bold;
}
#estimate-content h5{
  font-size:110%;
  font-weight:normal;
  text-align:center;
  color:#008000;
  font-weight:bold;
}
#content {
  margin: 0 0 0 200px;
  padding:5px 5px 0 5px;
  background-color: #ffffff;
  width:750px;
}
#content a:link, #content a:visited {
  text-decoration: none;
  color: #008000;
  font-weight:bold;
}
#content a:hover {
  text-decoration: underline;
  color: #008000;
  font-weight:bold;
}
#content p{
  font-size:90%;
  font-weight:normal;
}
#content h1{
  font-size:160%;
  font-weight:normal;
  text-align:center;
  color:#008000;
  font-weight:bold;
}
#content h2{
  font-size:140%;
  font-weight:normal;
  text-align:center;
  color:#008000;
  font-weight:bold;
}
#content h3{
  font-size:120%;
  color:#008000;
  font-weight:bold;
}
#content h4{
  font-size:100%;
  font-weight:normal;
  text-align:center;
  color:#008000;
  font-weight:bold;
}
#content h5{
  font-size:110%;
  font-weight:normal;
  text-align:center;
  color:#008000;
  font-weight:bold;
}
#content-img1 img{
  float: left;
  padding:5px;
  border:none;
}
#content-img2 img{
  float: right;
  padding:5px;
  border:none;
}
#scalp-box {
  padding:10px;
  text-align:center;
  width: 375px;
  height:130px;
  margin-left:auto;
  margin-right:auto;
  margin-top:10px;
  margin-bottom:10px;
  border: 2px solid #008000;
  background-color: #ffffff;
}
#scalp-box p {
  font-size:100%;
  font-weight:normal;
  color:#000000;
}
#scalp-box h1 {
  font-size:120%;
  font-weight:bold;
  color:#008000;
  margin:0;
}
#contain-boxes {
  width:600px;
  position:relative;
  margin-left:auto;
  margin-right:auto;
  height:225px;
  text-align:center;
  background-color:#ffffff;
}
#estimate-box {
  padding:10px;
  float:left;
  text-align:center;
  width:150px;
  height:200px;
  margin:10px 10px 10px 17px;
  border: 2px dashed #008000;
  background-color: #ffffff;
}
#estimate-box p {
  font-size:100%;
  font-weight:normal;
  color:#000000;
}
#estimate-box h1 {
  font-size:120%;
  font-weight:bold;
  color:#008000;
  margin:0;
}
#estimate-box img {
border:none;
}
#makitgreen-box {
  padding:10px;
  float:left;
  text-align:center;
  width: 150px;
  height:200px;
  margin:10px;
  border: 2px dashed #008000;
  background-color: #ffffff;
}
#makitgreen-box img {
border:none;
}
#makitgreen-box p {
  font-size:100%;
  font-weight:normal;
  color:#000000;
}
#makitgreen-box h1 {
  font-size:120%;
  font-weight:bold;
  color:#008000;
  margin:0;
}
#contract-box {
  padding:10px;
  float:left;
  text-align:center;
  width: 150px;
  height:200px;
  margin:10px;
  border: 2px dashed #008000;
  background-color: #ffffff;
}
#contract-box img {
border:none;
}
#contract-box p {
  font-size:100%;
  font-weight:normal;
  color:#000000;
}
#contract-box h1 {
  font-size:120%;
  font-weight:bold;
  color:#008000;
  margin:0;
}
#program-box {
  padding:10px;
  text-align:center;
  width: 550px;
  height:150px;
  margin-left:auto;
  margin-right:auto;
  margin-top:30px;
  margin-bottom:10px;
  border: 2px solid #008000;
  background-color: #ffffff;
}
#program-box p {
  font-size:100%;
  font-weight:bold;
  color:#008000;
}
#program-box h1 {
  font-size:180%;
  font-weight:bold;
  color:#008000;
  margin:0;
}
#pgm-box1 {
  float:left;
  margin:5px;
  width:170px;
  height:100px;
  background-color: #ffffff;
}
#pgm-box1 p {
  font-size:100%;
  font-weight:normal;
  color:#000000;
  margin:0;
}
#pgm-box1 h1 {
  font-size:120%;
  font-weight:bold;
  color:#008000;
  margin:0;
}
#pgm-box2 {
  float:left;
  margin:5px;
  width:170px;
  height:100px;
  background-color: #ffffff;
}
#pgm-box2 p {
  font-size:100%;
  font-weight:normal;
  color:#000000;
  margin:0;
}
#pgm-box2 h1 {
  font-size:120%;
  font-weight:bold;
  color:#008000;
  margin:0;
}
#pgm-box3 {
  float:left;
  margin:5px;
  width:170px;
  height:100px;
  background-color: #ffffff;
}
#pgm-box3 p {
  font-size:100%;
  font-weight:normal;
  color:#000000;
  margin:0;
}
#pgm-box3 h1 {
  font-size:120%;
  font-weight:bold;
  color:#008000;
  margin:0;
}
#img1 {
  float:left;
  text-align:center;
  padding:5px;
  border:none;
}
#img2 {
  float:right;
  text-align:center;
  padding:5px;
 }
#sidebar-left {
  width: 200px;
  margin:0;
  padding:0;
  height: 830px;
  float:left;
  clear:left;
  background-color:#008000;
}
#sidebar-left-est {
  width: 200px;
  margin:0;
  padding:0;
  height: 1470px;
  float:left;
  clear:left;
  background-color:#008000;
}
#serving-box {
  position:relative;
  text-align:center;
  border:1px solid #ffffff;
  margin-left: 10px;
  margin-top:10px;
  width: 180px;
  height:130px;
  font-size:130%;
  font-weight:bold;
  color:#ffffff;
}
#services-box {
  position:relative;
  text-align:center;
  border:1px solid #ffffff;
  margin-left: 10px;
  margin-top:10px;
  width: 180px;
  height:150px;
  font-size:130%;
  font-weight:bold;
}
#services-box h3{
  Color:#ffffff;
  margin:0;
  font-size:110%;
  font-weight:bold;
}
#services-box p{
  Color:#ffffff;
  text-align:left;
  padding:0 0 0 5px;
  font-size:90%;
  font-weight:normal;
}
#services-box a:link, #services-box a:visited {
  text-decoration: none;
  color: #ffffff;
}
#services-box a:hover {
  text-decoration: underline;
  color: #ffffff;
}
#free-estimate-box {
  position:relative;
  text-align:center;
  border:1px solid #ffffff;
  margin-left: 10px;
  margin-top:10px;
  width: 180px;
  height:150px;
  font-size:130%;
  font-weight:bold;
}
#free-estimate-box h3{
  Color:#ffffff;
  margin:0;
  font-size:110%;
  font-weight:bold;
}
#free-estimate-box p{
  Color:#ffffff;
  text-align:left;
  padding:0 0 0 5px;
  font-size:90%;
  font-weight:normal;
}
#free-estimate-box a:link, #free-estimate-box a:visited {
  text-decoration: none;
  color: #ffffff;
}
#free-estimate-box a:hover {
  text-decoration: underline;
  color: #ffffff;
}
#credit-box {
  position:relative;
  text-align:center;
  border:1px solid #ffffff;
  margin-left: 10px;
  margin-top:10px;
  width: 180px;
  height:150px;
  font-size:130%;
  font-weight:bold;
  color:#ffffff;
}
#signup-box {
  position:relative;
  text-align:center;
  border:1px solid #ffffff;
  margin-left: 10px;
  margin-top:10px;
  width: 180px;
  height:50px;
  font-size:130%;
  font-weight:bold;
  color:#ffffff;
  padding:5px 0 0 0;
}
#signup-box .std-size {
  font-size:90%;
  font-weight:normal;
}
#signup-box a:link, #signup-box a:visited {
  font-style: normal;
  font-weight:normal;
  color: #ffffff;
  text-decoration: none;
}
#signup-box a:hover {
  font-style: normal;
  font-weight:normal;
  color: #ffffff;
  text-decoration: underline;
}
#phone-box {
  position:relative;
  text-align:center;
  border:1px solid #ffffff;
  margin-left: 10px;
  margin-top:10px;
  width: 180px;
  height:110px;
  font-size:130%;
  font-weight:bold;
  color:#ffffff;
  padding:5px 0 0 0;
}
#phone-box .std-size {
  font-size:90%;
  font-weight:normal;
}
#phone-box .lrg-size {
  font-size:100%;
  font-weight:bold;
}
#phone-box hr {
  color:#ffffff;
}
#phone-box a:link, #phone-box a:visited {
  font-style: normal;
  font-weight:normal;
  color: #ffffff;
  text-decoration: none;
}
#phone-box a:hover {
  font-style: normal;
  font-weight:normal;
  color: #ffffff;
  text-decoration: underline;
}
#contactus label {  
  float: left;  
  width: 250px;
  text-align:right;
  margin-right: 3px;
}
#contactus legend {  
  margin-left: 1em;
  font-weight: bold;
  color:#008000;
}
#contactus fieldset ol {  
  padding: 0;
  margin:2em 0 0 0;
  list-style: none;
  color: #000000;
}
#contactus fieldset li {  
  padding-bottom: 1em;
  padding-right: 3em;
  padding-left:0;
}
#contactus fieldset.submit {  
  border-style: none;
  background-color: #ffffff;
  text-align: center;
}
#contactus table {
  margin-left:125px;
  width:65%;
}
#policy fieldset ol {  
  padding: 0;
  margin:2em 0 0 0;
  list-style: none;
  color: #000000;
}
#policy  li {  
  font-weight:normal;
  padding-right: 3em;
  padding-bottom:.5em;
  padding-left:0;
}
#policy li li {  
  list-style-type: disc;
  padding-top:.5em;
  padding-bottom:.5em;
  font-weight:normal;
}
#signup label {  
  float: left;  
  width: 250px;
  text-align:right;
  margin-right: 3px;
}
#signup table {
  margin-left:125px;
  width:65%;
}
#services table {
  margin-left:-100px;
}
#signup legend {  
  margin-left: 1em;
  font-weight: bold;
  color:#008000;
}
#signup fieldset ol {  
  padding: 0;
  margin:2em 0 0 0;
  list-style: none;
  color: #000000;
}
#signup fieldset li {  
  padding-bottom: 1em;
  padding-right: 3em;
  padding-left:0;
}
#signup fieldset.submit {  
  border-style: none;
  background-color: #ffffff;
  text-align: center;
}
#schedule-info {
  width:400px;
  float:right;
  padding: 5px;
  border:1px solid #008000;
}
#security img{ 
  border: 1px solid #000000;
  margin-left:19.5em;;
}
#specials {
  text-align:center;
  border:0 solid #ffffff;
}
#specials img {
  border:0 solid #ffffff;
}

#footer {
  clear:both;
  border-top: 1px solid #ffffff;
  margin: 0;
  padding:0;
  background-color:#008000;
}
#footer p {
  font-size: 90%;
  color: #ffffff;
  margin: 0;
  text-align: center;
  padding: 0.2em 0 0.2em 0;
}
#footer img {
  float:left;
  margin-top: 12px;
  margin-left: 20px;
  border: 0;
}
#footer a:link, #footer a:visited {
  font-style: normal;
  font-weight:normal;
  color: #ffffff;
  text-decoration: underline;
}
#footer a:hover {
  font-style: normal;
  font-weight:normal;
  color: #ffffff;
  text-decoration: none;
}
#vcss  img {
 float: right;
 padding: 0;
 margin-right: 5px;
 }
#clearone {
  clear: both;
  height: 1px;
}
.black-normal-bold {
  font-weight:bold;
  color:#000000;
}
.green-normal-bold {
  font-weight:bold;
  color:#008000;
}
.green-normal-normal {
  font-weight:normal;
  color:#008000;
}
.green-underline-bold {
  font-weight:bold;
  font-size:120%
  color:#008000;
  text-decoration:underline;
}
.red-normal-bold {
  font-weight:bold;
  color:#c30200;
}

