@charset "utf-8";
/* CSS Document */

	/* Tags & Psuedo Elements */
		body  {
			background: #FFFFFF;
			margin-top: 12px;
			margin-left: 0px;
			margin-right: 0px;
			margin-bottom: 6px;	
			padding: 0;  /* It's good practice to zero the margin and padding of the body element to account for differing browser defaults. */
			text-align: center; /* This centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector. */
			color: #000000;
			font-family: Arial, Verdana, Helvetica, sans-serif;
			font-size: 100%;
		} 
		h1 {
			margin: 0; /* Zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse. */
			padding: 0px; /* Using padding instead of margin will allow you to keep the element away from the edges of the div. Zero it out if white space has already been calculated into the design. */
		}
		img {
			margin: 0; /* Zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
			padding: 0; /* Using padding instead of margin will allow you to keep the element away from the edges of the div. Zeroed-out here for images. */
			border: 0;
		}
		a:link {
			color: #009900;
			text-decoration: none;
		}
		a:visited {
			text-decoration: none;
			color: #006633;
		}
		a:hover {
			text-decoration: underline;
			color: #00CC00;
		}
		a:active {
			text-decoration: none;
			color: #00CC00;
		}

	/* Classes */
		.header {
			width: 1003px;
			text-align: center;
			border-style: none;
			position: relative;
			background: #009900;
			padding: 0;  /* This padding needs to matche the left alignment of the elements in the divs that appear beneath it. Because we use an image in the #header instead of text, we remove the padding. */
		}
		.footer {
			font-family: Arial, Helvetica, sans-serif;
			width: 1003px;
			border-style: none;
			position: relative;
		}
		.nav {
			font-family: Arial, Helvetica, sans-serif;
			width: 230px;
			text-align: right;
			vertical-align: top;
		}
		.heading {
			font-family: Arial, Helvetica, sans-serif;
			font-size: x-large;
			font-weight: bold;
			color: #01915b;
		}
		/* Reusable Classes */
		.slogan {
			font-family: "Times New Roman", Times, serif;
			font-size: x-large;
			font-weight: bold;
			color: #000000;
		}
		.brand {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			color: #01915b;
		}
		.marginspace {
			width: 30px;
		}
		.textmenu {
			height: 1.5em;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: small;
			font-weight: bold;
			text-transform: capitalize;
			text-align: center;
			white-space: nowrap;
			overflow: visible;
		}
		.redtext {
			color: #FF0000;
			font-weight: bold;
		}
		.smalltext {
			font-size: small;
		}
		.bottomcushion {
			padding-bottom: 12px;
		}
		.leftcol {
			text-align: left;
		}
		.fltrt { /* This class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
			float: right;
			margin-left: 8px;
		}
		.fltlft { /* This class can be used to float an element left in your page. */
			float: left;
			margin-right: 8px;
		}
		.clearfloat { /* This class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float. */
			clear: both;
		    height: 0;
		    font-size: 1px;
		    line-height: 0px;
		}

	/* IDs */
		#container { 
			width: 1003px;  /* Using 21px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar. */
			background: #FFFFFF;
			margin: 0 auto; /* The auto margins (in conjunction with a width) center the page. */
			border: none;
			text-align: left; /* This overrides the text-align: center used on the body element tag. */
			vertical-align: top;
		}
		#terminology {
			text-align: left;
			vertical-align: top;
			background-color: #c2ded4;
			width: 200px;
		}
		#terms {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: small;
			width: 180px;
			margin: 10px;
		}
		#content {
			font-family: Arial, Helvetica, sans-serif;
			text-align: left;
			vertical-align: top;
			width: 543px;
		}
		#sidebar1 {
			position: relative;
			float: left; /* Since this element is floated, a width must be given. */
			width: 200px; /* The background color (if any) will be displayed for the length of the content in the column, but no further. */
			padding: 0px; /* The padding keeps the content of the div away from the edges.  Zeroed-out here for image badges and image advertisements. */
		}
		#sidebar2 {
			position: relative;
			float: right; /* Since this element is floated, a width must be given. */
			width: 206px; /* The background color will be displayed for the length of the content in the column, but no further. */
			padding: 0px; /* Padding keeps the content of the div away from the edges. */
			/* text-align: right; */  /* Aligns the CSS Sprites Menu and any subsequent logos/ads to the right edge to line-up with the header and footer. */
		}
		#mainContent {
			padding: 0; /* Remember that padding is the space inside the div box and margin is the space outside the div box. */
			margin-top: 30;
			margin-right: 230px;
			margin-bottom: 0;
			margin-left: 230px;
		} 
		#footer { 
			padding: 0; /* This padding matches the left alignment of the elements in the divs that appear above it. */
		} 
		#footer p {
			margin: 0; /* Zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs. */
		}
		#credit {
		text-align: center;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: xx-small;
		font-style: normal;
		font-weight: lighter;
		}

		/* CSS Sprites Based Interactive Navigation Menu IDs */
		#navigation { /* Sets up the default menu buttons image and the overall size. */
		    width: 206px; 
			height: 240px;
		    background: url(/images/menu/green4everinc_3-2-1-alt_tri-menu.jpg);
			margin: 0;
		    padding: 0;
		    position: relative;
		}
		#navigation li {
		    margin: 0; 
			padding: 0; 
			list-style: none; /* Rids the UL of bullets, which we do not want. */
		}
		#navigation li, #navigation a { 
			display: block; /* Displays the navigation li and a elements as a block for our required snips of images. */
			margin: 0; 
			padding: 0;
			width: 206px; /* This is the uniform required width amonst all our menu items (snippets of images). */
			overflow: hidden; /* Hides excess parts of the image we don't want showing. */
		}
		#navigation li a {
		text-align: left;
		text-indent: -9999em; /* Users with CSS turned-off will still see a text link. Users with CSS will see an interactive menu based on CSS Sprites. */
		height:40px; /* Some default size seems to be required here.  We are using the height of the tallest button. */
		}
		#home {
			left: 0; 
			top: 0;
			height: 40px;
			width: 206px;
		}
		#home a:hover {
		    background: transparent url(/images/menu/green4everinc_3-2-1-alt_tri-menu.jpg) -206px 0 no-repeat;
		}
		#home a:active {
		    background: transparent url(/images/menu/green4everinc_3-2-1-alt_tri-menu.jpg) -412px 0 no-repeat;
		}

		#lawn-care {
			left: 0; 
			top: 40px;
			height: 26px;
			width: 206px;
		}
		#lawn-care a:hover {
		    background: transparent url(/images/menu/green4everinc_3-2-1-alt_tri-menu.jpg) -206px -40px no-repeat;
		}
		#lawn-care a:active {
		    background: transparent url(/images/menu/green4everinc_3-2-1-alt_tri-menu.jpg) -412px -40px no-repeat;
		}
		#pest-control {
			left: 0; 
			top: 66px;
			height: 25px;
			width: 206px;
		}
		#pest-control a:hover {
		    background: transparent url(/images/menu/green4everinc_3-2-1-alt_tri-menu.jpg) -206px -66px no-repeat;
		}
		#pest-control a:active {
		    background: transparent url(/images/menu/green4everinc_3-2-1-alt_tri-menu.jpg) -412px -66px no-repeat;
		}
		#lawn-edgings {
			left: 0; 
			top: 91px;
			height: 26px;
			width: 206px;
		}
		#lawn-edgings a:hover {
		    background: transparent url(/images/menu/green4everinc_3-2-1-alt_tri-menu.jpg) -206px -91px no-repeat;
		}
		#lawn-edgings a:active {
		    background: transparent url(/images/menu/green4everinc_3-2-1-alt_tri-menu.jpg) -412px -91px no-repeat;
		}
		#lawn-aeration {
			left: 0; 
			top: 117px;
			height: 25px;
			width: 206px;
		}
		#lawn-aeration a:hover {
		    background: transparent url(/images/menu/green4everinc_3-2-1-alt_tri-menu.jpg) -206px -117px no-repeat;
		}
		#lawn-aeration a:active {
		    background: transparent url(/images/menu/green4everinc_3-2-1-alt_tri-menu.jpg) -412px -117px no-repeat;
		}
		#faq {
			left: 0; 
			top: 142px;
			height: 25px;
			width: 206px;
		}
		#faq a:hover {
		    background: transparent url(/images/menu/green4everinc_3-2-1-alt_tri-menu.jpg) -206px -142px no-repeat;
		}
		#faq a:active {
		    background: transparent url(/images/menu/green4everinc_3-2-1-alt_tri-menu.jpg) -412px -142px no-repeat;
		}
		#contact {
			left: 0; 
			top: 167px;
			height: 25px;
			width: 206px;
		}
		#contact a:hover {
		    background: transparent url(/images/menu/green4everinc_3-2-1-alt_tri-menu.jpg) -206px -167px no-repeat;
		}
		#contact a:active {
		    background: transparent url(/images/menu/green4everinc_3-2-1-alt_tri-menu.jpg) -412px -167px no-repeat;
		}
		#location {
			left: 0; 
			top: 192px;
			height: 48px;
			width: 206px;
		}
		#location a:hover {
		    background: transparent url(/images/menu/green4everinc_3-2-1-alt_tri-menu.jpg) -206px -192px no-repeat;
		}
		#location a:active {
		    background: transparent url(/images/menu/green4everinc_3-2-1-alt_tri-menu.jpg) -412px -192px no-repeat;
		}		
		
		/*Request a Free Estimate Page*/