/* 
	BCSCF styles
	by Jason Douglas jason@fierylizard.com
	Last Edit: Feb 2, 2009
	
	tested in IE 7 and Firefox 3 on WinXP
	IE 6 on WinXP tested with extra ie6.css
*/

.clr {clear:both;}
.left {float:left;}
.right {float:right;}
.strong {font-weight:bold;}
.centered{text-align:center;}

img{
	border: 0;
}
body {
	margin:0;
	padding:0;
	text-align:center;
	font-family: "Trebuchet MS", Arial;
	color:#000;
}
a:link, a:visited {
	color:#858d64;
}
a:hover {
	color:#5e6836;
}
#main_image { z-index:0; display:block; width:753px; height:222px; }

#left{
	background-image:url(../images/left_bg.jpg);
	background-repeat: repeat-x;
	height: 150px;
}

#right{
	background-image:url(../images/right_bg.jpg);
	background-repeat: repeat-x;
	height: 150px;
}

#center {
	text-align:left;
	/*background-image:url(../images/container.jpg);
	background-repeat:no-repeat;*/
	width:1000px;
	padding:0px;
}

#header {

}

#header_left{
	float: left;
}

#header_center{
	float: left;
	background-image:url(../images/header_center_bg.jpg);
	background-repeat:repeat-x;
	width: 754px;
	height: 107px;
}

#header_top{
	height: 107px;	
}

#header_statement{
	padding-top: 45px;
	font-weight: bold;
	font-size: 14px;
	padding-left: 40px;
	float: left;
}

#header_donate{	
	width: 141px;
	height: 50px;
	float: right;
	margin-top: 13px;
	margin-right: 100px;
}

/* begin DONATE NOW rollover link */
#header_donate a {
	display:block;
	text-decoration:none;
	width: 141px;
	height: 48px;
	background-image:url(../images/donate_now.jpg);
	background-repeat: no-repeat;	
	background-position:0 0;
	text-decoration:none;
}
#header_donate a:hover {
	background-position:-141px 0;
}
/* end DONATE NOW rollover link */

#header_menu{
	height: 43px;
	background-image:url(../images/menu_bg.jpg);
	background-repeat: no-repeat;		
}

#content{
	width: 970px;
	margin-left: 30px; 
	background-image:url(../images/sidebar_flower_bg.jpg);
	background-repeat: repeat-y;
}

#sidebar{
	width: 170px;
	padding-left: 25px;
	padding-top: 25px;
	padding-right: 20px;
	float: left;
	background-image:url(../images/sidebar_flower_bg.jpg);
	background-repeat: no-repeat;
	font-size: 14px;	
	font-weight: bold;
}

.sidebar_text{
	padding-top: 10px;
	padding-bottom: 20px;
	color: #644a00;
}

.sidebar_text a{
	color: #644a00;
	text-decoration: none;
}

.sidebar_text a:hover{
	color: #644a00;
	text-decoration: underline;
}

#main {
	width: 753px;
	float: left;
	margin-left: 1px;
	border-right: 1px solid #d4bd80;
	padding-bottom: 30px;
}

#main_text{
	font-size: 14px;
	margin: 20px 30px 0px 30px;
}

.main_text_left{
	float: left;
	width: 322px;
	padding-top: 20px;
}

.main_text_right{
	float: left;
	width: 322px;
	margin-left: 30px;
	padding-top: 20px;
}

.title{
	color: #487133;
	font-size: 20px;
}

.subtitle{
	color: #000000;
	font-size: 20px;
}

/* START MENU */
/* begin common styles for menus */
#menu_foundation_wrap,
#menu_programs_wrap,
#menu_events_wrap,
#menu_contact_wrap { 
	float:left;
}
#menu_foundation,
#menu_programs,
#menu_events,
#menu_contact {
	margin: 0;
	padding: 0;
	z-index: 30;
}
#menu_foundation li,
#menu_programs li,
#menu_events li,
#menu_contact li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial;
}
#menu_foundation li a,
#menu_programs li a,
#menu_events li a,
#menu_contact li a{
	display: block;
	color: #000;
	text-align: center;
	text-decoration: none;
	width: 167px;
	height: 37px;
}
#menu_foundation li a:hover,
#menu_programs li a:hover,
#menu_events li a:hover,
#menu_contact li a:hover {	
	background-position:-168px 0;
}
#menu_foundation div,
#menu_programs div,
#menu_events div,
#menu_contact div {
	position: absolute;
	visibility: hidden;
	background:url(../images/menu/subnav_bg.gif);
	padding-top:10px;
	padding-right:0px;
	padding-bottom:0px;
	margin-top:-7px; /* shift up 7px */
	margin-bottom:0px;
	margin-right:0px;
	height:21px; /* 31px minus 10px top padding */
	z-index:1001;
}
/* end common styles for menus */


/* begin The Foundation menu */
#menu_foundation_wrap { margin: 0px 5px 0px 36px; }
#menu_foundation li a{ background: url("../images/menu/menu1.jpg") left top no-repeat; }
#menu_foundation div{
	text-align: left;
	margin-left: -36px; /* shift left 36px */
	padding-left: 36px; /* pad to align the text links */
	width:718px; /* 754px minus 36px left padding */
}
/* end The Foundation menu  */

/* begin Programs & Services menu */
#menu_programs_wrap { margin: 0px 5px 0px 1px; }
#menu_programs li a{ background: url("../images/menu/menu2.jpg") left top no-repeat; }
#menu_programs div{
	text-align: left;
	margin-left: -209px; /* originally, shift left 209px */
	padding-left: 36px; /* pad to align the text links */
	width:718px; /* originally, 754px minus 209px left padding, but now it's 754 minus 36px */
}
/* end Programs & Services menu  */

/* begin Events menu */
#menu_events_wrap { margin: 0px 5px 0px 1px; }
#menu_events li a{ background: url("../images/menu/menu3.jpg") left top no-repeat; }
#menu_events div{
	text-align: right;
	margin-left: -382px; /* shift left 382px */
	padding-right: 200px; /* pad to align the text links */
	width:554px; /* 754px minus 200px right padding */
}
/* end Events menu  */

/* begin Contact menu */
#menu_contact_wrap { margin: 0px 0px 0px 4px; }
#menu_contact li a{ background: url("../images/menu/menu4.jpg") left top no-repeat; }
#menu_contact div{
	text-align: right;
	margin-left: -558px; /* shift left 558px */
	padding-right: 21px; /* pad to align the text links */
	width:733px; /* 754px minus 21px right padding */
}
/* end Contact menu  */

/* begin common styles for sub menu links */
#menu_foundation div a,
#menu_programs div a,
#menu_events div a,
#menu_contact div a {
	display:inline;
	text-decoration: none;
	color: #305321;
	font-size:11px;
	background-image:url(../images/menu/small_leaf.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:0 10px 0 18px;
}
#menu_foundation div a:hover,
#menu_programs div a:hover,
#menu_events div a:hover,
#menu_contact div a:hover {
	color: #000;
	background-image:url(../images/menu/small_leaf_hover.gif);
	background-position:left;
	background-repeat:no-repeat;
}
/* end common styles for sub menu links */

/* END MENU */

.imagecolumn{
	/*border: 1px solid #4F7810;*/
}

#copyright { text-align:center; margin:10px auto 10px auto; }
