html {
	width:100%;
}

body {
	font-size:62.5%;
	font-family: 'trebuchet ms', trebuchet, 'lucida sans unicode', 'lucida grande', 'lucida sans', arial, sans-serif;
	background: #220a01 url(../images/footer_repeat.gif) bottom left repeat-x;
	position:relative;
	padding-bottom:210px;
	width:100%;
}

#wrapper {
	width:100%;
	min-width:1025px;
	background: #ffffff url(../images/header_repeat.jpg) top left repeat-x;
}

h1 {
	font-size:2.4em;
	color:#381b07;
	font-weight:bold;
	letter-spacing:.1em;
}

.green1 {
	color:#9d9c51;
}

#inner-wrapper p.brown {
	color:#381b07;
	font-style:italic;
	text-align:right;
}

.right {
	float:right;
}
.left {
	float:left;
}

.center {
	text-align:center;
	margin-bottom:10px;
}

a {
	color:#381b07;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}


/* ****************** HEADER ************************** */

#header {
	background: url(../images/header.jpg) top left no-repeat;
	height: 286px;
	position:relative;
}

#logo {
	display:block;
	width:277px;
	height:118px;
	text-indent: -2000px;
	background: url(../images/logo.png) top left no-repeat;
	position: absolute;
	left:90px;
	top: 20px;
}

#newsletter {
	position:absolute;
	top:7px;
	left:510px;
	background: url(../images/newsletter_bg.jpg) bottom left no-repeat;
	display:block;
	width:383px;
	height:55px;
}

#newsletter p {
	font-size: 1.2em;
	font-weight:bold;
	color: #955621;
	position:absolute;
	top:0;
	left:0;
}

#newsletter label {
	color:#ffffff;
	position:absolute;
	top:25px;
	left:10px;
	font-size:1.2em;
}

#mc-embedded-subscribe {
	position:absolute;
	bottom:0;
	right:0;
}

#mce-EMAIL {
	position:absolute;
	left:85px;
	top:25px;
	background-color:transparent;
	font-size:1.2em;
	color: #ffffff;
	border:0;
}

#header h2 {
	color:#381b07;
	font-size:2.4em;
	font-weight:bold;
	position:absolute;
	top: 160px;
	left:435px;
	z-index:400;
}

#header h2 a {
	color:#381b07;
	text-decoration:none;
}

#header h2 a:hover {
	color:#955621;
}

/* **** TOP NAVIGATION ********* */

#navigation {
	position:absolute;
	top:100px;
	left:475px;
	color:#ffffff;
	z-index:500;

}
#navigation li {
	display:block;
	float:left;
	width:104px;
	height:19px;
	padding-top:5px;
	text-align:center;
	position:relative;
	font-size:1.4em;
	font-weight:bold;
}

#navigation li.current {
	background:url(../images/topnav_hover.gif) center center no-repeat;
}

#navigation li a {
	text-decoration:none;
	color:#ffffff;
	display:block;

}

#navigation li a:hover {
}

/*  go to javascript 

#navigation li:hover ul {
	left:20px;
} add left -2000px to next

*/

#navigation li ul {
	display:block;
	height:auto;
	width: 120px;
	padding-bottom:56px;
	background: url(../images/dropdown_bg.png) bottom center no-repeat;
	z-index:501;
	position:absolute;
	top:22px;
	padding-left:7px;
}

#navigation li ul li {
	display:block;
	float:none;
	text-align:left;
	font-size:.7em;
}

#navigation li ul li a {
	display:block;
	float:none;
	background-image:none;
}

#navigation li ul li a:hover {
	background-image:none;
	color:#955621;
}

/* ***************HOMEPAGE***************** */

#mid_home {
	width:910px;
	padding-left:90px;
	position:relative;
	min-height:275px;
}

#mid_home h1 {
	margin:10px 0;
}

#mid_home p {
	width:320px;
	color:#955621;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.6em;
}

#home_graphic {
	position:absolute;
	top:-85px;
	right: 0;
}

#lower_home {
	width:910px;
	padding-left:90px;
	position:relative;
	min-height:275px;
}

#recent_projects {
	width:535px;
	background: url(../images/recent_projects_top.gif) top left no-repeat;
	padding-top:55px;
	margin-top:20px;
	position:relative;
	float:left;
}

#recent_projects_footer {
	background: url(../images/recent_projects_bottom.gif) bottom left no-repeat;
	padding-bottom:10px;
}

.recent_proj {
	text-align:center;
	width:228px;
	padding:20px;
}

#rp1 {
	float:left;
}

#lower_home:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.recent_proj:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#rp2 {
	margin-left:256px;
}

.recent_proj h3 {
	color:#2e6907;
	font-weight:bold;
	font-size:1.4em;
	padding: 5px 0;
}

.recent_proj p {
	color:#381b07;
	line-height:1.3em;
}

.recent_proj img {
	background: url(../images/recent_projects_img_bg.gif) center center no-repeat;
	padding:9px;
}

#news {
	margin-left: 545px;
	width:366px;
	background: url(../images/news_bg.gif) bottom left no-repeat;
	padding-bottom:50px;
}

#news h2 {
	display:block;
	width:366px;
	height:140px;
	text-indent: -2000px;
	background: url(../images/news_header.jpg) top left no-repeat;
}

.news_date {
	background: url(../images/date.jpg) top left no-repeat;
	text-align:center;
	width:64px;
	height:74px;
	display:block;
	color:#ffffff;
	padding-top:10px;
	float:left;
}

.month {
	font-size:1.4em;
}
.day {
	font-size:2em;
}

.news_read {
	margin-left:74px;
	width:290px;
	background: url(../images/news_break.gif) bottom right no-repeat;
	padding-bottom:6px;
	margin-bottom:8px;
	min-height:108px;
	overflow:auto;
}

.news_read h4 {
	color:#381b07;
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:7px;
}

.news_read p {
	color:#9c9c4f;
	font-size:1.1em;
	line-height:1.3em;

}

.news_read img {
	background: url(../images/news_image_bg.gif) center center no-repeat;
	padding:5px;
}

.news_read img.left {
	margin-right:5px;
}

.news_read.last-child {
	background-image:none;
}


	
	

/* FOOTER ********** */

#footer p {
	clear:both;
	position:absolute;
	left:90px;
	bottom:15px;
	color:#9d9c51;
}

#footer a {
	color:#9d9c51;
}

#footer_image {
	position:absolute;
	bottom:0;
	left: 732px;
}

/* **************INNER PAGE COMMON STRUCTURE********* */

#inner-nav {
	float:left;
	margin-left:210px;
	border-right: 1px solid #220a01;
	width: 130px;
	padding-bottom: 30px;
	text-align:right;
	font-size:1.2em;
	font-weight:bold;
}

#inner-nav li {
	padding: 5px 10px 5px 0;
	color: #ffffff;
	margin-bottom:12px;
}

#inner-nav li.current {
	background-color:#220a01;
}

#inner-nav li a {
	color: #955621;
	text-decoration:none;
	display:block;
	width:120px;
	padding: 5px 10px 5px 0;

}

#inner-nav li a:hover {
	background-color:#220a01;	
	color:#ffffff;
}

#inner-wrapper {
	width: 610px;
	margin-left: 360px;
}

#inner-wrapper h1 {
	border-bottom: 1px solid #220a01;
	margin-top:0;
	padding-top:0;
	padding-bottom:8px;
	margin-bottom:16px;
}

#inner-wrapper p {
	color:#9d9c51;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.8em;
	padding-bottom:5px;
}

#inner-wrapper h2 {
	color: #b1702e;
	font-size: 1.8em;
	font-weight:bold;
	margin-bottom:10px;
	padding-top:10px;
}

#inner-wrapper div.tips h2, #inner-wrapper div.portfolio h2, #inner-wrapper div.heads h2{
	background: url(../images/header_graphic.gif) top left no-repeat;
	display:block;
	height:33px;
	padding-top:15px;
	padding-left:55px;
}


/* LET's MAKE DROP SHADOWS */



.dropshadow {
	border: 4px solid #ffffff;
}


.wrap0, .wrap1, .wrap2, .wrap3 {
  display:inline-table;
  /* \*/display:block;/**/
}
.wrap0 {
  float:left;
  background:url(../images/Shadow.gif) right bottom no-repeat;
}
.wrap1 {
  background:url(../images/Shadow180.gif) no-repeat;
}
.wrap2 {
  background:url(../images/Corner_bl.gif) -18px 100% no-repeat;
}
.wrap3 {
  padding:10px 14px 14px 10px;
  background:url(../images/Corner_tr.gif) 100% -18px no-repeat;
}


/* ODD STUFF */

.tips, .h2float, .portfolio, .media {
	background: url(../images/inner_break.gif) bottom center no-repeat;
	padding-bottom:12px;
	margin-bottom:12px;
}

.portfolio {
		width:610px;
}

#inner-wrapper h2.plant {
	display:block;
	width:455px;
	height:55px;
	padding-left: 170px;
	padding-top: 75px;
}

#insect {
	background:url(../images/insect.jpg) top left no-repeat;
}

#fertilization {
	background:url(../images/fertilization.jpg) top left no-repeat;
}

#treepruning  {
	background:url(../images/treepruning.jpg) top left no-repeat;
}

#treepreservation  {
	background:url(../images/treepreservation.jpg) top left no-repeat;
}

#treeconsultation  {
	background:url(../images/treeconsultation.jpg) top left no-repeat;
}

#treeremoval  {
	background:url(../images/stumpremoval.jpg) top left no-repeat;
}

#landclearing  {
	background:url(../images/landclearing.jpg) top left no-repeat;
}

#lightning  {
	background:url(../images/lightning.jpg) top left no-repeat;
}

#emergency  {
	background:url(../images/emergencycare.jpg) top left no-repeat;
}

.zemText, .zemTextarea {
	color:#9D9C51;
	margin: 10px 0 5px 0;
}

.indent {
	padding-left:170px;
}


/* SELF CLEARING FLOATS */

#inner-wrapper div.portfolio:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}



.h2float {
	min-height:250px;
}


#newslink {
	background-color:#220A01;
	margin-left:70px;
	padding: 4px;
	text-align:center;
	color:#ffffff;
	display:block;
	width:290px;
}
