/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

img, div, a, input, ul, li { behavior: url("/iepngfix.htc") }

body {
   behavior: url("/csshover3.htc");
}

.curved {
border-radius: 10px;
 -moz-border-radius:10px;
 -webkit-border-radius:10px;
 behavior:url("/border-radius.htc");
}


body {
	font: 13px/1.2 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	background: #123;
	color: #333;
	font-size: 11px;
	background:url(/images/bg_horiz_repeat.gif) repeat-x center top scroll;
}

a:focus {
	outline: none;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both; 
	height: 0;
}

#wrap
{
	background:url(/images/bg_static_center.jpg) no-repeat center top scroll;
	position:relative;
	overflow:hidden;
	width:1200px;
	margin:0 auto 0 auto;
	padding:0px;

}

/* `Header
----------------------------------------------------------------------------------------------------*/

#header
{
height:400px;
margin-top:25px;
}

#logo
{
position:absolute;
height:205px;
width:440px;
top:55px;
left:40px;
}

#phone
{
position:absolute;
height:48px;
width:387px;
top:43px;
right:40px;
}

#about
{
position:absolute;
width:387px;
top:100px;
right:33px;
}

#about h2
{
font-size:28px;
text-align:left;
font-family: "Century Gothic", AppleGothic, sans-serif;
color:#92a158;
font-weight:normal;
}

#about h2 span
{
color:#016800;
}

/* `Free Estimate Section
----------------------------------------------------------------------------------------------------*/

#free_estimate
{
height:420px;
margin-top:25px;
}

#gallery_images_1
{
position:absolute;
height:391px;
width:395px;
top:10px;
left:0px;
z-index:99;
}

#free_estimate_header
{
position:absolute;
height:119px;
width:673px;
top:10px;
right:0px;
}

#free_estimate_list1
{
position:absolute;
width:220px;
right:240px;
top:150px;
text-align:left;
}

#free_estimate_list2
{
position:absolute;
width:220px;
right:0px;
top:150px;
text-align:left;
}


/* `Services
----------------------------------------------------------------------------------------------------*/

#services
{
height:1150px;
}

#services_header
{
position:absolute;
height:116px;
width:940px;
top:10px;
left:0px;
}

#services_gallery
{
position:absolute;
height:385px;
width:386px;
top:5px;
right:0px;
}

#landscaping_subhead
{
position:absolute;
height:29px;
width:215px;
top:144px;
left:0px;
}

#landscape_list1
{
position:absolute;
width:140px;
left:0px;
top:190px;
text-align:left;
}

#landscape_list2
{
position:absolute;
width:140px;
left:160px;
top:190px;
text-align:left;
}

#landscape_list3
{
position:absolute;
width:220px;
left:320px;
top:190px;
text-align:left;
}

#flagstone_subhead
{
position:absolute;
width:171px;
left:0px;
top:395px;
height:29px;
text-align:left;
}

#flagstone_list1
{
position:absolute;
width:220px;
left:0px;
top:440px;
text-align:left;
}

#retaining_walls_subhead
{
position:absolute;
width:277px;
left:240px;
top:395px;
height:29px;
text-align:left;
}

#retaining_walls_list1
{
position:absolute;
width:220px;
left:240px;
top:440px;
text-align:left;
}

#tree_service_subhead
{
position:absolute;
width:205px;
left:560px;
top:395px;
height:29px;
text-align:left;
}

#tree_service_list1
{
position:absolute;
width:220px;
left:560px;
top:440px;
text-align:left;
}

#sprinkler_systems_subhead
{
position:absolute;
width:300px;
left:240px;
top:600px;
height:28px;
text-align:left;
}

#sprinkler_systems_list1
{
position:absolute;
width:220px;
left:240px;
top:645px;
text-align:left;
}



/* `Contact
----------------------------------------------------------------------------------------------------*/


#contact_header
{
position:absolute;
height:119px;
width:781px;
top:800px;
right:0px;
}

#contact_gallery
{
position:absolute;
height:384px;
width:468px;
top:720px;
left:0px;
}

#contact_info
{
position:absolute;
width:380px;
top:950px;
right:0px;
}

#contact_info p
{
font-size:19px;
color:#016800;
text-align:left;
}

#contact_info span
{
font-size:25px;
color:#016800;
font-weight:bold;
}

#contact_info span a
{
color:#016800;
text-decoration:underline;
}

#contact_info span a:hover
{
color:#016800;

text-decoration:none;
}


/* `Headings
----------------------------------------------------------------------------------------------------*/


h1 {
	font-size: 25px;
	font-family: Georgia, serif;
	font-weight: normal;

}

h2 {
	font-size: 23px;
	padding: 20px 0 0;

}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

img.floatLeft { 
    float: left; 
    
	margin:0px 10px 10px 0;
}
img.floatRight { 
    float: right; 
     
	margin:0 0 10px 10px;
}

ol {
	list-style: decimal;
}

ul {
	list-style: none;
	margin-left:0px;
	padding-left:0px;
}

li
{
padding-left: 25px;
background-image: url(/images/arrow_bullet.png);
background-repeat: no-repeat;
background-position: 0 0;
line-height:20px;
font-size:19px;
color:#016800;
margin-bottom:10px;
}



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


a:hover {
	text-decoration: underline;
}

p {

	overflow: hidden;


}

.container_12 {
	margin-bottom: 20px;
	margin-top:0px;
}

.container_16 {
	
}

/**********footer************/

#footer
{
border-top:1px solid #1f4900;
margin-bottom:60px;
}

#footer p
{
color: #1f4900;
font-size: 11px;
}

#footer p a
{
text-decoration:underline;
color: #1f4900;
}

#footer p a:hover
{
text-decoration:none;

}

#footer div.left
{
float:left; clear:left;
width:400px;
text-align:left;
}

#footer div.right
{
float:right;
text-align:right;
width:400px;
}

/**********footer************/