@import url("text.css");
@import url(http://www.fatbeehive.com/beekeeper2/reset.css);

/* -------------------------------------------------------------
RMBF MAIN STYLES
-------------------------------------------------------------- */

/*GLOBAL----------------------------------------- */
html, body{
	background:#e1e1e1;
	margin:0;
	padding:0;
}
body img{ 
	border:0;
}
body h1{ 
	margin:0 0 10px 0;
	padding:0;
}
body h2{ 
	margin:0; 
	padding:10px 0 5px 0; 
}
body h3{ 
	margin:0; 
	padding:0;
}
.clear{
	clear:both;
}
.hide{
	display:none;
}
.imgleft{
	float:left;
	margin:5px 10px 10px 0;
}
.imgright{
	float:right;
	margin:5px 0 10px 10px;
}

/*CONSTRUCT----------------------------------------- */
#wrapper{
	background:url('../images/bodybg.jpg') repeat-y;
	margin:0 auto;
	width:960px;
}

ul#site_nav{
	background: #dae7e6;
    height: 29px;
    margin: 0 0 0 5px;
    padding: 0;
    width: 952px;
}
ul#site_nav li{
	float: right;
	list-style: none;
}
ul#site_nav li a{
	border-right: solid 1px #cad5d5;
	display: block;
	margin: 0;
	padding: 8px 15px 9px;
}
ul#site_nav li a#last_site{
	border-right: none;
}
ul#site_nav li a:hover{
	background: #ffffff;
}
ul#site_nav li a.on{
	background: #ffffff;
}



/*HEADER----------------------------------------- */
#header{
	height:175px;
	width:960px;
}
a#logo{
	background:url('../images/logo.gif') no-repeat;
	display:block;
	float:left;
	height:0;
	margin-left: 24px;
	overflow:hidden;
	padding-top:146px;
	width:297px;
}
h1#header_mission{
	background:url('../images/mission_header.gif') no-repeat;
	display:block;
	float:right;
	height:0;
	margin: 41px 2px 0 0;
	overflow:hidden;
	padding-top:64px;
	width:461px;
}

/*NAV----------------------*/
ul#topnav{
	height:51px;
	margin:0 0 0 24px;
	padding:0;
	position:relative;
	width:912px;
}
ul#topnav li{
	list-style:none;
}
li#who a{
	background:url('../images/nav.jpg') 0 0 no-repeat;
	display:block;
	height:0;
	left:0;
	overflow:hidden;
	padding-top:51px;
	position:absolute;
	top:0;
	width:197px;
}
li#who a:hover{
	background:url('../images/nav.jpg') 0 -51px no-repeat;
}
li#who a.on{
	background:url('../images/nav.jpg') 0 -51px no-repeat;
}
li#what a{
	background:url('../images/nav.jpg') -197px 0 no-repeat;
	display:block;
	height:0;
	left:197px;
	overflow:hidden;
	padding-top:51px;
	position:absolute;
	top:0;
	width:189px;
}
li#what a:hover{
	background:url('../images/nav.jpg') -197px -51px no-repeat;
}
li#what a.on{
	background:url('../images/nav.jpg') -197px -51px no-repeat;
}
li#involved a{
	background:url('../images/nav.jpg') -385px 0 no-repeat;
	display:block;
	height:0;
	left:385px;
	overflow:hidden;
	padding-top:51px;
	position:absolute;
	top:0;
	width:192px;
}
li#involved a:hover{
	background:url('../images/nav.jpg') -385px -51px no-repeat;
}
li#involved a.on{
	background:url('../images/nav.jpg') -385px -51px no-repeat;
}
li#navdonate_button a{
	background:url('../images/nav.jpg') -576px 0 no-repeat;
	display:block;
	height:0;
	left:576px;
	overflow:hidden;
	padding-top:51px;
	position:absolute;
	top:0;
	width:152px;
}
li#navdonate_button a:hover{
	background:url('../images/nav.jpg') -576px -51px no-repeat;
}
li#navdonate_button a.on{
	background:url('../images/nav.jpg') -576px -51px no-repeat;
}
li#contact_button a{
	background:url('../images/nav.jpg') -727px 0 no-repeat;
	display:block;
	height:0;
	left:727px;
	overflow:hidden;
	padding-top:51px;
	position:absolute;
	top:0;
	width:186px;
}
li#contact_button a:hover{
	background:url('../images/nav.jpg') -727px -51px no-repeat;
}
li#contact_button a.on{
	background:url('../images/nav.jpg') -727px -51px no-repeat;
}

/*CONTENT----------------------------------------- */


/* slideshow------------------------- */
#slideshow_outer{
	background: url('../images/latestnews_bg.gif') no-repeat top right #dae7e6;
	height:242px;
	left: 24px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	top: 13px;
	width:913px;
}
#slideshow .slider{
	width: 654px;
}
#slideshow img{
	float: left;
}
#nav{
    left: 428px;
    margin: 0;
    padding: 0;
    position: relative;
    top: 200px;
    z-index: 999;
}
#slideshow_outer #nav a{
	background:url('../images/slidebutton.gif') no-repeat;
	display:block;
	float:left;
	height:0;
	margin-right:6px;
	overflow:hidden;
	padding-top:11px;
	width:11px;
}
#slideshow_outer #nav a:hover{
	background:url('../images/slidebutton_hover.gif') no-repeat;
}
#slideshow_outer #nav a.activeSlide{
	background:url('../images/slidebutton_hover.gif') no-repeat;
}

/*latest news------------------------- */

.newscontent{
    font-size: 1em;
    height: 105px;
    float: right;
    /*left: 425px;
    position: absolute;
    top: 15px;*/
    margin-top: 15px;
    width: 223px;
}

.newscontent h2{
	border-bottom:solid 1px #fff;
	margin-bottom:10px;
	padding-bottom: 10px;
}

#buttons{
	background:url('../images/buttonsbg.gif') no-repeat;
	height:199px;
	position: absolute;
	right: -6px;
	top: 20px;
	width:245px;
	z-index: 10;
}

body#index form#search{
	float:left;
	margin:24px 0 0 17px;
	font-size:12px;
}
body#index .searchbox{
	background:#f0f0f0;
	border:solid 1px #5d5d5d;
	height:20px;
	margin:1px 0 0 0;
	padding:3px 9px 0 10px;
	width:126px;
	vertical-align:top;
	font-size:1em;
}
body#index .searchbox:hover{
	background:#ffffff;
}
.searchbox:hover{
	background:#ffffff;
}
.searchbutton{
	border: 0px solid;
	cursor:pointer;
	margin-left:5px;
}
body#index a#donate_button{
	background:url('../images/donate_button.jpg') no-repeat;
	display:block;
	float:left;
	height:0;
	margin:10px 0 0 17px;
	overflow:hidden;
	padding-top:50px;
	width:211px;
}
body#index a#newsletter_button{
	background:url('../images/newsletter_button.jpg') no-repeat;
	display:block;
	float:left;
	height:0;
	margin:5px 0 0 17px;
	overflow:hidden;
	padding-top:50px;
	width:211px;
}
a#donate_button{
	background:url('../images/donate_button.jpg') no-repeat;
	display:block;
	float:left;
	height:0;
	margin:10px 0 0 0;
	overflow:hidden;
	padding-top:50px;
	width:211px;
}
a#newsletter_button{
	background:url('../images/newsletter_button.jpg') no-repeat;
	display:block;
	float:left;
	height:0;
	margin:5px 0 15px 0;
	overflow:hidden;
	padding-top:50px;
	width:211px;
}

/*left column------------------------- */
body#index #leftcol{
	float:left;
	margin:0 28px 0 0;
	width:645px;
}

h3#welcomeheading{
    float: left;
    height: 22px;
    margin: 26px 0 0 24px;
    overflow: hidden;
    padding-top: 3px;
}
p#mission{
	float: left;
	margin:10px 0 0 24px;
}

/*Helping box   -------------------------- */
#helping{
	float: left;
	margin: 20px 0 0 24px;
	width: 297px;
}
#helping h2{
	background: url('../images/help_icon.gif') no-repeat top left #009e6a;
	padding: 8px 37px 8px 60px;
	width: 200px;
}
#helping img{
	border-bottom: solid 7px #009e6a;
	margin-bottom: 10px;
}

/*information box   -------------------------- */
#information{
	float: right;
	margin: 20px 0 0 24px;
	width: 297px;
}
#information h2{
	background: url('../images/info_icon.gif') no-repeat top left #009e6a;
    padding: 8px 37px 8px 93px;
    width: 167px;
}
#information img{
	border-bottom: solid 7px #009e6a;
	margin-bottom: 10px;
}


/*box_buttons   -------------------------- */
#box_buttons{
	float: left;
	margin: 10px 0 30px 24px;
	width: 640px;
}
body#index a.box_link{
	background: url('../images/link_arrow.gif') no-repeat right 1px #dae7e6;
	display: block;
	float: left;
	padding: 10px 35px 10px 16px;
}
a.box_link{
	background: url('../images/link_arrow.gif') no-repeat right 1px #dae7e6;
	display: block;
	float: left;
	margin-top: -10px;
	padding: 10px 35px 10px 16px;
}
#getinvolved{
	margin-left: 186px;
}

/*right column------------------------- */
body#index #rightcol{
	float:left;
	margin-top:18px;
	width:265px;
}
body#index #social{
	float:right;
	height:20px;
	margin-right:6px;
	width:180px;
}
#sharethis{
	float:left;
}
#social img{
	float:left;
	padding-left:10px;
}
#twitterbubble{
	background:url('../images/twitterbg.gif') no-repeat;
    height: 105px;
    margin-top: 26px;
    padding-top: 8px;
    width: 265px;
}
#twitter_div{
	margin-left:15px;
}
ul#twitter_update_list{
	margin:0;
	padding:0;
}
ul#twitter_update_list a{
float:none;margin:2px;clear:left;
}
ul#twitter_update_list span{
float:left;
}
ul#twitter_update_list li{
	list-style:none;
	width:230px;
	float:left; 
	font:1.1em Arial, Helvetica, sans-serif;
}
#twitter_div h2{
	margin-bottom:-4px;
}

/*Latest news   -------------------------- */
body#index ul#latest_news{
	float: left;
	margin: 10px 0 15px 0;
	padding: 0;
	width: 265px;
}
li#news_heading{
	border-bottom: none !important;
}
body#index ul#latest_news li{
	border-bottom: solid 1px #dae7e6;
	float: left;
	list-style: none;
	margin-bottom: 10px;
	width: 265px;
}
body#index ul#latest_news li h2{
	border-bottom: 1px solid #dae7e6;
	border-top: 3px solid #009e6a;
	float: left;
	margin-bottom: 10px;
	padding: 5px 0;
	width: 265px;
}
body#index ul#latest_news li p{
	float: left;
	margin-top: 10px;
}


ul#latest_news{
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	width: 208px;
}
ul#latest_news li{
	border-bottom: solid 1px #dae7e6;
	float: left;
	list-style: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 208px;
}
ul#latest_news li h2{
	border-bottom: 1px solid #dae7e6;
	border-top: 3px solid #009e6a;
	float: left;
	margin-bottom: 10px;
	padding: 5px 0;
	width: 208px;
}
ul#latest_news li p{
	float: left;
	margin-top: 10px;
}
li#news_heading{
	margin-bottom: 0 !important;
}
li#news_heading h2{
	margin-bottom: 0 !important;
}



/*FOOTER----------------------------------------- */
#footer{
	border-top:solid 7px #009e6a;
	clear:both;
	height:100px;
	margin-left:23px;
	width:912px;
}
p#address{
	float:left;
	margin-top:18px;
}
#footer img{
	float:left;
	margin-top:18px;
}
#bodybottom{
	background:url('../images/bodybottom.jpg') no-repeat;
	height:31px;
	margin:0 auto 20px;
	width:960px;
}
ul#secnav{
	margin: 15px 0 0 0;
	padding: 0;
}
ul#secnav li{
	list-style: none;
	text-align: right;
}


/*SUB PAGE----------------------------------------- */
#leftcol{
	float:left;
	margin:26px 28px 0 24px;
	width:175px;
}
#midcol{
	float:left;
	margin:26px 28px 30px 0;
	width:470px;
}
.pullout{
	background: #dae7e6;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float:right;
	margin:15px 0 15px 15px;
	padding:20px;
	width:250px;
}
.pullout-small{
	background: #dae7e6;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float:right;
	margin:15px 0 15px 15px;
	padding:20px;
	width:151px;
}
.pullout-large{
	background: #dae7e6;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float:right;
	margin:15px 0 15px 15px;
	padding:20px;
	width:350px;
}

#rightcol{
	float:left;
	margin-top:26px;
	width:208px;
}
form#search{
	float:left;
	margin:0;
}
.searchbox{
	background:#f0f0f0;
	border:solid 1px #5d5d5d;
	height:20px;
	margin:1px 0 0 0;
	padding:3px 9px 0 10px;
	width:121px;
	vertical-align:top;
	font-size:13px;
}
body#index #social{
	float:right;
	height:20px;
	margin: 0 15px 0 0;
	width:180px;
}
#social{
	float:right;
	height:20px;
	margin: 20px 15px 20px 0;
	width:180px;
}

#rightcol .quote{
	float: left;
	margin: 35px 0;
	width: 208px;
}
#rightcol .quote_top{
	background: url('../images/rightcol_topquote.gif') no-repeat top left;
	border-bottom: solid 1px #dae7e6;
	float: left;
	height: 21px;
	margin-bottom: 15px;
	width: 100%;
}
#rightcol .quote blockquote{
	margin: 0 0 10px 0;
}
#rightcol .quote_bottom{
	background: url('../images/rightcol_bottomquote.gif') no-repeat top right;
	border-top: solid 1px #dae7e6;
	float: left;
	height: 21px;
	margin-bottom: 15px;
	width: 100%;
}
#midcol .quote{
	float: right;
	margin: 15px 0 15px 25px;
	width: 170px;
}
#midcol .quote_top{
	background: url('../images/quote_top.gif') no-repeat top left;
	border-bottom: solid 1px #dae7e6;
	float: left;
	height: 21px;
	margin-bottom: 15px;
	width: 100%;
}
#midcol .quote blockquote{
	margin: 0 0 10px 0;
}
#midcol .quote_bottom{
	background: url('../images/quote_bottom.gif') no-repeat top right;
	border-top: solid 1px #dae7e6;
	float: left;
	height: 21px;
	margin-bottom: 15px;
	width: 100%;
}


/*sub navigation------------------------- */
ul#subnav{
	margin:0 0 0 0;
	padding:0;
}
ul#subnav li:first-child{
	list-style:none;
	padding-top:0;
}
ul#subnav li{
	list-style:none;
	padding-top:15px;
}
ul#subnav li a{
	background:url('../images/subnavbull.jpg') no-repeat left;
	display:block;
	padding-left:20px;
}
ul#subnav li a:hover{
	background:url('../images/subnavbullon.jpg') no-repeat left;
}
ul#subnav li a.on{
	background:url('../images/subnavbullon.jpg') no-repeat left;
}
ul#subnav li ul{
	margin-top:15px;
}
ul#subnav li ul li a{
	background:none;
	display:block;
}
ul#subnav li ul li a:hover{
	background:none;
	display:block;
}


