/* FBC Clinton CSS Document */

@import "forms.css";
@import "donation.css";
@import "blog.css";

body{
  height: 100%;
  margin: 0px;
  padding: 0px;
  background: #bbb url(../images/css/bg_body.jpg);
  font: 11px Verdana, Arial, Helvetica, sans-serif;
}

#content a{
  color: #003263;
  text-decoration: none;
}

#content a:hover{
  color: #333333;
  text-decoration: underline;
  background: #DFEFFF;
}

a img{
  border: none;
}

p{
  margin: 0px;
  padding: 6px 0px;
}

h1{
  font-size: 22px;
  color: #003263;
  text-transform: uppercase;
}

h2{
  font-size: 22px;
  color: #666666;
}

h3{
  font-size: 18px;
  color: #666666;
  font-weight: normal;
}

h4{
  font-size: 14px;
  color: #003263;
  font-weight: bold;
}

h5{
  font-size: 11px;
  margin: 0px;
  padding: 5px 0px;
  color: #666666;
}

#frame{
  margin: 0px auto;
  width: 670px; 
  padding: 0px 45px; 
  background: #fff url(../images/css/bg_frame.jpg);
}

#header{
  float: left;
  background: transparent url(../images/css/bg_header.gif) no-repeat;
  width: 670px;
  height: 132px;
  color: #ffffff;
  position: relative;
}

/* ////////////////////////// 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: 137px;
  padding: 10px 23px 11px 10px;
  float: left;
}

#header h1 a{
  display: block;
  width: 137px;
  height: 111px;
  background: transparent url(../images/logo.gif);
}

#header h1 a span{
  display: none;
}
/* ////////////////////////// end header Logo styles ///////////////////// */

#search{
  /*float: left;*/
  width: 178px;
  font-weight: bold;
 /* padding: 6px 5px 0px 15px; */
 position: absolute;
 top: 3px;
 right: 5px; 
}

#search span{
  display: block;
  float: left;
  padding: 3px;
}

ul.headerlinks{
  list-style: none;
  margin: 0px;
  /*padding: 8px 15px 0px 20px;
  float: left;*/
  position: absolute;
  right: 220px;
  top: 5px;
}

ul.headerlinks li{
  float: left;
  padding: 0px 9px 3px;
  border-right: 1px solid #C3841E;
}

ul.headerlinks li a{
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  font-size: 10px;
}

ul.headerlinks li.alt{
  border: none;
}

#search form{
  margin: 0px;
  padding: 0px;
  float: right;
}

input.search{
  float: left;
  width: 95px;
  height: 11px;
  font-size: 11px;
}

input.button_search{
  float: left;
}


/* ////////////////////////// Nav Styles /////////////////////////////// */

#nav{
  
  padding: 0px;
  width: 500px;
  position: absolute;
  bottom: 18px;
  right: 0px;
  float: left;
}



#nav ul{
  margin: 0px;
  padding: 0px 0px 0px 5px;
  list-style: none;
  float: left;
}

#nav ul li{
  float: left;
  position: relative;
}

#nav ul li a{
  display: block; 
  padding: 9px 11px 9px 0px;
  text-decoration: none;
  color: #333333;
  font-weight: bold;
}

#nav ul li:hover a,
#nav ul li.sfhover a{
  color: #fff;
}

#nav ul li:hover,
#nav ul li.sfhover{
  background: transparent url(../images/css/bg_nav_a_hover.gif) no-repeat right;
  color: #fff;
}

#nav ul li a span{
  display: none;
}

#nav ul li:hover span,
#nav ul li.sfhover span{
  display: block;  
  position: absolute;
  width: 11px;
  top: 0px;
  margin-left: -11px;
  height: 31px;
  z-index: 200;
  background: transparent url(../images/css/bg_nav_span.gif) no-repeat left;
}

#nav ul li ul{
  display: none;
}

#nav ul li:hover ul,
#nav ul li.sfhover ul{
  position: absolute;
  top: 26px;
  left: -11px;
  background: transparent url(../images/css/bg_nav_li_ul.gif) no-repeat right bottom;
  display: block;
  z-index: 2;
  border-top: 5px solid #C79221;
  width: 106px;
  padding: 0px 0px 5px 11px;
}

#nav ul li ul li{ 
  clear: both;
  display: block;
  color: #fff;
  font-weight: normal;
}

#nav ul li ul li a{
  padding: 4px 5px 4px 0px;
  font-weight: normal;
  width: inherit;
  font-size: 10px;
}

#nav ul li ul li:hover,
#nav ul li ul li.sfhover{
  background: none;
}



#nav ul li ul li a:hover{
  color: #C79221;
}

#nav ul li ul li a{
  width: 99px;
}



/* ////////////////////////// End Nav Styles /////////////////////////////// */


#pageHeader{
  clear: both;
  width: 670px;
  height: 135px;
  /*padding: 10px 0px 0px 0px;*/
  margin: 10px 0px 0px;
  /*background: #84291E url(../images/css/bg_pageHeader.gif) no-repeat;*/
  /*background: #84291E;*/
  background: white;
}

#pageTitle{
  width: 630px;
  float: left;
  padding: 0px 20px;
}
  

#content_white_bottom{
  clear: both;
  float: left;
  width: 670px;
  margin: 10px 0px;
  background: transparent url(../images/css/bg_content_white_bottom.gif) no-repeat bottom;
  padding: 0px 0px 15px 0px;
}

#content_white_top{
  float: left;
  width: 670px;
  padding: 10px 0px 0px;
  background: transparent url(../images/css/bg_content_white_top.gif) no-repeat top;
}

#content{
  clear: both;
  float: left;
  width: 670px;
}

#content_narrow{
  float: left;
  width: 190px;
  padding: 20px;
  margin-right: -3px;
}

#content_wide{
  float: left;
  width: 440px;
}

#content_text{
  padding: 10px 0px 10px 20px;  
  line-height: 16px;
}

#content_full{
  clear: both;
  width: 670px;
  padding: 0px;
}

#content_full #content_text{
  width: 630px;
  padding: 10px 10px;
}

.width_demo{
  text-align: center;
  color: black;
  line-height: 25px;
  border: 1px solid black;
  background: #ccc;
}

#sidenav_bottom{
  background: transparent url(../images/css/bg_sidenav_bottom.gif) no-repeat bottom;
  padding: 0px 0px 10px 0px;
}

#sidenav{
  background: transparent url(../images/css/bg_sidenav_top.gif) no-repeat top;
  padding: 10px;
  color: #444;
}

#sidenav ul{
  list-style: none;
  margin: 0px;
  padding:  0px 0px 15px 0px;
   
}

#sidenav ul li{
  padding: 3px 0px 5px 20px;
  background: transparent url(../images/bullet_blue.gif) no-repeat left 4px;
}

#sidenav ul.alt li{
  background: transparent url(../images/bullet_red.gif) no-repeat left 0px;
}

#sidenav ul li a{
  font-weight: bold;
  text-decoration: none;
  color: #444;
}

#sidenav ul li a:hover{
  color: #C79221;
  text-decoration: underline;
}

#footer{
  clear: both;
  color: #ffffff;
  background: transparent url(../images/css/bg_footer.gif) no-repeat bottom;
  float: left;
  margin-right: -3px;
  width: 670px;
  height: 22px;
  font-size: 10px;
}

#footer ul{
  list-style: none;
  margin: 0px;
  padding: 5px 10px 0px;
  width: 650px;
}

#footer ul li{
  display: inline;
  width: 255px;
  float: left;
}

#footer ul li.footer_right{
  width: 385px;
  text-align: right;
}

#footer ul li a{
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

#footer ul li a:hover{
  color: #cccccc;
}

#so_link{
  width: 650px;
  color: #666666;
  padding: 5px 10px;
  line-height: 18px;
}

#so_link a{
  color: #666666;
}




/* //////////////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;
}

#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 /////////////////////// */

#close{
  text-align: center;
  background: #ffffff;
}

#download{
  background: #ffffff;
  padding: 10px;
}

#standard h1,
#standard h2,
#standard h3,
#standard h4{
  color: black;
  border: none;
  background: transparent;
  margin: 0px;
  padding: 5px 0px;
}

.formButton, 
.formbuttonLong{
  background: #003263;
  color: #fff;
  font-weight: bold;
  padding: 3px 15px;
  clear: both;
  margin: 0px auto;
}

.dropDown{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  height: 20px;
  width: 150px;
  border: 1px solid #fff;
  word-wrap: break-word; 
}

#home{
  background: url(../images/css/background_home.gif) no-repeat;
  height: 285px;
  width: 670px;
  margin: 10px 0px 15px;
  padding: 1px;
}

#spotlight{
  width: 420px;
  height: 285px;
  float: left;
}

#features{
  float: left;
  height: 225px;
  padding: 0px 0px 0px 10px;
  margin: 50px 5px 0px 0px;
  width: 232px;
  overflow: auto;
  color: #999;
}

#features dl{
  padding: 0px;
  margin: 0px;
}

#features dt{
  margin: 0px;
  padding: 0px 10px 0px 0px;
  font-weight: bold;
  color: #822519;
  display: block;
}

#features dd{
  margin: 0px 0px 10px;
  padding: 0px 10px 15px 0px;
  background: url(../images/css/background_features_dd.gif) no-repeat right bottom;
}

#features a{
  font-weight: bold;
  color: #C3841E;
  text-decoration: none;
}

#welcome{
  background: url(../images/css/background_welcome.gif) no-repeat;
  height: 120px;
  width: 670px;
  float: left;
}

#coming{
  padding: 10px;
}

#welcome img{
  float: left;
  padding: 10px;
}

#marquee{
  height: 60px;
  width: 200px;
  /*background: url(../images/css/background_marquee.gif) no-repeat 0px 10px;*/
  background: url(/uploads/service_times.gif) no-repeat 0px 10px;
  float: left;
  padding: 40px 0px 0px 0px;
  color: #666666;
  font-size: 10px;
}

#marquee strong{
  color: #822519;
  text-transform: uppercase;
}

#marquee p{
  margin: 0px;
  padding: 3px;
}

#quote{
  width: 265px;
  height: 120px;
  float: left;
  padding: 0px 10px 10px 30px;
}

/* ///////////////////////////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 #003263;
  margin: 20% auto 0px auto;
  padding: 10px;
  font-size: 12px;
}

#announcement button{
  display: block;
  border: none;
  background: #003263;
  font: 12px Georgia, "Times New Roman", Times, serif;
  color: white;
  width: 70px;
  height: 25px;
  margin: 15px auto 10px;
  cursor: pointer;
}

/* ////////////////////////////////// end Announcement Engine ////////////////////////////*/



#standard #content_narrow{
  margin-right: -3px;
  padding: 20px 0px 20px 10px;
}

#standard #content_wide{
  width: 465px;
  padding: 5px 0px;
}

* html #standard #content_narrow{
  padding: 20px 0px 20px 0px;
}


#calendar{
  background: white;
}

/*STAFF*/

#staff{
  width: 670px;
  /*height: expression(eval(document.getElementById('content_narrow').clientHeight));*/
  min-height: 700px;
  margin: 10px 0px;
  
  color: #000000;
  
}

* html #staff{
  height: 700px;
}

#staff_menu{
  height: 190px;
  width: 660px;
  border: 1px solid #ccc;
  border-bottom: 5px solid #C79221;
  padding: 5px 5px 5px;
  background: #ffffff;

}

#staff_pics{
  width: 500px;
  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: #6E150F;
}

#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 #ccc;
  padding: 3px;
  background: white;
  height: 75px;
  width: 75px; 
  display: block;
  margin: 0px 3px 4px 0px;
}

#staff_details{
  float: left;
  width: 210px;
  padding: 0px 0px 10px 20px;
  border-bottom: 1px solid #ccc;
  
}

#staff_details img{
  margin: 0px 0px 10px 0px;
  padding: 4px;
  border: 1px solid #ccc;
  background: white;
}
/*
#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 15px;
}

#staff_details em{
  color: #1E463D;
}

#staff_bio{
  float: left;
  width: 335px;
  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));*/
}

#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;
  }
}


