@charset "UTF-8";
/* CSS Document */

/* reset */
body, p, h1, h2, h3, h4, h5, h6, a, div, blockquote, cite, a img, address {
margin: 0; padding: 0; text-indent: 0;
border: none; outline: none;
text-decoration: none; font-size: 100%; font-weight: normal; font-style: normal;
list-style: none;
}
img {
padding: 10px;
}
table, td, tr, tbody, thead, th, caption {
	border-spacing: 0; border: none; border-collapse: separate;
	vertical-align: top; text-align: left;
	font-weight: normal;
}
p, ul, ol { margin-bottom: 10px;  }
h1, h2, h3, h4, h5, h6 { margin-bottom: 5px; }
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.0em; }
h4, h5, h6 { font-size: 1em; }

/*****************  TYPOGRAPHY   ********************/

body { font-size: 0.9em; background: #fff url(''); background-position: top left; color: black; font-family: Trebuchet, sans-serif; }

a, a:visited {
	color: #01284a;
}
a:hover, a:active {
	color: #d7ae85;
	text-decoration: underline;
}


/*****************   MENU - SELECTED STAES   ********************/

body.home a#nav-home,
body.about  a#nav-about,
body.about_why a#nav-about_why,
body.about_aff a#nav-about_aff,
body.about_staff a#nav-about_staff,
body.about_hist a#nav-about_hist,
body.about_test a#nav-about_test,
body.about_proj a#nav-about_proj,
body.arbor  a#nav-arbor,
body.arbor_health  a#nav-arbor_health,
body.arbor_main  a#nav-arbor_main,
body.arbor_prob  a#nav-arbor_prob,
body.arbor_tip  a#nav-arbor_tip,
body.newsletters  a#nav-newsletters,
body.contact  a#nav-contact {
	color: #9b9d9b;
	border: 0px;
	font-weight: bold;
	}




/*****************  FORMS   ********************/
form, fieldset, input { margin : 0; padding : 0; }

form {
	width: 38em;
	margin-left: 5px;
}

form p {
	font-size: 100%;
	padding: 2px;
	margin: 0;
}

/* fieldset styling */
fieldset {
	margin: 1em; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #e2e2e2;
}

/* legend styling */
legend {
	font-weight: bold;
	color: #0567ae;
}

/* style for  labels */
label {
	float: left;
	width: 14em;
}

/* style for required labels */
label .required {
	font-size: 0.9em;
	font-style: normal;
	color: red;
}

label.error, input.submit { color: #F00; margin: 5px 0 0 0; }

input {
	width: 225px;
}

input.radio, input.submit {
	width: auto;
}

textarea {
	width: 225px;
	height: 100px;
	padding:0;
} 

/*****************  SUBMIT   ********************/

form div input {
	width: 100px;
	margin-top:5px;
	margin-left: 170px;
	padding: 0 .25em;
	background-color: #0567ae;
	color: #fff;
	text-transform: uppercase;
	font-size: 90%;
}

/* apply style to div's containing other floating elements - FLOAT CHILDREN LEFT AND CLEAR NONE */
.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.group { display: block; }

/*****************  END OF DEFAULT   ********************/

#main {
	margin: 0px auto 0;
	padding: 0 0 0 0;
        height: 100%;
}
ul {
	font: 10px Arial, Helvetica, sans-serif;
	/*color: #000;*/
	margin: 0;
}
li {	list-style-image: url("../images/design/check.png");	
	/*color: #000;*/
}

/*****************   LOGO PLACEMENT   ********************/

#header h1 a {
	display: block;
	width: 200px;
	height: 100px;
	text-indent: -5000px;
	outline: none;
	float: left;
}
#header h2 {
	float: right;
	padding: 30px 105px 0 0;
	font-size: 1.8em;
	font-weight: bold;
}
#header p {
	float: right;
	padding: 0px 105px 0 0;
	margin: 0;
	font-size: 1.3em;
}
#description {
	float: left;
	padding: 40px 0 0 10px;
	display: block;
	width: 400px;
	height: 75px;
}
#description p{
	font-size: .8em;
	color: #696969;
}

/*****************   LAYOUT   ********************/
#header {
	height: 101px;
	width: 840px;
	margin: 0px auto;
	background: url('../images/header.jpg') center no-repeat;
	padding: 0px;
}
#nav-wrapper {
	height: 34px;
	width: 840px;	
	margin: 0px auto;
	background: url('../images/nav_bg.jpg') center no-repeat;
	padding: 0px;
}
#nav-wrapper ul{
	padding: 0 80px 0 0;
	margin: 0;
	float: right;
}
#nav-wrapper li a{
	font-size: 11px;
	color: #00693f;
	font-family: Georgia;
	margin-right: 10px;
}
#nav-wrapper li a:hover{
	color: #816126;
}
#nav-wrapper span{
	padding-left: 10px;
	color: #2a4738;
}
#content{
	height: 327px;
	width: 840px;
	margin: 0px auto;
	background: url('../images/content_bg.jpg') center no-repeat;
}
#content_sub{
	min-height: 327px;
	width: 840px;
	margin: 0px auto;
	background: url('../images/content_sub_bg.jpg') no-repeat;
	background position: top left;
}
#content_sub_right{
	width: 580px;
	height: 100%;
	float: right;
	color: #00693f;
	font-size: .8em;
}
/*
#content_sub_right p{
	font-size: .8em;
	color: #00693f;
padding: 0 10px 0 0;
}
*/
#content_left, #content_sub_left{
	width: 252px;
	float: left;
}
#content_left p, #content_sub_left p{
	margin: 60px 40px 0px 25px;
}
#content_left a, #content_sub_left a{
	color: #fff;
	font-size: .9em;
	text-decoration: underline;
}
#content_left a:hover, #content_sub_left a:hover{
	text-decoration: none;
}
#content_right{
	float: left;
}
#content_sub_right h1, #content_sub_right h2{
	color: #6a0c0e;
	font-family: Georgia;
	font-size:1.6em;
}

#content_sub_right ul{
	margin: 0px;
	padding: 0 0 20px 20px;
}
#content_sub_right li{
	font-size: 1.2em;
	/*color: #696969;*/
}

/*#center{
	width: 840px;
	font-size: 11px;
	color: #00693f;
	line-height: 1.3em;
	padding: 0;
	clear: both;
margin: 10px auto;
text-align:center;
height:32px;
}
.home #center {
	background: url('../images/new-callout.gif') no-repeat;	
}
#center a{
	color: #6a0c0e;
	font-family: Georgia;
	font-size:1.6em;
	text-decoration:none;
	
}
#center a:hover{
	color: #002461;
	text-decoration:none;
}
#center p{
	padding: 4px 20px 0 20px;
}
#center img{
	padding:0 10px;
	margin:0;
}
#tree_center{
	width: 840px;
	margin: 0px auto;
}
#tree_left{
	margin-right: 45px;
}
.tree{
	width:397px;
	height:160px;
	background: url('../images/tree_bg.jpg') center no-repeat;
	float: left;
}
.tree h2{
	padding: 20px 20px 0 20px;

}
.tree p{
	padding: 5px 20px 0 20px;
	color: #2a4738;
	font-size: .9em;
}
.tree ul{
	padding: 5px 20px 0 30px;
	float: left;
	margin: 0px auto;
}
.tree ul li{
	color: #2a4738;
	line-height: 1.9em;
	font-size: 1.1em;
}
*/

#bottom-content {
	width:840px;
	margin:30px auto;

}

#hp-callouts {
	margin-left: 280px;
	margin-top: 25px;
	width: 560px;
}

.maintenance {
	margin-left: 30px;
}

#tree-callouts {
	width:244px; 
	float:left;
}

#bottom-right {
	width:560px; 
	float:right;

}

.tc-content {
	margin-bottom:20px; 
	margin-top: 20px;
	background:#cecbb0;
	width: 244px;
	float: left;
}

.tc-top {
	height:29px; 
	width:244px;
	background:url(/images/callout-top.gif) 0 0 no-repeat;
}

.tc-bottom {
	height:29px; 
	width:244px;
	background:url(/images/callout-bottom.gif) 0 0 no-repeat;
}

.tc-mid {
	background:#cecbb0 url(/images/callout-bg.gif) 50% 50% no-repeat;
	min-height:140px;
	_height:140px;
	padding:0 20px;
}

.tc-content h2 {
		color: #6a0c0e;
		font-family: Georgia, serif;
}

.tc-content ul {
	font-size: 14px;
}


#ul_right {
	float: right;
	padding-right: 100px;
}
#footer {
	background: url('../images/aff.jpg') bottom left no-repeat;
	width: 840px;
	height: 66px;
	margin: 0px auto;
display: block;
overflow: hidden;
}
#footer p {
	color: #b2af99;
	font-family: Georgia, Helvetica, sans-serif;
	font-size: .7em;
	text-transform: uppercase;
	margin-top: 8px;
	margin-left: 380px;
}
#footer p.top {
	color: #b2af99;
	font-family: Georgia, Helvetica, sans-serif;
	font-size: .7em;
}
#footer a {
	color: #b2af99;
}
#footer a:hover {
	color: #6a0c0e;
	text-decoration: underline;
}
#address {
	text-align: center;
	float: left;
	width: 245px;
	height: 80px;
	border-top: 1px dotted;
	margin-top: 10px;
		text-indent: -999em;
}
#address p {
	color: #696969;
	font-family:Arial, Helvetica, sans-serif;
	
}
#phone {
	float: right;
	width: 500px;
	text-align: right;
	font-family: Georgia;
	color: #cecbb0;
	display: none;
	
	padding: 30px 40px 0 0px;
}
#phone h1 {
	margin: 0px;
	line-height: 0em;
	font-weight: normal;
	color: #cecbb0;
	font-variant: small-caps;
	
}
#phone h1 span{
	font-weight: normal;
	color: #fff;
	font-variant: small-caps;
	
}
#phone p {
	margin: 0px;
	padding: 0px;
	line-height: 0em;
	font: weight: bold;
	font-size: .7em;
	color: #cecbb0;
	font-variant: small-caps;
	
	font-weight: normal;
}
#phone a {
	margin: 0px;
	padding: 0px;
	line-height: 0em;
	font: weight: bold;
	color: #cecbb0;
	
	font-variant: small-caps;
}
.cleaner {
	clear: both;	
}


#top-email {
	display: block;
	width: 200px;
	height: 20px;
	float: right;
	margin-top: 50px;
	text-indent: -9999em;
}
