/* Witt Layout CSS */

#wrapper {
    /*background: #fff;*/
	width:857px;
	position:relative;
	left:50%;
	margin-left:-428px;
  z-index: 1;
}
/* banner area*/	

#branding {
	height:200px;
}
#logoarea {
	float:left;
	width:285px;
	background:url(../images/logo.jpg) no-repeat;
	width: 520px;
	height: 120px;
}
#straparea {
	background:url(../images/leaf_logo.png) repeat-x;
	background-position: right;
    float:right;
	width:257px; 
	height:151px;
	padding-left: 0;
}
#bannerarea {
	width: 812px;
	background-image:url(../images/banner.jpg);
	height:281px;
}
#nav {
	background-image:url(../images/bg_nav.jpg);
	background-repeat:no-repeat;
	width:812px;
	height:37px;
	position: absolute;
	top: 165px;
	left: 4px;
}
/* content*/


#content1 {
	background-color:#fff;
	width:100%;
	text-align:left;
}
#content_main2 {
	background-repeat:no-repeat;
	width:812px;
	height:100%;
	text-align:left;
}
#content_left {
	background-image:url(../images/bg_content.jpg);
	background-repeat:no-repeat;
	width:584px;
	float:left;
}
#flash {
	width:569px;
	margin:0 0 0 9px;
}
/* contact footer panel*/

.contact {
	padding-left:10px;
	line-height:200%;
	font-family:"Arial", Verdana, Trebuchet MS, sans-serif;
	letter-spacing:-1px;
	display:inline;
}
/* right panel*/


#right2 {
margin:0 0 0 4px;
	background-color:#fff;
	float:right;
	width:273px;
}

#right_top {
margin:0 0 0 4px;
	width:250px;
	background-color:#fff;
}

#right_content {
margin:0 0 0 4px;
	background-image:url(../images/bg_tree.jpg);
	background-repeat:no-repeat;
	width:260px;
	padding-bottom:15px;
}

#right_bottom {
margin:0 0 0 4px;
	
}

#right_test1 {
margin:0 0 0 4px;

	background-color:#fff;
	width:250px;
	height:100%;
}

#right_test2 {
margin:0 0 0 4px;
	
	background-image:url(../images/right_test2.jpg);
	background-repeat:repeat-y;
	width:200px;
	padding:0 30px 10px 30px;
	background-color:#fff;
}

#right_test3 {
margin:0 0 0 4px;
	
	clear:both;
	width:250px;
	background-color:#fff;
}

/* search panel*/		
		
		
#search {
	background-image:url(../images/bg_search.jpg);
	background-repeat:no-repeat;
	width:510px;
	height:198px;
	float:left;
	padding-left:5px;
	padding-top:25px;
}
/* footer panel with ie 6 hacks*/
	
	#content_footer2 {
	
	background-image:url(../images/bg_footer2.jpg);
	background-repeat:no-repeat;
	width:828px;
	padding-bottom:10px;
	padding-left:30px;
	text-align:left;
}


#content_footer {
	
	background-image:url(../images/bg_footer.jpg);
	background-repeat:no-repeat;
	width:828px;
	padding-bottom:10px;
	padding-left:30px;
	text-align:left;
}
#footer {
	
	height:300px;
}
#footer_left {
	width:330px;
	height:150px;
	float:left;
	margin:45px 0px 0 0;
}
#footer_right {
	width:130px;
	height:150px;
	float:right;
	margin:41px 25px 0 0;
}
#footer_middle {
	width:310px;
	height:150px;
	float:right;
	margin:45px 13px 0 0;
}
#email a {
	background:url(../images/nav_email_updated.jpg);
	background-repeat:no-repeat;
	width: 308px;
	height: 90px;
	float:left;
	margin: 6px 0 0 0;
	text-indent:-5000px;
}
#email a:hover {
	background-position: 0px -90px;
}
#siteby {
	clear:both;
	font-weight:bold;
	color:#fff;
	font-size:14px;
	font-style:italic;
	line-height:130%;
}
/* floats for body images if needed*/

	
#left {
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}
#right {
	float:right;
	width:630px;
}
