/* Timberwood CSS Document */

@import "forms.css";
@import "donation.css";

body{
  height: 100%;
  margin: 0px;
  padding: 0px;
  background: #E0DFD6;
  font: 12px arial, Arial, Helvetica, sans-serif;
}

a img{
  border: none;
}

a{
  text-decoration: none;
  color: #0000ff;
  font-weight: bold;
}

a:hover{
  text-decoration: underline;
}

h1{
  font-size: 22px;
  font-weight: normal;
}

h2{
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
}

h3{
  font-size: 16px;
  font-weight: normal;	
}

h4{
  font-size: 14px;
  text-transform: uppercase;
}

h5{
  font-size: 11px;
  font-weight: bold;
}

#frame_frame{
  margin: 40px auto;
  width: 730px;
}

#frame{
  float: left;
  width: 716px;
  padding: 7px;  
  background: #fff;
}

#frame2{
  float: left;
  width: 700px;
  padding: 7px;
  border: 1px solid #686B40;
}

#header{
  float: left;
  padding: 0px 10px 13px 20px;
  font-size: 11px;
  background: transparent url(../images/css/bg_header.gif) no-repeat 459px 25px;
  position: relative;
  width: 96%;
}

#header ul{
  list-style: none;
  margin: 0px; 
  padding: 0px;
  display: block;
  width: 400px;
  height: 40px;
}

#header ul li{
  float: left;
  padding: 0px 20px 0px 0px;
}

#header ul li a{
  color: #666666;
}

/* ////////////////////////// header Logo styles...by placing a header logo as a bg image for a, you can hide the text ///////////////////// */
#header h1{
  margin: 0px;
  padding: 0px;
  width: 346px;
  float: left;
}

#header h1 a{
  display: block;
  width: 346px;
  height: 45px;
  background: transparent url(../images/css/logo.gif) no-repeat;
}

#header h1 a span{
  display: none;
}
/* ////////////////////////// end header Logo styles ///////////////////// */

#search{
  float: right;
  width: 178px;
}

#search img,
#search input{
  float: left;
}

input.search{
  border: none;
  background: #E0DFD6;
  color: #7D4D3B;
  width: 92px;
  padding: 2px 4px;
  font-size: 11px;
}

#search form{
  margin: 0px;
  padding: 0px;
}

#events{
  position: absolute;
  right: 4px;
  top: 98px;
}

#nav{
  clear: both;
  float: left;
  background: #847E5A;
  width: 700px;
  height: 17px;
  font-size: 11px;
 /* position:relative;*/
} 


* html #nav{
  overflow: hidden;
}

#nav ul{
  margin: 0px;
  padding: 0px;
  list-style: none;
  float: left;
}



#nav ul li{
  float: left;
  position: relative;
}

#nav ul li ul{
  display: none;
  float: none;
}

#nav ul li ul div img{
  height: 13px;
  width: 132px;
}

#nav ul li:hover ul,
#nav ul li.sfhover ul{
  display: block;
  position: absolute;
  top: 17px;
  left: -1px;
  width: 132px;
  list-style: none;
  margin: 0px;
  padding: 0px;
  background: #847E5A url(../images/css/menu_default.gif) no-repeat bottom;
  border: 1px solid #fff;
  border-top: 4px solid white;
}

#nav ul li ul li{
  display: block;
  padding: 0px;
  width: 103px;
}

#nav ul li ul li a{
  color: #fff;
  font-weight: normal;
  display: block;
  width: 100px;
  padding: 3px 5px 3px 8px;
}

#pageHeader{
  border-bottom: 4px solid white;
  float: left;
  width: 700px; 
}

#pageHeader img{
  float: left;
}

#pageTitle{
  border-bottom: 4px solid white;
}
  

#content{
  clear: both;
  float: left;
  background: #829136;
  border-top: 4px solid white;
  color: white;
  width: 700px;
  margin-right: -3px;
  min-height: 450px;
}

* html #content{
  height: 450px;
}

#content_narrow{
  float: left;
  width: 240px;
  padding: 22px 0px 0px;
  margin-right: -3px;
}

#group_image{
  padding: 0px 0px 16px 16px;
  border-left: 1px solid white;
}

#group_image img{
  border: 3px solid white;
}
  

#content_wide{
  width: 460px;
  float: left;
}

#content_text{
  padding: 5px 15px;
  line-height: 19px;  
}

#content_full{
  padding: 0px;
  float: left;
  width: 700px;
  margin-right: -3px;
}

#footer{
  clear: both;
  background: #847E5A;
  border-top: 4px solid #fff;
  color: #fff;
  line-height: 18px;
  font-size: 11px;
  text-align: right;
  padding: 0px 10px;
}

#footer p{
  margin: 0px;
  padding: 0px;
}


#so_link{
  color: #847E5A;
  font-weight: bold;
  clear: both;
  width: 716px;
  text-align: center;
}

#so_link a{
  color: #847E5A;
}

#home_content{
  background: #B5553A;
  float: left;
  line-height: 19px;  
}

#home_images{
  border-bottom: 4px solid white;
  float: left;
}

#home_images img{
  width: 700px;
  height: 273px;
  float: left;
}


#home_feature,
#spotlight{
  float: right;
  width: 220px;
  padding: 10px;
  border-left: 1px solid #C47761;
  margin-top: 10px;
  padding-top: 0px;
}

#home_feature p img,
#spotlight p img{
  border: 3px solid white;
}

#home_feature a,
#spotlight a{
  color: #fff;
}

#home_content #content_text{
  float: right;
  padding: 10px 20px;
  width: 415px;
}


/* //////////////START EVENT DETAIL STYLES /////////////////////// */

ul.detail_bar{
  list-style: none;
  margin: 0px;
  padding: 5px 0px;
  width: 100%;
  background: #7B3741;
  text-align: center;
}

ul.detail_bar li{
  display: inline;
  padding: 5px 15px;
}

ul.detail_bar li a{
  color: white;
  text-decoration: none;
}

ul.detail_bar li a:hover{
  color: white;
}

#detail_frame{
  text-align: left;
  width: 300px;
  margin: 0px auto;
  padding: 5px;
  background: white;
  color: black;
}

#detail_header{
 
}

#detail_image{
  width: 300px;
  overflow: hidden;
  padding: 0px 0px 5px 0px;
  text-align: center;
}

#detail_header h3{
  font: normal 14px Georgia, "Times New Roman", Times, serif;
}


#detail_header dl{
  background: #ccc;
  width: 300px;
}

#detail_header dl dt{
  float: left;
  margin: 0px; 
  padding: 0px;
  width: 70px;
}

#detail_header dl dd{
  float: left;
  margin: 0px; 
  padding: 0px;
  width: 220px;
}

#detail_content_text h1{
  margin: 0px;
}

#detail_content_text{
  clear: both;
  width: 280px;
  padding: 0px 10px;
}

#detail_content_text h5{
  margin: 0px; 
  padding: 0px;
}

a.form_link {
  background: #612C34;
  width: 280px;
  text-align: center;
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 5px 0px;
  margin: 0px;
}
/* //////////////END EVENT DETAIL STYLES /////////////////////// */

#standard h1,
#standard h2,
#standard h3,
#standard h4{
  color: white;
  border: none;
  background: transparent;
  margin: 0px;
  padding: 5px 0px;
}

#standard #content_text{
  padding: 5px;
}

#standard #content_wide{
  overflow: hidden;
}

.formButton,
.formButtonLong{
  background: #30380E;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid white;
  padding: 3px 15px;
  margin: 3px auto;
  clear: both;
  text-align: center;  
}


.dropdown{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000;
  letter-spacing: -1px;
  height: 18px;
  width: 150px;
  border: 1px solid #fff;
  word-wrap: break-word; 
}

/* ///////////////////////////Announcement Engine ///////////////////////////// */

#screen,
#fullscreen{
  z-index:1001;
  position:absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: url(../images/css/background_announcement.gif);
}

#screen{
  z-index: 1000;
  background: white;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  text-align: center;
}

#announcement{
  height: 300px;
  width: 300px;
  background: white;
  border: 5px solid #847E5A;
  margin: 20% auto 0px auto;
  padding: 10px;
  font-size: 12px;
}

#announcement button{
  display: block;
  border: none;
  background: #847E5A;
  font: 12px Georgia, "Times New Roman", Times, serif;
  color: white;
  width: 70px;
  height: 25px;
  margin: 15px auto 10px;
  cursor: pointer;
}

/* ////////////////////////////////// end Announcement Engine ////////////////////////////*/

/*STAFF*/

#staff{
  width: 645px;
  /*height: expression(eval(document.getElementById('content_narrow').clientHeight));*/
  min-height: 700px;
  
  color: #000000;
  
}

* html #staff{
  height: 700px;
}

#staff_menu{
  height: 190px;
  width: 645px;
  border: 1px solid #333;
  border-bottom: 5px solid #7BB13A;
  padding: 5px 5px 5px;
  background: #fff;

}

#staff_pics{
  width: 640px;
  height: 155px;
  overflow: auto;
  position: absolute;
}

#staff_pics ul{
  padding: 0px;
  margin: 0px;
}

#staff_pics ul li{
  list-style: none;
  display: block;
  /*display: block;*/
  background: none;
  padding: 0px;
  margin: 0px;
  width: 73px;
  height: 130px;
  float: left;
  font: normal 10px Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: -1px;
  text-align: center;
  color: #5A6327;
}

#staff_pics ul li:hover{
  color: black;
}

#staff_pics ul li:hover img{
  border: 1px solid #7B3741;
}

#staff_name{
  font-size: 12px;
  height: 15px;
  padding: 4px 3px 15px;
  color: black;
}

#staff_menu img{
  cursor: hand;
  cursor: pointer;
  border: 1px solid black;
  padding: 2px;
  background: white;
  height: 85px;
  width: 65px;
  display: block;
  margin: 0px 3px 4px 0px;
}

#staff_details{
  float: left;
  width: 185px;
  padding: 0px 0px 10px 20px;
 /* border-bottom: 1px solid #D8D0AE;*/
  
}

#staff h2{
  margin-left: 20px;
}

#staff_details img{
  margin: 0px 0px 10px 0px;
  padding: 4px;
  border: 1px solid #1D5180;
  background: white;
  width: 130px;
  height: 170px; 
}
/*
#staff_details ul,
#staff_details ul li{
  background: none;
  margin: 0px;
  padding: 0px;
}
*/

#staff_details dl{
  margin: 0px;
  padding: 0px;
}

#staff_details dt{
  float: left;
  color: #000;
  font-style: italic;
}

#staff_details dd{
  margin: 0px 0px 0px 5px;
}

#staff_details em{
  color: #1E463D;
}

#staff_bio{
  float: left;
  width: 420px;
  margin: 0px 0px 10px 10px;
  padding: 0px 0px 10px 10px;
  line-height: 18px;
  overflow-y: auto;
  /*border-bottom: 5px solid #D8D0AE;*/
  /*height: expression(eval(document.getElementById('staff_details').clientHeight-13));*/
}

* html #staff_bio{
  margin-right: -3px;
  height: 600px;
}

#staff_bio p{
  margin: 0px 0px 15px; 
}

.staff_title{
  color: #47500F;
}

/*END STAFF*/


@media print{
  #header,
  #content_narrow,
  #footer,
  #sidenav,
  #nav,
  #related_items{
  display: none;
  }
  
  #content_wide,
  #content_text{
    margin: 0px;
	padding: 0px;
    width: 650px;
	font: 12px Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	color: black;
	border-right: none;
  }
}



