/* reset (borrowed from http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/) */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	margin: 8px 8px 300px 8px;
	background: url("../images/common/background.gif") #0c5521 no-repeat 8px 8px;
	color: #c2e0f9;
}
a {
	color: #c2e0f9;
}
h1, h2, h3, h4 {
	color: #daa022;
}
h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: lighter;
}
h2 {
	font-size: 18px;
}
p {
	margin-bottom: 14px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* layout */
#page {
	margin: 0;
	text-align: left;
	width: 889px;
	min-width:889px;
	font: 14px Verdana, sans-serif;
}
.page-body {
	margin:auto;
	text-align:left;
}
#hdr {
	height:151px; 
	margin:0px; 
}
#logo {
	float: left;
}
#hdr-nav {
	margin-left: 254px;
	padding: 19px 0 0 0;
}
#hdr-tag {
	text-alight: right;
	font-size: 14px;
	margin-bottom: 10px;
}
#hdr-phone {
	text-align: right;
	font-size: 19px;
	margin-bottom: 10px;
}
#hdr-nav ul li {
	float: left;
}
#main-wrapper {
	float: right;
	margin-left: -25em;
	width: 100%;
}
.main {
	margin-left: 249px;
	float: none;
	width: auto;
	position: static;
}
#sidebar {
float:left;
padding-right:1em;
padding-top:83px;
position:relative;
width:200px;
}
#ftr {
	clear: both;
}
.blue {
	color: #c2e0f9;
}
.yellow {
	color: #daa022;
}
#home-headline {
	margin-top: 23px;
	margin-bottom: 5px;
}
#home-banner {
	padding-bottom: 10px;
}
.leftimg {
	margin-bottom: 44px;
}
.leftimg:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.leftimg_img {
	float: left;
}
.leftimg_txt {
	margin-left: 181px;
}
.leftimg_txt h3 {
	line-height: .75em;
}
.leftimg_txt p {
	margin: 0;
}
img#home-lift {
	margin-top: 20px;
}
img#tree_pruning_before-after {
	display: block;
	margin-bottom: 10px
}
ul.block-list {
	list-style: square;
	margin-left: 35px;
}
ul.block-list li strong,
sidebar.block-list li p {
	color: #c2e0f9;
}

