body {
     background-image:url('../images/bkshadow.png');
     background-repeat: repeat-y;
     background-position: center;
     background-color:#F1F0EE;
}

.orange{

color:#FFAA00;

}

.grey{
	color:#666;
}

.orangeBg{
	
	background-color:#FFD073;
	color:#A66F00;
	padding:2px;
	margin-top:5px;
	margin-bottom:1px;
	padding-bottom:0px;
	font-family:Garamond;
		}
		
.greyBg{
	background-image:url('../images/bright_logo.png');
	background-color:#E6AC00;
	color:#FFF;
	font-family:Tahoma;
	padding:2px;
	margin-top:5px;
	margin-bottom:1px;
	padding-bottom:0px;
	font-family:Garamond;
		}


img{
	border:1px solid #666;
	padding:3px;
}

p img{
	margin:3px;
	border:1px solid #666;
	padding:3px;
	float:right;
	
}

.figure{
	
  float: right;
  
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}

.figure1{
	
  float: right;
  
  border: none;
  margin: 0.5em;
  padding: 0.5em;
}

span.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

span.figure1 p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

.nav{
	background-color:#999966;
	color:white;
		
}


.nav ul{
	
	margin-bottom:0;
	display:block;
	height:25px;
	list-style:square;
}
.nav ul li{
	background-color:#999966;
	display: block;
  	position: relative;
  	float: left;
  	height:22px;
  	padding-left:15px;
  	padding-right:15px;
  	padding-top:2px;
  	  	text-align:center;
}

.nav ul li a{
	text-decoration:none;
	padding-left:15px;
  	padding-right:15px;
	

	color:white;
}

.nav ul li a:hover{
	display:block;
	background-color:#A66F00;
	height:23px;
  	padding-left:15px;
  	padding-right:15px;
	
}
.mainheader{
	
	height:80px;
	
}

.footer {  
     margin-top: 10px;  
     padding-top: 5px; 
     margin-bottom:0px; 
     height: 20px;  
     background: #ccc;  
     border-top: 1px solid #000;  
}  

.footer1 {  
     margin-top: 10px;  
     padding-top: 5px; 
     margin-bottom:0px; 
     height: 20px;  
     background: #ccc;  
     border-top: 1px solid #000;  
     position:absolute;left:900px;
}

#header{
	
	margin:0px;
	padding:0px;
	color:#A66F00;
}

#subheader{
	
	margin:0px;
	padding:0px;
}

/* slider code */
#s3slider {
	
   width: 950px; /* important to be same as image width */
   height: 300px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   
   
  }
  
#s3slider ul li{
	
	list-style-type:none;
	padding:0px;
	margin:0px;
	
}

#s3slider ul li img{
	
	
	padding:0px;
	margin:0px;
	
}

#s3slider ul, ol {
margin:0em;
padding-left:0em;
}

#s3sliderContent {
   width: 960px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 374px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
} 



.s3sliderImage span strong{
    font-size: 14px;
}
.s3sliderImage .top {
	top: 0;
	left: 0;
}
.s3sliderImage .bottom {
	bottom: 0;
    left: 0;
    height:110px;
    position:absolute;
    top:190px;
}
.s3sliderImage .left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 300px;
}
.s3sliderImage .right {
	position:absolute;
	left:820px;
	right: 0;
	bottom: 0;
	width: 110px !important;
	height: 300px;
}


/* end of slider code */

#left_header{
	background-color:#BF9630;
	height:60px;
	margin:0px;
	border-left:2px solid white;
	padding:0px;
	float:right;
	width:300px;

}

.nav a:link .home{
	background-image:url('../images/images/nav_on_03.png');
	margin:0px;
	padding:0px;
}

.nav img{
	padding:0px;
	margin:0px;
	float:left;
}

.faclist li{
	clear:both;
	margin-bottom:5px;
	
}

.bioname{
	
	font-size:x-large;
}

.leaf{

	}
