/*
 * localsite.css
 * Local site style sheet for big brothers big sisters
 * Author: Steve Collins - PDG+Creative Bartlesville, OK
 */
 
 /*
  * Contents:
  *  - div-specific styles
  *  - layout
  */
  
 /* basics */
 
 h3 a {
     padding-top: 10px;
  padding-bottom: 2px;
  font-size: 18px;
  color: #a8a8a8;
  text-decoration: none;
 }
 
#main_wrap {
background:#5A66A8 none repeat scroll 0% 50%;
margin:11px auto 40px;
position:relative;
width:920px;
}
 
 /* div-specific styles
 *****************************/
 
 /* callouts */
 .callout h4 {
   color: #5669af;
   font-size: 25px;
   text-align: center;
   padding-top: 34px;
 }

#vol_wrap {
   background: url(../../images/volunteer_shadow.gif) no-repeat 6px bottom;
   height:385px;
   width:168px;
   float: left;
}
 #volunteer {
   background: url(../../images/volunteer.png) no-repeat 1px 119px;
   height: 299px;
 }
   #volunteer h4 {
     padding-top: 63px;
   }

#don_wrap {
   background: url(../../images/donate_shadow.gif) no-repeat 6px bottom;
   height:385px;
   width:168px;
   float: left;
}
 #donation {
   background: url(../../images/donate.png) no-repeat 2px 123px;
   height: 299px;
 }
 
#reg_wrap {
   background: url(../../images/register_shadow.gif) no-repeat 6px bottom;
   height:385px;
   width:168px;
   float: left;
}
 #register_team {
    background: url(../../images/register.jpg) no-repeat bottom;
    height: 279px;
 } 

#inv_wrap {
   background: url(../../images/invite_shadow.gif) no-repeat 6px bottom;
   height:385px;
   width:168px;
   float: left;
}
 #invite {
   background: url(../../images/invite.jpg) no-repeat bottom;
   height: 293px;
 }

#ref_wrap {
   background: url(../../images/refer_shadow.gif) no-repeat 6px bottom;
   height:385px;
   width:168px;
   float: left;
}
 #refer_child {
   background: url(../../images/refer.png) no-repeat bottom;
   height: 297px;
 }
  
 .callout a {
   color: #5c69ab;
   font-size: 25px;
   text-decoration: none;
 }
  
 /* layout
 *****************************/
 
 .callout {
   height:  299px;
   width: 162px;
   background: url(../../images/bg_callout.gif) no-repeat top;
   padding-bottom:58px;
   position:relative;
   top: 23px;
   float:left;
   margin-left: 6px;
 }
 
 #bot_cont_inner {
   padding-left: 12px;
   background: #fff;
   
 #bot_cont{
 	background:transparent url(../../images/bot_cont_top.png) no-repeat scroll center top;
 }