@charset "UTF-8";
/* CSS Document */
.sidebar2 {
	float: left;
	width: 20%;
	margin-top:-700px;
	z-index:1;
	position:absolute;
	
}

.sidebar2_b {
	float: left;
	width: 20%;
	margin-top:-743px;
	z-index:1;
	position:absolute;
	
}

.sidebar2_THANKS {
	float: left;
	width: 20%;
	margin-top:-573px;
	z-index:1;
	position:absolute;
	
}

.tree_header{
	border:none;
}

.tree_header_B{
	border:none;
	margin-bottom:-600px;
	padding-bottom:-600px;
	z-index:-9999;
	position:absolute;
}

ul.nav {
	list-style: none; /* this removes the list marker */
	margin-bottom: 5px; /* this creates the space between the navigation on the content below */
	margin-top:0px;
	margin-right:200px;
	margin-left:-2px;
}
ul.nav li {
}

ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 5px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
	color: #000;
}


.aboutUs a {
 outline: none;
 text-indent: -5000px ;
 border:none;
 height:28px;
 margin:0px;
 width:104px;
 padding:0px;
 background:url(assets/aboutUs_button.png) 0 0 no-repeat;
 }

 .aboutUs a:hover {
 background-position: -104px 0;
 }

 .aboutUs a:active {
 background-position: -104px 0;
 }


.services a {
 outline: none;
 text-indent: -5000px ;
 border:none;
 height:28px;
 width:104px;
 margin:0px;
 padding:0px;
 background: url(assets/services_button.png) 0 0 no-repeat;
 }

 .services a:hover {
 background-position: -104px 0;
 }

 .services a:active {
 background-position: -104px 0;
 }


.clients a {
 outline: none;
 text-indent: -5000px ;
 border:none;
 height:28px;
 width:104px;
 margin:0px;
 padding:0px;
 background: url(assets/clients_button.png) 0 0 no-repeat;
 }

 .clients a:hover {
 background-position: -104px 0;
 }

 .clients a:active {
 background-position: -104px 0;
 }


.news a {
 outline: none;
 text-indent: -5000px ;
 border:none;
 margin:0px;
 width:104px;
 height:28px;
 padding:0px;
 background: url(assets/news_button.png) 0 0 no-repeat;
 }

 .news a:hover {
 background-position: -104px 0;
 }

 .news a:active {
 background-position: -104px 0;
 }


.connect a {
 outline: none;
 text-indent: -5000px ;
 border:none;
 margin:0px;
 width:104px;
 height:28px;
 padding:0px;
 background: url(assets/connect_button.png) 0 0 no-repeat;
 }

 .connect a:hover {
 background-position: -104px 0;
 }

 .connect a:active {
 background-position: -104px 0;
 }
 

/*-------------------------contact form--------------------------------------*/

#contact-area{
	float:left;
	width:63%;
}
#contact-area p{
	color:#000;

}

#contact-area input, #contact-area textarea {
	float:right;
	width: 44%;
	margin: 0px 0px 0px 0px;
	border: 2px solid #533019;
	margin-right:20px;
}

#contact-area textarea {
	height: 90px;
	
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #429538;
}

#contact-area input.submit-button {
	width: 100px;
	border: 2px solid #000;
}

label {
	text-align: right;
	padding-top: 5px;
	font-size: .9em;
	
}
.label_top {
	color:#0FF;
	margin-top:10px;
	
}
.smallBR{
	line-height:7px;
}

#contactLeft{
	padding-right:5px;
}

#contactLeft p{
	font-size: .9em;
}

#contactLeft a{
	text-decoration:none;
}

#contactLeft a:hover{
	text-decoration:underline;
}
#contactLeft img{
	margin:0px;
	padding:0px;
}

.bumpleft{
	margin:0px;
	padding:0px;
	margin-left:-3px;
}

#background{
	height:110%;
}

.plantGrowShare_tree{
	float:right;
}