@import "base.css";

/* Layout
---------------------------------------- */
html { margin-bottom:1px; min-height:100%; background:url(../images/body_bg.jpg) top left repeat-x;}
body {
	overflow-y:scroll;
}
.wrap { margin-bottom:-20px!important;
 }

/* 0 & Intro
---------------------------------------- */
.header { 
	height:385px; 
	width:870px;	
	margin: 0 auto;
	position:relative;
	}

body#home, body#blog	{ background:url(../images/header_home.jpg) no-repeat top center; }	
body#lawns      		{ background:url(../images/header_lawns.jpg) no-repeat top center; }	
body#ornamental 		{ background:url(../images/header_ornamentals.jpg) no-repeat top center; }	
body#pestcontrol 		{ background:url(../images/header_pestcontrol.jpg) no-repeat top center; }	
body#lakes      	 	{ background:url(../images/header_lakes.jpg) no-repeat top center; }	
body#contact     		{ background:url(../images/header_contact.jpg) no-repeat top center; }	
	
ul.nav {
	position:absolute;
	bottom:30px;
	width:100%;
	margin-left:59px; /* Was 90px before blog */
	}
ul.nav li {
	display:inline;
	text-transform:uppercase;
	}
ul.nav li a {
	background:#ECE7BC url(../images/navshad.gif) no-repeat scroll right top;
	color:#666666;
	float:left;
	font-size:110%;
	margin:0pt 0pt 0pt 3px !important;
	padding:7px 14px 6px 12px;
	white-space:nowrap;
	}
ul.nav li a:hover {
	background:#666666 url(../images/navshad.gif) no-repeat scroll right -75px;
	color:#FFFFFF;
	}
ul.nav li a.active {
	background:#666666 url(../images/navshad.gif) no-repeat scroll right -75px;
	color:#FFFFFF;
	}
	
	
.twocollefta { 
	margin-bottom:0;
	background: url(../images/twocol_bg.jpg) 0 0 repeat-y;
	padding-bottom:30px;
	}
.leaves { 
	background: url(../images/leaves.jpg) 0 0 no-repeat !important;
	display:inline-block;
	min-height:538px;
	}			
	
.twocollefta .column.first ul { margin-left:0; }	
.twocollefta .column.first ul li { 
	border-bottom:1px solid #ccc;
	background:url(../images/arrow.png) no-repeat center left;
	text-indent: 18px;
	line-height:17px;
	}	
.twocollefta .column.first ul li:hover { 
	background-color:#f8f8f8;
	}	
.twocollefta .column.last {
	padding-right:50px; 
	}	
	
.twocollefta .column.last img{
	padding:5px;
	margin:6px;
	border:1px solid #ccc; 
	}				

/* Footer
---------------------------------------- */	
.footer {
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
  	width: 869px;
	margin: 0 auto;
	text-align:center;
	font-size:11px;
	color:#333;
	padding-top:20px;
/*	background: url(../images/footer_bg.jpg)top right no-repeat;
*/	background:url(../images/footer_bg.jpg) top left no-repeat;
	
	height:150px;
	}
	
	* html .footer {
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
  	width: 869px;
	margin: 0 auto;
	text-align:center;
	font-size:11px;
	color:#333;
	padding-top:20px;
/*	background: url(../images/footer_bg.jpg)top right no-repeat;
*/	background:url(../images/footer_bg2.jpg) top left no-repeat;
	
	height:150px;
	}
.footer li {
	color:#333;
	text-transform: uppercase;
	}		
.footer a {
	color:#333;
	}	
	
	#contactbox {
		
	margin-left:100px;
	}
	#contactbox .img {
	float:left;
	}
body#blog #sidebar {
	float:right;
/*	margin-right:40px;*/
	width:202px;
	min-height:600px;
	background:url(../images/sidebar.jpg) top left no-repeat;
}
body#blog #content {
	float:left;
/*	margin-left:40px;*/
	width:550px;
}
#blog h3 {
	font-size:17px;
	font-weight:normal;
	margin-bottom:18px;
}
#blog h2 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:18px;
}
#blog h1 {
	font-size:19px;
	font-weight:bold;
	margin-bottom:18px;
}
.clearfix {
	background:url(../images/blank.jpg) 0 0 no-repeat;
	padding-top:30px;
	width:870px;
}
#blog .clearfix {
	width:790px;
	padding-left:40px;
	padding-right:40px;
}
#sidebar li {
	clear:both;
	list-style-type:none;
}
input#s {
width:168px; margin:0;padding:0;border:1px solid #ccc;background-color:#ddd;padding:4px;
}
#searchsubmit {
	border:1px solid #ccc;
	float:right;
	margin-bottom:10px;
	margin-top:4px;
	padding:4px;
}
.wrap ul {
	list-style:disc inside;
}

.centered, .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:7px;
}
.alignright {
	float:right;
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

.alignleft {
	float:left;
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}