/* CSS Document */
html,
body {
	margin: 0px auto;
	text-align:center;
	background:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#Container {
	background-color: #FFFFFF;
	position:relative;
	width:1060px;
	height: 664px;
	text-align:left;
	border: 1px solid #FFFFFF;
	margin: 50px auto 0px auto;
	padding: 0px;
}

#header {
	background-color:#ffffff;
	background-image: url(logo.gif);
	background-position: top left; 
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 158px;
	width: 100%;
	text-align: center;
}
p {
	margin: 12px 0px 5px 0px;
	}
h2 {
	font-size: 12px;
	margin: 14px 0px 0px 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	list-style-position: inside;
	list-style-type: disc;
	}
.clear {
	clear: both;
	}
/*Navigation section*/
#nav {
	background-color:#ffffff;
	width: 1050px;
	height: 19px;
	text-align:center;
	letter-spacing: -0.05em;
	border-top: 1px solid #000000;
	color: #000000;
	margin: 0px auto;
	padding-top: 2px;
}

a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #899a1f;
	text-decoration: none;
}
.link{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

/*Info*/
#info {
	width:1050px;
	background:#333333;
	color: #FFFFFF;
	text-align:right;
	font-weight: normal;
	padding: 7px 10px 0px 0px;
	height: 22px;
	overflow: hidden;
}
.hl {
	color: #cce821;
	font-weight:bold;
}
#info .hl {
	margin: 0px 2px 0px 10px;
}
#content {
	width:1058px;
	height: 451px;
	background-color: #FFFFFF;
	border-top: 3px solid #FFFFFF;
	background-image: url(content_left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
}

#content_left {
	float: left;
	margin: 0px;
	width: 233px;
	height: 450px;
	text-align: right;
	color: #cce821;
	font-weight: bold;
	padding: 0px;
}


#content_left a:link,
#content_left a:active,
#content_left a:visited {
	color: #cce821;
	font-weight: bold;
	margin-right: 10px;
}
#content_left a:hover {
	color: #FFFFFF;
}
#content_right {
	float: right;
	margin: 0px;
	width: 825px;
	height: 450px;
	text-align: right;
	background-position: top right;
	background-repeat: no-repeat;
}
#text {
	margin: 0px auto 0px 5px;
	padding: 0px;
	text-align: left;
	width: 500px;
	float: left;
}
#title {
	color: #cce821;
	font-size: 16px;
	font-weight: bold;
	float: left;
	margin-left: 241px;
}

/* Home Section */
.Home #content_left {
	float: left;
	margin: 0px;
	width: 740px;
	height: 450px;
}
.Home #content_right {
	width: 314px;
	background-color: #333333;
}
.Home #text {
	width: 293px;
	height: 293px;
	color: #FFFFFF;
	margin: 0px auto 0px 5px;
}
#img_home {
	border-top: 3px solid #FFFFFF;
}

/* About us section */ 
.About #text { width:450px; }
.About #content_right { background-image: url(about_img.jpg); }
.About .img {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
/*Testimonials section*/
.Testimonial #text { width:810px; }
.Testimonial #content_right { background-image: url(testimonial_bg.jpg); background-position: bottom right;}

/*Commercial mowing section*/
.ComMow #text { width:620px; }
.ComMow #content_right { background-image: url(commow_bg.jpg); }
.ComMow #title { margin-left: 15px; }

/*Services section*/
.Services #text { width:450px; }
.Services #content_right { background-image: url(services_img.jpg); }

/*Irrigation section*/
.Irrigation #text { width:810px; }
.Irrigation #content_right { background-image: url(irrigation_bg.jpg); }
.Irrigation #title { margin-left: 15px; }

/* Landscaping Commercial */
.Land_Com #text { width:450px; }
.Land_Com #content_right { background-image: url(landcom_bg.jpg); }

/* Landscaping Residential */
.Land_Res #text { width:450px; }
.Land_Res #content_right { background-image: url(landres_bg.jpg); }

/*Contact section*/
.Contact #text { width:810px; }
.Contact #content_right { background-image: url(testimonial_bg.jpg); background-position: bottom right;}
