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

div.clear

{
    clear: both;
    height: 0;
    line-height: 0;
}

body
{
	background: #4e6172;
	margin: 0px;
	padding: 0px;
   font:Geneva, Arial, Helvetica, sans-serif;
   font-size:.9em;

}

#container
{
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right:0px;
	width: 100%;
	min-height: 100%;
	height:auto !important;
  	height:100%;
}

#header 
{
	background: url(../images/bigtreelogo.png) no-repeat;
	padding: 23px 0 0 65px;
	margin-top:40px;
	margin-left: 17px;
	width: 80%;
	height: 100px;

}


/** top menu **/

div#listmenu { 
   width: 450px; 
   height: 50;
   float: left;                 
   font-size: 1em;
   color: #BDD09F;              
   margin: 0px 0px 0px 135px;
   text-align: center;  
   font:Geneva, Arial, Helvetica, sans-serif;
} 


div#listmenu ul {
	margin: 0px 0px 0px 2px;  
	text-align: center;       
} 

* html div#listmenu ul {
	float:left; 
   	margin-left:15px;  
}
    
* html a {
	display:block;
} 

div#listmenu li { 
   	float: left;  
	position: relative;
   	list-style-type: none;                  
	padding: 6px 21px;         
	text-align: center;
}


div#listmenu a { 
	padding:0px 6px 0px 6px;
   	text-decoration:none;     
   	color: #BDD09F;
} 
   
div#listmenu a:hover { 
   	color: #ffffff;
}

/* root element for tabs  */
ul.tabber { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:30px;
}

/* single tab */
ul.tabber li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabber a { 
	display:block;
	height: 30px;  
	line-height:30px;
	text-align:center;	
	text-decoration:none;
	color:#fff;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

ul.tabber a:active {
	outline:none;		
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabber a.current, ul.tabber a.current:hover, ul.tabber li.current a {
	cursor:default !important; 
	color:#ffffff !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabber a.w1 			{ background-position: -519px 0; width:134px; }
ul.tabber a.w1:hover 	{ background-position: -519px -31px; }
ul.tabber a.w1.current { background-position: -519px -62px; }

/* width 2 */
ul.tabber a.w2 			{ background-position: -366px -0px; width:154px; }
ul.tabber a.w2:hover 	{ background-position: -366px -31px; }
ul.tabber a.w2.current { background-position: -366px -62px; }


/* width 3 */
ul.tabber a.w3 			{ background-position: -193px -0px; width:174px; }
ul.tabber a.w3:hover 	{ background-position: -193px -31px; }
ul.tabber a.w3.current { background-position: -193px -62px; }

/* width 4 */
ul.tabber a.w4 			{ background-position: -0px -0px; width:194px; }
ul.tabber a.w4:hover 	{ background-position: -0px -31px; }
ul.tabber a.w4.current { background-position: -0px -62px; }


/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}


#horiz {

	background: url(../images/horiz.png) repeat-x;
	float:left;
	height: 9px;
	width: 100%;
	margin-top: -25px;
}

#horiz2 {

	background: url(../images/horiz.png) repeat-x;
	float:left;
	height: 9px;
	width: 100%;
	margin-top: 5px;
}


#horiz3 {

	background: url(../images/horiz.png) repeat-x;
	float:left;
	height: 9px;
	width: 100%;
	margin-top: 50px;
}

div.panes {
	margin-left:195px;
	margin-top: 45px;
	color: #fff;
	font: Verdana, Arial, Helvetica, sans-serif;
	
}


/* container for slides */
.images {
	background:#fff url(../images/h300.png) repeat-x;
	position:relative;	
	height:300px;
	width:650px;
	float:left;	
	margin:15px;
	cursor:pointer;
	
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 25px #666;
	-webkit-box-shadow:0 0 25px #666;	
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	margin:7px;
	padding:0px 0px 15px 15px;
	height:256px;
	font-size:12px;
}

/* header */
.images h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}

/* tabs (those little circles below slides) */
.tabs {
	clear:both;
	margin-left:315px;
	margin-right:0;
}

/* single tab */
.tabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../images/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.tabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.tabs a.current {
	background-position:0 -16px;     
} 	


/* prev and next buttons */
.forward, .backward {
	float:left;
	margin-top:140px;
	background: url(../images/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}

/* next */
.forward 				{ background-position: 0 -30px; clear:right; }
.forward:hover 		{ background-position:-30px -30px; }
.forward:active 	 	{ background-position:-60px -30px; } 


/* prev */
.backward:hover  		{ background-position:-30px 0; }
.backward:active  	{ background-position:-60px 0; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}


#contact
{
	background:url(../images/contactbg.png) repeat;
	width: 650px;
	height: 300px;
	color: #BDD09F;
	margin-left: 50px;
	font-size: 1em;
}

#contact p 
{
	margin: 35px 115px 35px 115px;
	line-height:2em;
	
}


#web
{
	width: 650px;
	height: 300px;
	color: #BDD09F;
	margin-left: 50px;
	font-size: 1em;
}

#web p 
{
	margin: 35px 115px 35px 115px;
	line-height:2em;
	
}


a:link 
{
	color: #fff;	
}

a:hover 
{
	color: #BDD09F;	
}

#footer
{
	background:url(../images/footergrad.png) repeat-x; 
	height: 50px; 
	width: 100%; 
	margin: 0px;
	position:absolute; 
	bottom: 0!important;
	
}

#footer p{
	font-size: .8em;
	color:#BDD09F;
	margin-left:240px;
	margin-right:0;
}