/*** RESET STYLES ***/
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #000000;
	background-image: url('/images/body-bg.jpg');
	background-repeat: repeat-x;
	background-color: #77a540;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
	margin: 0px 0px 15px 30px;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
blockquote {
	margin: 0px 0px 10px 30px;
}
p, td {
	font-size: 13px;
	margin-bottom: 10px;
	line-height: 1.2em;
}
td {
	padding: 5px;
	margin: 1px;
	border: solid 1px #CCCCCC;
}
h1 {
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #8ab058;
}
h2 {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #8ab058;
}
h3 {
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #8ab058;
}
li {
	font-size:13px;
	margin-bottom: 10px;
	line-height: 1.2em;
	list-style-type: circle;
}
a, a:visited {
	text-decoration: none;
	color: #6898ae;
}
a:hover {
	text-decoration: none;
	color: #507d94;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

/*** Container Styles (in order of appearance in code) ***/
#main {
	width: 1076px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 100%;
	margin-left: 62px;
}
#header {
	position: relative;
	width: 940px;
	height: 152px;
}
#logo {
	position: absolute;
	top: 0px;
	left: 11px;
}
#tagline {
	position: absolute;
	left: 230px;
	top: 75px;
	color: #77a540;
	font-size: 30px;
	font-family: "Times New Roman", Times, FreeSerif, serif;
}
#cart_box {
	position: absolute;
	top: 6px;
	right: 10px;
	width: 180px;
	height: 21px;
	padding: 7px 0px 0px 40px;
	background-image: url('/images/cart-box-bg.jpg');
	background-repeat: no-repeat;
}
#cart_box a {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 13px;
}
#nav {
	position: absolute;
	bottom: 3px;
	left: 10px;
}
#nav p {
	font-size: 13px;
	font-weight: bold;
	color: #7f7f7f;
}
#nav a {
	color: #7f7f7f;
}
.nav_selected {
	color: #77a540 !important;
}
#nav a:hover {
	color: #7fadc4 !important;
}
#subnav {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#subnav li {
	padding-left: 15px;
	background-image: url('/images/subnav-arrows.jpg');
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	background-position: 0 3px;
	list-style-type: none;
}
#subnav a {
	color: #6898ae;
}
.subnav_selected, #subnav a:hover {
	color: #5a8193 !important;
}
#secondary_subnav {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#secondary_subnav li {
	padding-left: 30px;
	list-style: none;
	background: none;
	font-weight: bold;
	font-size: 14px;
}
#secondary_subnav a {
	color: #8ab058;
}
.secondary_subnav_selected {
	color: #5a7734 !important;
}
#third_tier_subnav {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#third_tier_subnav li {
	padding-left: 40px;
	list-style: none;
	background: none;
	font-weight: bold;
	font-size: 12px;
}
#third_tier_subnav a {
	color: #8ab058;
}
.thirdtier_subnav_selected {
	color: #5a7734 !important;
}
#tree_top {
	position: absolute;
	bottom: 0px;
	right: -77px;
	width: 83px;
	height: 62px;
	background-image: url('/images/tree-top.jpg');
	background-repeat: no-repeat;
}
#tree_wrapper {
	width: 1082px;
	background-image: url('/images/sub-tree-bg.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;	
}
#content_wrapper_home {
	position: relative;
	background-image: url('/images/content-bg.jpg');
	background-repeat: repeat-y;
	width: 100%;
}
#content_wrapper {
	position: relative;
	background-image: url('/images/content-bg-sub.jpg');
	background-repeat: repeat-y;
	width: 100%;
}
#content_left_shadow {
	float: left;
	width: 6px;
	height: 26px;
	background-image: url('/images/content-left-shadow.jpg');
}
#content_wrapper_top {
	width: 946px;
	height: 26px;
	background-color: #FFFFFF;
	background-image: url('/images/content-wrapper-header-tab.jpg');
	background-repeat: no-repeat;
}
#content_wrapper_top h2, #content_wrapper_top a, #content_wrapper_top a:hover {
	color: #FFFFFF;
	margin: 0px;
	font-size: 14px;
}
#content_home {
	float: left;
	width: 940px;
	min-height: 724px;
	_height: 724px;
}
#content_home p {
	font-size: 11px;
}
#content_home_relative {
	position: relative;
	width: 100%;
	height: 100%;
}
#content_home_relative h2 {
	color: #77a540;
	font-weight: bold;
	font-size: 16px;
}
#home_intro_box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 461px;
	height: 227px;
	padding: 22px 15px 0 0;
	background-image: url('/images/intro_box_bg.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
}
#home_intro_box h2 {
	color: #7fadc4;
}
#home_quotebox {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 404px;
	height: 199px;
	padding: 25px 45px 15px 15px;
	background-image: url('/images/quotebox_bg.jpg');
	background-repeat: no-repeat;
}
#home_quotebox p {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
}
#home_resources_box {
	position: absolute;
	top: 239px;
	right: 0px;
	width: 449px;
	height: 383px;
	padding: 10px 15px 0px 0px;
	background-image: url('/images/resources_box_bg.jpg');
	background-repeat: no-repeat;
}
.resources_hr {
	width: 452px;
	height: 1px;
	overflow: hidden;
	background-color: #d5e5ed;
	margin-bottom: 10px;
}
#home_advertise_box {
	position: absolute;
	top: 632px;
	right: 0px;
	width: 414px;
	height: 82px;
	padding: 10px 40px 0px 10px;
	background-image: url('/images/advertise_box_bg.jpg');
	background-repeat: no-repeat;

}
#home_advertise_box h2 {
	color: #7fadc4;
}
#home_greenpractice_box{
	position: absolute;
	top: 249px;
	left: 0px;
	width: 157px;
	height: 172px;
	padding: 0px 10px 10px 70px;
	background-image: url('/images/home_greenpractice_bg.jpg');
	background-repeat: no-repeat;
}
#home_assesspractice_box {
	position: absolute;
	top: 249px;
	left: 237px;
	width: 157px;
	height: 172px;
	padding: 0px 10px 10px 70px;
	background-image: url('/images/home_assesspractice_bg.jpg');
	background-repeat: no-repeat;
}
#home_news_box {
	position: absolute;
	left: 10px;
	top: 431px;
	width: 436px;
/*	height: 128px;*/
	height: 205px;
	padding: 10px;
	border-top: 1px solid #d5e5ed;
/*	border-bottom: 1px solid #d5e5ed;*/
}
#home_blog_box {
	position: absolute;
	left: 238px;
	top: 431px;	
	width: 208px;
	height: 128px;
	padding: 10px;
	border-top: 1px solid #d5e5ed;
	border-bottom: 1px solid #d5e5ed;
}
#home_products_box {
	position: absolute;
	left: 0px;
	top: 581px;
	width: 386px;
	height: 120px;
	padding: 10px 15px 10px 75px;
	background-image: url('/images/home_products_bg.jpg');
	background-repeat: no-repeat;
}
#slideshow {
	position: relative;
	width: 404px;
	height: 199px;
}
#slideshow p {
	font-size: 17px;
}
#slideshow div {
	position: absolute;
	width: 404px;
	height: 169px;
	top: 0;
	left: 0;
	z-index: 8;
	background-color: #9ac0d3;
}
#slideshow img {
	padding-left: 15px;
}
#slideshow div.active {
	z-index: 10;
}

#slideshow div.last-active {
	z-index: 9;
}
#left_sidebar {
	float: left;
	width: 200px;
	min-height: 660px;
	_height: 660px;
	margin-left: 6px;
	padding: 15px;
	background-image: url('/images/sidebar-background.jpg');
	background-repeat: repeat-x;
	border-top: solid 2px #7fadc4;
}
#main_content_wrapper {
	float: left;
	width: 710px;
	background-image: url('/images/small-tree-overlap.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
	border-top: 2px solid #7fadc4;
}
#content {
	float: left;
	width: 440px;
	min-height: 690px;
	_height: 690px;
	padding: 20px;

}
#right_sidebar {
	float: left;
	width: 200px;
	min-height: 660px;
	_height: 660px;
	padding: 15px;
}
#tree_main {
	float: left;
	background-image: url('/images/tree-main.jpg');
	background-repeat: no-repeat;
	width: 136px;
	height: 724px;
}
#tree_sub {
	float: left;
	width: 130px;
	height: 100%;
	background-color: #CCCCCC;
}
#footer {
	margin: 3px 0px 30px 0px;
	clear: both;
	height: 35px;
	padding: 3px 0px 0px 0px;
	width: 100%;
	background-color: #7fadc4;
	overflow: hidden;
}
#footer p, #footer a {
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
	margin-bottom: 3px;
}

/*** Universal Classes ***/
.border {
	border: solid 1px #CCCCCC;
}
.horiz {
	height: 1px;
	width: 100%;
	overflow: hidden;
	background-color: #6898ae;
	margin-bottom: 15px;
}
.sidebar_line {
	height: 1px;
	width: 200px;
	background-color: #7fadc4;
	overflow: hidden;
	margin-bottom: 15px;
}
.centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.floatleft_pic {
	float: left;
	margin: 0px 15px 15px 0px;
}
.floatright_pic {
	float: right;
	margin: 0px 0px 15px 15px;
}
.clearboth {
	clear: both;
}
