/* CSS Document */

body {
	background-image:url(images/main_bg.jpg);
	background-repeat: repeat-x;
    background-color: #01233f
}

P {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#2766c5;
	
}
a:link {
	color: #ff9999;
}

a:visited {
	color: #ff9999;
}

a:hover ,a:active {
	color: #af4d4d;
}
.clear_both {
	clear:both;
}
ul {
	padding: 0px;
	margin: 0px;
	margin-left: 1em;
	list-style-type:none
}

li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF6699;
	margin-left: 0px;
	margin-top: 0px;
	line-height: 15px;
	margin: 1em 0;
    background-image: url(images/bullet_ribbon.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding-left: 1.5em;
	padding-bottom:0.5em;
	
}

#li_box{
	border:solid #FFCCCC 1px;
	padding-right:10px;
	background-image:url(images/li_bg.jpg);
	background-repeat:repeat-x;
	width:250px;

}

H1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	color:#6e7e1f;
}


H2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#797979;
	
}
h2 span {	
 

}
#attention {
	color:#FF0000;
	font-size:18px;

}

/* Area Divs*/

/* left column - my wrap */
.mywrap {
	background-image: url(images/left_table_bg.gif);
	background-repeat: repeat-y;
	width:192px;
	margin-bottom:10px;
	padding-top:0px;
}

.mywrap_a {
	background-image: url(images/side_bar_header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	
}


.mywrap_b {
	background-image: url(images/left_column_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}



.mywrap_content {
	padding:10px;
	padding-top:220px;
	
	
}
.mywrap_content p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#797979;
}


.mywrap_content h2 {
	width:120px;
	padding-left:0px;
		
}
#area_1 {
	width:205px;
	margin-left:10px;
	margin-top:40px;

}


/* left column - my wrap2 */
#area_2 {
	width:205px;
	margin-left:10px;

}
.mywrap2 {
	background-image: url(images/left_table_bg.gif);
	background-repeat: repeat-y;
	width:200px;
	margin-bottom:10px;
}
.mywrap_a2 {
	background-image: url(images/side_ad_header.gif);
	background-repeat: no-repeat;
	background-position: top;
	
}
.mywrap_b2 {
	background-image: url(images/side_ad_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	
}
.mywrap_content2 {
	padding:10px;
	
}
.mywrap_content2 h2 {
	width:120px;
	padding-left:5px;
		
}

.mywrap_content2 p {
	padding:10px;
	margin-bottom:50px;
	
}

/* Body background */


/* right column - my wrap3 */
#area_3 {
	width:535px;
	margin-left: 0px;

}
#area_3  h1{
	margin-top:25px;

}
.mywrap3 {
	background-image: url(images/right_column_bg.gif);
	background-repeat: repeat-y;
	width:535px;
	margin-bottom:10px;
}
.mywrap3_new {
	background-image: url(images/right_column_bg2.gif);
	background-repeat: repeat-y;
	width:756px;
	margin-bottom:10px;
}
.mywrap_a3 {
	background-image: url(images/right_column_header.gif);
	background-repeat: no-repeat;
	background-position: top;
	
}

/* left about ads */

/* this controls the header image */
.mywrap_a_left_about {
	background-image: url(images/side_bar_header_about.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.mywrap_a_left_donations {
	background-image: url(images/side_bar_header_donations.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.mywrap_a_left_donations2 {
	background-image: url(images/side_bar_header_donations2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	left:0px
}
.mywrap_a_left_links {
	background-image: url(images/side_bar_header_links.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.mywrap_a_left_contactus {
	background-image: url(images/side_bar_header_contact_us.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.mywrap_a_left_upcomingevents {
	background-image: url(images/side_bar_header_services.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.mywrap_a_left_volunteer {
	background-image: url(images/side_bar_header_volunteer.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

/* this controls the text size */
.mywrap_a_left_about p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#797979;
}
.mywrap_a_left_donations p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#797979;
}
.mywrap_a_left_donations2 p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#797979;
}
.mywrap_a_left_links p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#797979;
}
.mywrap_a_left_contactus p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#797979;
}
.mywrap_a_left_upcomingevents p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#797979;
}
.mywrap_a_left_volunteer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#797979;
}

/* this controls the height the text drops */

.mywrap_content_left_about {
	padding:10px;
	padding-top:250px;
}
.mywrap_content_left_donations {
	padding:10px;
	padding-top:200px;
}
.mywrap_content_left_donations2 {
	padding:10px;
	padding-top:240px;
	left:0px;
}
.mywrap_content_left_links {
	padding:10px;
	padding-top:245px;
}
.mywrap_content_left_contactus {
	padding:10px;
	padding-top:245px;
}
.mywrap_content_left_upcomingevents {
	padding:10px;
	padding-top:245px;
}
.mywrap_content_left_volunteer {
	padding:10px;
	padding-top:245px;
}
.mywrap_b3 {
	background-image: url(images/right_column_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	
}
.mywrap_content3 {
	padding:10px;
	padding-top:100px;
	}
.mywrap_content3_new {
	padding:10px;
	padding-top:100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #039;
    }
.mywrap_content3_img{
	width:203px;
	background-image:url(images/andrea_signature.gif);
	background-repeat:no-repeat;
	padding:10px;
	height: 65px;
	margin-left:285px
	
}
.mywrap_content3 h2 {
	width:500px;
	padding-left:5px;
		
}
#mywrap_content3 h2 span {
	padding-left:5px;
	width:500px;	
}




.main_table_bg {
	background-image:url(images/main_table_bg.png);
	background-repeat:no-repeat;
	background-position:bottom;
	width:760px;
}

.main_table_bg2 {
	background-image:url(images/main_table_bg.jpg);
	background-repeat:no-repeat;
	background-color:#9dd4f3;
	width:760px;
}

/* Image classes */


/* Forms */

form  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#009bdb;

}
.lable {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;

}
input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#af7649;
	background-color:#FFCCCC;
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#af7649;
	background-color:#FFCCCC;
}

submit {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6e7e1f;
	background-color:#dce2c5;

}
form table tr td{
	border-bottom:1px;
	border-bottom-color:#CCCCCc;
	border-bottom-style:dashed;
}


/* Page Headers */
.mywrap_a_about {
	background-image: url(images/title_about_fbhi.jpg);
	background-repeat: no-repeat;
	background-position: top;
	
}
.mywrap_a_donations {
	background-image: url(images/title_donations.jpg);
	background-repeat: no-repeat;
	background-position: top;
	
}
.mywrap_a_board_of_directors {
	background-image: url(images/title_board_of_directors.jpg);
	background-repeat: no-repeat;
	background-position: top;
	
}
.mywrap_a_upcomingevents {
	background-image: url(images/title_upcoming_events.jpg);
	background-repeat: no-repeat;
	background-position: top;
	
}
.mywrap_a_links {
	background-image: url(images/title_links.jpg);
	background-repeat: no-repeat;
	background-position: top;
	
}
.mywrap_a_volunteer_signup {
	background-image: url(images/title_volunteer_sign_up.jpg);
	background-repeat: no-repeat;
	background-position: top;
	
}
.mywrap_a_contact_us {
	background-image: url(images/title_contact_us.jpg);
	background-repeat: no-repeat;
	background-position: top;
	
}
.mywrap_a_sponsors {
	background-image: url(images/title_sponsors.jpg);
	background-repeat: no-repeat;
	background-position: top;
	
}
.mywrap_a_sponsors_sign_up {
	background-image: url(images/title_sponsors_signup.jpg);
	background-repeat: no-repeat;
	background-position: top;
	
}
.mywrap_a_gallery {
	background-image: url(images/title_gallery.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.mywrap_a_press_releases {
	background-image: url(images/title_press_releases.jpg);
	background-repeat: no-repeat;
	background-position: top;
	
}
.mywrap_a_video_media {
	background-image: url(images/title_video_media.jpg);
	background-repeat: no-repeat;
	background-position: top;
	
}

.mywrap_a_our_board {
	background-image: url(images/title_board_of_directors.jpg);
	background-repeat: no-repeat;
	background-position: top;
	
}

.mywrap_a_recognition {
	background-image: url(images/title_recognized.jpg);
	background-repeat: no-repeat;
	background-position: top;
	
}

.mywrap_a_grant_providers {
	background-image: url(images/title_grant_providers.jpg);
	background-repeat: no-repeat;
	background-position: top;
	
}

.mywrap_a_contact_big {
	background-image: url(images/title_contact_big.jpg);
	background-repeat: no-repeat;
	background-position: top;
	
}

.mywrap_a_pastevents {
	background-image: url(images/title_past_events.jpg);
	background-repeat: no-repeat;
	background-position: top;
	
}

.mywrap_a_knock {
	background-image: url(images/title_knock.jpg);
	background-repeat: no-repeat;
	background-position: top;
	
}

/* Footer Area*/

#footer {
	background-image: url(images/footer-bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	position:relative;
	top:10px;
}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #9ed4f2;
	padding: 0px;
	
}
#footer a{
	color: #0f4c6f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration:none;
}

#footer a:visited  {
	color: #0f4c6f;
	
}

#footer a:hover {
	color: #2493c6;
	
}
#footer a:active {
	color: #0f4c6f;
	
}

#sponsor_text {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#ef8e97;
	font-size:17px;

}
#sponsor_text2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#ef8e97;
	font-size:15px;

}
#sponsor_text3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#ef8e97;
	font-size:13px;

}
#sponsor_text4 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#ef8e97;
	font-size:12px;

}
.knowledge {
	font-size:8pt;
	color:#3f3916;
	position:relative;
	top:-390px;
	left:34px;
	width:170px;
	text-align:left;
	font-family: Verdana, Geneva, sans-serif;
}
.fast {
	font-family:Verdana, Geneva, sans-serif; font-size:11px; color:#3f3916; position:relative; top:-22px; left:18px; width:175px; text-align:left;
}
.flash-top {
	margin-bottom:-2px;
}
