/*********** GLOBAL SETTINGS ************************/
*{margin:0;padding:0;}
html{overflow-y:scroll;}
a{outline:none;}
/* removes Firefox dotted outline on click */
a img{border:none;}
em{font-style:italic;}
strong{font-weight:bold;}

/*************************************************/
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #333;
	background: #b1afad url(/_media/bg_top.png) repeat-x;
	text-align: center;
}

#wrap {
	width: 984px;
	margin: 0 auto;
	text-align: left;
}

h1 {
	font-size: 28px;
	font-weight: normal;
	color: #faf7f5;
	margin: 0;
}

h2 {
	font-size: 20px;
	color: #b55416;
	font-weight: normal;
	margin: 0 0 10px 0;
	line-height: 1.2;
}

h3 {
	font-size: 15px;
	color: #b55416;
	margin: 0 0 5px 0;
	font-style:italic;
	font-weight: normal;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
	line-height: 1.2;
}

h5  {
	font-size: 12px;
	font-style: italic;
	color: #6d320d;
	margin-bottom: 5px;
}

p {
	margin: 0 0 10px 0;
}

ul, ol, li {
	margin: 0;
	padding: 0;
}

ul {
	margin-bottom: 10px;	
}

ul li {
	list-style: none;	
}

a,
a:link {
	color: #23387b;
	text-decoration: underline;
}

h2 a:link,
h3 a:link,
h4 a:link {
	color: #b55416;
	text-decoration: underline;
}

a:hover {
	color: #111c3d;
	text-decoration: underline;
}
h1 a,
h1 a:hover {
	color: #faf7f5;
	text-decoration: none;
}

.h4wrap {
	background: url(/_media/line_dark.png) 100% 50% repeat-x;
	margin-bottom: 15px;
	}
	
.extraBox {
	background: #190b03;
	border: 3px solid #504945;
	padding: 10px 8px 5px 8px;
	}
	
.extraBox h4 {
	font-size: 10px;
	color: #fef4ee;
	}

blockquote {
	}

cite {
	text-align: right;
	display: block;
	margin-top: 5px;
	font-style: italic;
	color: #6d320d;
	}
	
.row {
	clear: left;
	float: left;
	width: 100%;
	}

.span-1,
.span-2,
.span-3,
.span-4,
.span-5,
.span-6,
.span-7,
.span-8,
.span-9,
.span-10,
.span-11,
.span-12
.span-1-pad,
.span-2-pad,
.span-3-pad,
.span-4-pad,
.span-5-pad,
.span-6-pad,
.span-7-pad,
.span-8-pad,
.span-9-pad,
.span-10-pad,
.span-11-pad,
.span-12-pad {
	float: left;
	margin-right: 12px;
}
.span-1{width:69px;}
.span-2{width:150px;}
.span-3{width:231px;}
.span-4{width:312px;}
.span-5{width:393px;}
.span-6{width:474px;}
.span-7{width:555px;}
.span-8{width:636px;}
.span-9{width:717px;}
.span-10{width:798px;}
.span-11{width:879px;}
.span-12{width:960px;}
.span-1-pad{width:45px;padding: 0 12px;}
.span-2-pad{width:126px;padding: 0 12px;}
.span-3-pad{width:207px;padding: 0 12px;}
.span-4-pad{width:288px;padding: 0 12px;}
.span-5-pad{width:369px;padding: 0 12px;}
.span-6-pad{width:450px;padding: 0 12px;}
.span-7-pad{width:531px;padding: 0 12px;}
.span-8-pad{width:612px;padding: 0 12px;}
.span-9-pad{width:693px;padding: 0 12px;}
.span-10-pad{width:774px;padding: 0 12px;}
.span-11-pad{width:855px;padding: 0 12px;}
.span-12-pad{width:936px;padding: 0 12px;}

.last {
	margin-right: 0;
}

/*
*************** HEADER ********************/
#header {
	height: 107px;
	padding-left: 12px;
}

body.pError #header,
body.pHome #header,
body.pContact #header,
body.pTerms #header,
body.pNews #header,
body.pGallery #header,
body.pPrivacy #header,
body.pBasic #header {
	background: url(/_media/header_home.jpg) no-repeat;	
	}
body.pAbout #header {
	background: url(/_media/header_about.jpg) no-repeat;	
	}
body.pPrograms #header {
	background: url(/_media/header_programs.jpg) no-repeat;	
	}
body.pGive #header {
	background: url(/_media/header_give.jpg) no-repeat;	
	}
	
#header h1 {display: none;}

#logo {
	margin-top: 10px;
}

#buttonDonate {
	text-align: right;
	margin-top: 35px;
}

#buttonDonate form {
	margin-right: 50px;
}

#valpropWrap {
	background: #3d3632 url(/_media/valprop_bottom.png) 0 100% no-repeat;
	padding-bottom: 23px;
	float: left;
	width: 984px;
	}
	
#valprop {
	padding: 0 12px;
	height: 333px;
	background: #3d3632 url(/_media/valprop_home.jpg) no-repeat;
}

#valprop p {
	color: #9f9c9a;
	font-size: 11px;
	}
	
#valprop a.more {
	padding-right: 7px;
	background:url(/_media/learn_more_home.png) 100% 5px no-repeat;
	}
	
#valpropBox {
	float: right;
	width: 282px;
	margin-top: 75px;
	padding-bottom: 15px;
	background: #28221e;
	}

#valpropBox .h4wrap {
	background: url(/_media/line_light.png) 100% 50% repeat-x;
	}
	
#valpropBox h4 {
	font-size: 10px;
	color: #9d8d83;
	background: #28221e;
	display: inline;
	padding-right: 5px;
	}
	
.thumbnail {
	border: 3px solid #9c8b81;
	}
	
#valpropBox .thumbnail {
	float: left;
	}
	
#valpropBox .featureInfo {
	margin-left: 70px;
	}

#valpropBox p {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #917e72;
	line-height: 1.2;
	}
	
#valpropBox p.title {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #46403c;
	margin-bottom: 5px;
	}
	
#valpropBox h3 {
	font-size: 12px;
	color: #fef4ee;
	margin-bottom: 5px;
	}
	
#valpropBox a {
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #b55416;
	}
	
#valpropBox a.more {
	margin-right: 10px;
	background-position: 100% 3px;
	}
	
#valpropLeft {
	float: left;
	margin-top: 170px;
}

#valpropLeft .eventsList p {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	}

#valpropLeft p.subhead {
	font-style: normal;
	font-weight: normal;
	width: 450px;
	color: #f2ebe7;
	font-size: 13px;
	margin-left: 10px;
	margin-bottom: 20px;
	}
	
#valpropLeft p.subhead a {
	font-weight: bold;
	color: #b55416;
	font-size: 13px;
	text-decoration: underline;
	margin-left: 7px;
	}
	
#valpropLeft h2 {
	font-size: 11px;
	color: #9f9c9a;
	margin-bottom: 5px;
	}

#valpropLeft h2 a {
	color: #9f9c9a;
	text-decoration: none;
	}

#valpropLeft h2.dots {
	background: url(/_media/dots_gray.png) 0 100% repeat-x;
	padding-bottom: 5px;
	}

.pdf-icon a {
	background: url("/_media/pdf_icon.png") 0 50% no-repeat;
	padding: 5px 0 5px 20px;
}

.eventsList a {
	color: #9f9c9a;
	}
/*
*************** TOP NAV ********************/
#topnav ul {
	float: left;
	list-style: none;
	margin-left: 160px;
	margin-bottom: 2px;
}

#topnav li {
	float: left;
	width: 115px;
}

#topnav li a {
	display: block;
	width: 115px;
	height: 26px;
	border-top: 2px solid #302d2c;
	padding-top: 13px;
	color: #faf7f5;
	font-size: 16px;
	text-align:center;
	text-decoration: none;
}

#topnav li a:hover {
	color: #b55416;
	text-decoration: none;
}

body.pPrograms a#nPrograms,
body.pAbout a#nAbout,
body.pNews a#nNews,
body.pGive a#nGive,
body.pContact a#nContact {
	color: #fff;
	border-top: 2px solid #976547;
	background: #7d411c;
}

body.pPrograms a#nPrograms:hover,
body.pAbout a#nAbout:hover,
body.pNews a#nNews:hover,
body.pGive a#nGive:hover,
body.pContact a#nContact:hover {
	color: #fff;
}

#search {
	margin-top: 10px;
}

#topnav input.search {
	float: right;
	height: 15px;
	background: #fff url(/_media/search_glass.png) 3px 2px no-repeat;
	padding-left: 20px;
	padding-top: 2px;
	color: #999;
	font-size: 11px;
}

/*
*************** BODY ********************/
#contentWrap {
	background: #f2ebe7 url(/_media/bg_heading.png) no-repeat;
	xxpadding: 0 12px;
	}

/*
*************** CONTENT ********************/
#content {
	margin-top: 30px;
	padding: 10px 0;
}

.rule {
	background: url(/_media/dots_gray.png) 0 100% repeat-x;
	padding-bottom: 20px;
	}
	
body.pHome #content {
	margin: 0;
	padding: 10px 12px 0 12px;
	padding-bottom: 50px;
	background-color: #f2ebe7;
	float: left;
	width: 960px;
}

#content h1 {
	margin-bottom: 50px;
	}
	
#content h2 {
	margin-top: 20px;
	}
	
body.pHome #content h2 {
	font-size: 12px;
	font-weight: bold;
	}
	
#content h4 {
	font-size: 10px;
	color: #979696;
	background: #F2EBE7;
	display: inline;
	padding-right: 25px;
	}

#content p {
	font-size: 13px;
	color: #311607;
	line-height: 1.4;
	}

#content .features p {
	font-size: 11px;
	padding-right: 10px;
	}

.features img {
	border: 6px solid #d1d1d1;
	margin-bottom: 20px;
	}

.funders {
	text-align: center;
	}
	
#content p.subhead,
#content ul p {
	font-size: 13px;
	font-style: italic;
	color: #6d320d;
	margin-bottom: 10px;
}

#content ul,
#content ol {
	margin-left: 20px;
}

#content ol ul {
	margin-left: 10px;
}

#content ul li,
#content ol ul li {
	font-size: 13px;
	background:url(/_media/bullet_orange.png) 0 7px no-repeat;
	padding-left: 10px;
	margin-bottom: .5em;
	list-style: none;
}

#content ul.dark li {
	background:url(/_media/bullet_brown.png) 0 7px no-repeat;
}

#content ol li {
	list-style: decimal;
	background: none;
	padding-left: 0;
}

#form input.submitButton {
	display: block;
	width: 101px;
	margin-bottom: 0;
	margin-top: 10px;
}

#form td {
	padding: 2px 5px;	
}

.rightCol {
	margin-top: 40px;
	}

.rightCol img {
	border: 6px solid #d6cfcc;
	margin-bottom: 15px;
	}

a.more {
	padding-right: 10px;
	background:url(/_media/learn_more.png) 100% 4px no-repeat;
	}

#content p.big {
	font-size: 16px;
	margin-bottom: 15px;
	}
	
#content p.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	margin-top: 10px;
	}

.featureBox {
	border: 5px solid #97908c;
	background: #fff;
	margin-bottom: 20px;
	}
	
.featureContent {
	padding: 20px;
	}

.logos img {
	float: left;
	width: 100px;
	margin: 0 20px 20px 0;
	}

.strong {
	font-size: 15px;
	color: #b55416;
	font-style:italic;
	font-weight: bold;
}

.player {
	width: 400px;
	border:1px solid #9C8B81;
	margin-bottom: 20px;
	}

#cse-search-results iframe {
	}

body.pContact iframe body.ss-base-body {
	background: none !important;
}
/*
*************** LEFT NAV ********************/
#leftnav {
	margin-top: 60px;
	margin-bottom: 20px;
	margin-left: 12px;
	display: inline;
	border-top: 3px solid #b55416;
	border-bottom: 3px solid #b55416;
	background: #faf7f5;
}

body.pError #leftnav,
body.pGallery #leftnav,
body.pContact #leftnav,
body.pTerms #leftnav,
body.pPrivacy #leftnav,
body.pBasic #leftnav {
	border: none;
	}
	
#leftnav ul {
	margin: 0 9px;	
}

#leftnav li {
	height: auto;
	line-height: 1.2;
	display: inline;
}

#leftnav li a {
	border-bottom: 1px solid #c8c6c4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	display: block;
	height: auto;
	padding: 10px 0;
	color: #363636;
	text-decoration: none;
}

#leftnav li.noBorder a {
	border-bottom: none;
}

#leftnav li a:hover {
	color: #6d320d;
	text-decoration: none;
}

body.ppPress a#sPress,
body.ppEvents a#sEvents,
body.ppNewsletter a#sNewsletter,
body.ppBlog a#sBlog,
body.ppDonate a#nDonate,
body.ppTMP a#sTMP,
body.ppHEArt a#sHEArt,
body.ppHHH a#sHHH,
body.ppPAC a#sPAC,
body.ppGAP a#sGAP,
body.ppCalendar a#sCalendar,
body.ppDonate a#sDonate,
body.ppVolunteer a#sVolunteer,
body.ppHire a#sHire,
body.ppAreas a#sAreas,
body.ppBoard a#sBoard,
body.ppBOD a#sBOD,
body.ppTeam a#sTeam,
body.ppOrganizations a#sOrganizations,
body.ppFunders a#sFunders,
body.ppContact a#sContact,
body.ppGallery a#sGallery {
	color: #b55416;
}
	
/*
*************** SIDEBAR ********************/
#sidebar {
	margin-top: 108px;
}

#sidebar a,
.rightCol a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}	
	
#sidebar p,
#sidebar h5 {
	font-size: 11px;
}

#sidebar h4 {
	margin-bottom: 5px;
}

#sidebar p.icon {
	line-height: 1.2;
}

/*
*************** GALLERY ********************/
.gallery img {
	width: 75px;
	margin-left: 10px;
	margin-bottom: 10px;
	}
.video-gal {
	float: left;
	width: 200px;
	margin-left: 10px;
	margin-bottom: 10px;
	display: inline;
	}
.video-gal img {
	margin-bottom: 10px;
	}

/* FORMS
****************************************/
#signup {
	margin-left: 5px;
}

#signup label {
	font-size: 11px;
	color: #f2ebe7;
	float: left;
}

#signup input {
	float: left;
	height: 12px;
	font-weight: bold;
	font-size: 11px;
	color: #3d3632;
	padding: 2px;
	margin-left: 5px;
	border: 1px solid #ccc;
	}

#signup input.signup {
	font-size: 10px;
	font-weight: normal;
	padding: 0 8px;
	padding-bottom: 10px;
	height: 19px;
	color: #f2ebe7;
	background: #b55416;
	border: 1px solid #413f3e;
	cursor: pointer;
	}

/*
*************** FOOTER ********************/
#superFooter {
	height: 140px;
	padding: 40px 12px 10px 12px;
	background: #3d3632;
	float: left;
	width: 960px;
}

#superFooter h4 {
	font-size: 10px;
	margin-bottom: 5px;
}

#superFooter h4 a {
	color: #b55416;
	text-decoration: none;
}

#superFooter h4 a:hover {
	color: #b55416;
	text-decoration: underline;
}

#superFooter li{
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}

#superFooter li a {
	color: #fef4ee;
	font-size: 10px;
	text-decoration: none;
}

#superFooter li a:hover {
	color: #fef4ee;
}

#superFooter .extraBox {
	position: relative;
	margin-top: -13px;
	}

#superFooter .extraBox li a:link {
	font-size: 12px;
	color: #b55416;
	font-family: Georgia, "Times New Roman", Times, serif;	
	}

#footer {
	padding: 10px 12px 280px 12px;
	background: #0c0602;
	float: left;
	width: 960px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p.copyright {
	font-size: 9px;
	color: #3d3632;
	text-transform: uppercase;
}

#footer p.copyright a {
	color: #3d3632;
	text-decoration: none;
}

#footer p.copyright a:hover {
	color: #3d3632;
}

#footer p.rss {
	text-align: right;
	font-size: 11px;
	}
	
#footer p.rss a {
	color: #b55416;
	font-weight: bold;
	background:url(/_media/icon_rss.png) 0 1px no-repeat;
	padding-left: 18px;
	text-decoration: none;
	}
	
/* misc.
---------------------------------------------------------- */
hr {
	height: 1px;
    border: none;
	background: url(/_media/dots_gray.png) repeat-x;
	margin: 20px 0;
}

.clearer {
	clear: both;
	height: 0px;
	overflow: hidden;
}




/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(/_media/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

