@charset "utf-8";

body {
    margin: 0px;
    padding: 0px;
}

img {
    border-width: 0px;
    padding: 0px; 
    margin: 0px;
}

#container {
/* Div that holds the main design area */
    width: 990px;
    margin-right: auto;
    margin-left: auto;
    background-image: url("images/text-background.jpg");
    background-repeat: no-repeat;
}

#footer {
/* Div that holds the footer */
    min-height: 100px;
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("images/footer-background.jpg");
    background-repeat: no-repeat;
}

#footer_outer {
/* Div that defines what happens around the footer in the margins */
    clear: both;
    width: 100%;
    background-color: #afccb5;
}

#footer_text {
    width: 990px;
    margin-right: auto;
    margin-left: auto;
}

#footer_text p {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #4f5f52;
    font-size: 11px;
    font-weight: bold;
    padding: 25px 0px;
	line-height: 17px;
	text-align: center;
}

#footer_text p a {
    color: #4f5f52;
    text-decoration: none;
}

#footer_text p a:hover {
    text-decoration: underline;
}

#footer_text p a:visited {
    text-decoration: none;
}

#footer_text p a:visited:hover {
    text-decoration: underline;
}

#hp_bucket1 {
/* Div that holds the main text on the homepage only */
    width: 405px;
    height: 328px;
    margin: 40px 45px 0px 15px;
    padding: 0px;
    float: left;
}

#hp_donate {
    margin: 0px auto 0px auto;
    padding: 0px;
    height: 60px;
    width: 990px;
	background-image: url("images/donate-background.jpg");
    background-repeat: no-repeat;
}

/*#hp_donate img {
    margin: 12px 55px 0px 66px;
    width: 288px;
    float: right;
}
*/
#hp_donate_outer {
    width: 100%;
    background-color: #4f7999;
}

#hp_photobar {
    clear: both;
    width: 100%; 
    height: 356px;
    background-image: url("images/photobar-background.gif");
}

#hp_photobar ul {
    margin: 0px;
    padding: 0px;
    list-style: none outside none;
}

#hp_text_full {
/* Div that holds the main text on the homepage only */
    width: 910px;
    margin: 40px 40px;
	border: 2px solid #4f7999;
}


#hp_text_left {
/* Div that holds the main text on the homepage only */
    width: 540px;
    margin: 0px;
    padding: 0px;
    float: left;
}

#hp_text_right {
/* Div that holds the main text on the homepage only */
    width: 450px;
    margin: 0px;
    padding: 0px 0px 40px 0px;
    float: right;
}

#inside_photobar {
    clear: both;
    width: 100%; 
    height: 256px;
    background-image: url("images/photobar-background.gif");
}

#inside_photobar_tall {
    clear: both;
    width: 100%; 
    height: 461px;
    background-image: url("images/photobar-background.gif");
}

#inside_text_left {
/* Div that holds the main text on the homepage only */
    width: 640px;
    float: left;
    margin: 0px;
    padding: 0px;
    float: left;
}

#inside_text_left ul {
/* UL within #inside_text_left */
	padding: 0px 37px 0px 75px;
    margin: 0px;
}

#inside_text_left ul li {
/* UL and LI within #inside_text_left */
    font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
    color: #494949;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: .25px;
	list-style: circle;
}

#inside_text_right {
/* Div that holds the main text on the homepage only */
    width: 350px;
    margin: 0px;
    padding: 0px 0px 40px 0px;
    float: right;
}

#logo {
/* Div that holds the top section of the BBF logo */
    width: 267px;
    height: 78px;
    margin: 20px 5px 0px 40px;
    padding: 0px;
    float: left;
}

#logo_and_tabs {
/* Div that holds the top of the logo and the navigation tabs */
    width: 990px;
	height: 117px;
    margin-right: auto;
    margin-left: auto;
	background-image: url("images/header-background.jpg");
}

#navigation {
/* Div that contains the main site navigation tabs in the top right-hand corner */
    margin: 0px 0px 0px 15px;
    padding-top: 30px;
    float: left;
}

#navigation ul {
/* UL within #tablist */
    padding: 0px 0px 10px 0px;
    margin: 0px;
    list-style: none;	
}

#navigation ul li {
/* UL and LI within #tablist */
    padding: 35px 11px 10px 11px;
    margin: 0px;
    display: inline;
    font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    color: #4f7999;
    font-size: 13px;
}

p.hp_quote {
    width: 305px;
    float: right;
    margin: 40px 40px 5px 5px;
    padding: 12px;
    font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    color: #69314d;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 1px;
    border-top: 1px solid #69314d;
    border-bottom: 1px solid #69314d;
    text-align: center;
}

p.hp_text {
    text-align: left;
    padding: 25px 37px 0px 30px;
    font-family: Arial, Helvetica, sans-serif;
    color: #494949;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: .25px;
}

p.hp_text_bottom {
    text-align: left;
    padding: 25px 37px 40px 30px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #494949;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: .25px;
}

p.hp_text_bottom a {
    color: #494949;
    text-decoration: underline;
}

p.hp_text_bottom a:hover {
    text-decoration: none;
}

p.hp_text_bottom a:visited {
    text-decoration: underline;
}

p.hp_text_bottom a:visited:hover {
    text-decoration: none;
}

p.hp_text_full {
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    color: #494949;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .25px;
	padding: 20px 40px;
}

p.hp_text_top {
    text-align: left;
    padding: 40px 37px 0px 30px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #494949;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: .25px;
}

p.inside_page_title {
    text-align: left;
    padding: 40px 37px 0px 30px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #3f5f78;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: .25px;
}

p.inside_quote {
    width: 305px;
    float: right;
    margin: 5px 40px 5px 5px;
    padding: 12px;
    font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    color: #69314d;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 1px;
    border-top: 1px solid #69314d;
    border-bottom: 1px solid #69314d;
    text-align: center;
}

p.inside_subhead {
    text-align: left;
    padding: 40px 37px 0px 30px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #cc2657;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .25px;
}

p.inside_subhead_learn_more {
    text-align: left;
    padding: 30px 0px 0px 30px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #cc2657;
    font-size: 16px;
    letter-spacing: .25px;
}

p.inside_subhead_no_top {
    text-align: left;
    padding: 25px 37px 0px 30px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #cc2657;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .25px;
}

p.inside_subhead_small {
    text-align: left;
    padding: 25px 37px 0px 30px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #cc2657;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: .25px;
}

p.inside_subhead_small_bottom {
    text-align: left;
    padding: 25px 37px 40px 30px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #cc2657;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: .25px;
}

p.inside_subhead_small_top {
    text-align: left;
    padding: 40px 37px 0px 30px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #cc2657;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: .25px;
}

p.inside_text {
    text-align: left;
	padding: 25px 37px 0px 30px;
    font-family: Arial, Helvetica, sans-serif;
    color: #494949;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: .25px;
}

p.inside_text a {
    color: #494949;
    text-decoration: underline;
}

p.inside_text a:hover {
    text-decoration: none;
}

p.inside_text a:visited {
    text-decoration: underline;
}

p.inside_text a:visited:hover {
    text-decoration: none;
}

p.inside_text_bottom {
    text-align: left;
    padding: 25px 37px 40px 30px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #494949;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: .25px;
}

p.inside_text_bottom a {
    color: #494949;
    text-decoration: underline;
}

p.inside_text_bottom a:hover {
    text-decoration: none;
}

p.inside_text_bottom a:visited {
    text-decoration: underline;
}

p.inside_text_bottom a:visited:hover {
    text-decoration: none;
}

p.inside_text_no_top {
    text-align: left;
	padding: 0px 37px 0px 30px;
    font-family: Arial, Helvetica, sans-serif;
    color: #494949;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .25px;
}

p.inside_text_learn_more {
    text-align: left;
	padding: 0px 37px 0px 30px;
    font-family: Arial, Helvetica, sans-serif;
    color: #494949;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .25px;
}

p.inside_text_learn_more img {
	padding-bottom: 15px;
}

p.inside_text_top {
    text-align: left;
    padding: 40px 37px 0px 30px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #494949;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: .25px;
}

p.inside_text_top a {
    color: #494949;
    text-decoration: underline;
}

p.inside_text_top a:hover {
    text-decoration: none;
}

p.inside_text_top a:visited {
    text-decoration: underline;
}

p.inside_text_top a:visited:hover {
    text-decoration: none;
}

.inside_bucket1 {
/* Div that holds the main text on the homepage only */
    width: 287px;
    height: 236px;
    margin: 50px 45px 0px 15px;
    padding: 0px;
    float: left;
}

.navigation_selected {
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 13px;
    background-color: #4f7999;
    text-align: center;
}

.navigation_selected a {
    color: #ffffff;
    text-decoration: none;
}

.navigation_selected a:hover {
    text-decoration: underline;
}

.navigation_selected a:visited {
    text-decoration: none;
}

.navigation_selected a:visited:hover {
    text-decoration: underline;
}

.navigation_unselected {
    font-family: Arial, Helvetica, sans-serif;
    color: #4f7999;
    font-size: 13px;
    text-align: center;
}

.navigation_unselected a {
    color: #332b28;
    text-decoration: none;
}

.navigation_unselected a:hover {
    text-decoration: underline;
}

.navigation_unselected a:visited {
    text-decoration: none;
}

.navigation_unselected a:visited:hover {
    text-decoration: underline;
}

.navigation_unselected_spotlight {
    font-family: Arial, Helvetica, sans-serif;
    color: #332b28;
    font-size: 13px;
    background-color: #f1f8f3;
    text-align: center;
}

.navigation_unselected_spotlight a {
    color: #332b28;
    text-decoration: none;
}

.navigation_unselected_spotlight a:hover {
    text-decoration: underline;
}

.navigation_unselected_spotlight a:visited {
    text-decoration: none;
}

.navigation_unselected_spotlight a:visited:hover {
    text-decoration: underline;
}

a.pink_link {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: .25px;
    color: #cc2657 !important;
    text-decoration: underline;
}

a.pink_link:hover {
    text-decoration: none;
}

a.pink_linkvisited {
    text-decoration: underline;
}

a.pink_linkvisited:hover {
    text-decoration: none;
}

td.inside_text_partners {
/* Main text currently being displayed on Partners page */
    font-family: Arial, Helvetica, sans-serif;
    color: #494949;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: .25px;
    padding: 20px 15px;
    margin-right: 30px;
    margin-left: 30px;
    border-bottom: 1px solid #e3ebe5;
}

td.inside_text_partners a {
    color: #494949;
    /*color: #333333;*/
    text-decoration: none;
}

td.inside_text_partners a:hover {
    text-decoration: underline;
}

td.inside_text_partners a:visited {
    text-decoration: none;
}

td.inside_text_partners a:visited:hover {
    text-decoration: underline;
}

td.inside_text_partners_bottom {
/* Main text currently being displayed on Partners page */
    font-family: Arial, Helvetica, sans-serif;
    color: #494949;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: .25px;
    padding: 20px 15px;
    margin-right: 30px;
    margin-left: 30px;
}

td.inside_text_partners_bottom a {
    color: #494949;
    /*color: #333333;*/
    text-decoration: none;
}

td.inside_text_partners_bottom a:hover {
    text-decoration: underline;
}

td.inside_text_partners_bottom a:visited {
    text-decoration: none;
}

td.inside_text_partners_bottom a:visited:hover {
    text-decoration: underline;
}



/* -----------------------------------------------------------------------------
  Styles needed for Modals : DO NOT REMOVE
  --------------------------------------------------------------------------- */
.modal_message {
/* System messages <div>--a fancy DHTML pop-up window */
    position: absolute;
    visibility: hidden;
	border: 3px solid #afccb5;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
    background: #ffffff;
    z-index: 10000;
	width: 450px;
    height: 475px;
}

.iehack_modal_message {
/* System messages <div>--a fancy DHTML pop-up window */
    position: absolute;
    visibility: hidden;
    border: 0px solid #000000;
    background: #ffffff;
    z-index: 9999;
    width: 450px;
    height: 475px;
}

.form_button {
/* Buttons used in the contact modal */
    text-align: center;
	padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 13px;
	font-weight: bold;
    letter-spacing: .25px;
    background:  #4f7999;
    border:  1px solid #304c61;
    margin:  0px 0px 5px 0px;
    width: 75px;
	height: 25px;
}

