/*
 * master.css
 * Main style sheet for big brothers big sisters
 * Author: Steve Collins - PDG+Creative Bartlesville, OK
 */
 
 /*
  * Contents:
  *  - basic elements
  *  - div-specific styles
  *  - layout
  *  - navigation
  *  - additional styles
  */
  
body {
  font-family: Trebuchet MS, Tahoma, Lucida Grande, sans-serif;
  background: #5a66a8 url(../../images/bg_body.gif) repeat-x;
  behavior: url(http://bbbsok.org/assets/css/csshover.htc);
  }

* {
  padding: 0;
  margin: 0;
}



/* Basic Elements
********************************/

a {
  color: #058a4a;
  font-size: 15px;
}

#bot_cont h2 {
  font-size: 25px;
  color: #83260e;
  width: 570px;
  margin-left: 15px;
  border-bottom: 1px solid #000;
  padding: 20px 0px 10px 13px;
}

h2 {
  font-size: 28.8px;
  color: #fff;
  font-family: Trebuchet MS;
  margin-bottom: 5px;
}

h3 {
  padding-top: 10px;
  padding-bottom: 2px;
  font-size: 18px;
  color: #808080;
}

h4 {
  padding-top: 8px;
  font-size: 16px;
  color: #5669AF;
}

h5 {
  padding-bottom: 8px;
  font-size: 14px;
  color: #5669AF; 
}

p {
  font-size: 13px;
  color: #1a1f39;
}

/* Div-specific styles
********************************/

 /* mid_content text */

#select {
  width: 920px;
  height: 20px;
  margin: 48px auto 0px auto;
}

 #select #site {
   width: 150px;
   margin-left: 770px;
 }
 
 #mid_content p {
   color: #1a1f39;
   font-size: 13px;
   line-height: 19px;
 }


 
#footer p {
  font-size: 10px;
  color: #fff;
  text-align: center;
  margin: 0px auto 0px auto;
  padding: 8px 8px 0px 8px;
}

/* Layout
**********************************/

   #boy {
     height: 325px;
     width: 307px;
     position: absolute;
     top: -91px;
     left: 5px;
   }
  
  #footer_wrap {
    position: absolute;
    width: 920px;
    bottom: 0px;
    padding-top: 6px;
    height: 30px;
  }
  
#footer {
  height: 34px;
  width: 869px;
  margin: 0px 25px 0px 25px;
  background: url(../../images/bg_footer.gif) repeat-x 0px 50%;
}

#top {
  background: url(../../images/bg_top.gif) repeat-x;

}

  #logo_area {
    height: 116px;
    width: 920px;
    margin: 0px auto 0px auto;
    position: relative;
    background: url(../../images/bg_logoarea.gif) repeat-x; 
  }
    #logo {
      width: 385px;
      height: 116px;
      float: right;
      padding-left: 24px;
      background: url(../../images/logo.gif) no-repeat;
    }


#mid {
  height: 234px;
  background: url(../../images/bg_mid.gif) repeat-x;
  z-index: 10;
}

 #mid_wrap {
   height: 234px;
   width: 925px;
   z-index: 20;
   margin: 0px auto 0px auto;
   background: url(../../images/bg_mid_cont.jpg) no-repeat;
   position: relative;
 }
  
   #main_nav {
     margin-top: 5px;
     height: 68px;
     width: 600px;
     float: right;
     position: relative;
   }
   
#home #main_nav {
  left: -11px;
}

#local_site #main_nav {
  left: -12px;
}
   
   #mid_content{
color:#121B3A;
float:right;
font-size:14px;
line-height:24px;
margin-right:20px;
margin-top:13px;
width:580px;
   }
   
#util_wrap {
  height: 27px;
  background: #fff;
}
  #utilities {
    background: url(../../images/bg_util.gif) no-repeat;
    height: 27px;
    width: 920px;
    margin: 0px auto 0px auto;
  }


#bottom {
  background: #5b67a9 url(../../images/bg_bottom.gif) repeat-x;
  min-height: 422px;
}
  #bot_wrap {
    background: #5c68ab url(../../images/bg_bot_wrap.gif) repeat-x;
    width: 920px;
    margin: 0px;
  }

 #bot_cont_outer {
   background: url(../../images/bot_cont_bottom.png) no-repeat bottom;
   width: 869px;
   margin: 0px 25px 0px 25px;
   padding: 17px 0px 6px 0px;
 }



/* Navigation
*******************************/

/* inter-site nav */

#select a {
 display: block;
 color: #000;
 text-decoration: none;
 height: 18px;
 padding: 3px;
 background: url(../../images/selectbox.gif) no-repeat;
}

#select a:hover {
 color: #000;
}

#select ul ul a {
  height: auto;
  padding: 0;
  font-size: 13px;
  background: none;
}

#select li {
  list-style: none;
  height: 18px;
}

#select li li {
  padding: 3px;
  height: auto;
}

#select li li a:hover {
  background: #DDDDDD;
}

 #select ul li ul {
     display: none;
     background: #fff;
     margin: 0px 0px 0px 0px;
     border-left: 1px solid #000;
     border-bottom: 1px solid #000;
     border-right: 1px solid #848484;
     border-top: 1px solid #848484;
   }
  
    #select ul li:hover ul{
      display: block;
      width: 200px;
      position: absolute;
      z-index: 9999999;
    }


#select ul {
  padding-bottom: 1px;
  width: 150px;
  margin-left: 770px;
}

 /* utilities */
 #utilities ul {
   float: right;
   margin-right: 24px;
 }
 
 #utilities li {
   float: left;
   list-style: none;
   margin: 4px 3px 0px 7px;
 }
 
 #utilities a {
   font-size: 12px;
   color: #5669AF;
   text-decoration: none;
 }
   #utilities a:hover {
     color: #999;
   }
   
  /* main nav */

.green {
  background: #058a4a;
}

.red {
  background: #83260e;
}

.blue {
  background: #5669af;
}

#main_nav a {
  font-size: 12px;
  text-decoration: none;
  height: 43px;
  width: 83px;
  color: #fff;
  padding-top: 25px;
  text-align: center;
  display: block;
}
  #main_nav a:hover {
    color: #000;
    background: #fff;
  }
  
  #main_nav ul li {
    list-style: none;
    height: 48px;
    width: 83px;
    float: left;
    margin: 0px 1px 0px 0px;
    position: relative;
  }
   
   #main_nav ul li ul {
     display: none;
   }
  
    #main_nav ul li:hover ul{
      display: block;
      width: 144px;
      position: absolute;
      z-index: 9999;
      left:0px;
    }
    
		#main_nav ul ul li:hover ul,
		#main_nav ul ul ul li:hover ul,
		#main_nav ul ul ul ul li:hover ul,
		#main_nav ul ul ul ul ul li:hover ul {
			display: block;
		}    
    
    
    
    #main_nav ul li ul li a {
      background: #fff;
      width: 144px;
      border: 1px solid #e38d3a;
      display: block;
      padding: 6px 0px 1px 5px;
      margin: 0px;
      color: #000;
	text-align: left;
      z-index: 9999;
      height: 21px;
}
    #main_nav ul li ul li a:hover {
      color: #e38d3a;
    }
    
    #main_nav ul li ul li{
      display: block
      padding: 4px 0px 4px 0px;
      height: 28px;
      margin: 0px;
      z-index: 9999;
    }
   
  
/* Additional Styles
**********************************/

.clear {
  clear: both;
}

.clear_left {
  clear: left;
}

.no_bullets {
  list-style: none;
}

.noback {
  background: none !important;
}

#branch {
	font-size: 20px;
	color: white;
	padding: 10px;
	float: left;
}

div.ecard_bg {
	border:3px solid #FFFFFF;
	float:left;
	height:220px;
	margin:10px;
	overflow:hidden;
	position:relative;
	width:240px;
}

div.ecard_bg span{
	font-size:14px;
	left:30px;
	margin-left:10px;
	position:relative;
	top:2px;
}

div.ecard_bg p {
	font-size:18px;
}

div.ecard_bg input.check {
	color:#AAAAAA;
	height:20px;
	left:10px;
	position:relative;
	top:5px;
	width:20px;
}