@import url("../css/reset.css");

/*  
Globals
--------------------------------------------------------------------------------------------------- */
* {margin:0; padding:0;}

body {
    font: 12px/1.4em Arial, Helvetica, sans-serif;
	background: #CEDDEA;
    color:#666;
	margin: 0;
} 
hr { display: none; }

strong, b { font-weight: bold; }
em, i { font-style: italic; }

a {
	color: #3F6284;
	text-decoration: none;
}
a:hover {
	color: #000;
}

/* Layout Divisions
--------------------------------------------------------------------------------------------------- */
#outer_wrapper {
	width: 100%;
	background: url(../gfx/head_bg.jpg) repeat-x 0 0 #114D7D;
}

/* HOME */
body#home #inner_wrapper {
	width: 100%;  
	background: url(../gfx/subheader_bg.jpg) no-repeat 50% 161px;
}

#inner_wrapper {
	width: 100%;  
	background: url(../gfx/subheader_bg_2.jpg) no-repeat 50% 161px;
}

#wrapper {
	width: 990px;
	margin: 0 auto;
	position: relative;
}
#header {
	height: 161px;
	position: relative;
}

#logo {
	display: block;
	width: 300px;
	height: 56px;
	text-indent: -999em;
	background: url(../gfx/logo.png) no-repeat 0 0;
	position: absolute;
	top: 35px;
	left: 30px;
}
#logo_bffc {
	display: block;
	width: 113px;
	height: 82px;
	text-indent: -999em;
	background: url(../gfx/bfc_logo.png) no-repeat 0 0;
	position: absolute;
	top: 15px;
	left: 366px;
}
#btn_login {
	width: 327px;
	height: 28px;
	display: block;
	text-indent: -999em;
	background: url(../gfx/btn_login.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	right: 0;
}
#btn_login:hover {
	background-position: 0 -28px;
}

#btn_logout {
	width: 327px;
	height: 28px;
	display: block;
	text-indent: -999em;
	background: url(../gfx/btn_logout.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	right: 0;
}
#btn_logout:hover {
	background-position: 0 -28px;
}


/* HOME */
body#home #subheader {
	height: 262px;
	position: relative;
}

#subheader {
	height: 250px;
	position: absolute;
	z-index: 5000;
}


/* ----------- GLOBAL CONTAINERS ---------------- */
#outer_container {
	width: 965px;
	margin: 0 auto;
	padding: 0 0 12px 0;
	background: url(../gfx/container_bottom.png) no-repeat 0 100%;	
	padding-top: 225px;
}
#inner_container {
	padding: 12px 0 0 0;
	background: url(../gfx/container_top.png) no-repeat 0 0;	
}
#glob_container {
	background: url(../gfx/container_bg.png) repeat-y 0 0;	
}

#primary {
	width: 	637px;
	float: right;
}

#secondary {
	width: 	328px;
	float: left;
}


/* ----------- FULL WIDTH CONTAINER ---------------- */
#outer_container.wide {
	width: 965px;
	margin: 0 auto;
	padding: 0 0 12px 0;
	background: url(../gfx/full_bottom.png) no-repeat 0 100%;	
	padding-top: 225px;
}
#outer_container.wide #inner_container {
	padding: 12px 0 0 0;
	background: url(../gfx/full_top.png) no-repeat 0 0;	
}
#outer_container.wide #inner_container #glob_container {
	background: #fff;	
}
#outer_container.wide #inner_container #glob_container #primary {
	width: 100%;
}


/* --- GLOBAL STYLES ---- */
#primary .content {
	padding: 10px 40px 0 40px;	
}

.content h1 {
	font-size: 28px;
	font-family: Cambria, "Times New Roman", Times, serif;
	font-style: italic;
	color: #444;
	line-height: 28px;
	margin: 0 0 25px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
}

.content h2 {
	font-size: 18px;
	color: #0C4781;
	line-height: 22px;
	margin: 0 0 15px 0;
}

.content h3 {
	font-size: 16px;
	color: #666;
	padding: 14px 0 14px 20px;
	border-bottom: 1px solid #ccc;
	margin: 0 0 15px 0;
	background: url(../gfx/subnav_blue_arrow.png) no-repeat 0 50%;
}

.content h4 {
	font-size: 14px;
	font-weight: bold;
	color: #0C4781;
	line-height: 20px;
	padding: 0 0 5px 0;
	margin: 0;
}

.content h5 {
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #71AAE3;
	background: #DEE8F1;
	color: #0C4781;
	line-height: 20px;
	padding: 5px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}
.content h6 {
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}

.content a {
	font-weight: bold;
	text-decoration: underline;
}
.content a:hover {
	color: #000;	
}

.content p {
	margin: 0 0 20px 0;
	line-height: 18px;
}
.content blockquote {
	padding: 15px;
	background: #FDF8CE;
	border: 1px dotted #999;
	float: right;
	text-align: center;
	width: 200px;
	font: 20px Cambria, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0 0 0 20px;
}




.content ul.testimonials blockquote {

	width: 93%;

	float: none;

	font: 20px Cambria, "Times New Roman", Times, serif;

	font-style: italic;

	text-align: left;

	color: #1F637D;
	
	border: none;

	background: url(../gfx/inline_quote_right.png) no-repeat 98% 90%;

	margin: 0 0 10px 10px;

}

.content ul.testimonials blockquote span {

	display: block;

	padding: 0 30px;

	background: url(../gfx/inline_quote_left.png) no-repeat 0 0;

}


.content ul.testimonials span.quote_author {
	font-size: 11px;
	color: #000;

	text-align: right;

	display: block;

	width: 92%;

}

.content ul.testimonials {
	padding: 0;
	margin: 0;
}

.content ul.testimonials li {

	margin: 20px 0 20px 0;

	padding: 0 0 20px;

	list-style: none;

	background: none;

}




.content ol {
	padding: 25px 0 0 0;
	margin: 0 0 30px 40px;
}
.content ol li {
	list-style-type:upper-alpha;
	padding: 0 0 0 5px;
	font-weight: bold;
	margin: 0 0 10px 0;
}	
.content ul {
	padding: 5px 0 0 0;
	margin: 0 0 30px 25px;
}
.content ul li {
	background: url(../gfx/bullet.gif) no-repeat 0 3px;
	padding: 0 0 0 15px;
	margin: 0 0 10px 0;
	color: #666;
}

.content ul li ul,.content ul li ul li ul {
	margin-bottom: 15px;	
	padding-top: 15px;
}
.content ul li ul li {
	color: #999;
	font-size: 11px;
	font-weight: bold;
}
.content ul li ul li a {
	color: #000;	
}

.content ul li ul li ul li {
	font-size: 10px;
	font-weight: bold;
}


.content table {
	border: 1px solid #71AAE3;
	background: #DEE8F1;
	margin: 0 0 15px 0;
}
.content table th {
	background: #14508B;
	color: #fff;
	font-weight: bold;
	padding: 10px;
}
.content table tr,td {
	padding: 15px;	
}
#primary .content table td ul {
	margin: 0;	
	padding: 0;
}
#primary .content table td ul li {
	font-weight: normal;
}



/* --- SIDEBOX ---- */
#secondary .sideBox {
	width: 250px;	
	padding: 0 30px 15px 30px;
	color: #B5BFC8;
}
#secondary .sideBox h5 {
	font-weight: bold;
	color: #6EA5D8;
	margin: 0 0 5px 0;
}	
#secondary .sideBox p {
	color: #B5BFC8;
	font-size: 11px;
	margin: 0 0 10px 0;
}
#secondary .sideBox a {
	color: 	#F2D80C;	
}
#secondary .sideBox a:hover {
	color: #fff;	
}
#secondary .sideBox .more {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	color: 	#F2D80C;
}



/* ----------- SUBNAVIGATION ---------------- */
#subnav {
	width: 328px;
	padding: 10px 0 0 0;
	margin: 0 0 20px 0;
}
#subnav li {
	background: url(../gfx/subnav_bg.jpg) no-repeat 0 0;
	margin: 0 0 1px 0;
}
#subnav li a {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 14px 20px 13px 30px;
	display: block;
	width: 260px;
	background: url(../gfx/subnav_yellow_arrow.png) no-repeat 10px 50%;
	border-bottom: 1px solid #51697F;
	border-top: 1px solid #51697F;
}
#subnav li a:hover, #subnav li.parent-active a, #subnav li.active a {
	width: 268px;
	padding: 14px 30px 13px 30px;
	display: block;
	color: #366995;
	background: url(../gfx/subnav_blue_arrow.png) no-repeat 10px 50% #fff;
}



/* -- SUB SUB --- */
#subnav li ul li {
	background: #6EA5D8;
	width: 310px;
	margin: 0 0 1px 0;
}
#subnav li.active ul li a,#subnav li.parent-active ul li a, #subnav li ul li a {
	font-size: 12px;
	color: #fff;
	padding: 5px 5px 5px 50px;
	margin: 0;
	background: url(../gfx/white_arrow.png) no-repeat 35px 9px;
	border: none;
}
#subnav li.active ul li a:hover,#subnav li.parent-active ul li a:hover, #subnav li ul li a:hover,#subnav li ul li.active a {
	width: 255px;
	padding: 5px 5px 5px 50px;
	color: #fff;
	background: url(../gfx/white_arrow.png) no-repeat 35px 9px #3A6690;
}


/* -- SUB SUB SUB --- */
#subnav li ul li ul {
	padding: 10px 0;
	background: #031525;
}
#subnav li ul li ul li {
	background: none;
	width: 310px;
	margin: 0;
}
#subnav li.active ul li ul li a,#subnav li.parent-active ul li ul li a, #subnav li ul li ul li a {
	font-size: 11px;
	color: #F3D90C;
	padding: 5px 5px 5px 80px;
	margin: 0;
	background: url(../gfx/yellow_arrow.png) no-repeat 65px 9px;
	border: none;
}
#subnav li.active ul li ul li a:hover,#subnav li.parent-active ul li ul li a:hover, #subnav li ul li ul li a:hover,#subnav li ul li ul li.active a {
	width: 235px;
	padding: 5px 5px 5px 80px;
	color: #fff;
	background: url(../gfx/white_arrow.png) no-repeat 65px 9px;
}





/* ----------- HOME CONTENT ---------------- */
body#home #primary {
	width: 640px;
	float: right;
}
body#home #secondary {
	width: 	350px;
	float: left;
	padding: 30px 0 0 0;
}

body#home #glob_container {
	background: url(../gfx/home_col_div.png) no-repeat 68% 0;	
}
body#home #primary .colA {
	float: left;	
	width: 280px;
	padding: 0 15px 0 15px;
}
body#home #primary .colB {
	float: left;
	width: 285px;
	padding: 0 20px 0 25px;
}


body#home #primary h3 {
	color: #fff;	
	font-size: 16px;
	margin: 0 0 20px 0;
}
body#home #primary p {
	color: #99B0C3;
	margin: 0 0 15px 0;
	line-height: 16px;
}
body#home #primary a {
	color: 	#F2D80C;
}
body#home #primary .more {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
}
body#home #primary .more:hover {
	color: #fff;	
}

body#home #primary blockquote {
	font: 17px Cambria, "Times New Roman", Times, serif;
	color: #99B0C3;
	font-style: italic;
	margin: 0 0 20px 0;
	background: url(../gfx/left_quote.png) no-repeat 0 0;
	padding: 0 0 0 25px;
}

body#home #primary #btn_testimonials {
	width: 175px;
	height: 44px;
	display: block;
	text-indent: -999em;
	float: left;
	margin: 0 15px 0 0;
	background: url(../gfx/btn_testimonials.png) no-repeat 0 0;
}
body#home #primary #btn_testimonials:hover {
	background-position: 0 -44px;	
}

body#home #primary #btn_video {
	width: 40px;
	height: 40px;
	display: block;
	text-indent: -999em;
	float: left;
	background: url(../gfx/btn_video.png) no-repeat 0 0;
}
body#home #primary #btn_video:hover {
	background-position: 0 -40px;
}



#primary_links {
	width: 311px;
	height: 153px;
	background: url(../gfx/prm_bg.png) no-repeat 0 0;
	margin: 0 auto 20px auto;
	padding: 12px 0 0 0;
}
#primary_links li {
	margin: 0 0 5px 17px;	
}
#primary_links li a {
	width: 	285px;
	height: 70px;
	display: block;
	text-indent: -999em;
}
/* ---- MY CHILD MAY HAVE ----- */
#primary_links #prm_a a {
	background: url(../gfx/prm_mayhave.png) no-repeat 0 0;	
}
#primary_links #prm_a a:hover {
	background-position: 0 -70px;	
}

/* ---- MY CHILD HAS ----- */
#primary_links #prm_b a {
	background: url(../gfx/prm_has.png) no-repeat 0 0;	
}
#primary_links #prm_b a:hover {
	background-position: 0 -70px;	
}

/* NAVIGATIONS
--------------------------------------------------------------------------------------------------- */
#navigation {
	width: 990px;
	height: 37px;
	position: absolute;
	top: 124px;
	left: 0;
	z-index: 5000;
}
#navigation ul li {
	float: left;	
}
#navigation ul li .gnav {
	height: 37px;
	text-indent:-999em;
	background: url(../gfx/menu.png) no-repeat;
	display: block;
	float: left;
}

/* ------ HOME ------- */
#navigation #n-home .gnav {
	width: 94px;
	background-position: 0 0;
}
body#home #n-home .gnav, #navigation #n-home .gnav:hover {
	background-position: 0 -37px;
}
#navigation #n-home.sfHover .gnav {
	background-position: 0 -37px;
}

/* ------ SERVICES ------- */
#navigation #n-services .gnav {
	width: 121px;
	background-position: -94px 0;
}
body#services #n-services .gnav, #navigation #n-services .gnav:hover {
	background-position: -94px -37px;
}
#navigation #n-services.sfHover .gnav {
	background-position: -94px -37px;
}


/* ------ PROGRAMS ------- */
#navigation #n-programs .gnav {
	width: 137px;
	background-position: -215px 0;
}
body#programs #n-programs .gnav, #navigation #n-programs .gnav:hover {
	background-position: -215px -37px;	
}
#navigation #n-programs.sfHover .gnav {
	background-position: -215px -37px;	
}

/* ------ OUTREACH ------- */
#navigation #n-outreach .gnav {
	width: 132px;
	background-position: -352px 0;
}
body#outreach #n-outreach .gnav, #navigation #n-outreach .gnav:hover {
	background-position: -352px -37px;	
}
#navigation #n-outreach.sfHover .gnav {
	background-position: -352px -37px;	
}

/* ------ TRAINING ------- */
#navigation #n-training .gnav {
	width: 230px;
	background-position: -484px 0;
}
body#training-resources #n-training .gnav, #navigation #n-training .gnav:hover {
	background-position: -484px -37px;	
}
#navigation #n-training.sfHover .gnav {
	background-position: -484px -37px;
}


/* ------ RESEARCH ------- */
#navigation #n-research .gnav {
	width: 127px;
	background-position: -714px 0;
}
body#research #n-research .gnav, #navigation #n-research .gnav:hover {
	background-position: -714px -37px;	
}
#navigation #n-research.sfHover .gnav {
	background-position: -714px -37px;	
}

/* ------ CONTACT ------- */
#navigation #n-contact .gnav {
	width: 149px;
	background-position: -841px 0;
}
body#contact #n-contact .gnav, #navigation #n-contact .gnav:hover {
	background-position: -841px -37px;	
}
#navigation #n-contact.sfHover .gnav {
	background-position: -841px -37px;		
}




/* Contact Form

--------------------------------------------------------------------------------------------------- */

#feedback_form {

	padding: 15px 0;

}


#feedback_form .fieldbox {

	padding: 10px 0;

	margin: 0 0 10px 0;

}

#feedback_form .req_field {

	color: #417BAC;

	font-weight: bold;

	font-size: 11px;

	padding: 0 20px;

}

#feedback_form label {

	font-size: 14px;

	width: 120px;

	float: left;

}

#feedback_form input, #feedback_form textarea {

	font: 12px Arial, Helvetica, sans-serif;

	color: #666;

	padding: 2px;

	width: 300px;

	background: url(../gfx/field_bg.jpg) repeat-x 0 100% #fff;

	border: 1px solid #ccc;

	float: left;

}

#feedback_form #btn_send {
	display: block;

	width: 130px;

	height: 44px;

	background: url(../gfx/btn_submit.png) no-repeat 0 0;

	border: none;

	cursor: pointer;

	margin: 0 0 0 120px;

	text-indent: -999em;

}

#feedback_form #btn_send.hoverme,#feedback_form #btn_send:hover {

	background: url(../gfx/btn_submit.png) no-repeat 0 -44px;

}






/* SEARCH
--------------------------------------------------------------------------------------------------- */
#glob_search {
	position: absolute;
	top: 62px;
	right: 10px;
}
#glob_search #search_field {
	width: 	282px;
	height: 19px;
	background: url(../gfx/search_field.png) no-repeat 0 0;
	border: none;
	font: 16px Arial, Helvetica, sans-serif;
	color: #888;
	padding: 10px;
	float: left;
	margin: 0 10px 0 0;
}
#glob_search #btn_search {
	width: 	91px;
	height: 35px;
	display:block;
	border: none;
	cursor: pointer;
	text-indent: -999em;
	margin: 2px 0 0 0;
	float: left;
	background: url(../gfx/btn_search.png) no-repeat 0 0;
}
#glob_search #btn_search:hover {
	background-position: 0 -35px;	
}


/* ----------- TERTIARY CONTENT ---------------- */
#tertiary {
	width: 950px;
	height:140px;
	margin: 0 auto;
	padding: 50px 0 0 0;
}
#tertiary h3 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

/* --- COLUMN A --- */
#tertiary .colA {
	width: 572px;
	padding: 0 20px;
	float: left;
}
#tertiary .colA h3 {
	margin: 0 0 20px 0;	
}
#tertiary .colA .qlink_cols {
	width: 	190px;
	float: left;
}
#tertiary .colA .qlink_cols li {
	background: url(../gfx/qlink_bullet.jpg) no-repeat 0 50%;
	padding: 0 0 0 15px;
	margin: 0 0 10px 0;
}
#tertiary .colA .qlink_cols li a {
	font-size: 14px;
	font-weight: bold;
	color: #3D72A0;
}
#tertiary .colA .qlink_cols li a:hover {
	color: #000;	
}

/* --- COLUMN B --- */
#tertiary .colB {
	width: 	283px;
	padding: 5px 20px 0 30px;
	float: left;
}
#tertiary .colB .cover {
	display: block;
	float: left;
	margin: 0 15px 0 0;
	border: 1px solid #000;
}

#tertiary .colB h3 {
	color: #fff;
	text-transform:none;
}
#tertiary .colB p {
	color: #9BB1C4;	
	margin: 0 0 15px 0;
}
#tertiary .btn_order {
	color: #F0D60D;
	text-transform: uppercase;
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
}
#tertiary .btn_order:hover {
	color: #fff;	
}



/* Footer
--------------------------------------------------------------------------------------------------- */
#outer_footer {
	width: 100%;
	background: url(../gfx/footer_line.jpg) repeat-x 0 0 #CEDDEA;
}
#inner_footer {
	width: 100%;
	height: 252px;
	background: url(../gfx/footer_bg.jpg) no-repeat 50% 0;	
}
#footer {
	width: 950px;
	height: 70px;
	margin: 0 auto;
	position: relative;
	font-size: 10px;
}

/* ----------- FOOTER CONTENT ---------------- */
#footer .copy {
	font-weight: bold;
	color: #666;
	position: absolute;
	top: 10px;
	right: 10px;
}
#footer #foot_links {
	position: absolute;
	top: 35px;
	right: 10px;
}
#footer #foot_links li {
	float: left;
	padding: 0 10px;
	border-right: 1px solid #999;
}
#footer #foot_links li.last {
	border: none;
	padding: 0 0 0 10px;
	height: 10px;
}
#footer #foot_links li a {
	text-transform: uppercase;
	color: #052646;
	font-weight: bold;
	line-height: 10px;
	height: 10px;
	display: block;
}
#footer #foot_links li a:hover{
	color: #000;
	text-decoration: underline;
}


#foot_logos {
	position: absolute;
	height: 50px;
	top: 10px;
	left: 10px;
}
#foot_logos li {
	float: left;	
}


body#home .btn_donate {display: block; width: 165px; height: 125px; text-indent: -999em; background:url(../gfx/donate_button.png) no-repeat 0 0; margin: 0 auto}
body#contact .btn_donate {display: block; width: 165px; height: 125px; text-indent: -999em; background:url(../gfx/donate_button.png) no-repeat 0 0; position: absolute; top: 300px; left: 50%; margin-left: -200px; z-index:9999}


/* Helpers 
--------------------------------------------------------------------------------------------------- */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

