@charset "utf-8";
/* CSS Document */
*, html {
	margin: 0px;
	padding: 0px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 76.6%;
	line-height: 16px;
	text-align: center;
	background: #CCCCCC;
	background-image: url(../images/contentBG.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
p, ul, h2 {
	margin-bottom: 10px;
}
/* Header */
#wrapAll {
	text-align: left;
	margin-bottom: -10px;
	background-image: url(../images/bodyBG2.jpg);
	background-repeat: repeat-x;
}
#wrapHead {
	width: 759px;
	height: 135px;
	margin: 0 auto;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
}
#logo {
	position: absolute;
	top: 11px;
	left: 0px;
}
#logo, #logo span {
	width: 288px;
	height: 119px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
}
#logo span {
	margin-bottom: -75px;
}
h1 span, h2 span{
	display: block;
	position: relative;
	z-index: 1;
}
/* IE5 Mac Hack \*/
h1, h2{
	overflow: hidden;
}
/*/
h1 { text-indent: -100em; }
/* End Hack */
/* Navigation */
#wrapNav {
	width: 759px;
	height: 32px;
	margin: 0 auto;
	overflow: hidden;
	z-index: 35;
	background-image: url(../images/navBG.jpg);
	background-position: 549px 0px;
	background-repeat: no-repeat;
}
#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;/*line-height: 1px;*/
	z-index: 35;
}
#nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding-top: 8px;
	height: 22px;
	margin: 0px 15px;
}
#nav a:hover {
	display: block;
	/*width: 10em;*/
	color: #fff;
	text-decoration: none;
	/*font-weight: bold;*/
}
#nav li { /* all list items */
	float: left;
}
#nav li ul { /* second-level lists */
	position: absolute;
	width: 40px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul li a {
	background: #9b7a10;
	padding: 3px 5px 3px 5px;
	height: auto;
	margin: 0;
}
#nav li ul li a:hover {
	background: #074a65;
}
#nav li ul li {
	width: 9.5em;
	background: #9b7a10;
	border-right: 1px solid #074a65;
	border-bottom: 1px solid #074a65;
	border-left: 1px solid #074a65;
}
#nav li ul li ul li{
	width: 9.5em;
	background: #9b7a10;
	border-right: 1px solid #074a65;
	border-bottom: 1px solid #074a65;
	border-left: 1px solid #074a65;
}
li.top {
	border-top:1px solid #074a65;
}
#nav li ul ul { /* third-and-above-level lists */
	margin: -20px 0px 0px 120px;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
/*FIRST LEVEL DROP DOWN*/
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	display: block;
}
/*SECOND LEVEL DROP DOWN*/
#nav li li:hover ul, #nav li li.sfhover ul {
	left: -15px;
	display: block;
}
/*THIRD LEVEL DROP DOWN*/
#nav li li li:hover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: -15px;
	display: block;
}
/* Content */
#wrapContent{
width: 800px;
margin: 0 auto;
padding-top: 5px;
}
#contentTop{
width: 759px;
margin: 0 auto;
}
#contentBottom{
width: 759px;
margin: 0 auto;
}
.fLeft{
float: left;
}
.fRight{
float: right;
}
/* Stories */
#story{
width: 500px;
height: 259px;
overflow: hidden;
margin-right: 9px;
background-repeat: no-repeat;
position:relative;
z-index: 5;
}
#story .storycontent{
width: 270px;
position: relative;
top: 40px;
left: 220px;
}
#story h2 {
	position: absolute;
	top: 0px;
	left: 0px;
}
#story h2, #story span {
	width: 500px;
	height: 30px;
	background-image: url(../images/storyhead.gif);
	background-repeat: no-repeat;
}
#story span {
	margin-bottom: -75px;
}
#story h3{
font-size: 1.4em;
}
#story .buttonWrap{
width: 100%;
height: 19px;
position: relative;
top: 40px;
left: 220px;
}
#story .buttonWrap a{
display: block;
padding: 1px 15px 0px 15px;
height: 19px;
float: left;
background-image:url(../images/buttonBG.jpg);
background-repeat: repeat-x;
color: #FFFFFF;
margin: 5px 0px 0px 30px;
text-decoration: none;
font-size: .875em;
}
#story .buttonWrap a:hover{
text-decoration: underline;
}
#storyFoot{
display: block;
width: 500px;
height: 1px;
background-image: url(../images/storyfoot.gif);
background-repeat: no-repeat;
position: absolute;
bottom: 0px;
left: 0px;
padding-top: 29px;
overflow: hidden;
}

/* Join the Fight */
#joinFight{
width: 230px;
min-height: 200px;
background-image: url(../images/jointhefightBG.jpg);
background-repeat: no-repeat;
padding: 0px 10px;
position: relative;
}
#joinFight h4{
text-indent: -2000em;
margin-bottom: 8px;
}
#joinFight .squeeze{
width: 130px;
margin-top: 20px;
}
#joinFight .donate{
width: 105px;
height: 107px;
background-image: url(../images/donateButton.jpg);
background-repeat: no-repeat;
position: absolute;
top: 0px;
right: 0px;
text-indent: -5em;
overflow: hidden;
}
#joinFight .donate a{
display: block;
width: 105px;
height: 107px;
}
/* Upcoming Events */
#upcomingEvents{
width: 230px;
padding: 6px 10px 0px 10px;
background-image: url(../images/eventsBG.jpg);
background-repeat: no-repeat;
min-height: 270px;
position: relative;
top: -90px;
}
#upcomingEvents h5{
margin-bottom: 5px;
}
#upcomingEvents p{
padding-left: 5px;
}
#upcomingEvents hr{
width: 75%;
background-color: #917810;
text-align: center;
margin:0px auto 8px auto;
}
#upcomingEvents .eventthm{
width: 220px;
height: 100px;
border: 2px solid #917810;
margin:0px auto 5px auto;
overflow: hidden;
position: relative;
}
/*#upcomingEvents .eventthm img{
position: absolute;
top: -50%;
}*/
/* Boxes */
#contentBottom{
margin-top: 6px;
line-height: 14px;
}
#contentBottom a{
text-decoration: none;
}

#contentBottom a:hover{
text-decoration: underline;
}
#contentBottom h4{
text-indent: -2000em;
margin-bottom: 8px;
}
#contentBottom h5{
font-size: 12px;
}
#contentBottom h5 a{
color: #000;
text-decoration: none;
}
#contentBottom h5 a:hover{
text-decoration: underline;
}
#programThm{
width: 230px;
height: 100px;
border: 2px solid #917810;
margin:0px auto 5px auto;
overflow: hidden;
position: relative;
}
#programThm img{
position: absolute;
top: -50%;
}
#botLeft{
width: 500px;
margin-right: 9px;
}
#botRight{
width: 250px;
}
.whiteBG, .blueBG{
width: 234px;
padding: 0px 6px;
}
#latestNews{
height: 185px;
overflow: hidden;
background-image:url(../images/latestnewsBG.jpg);
background-repeat: no-repeat;
color: #FFFFFF;
margin-right: 8px;
}
#latestNews a{
color: #fff;
text-align: right;
}
.latestNewsStory{
width: 234px;
color: #FFFFFF;
line-height: 14px;
margin-top: 10px;
}
#latestNews .latestNewsStory p{
margin: 0px;
font-size: 11px;
}
#contentBottom .latestNewsStory a, #contentBottom .latestNewsStory h5 a{
color: #FFFFFF;
}
.newsthm{
width: 64px;
height: 54px;
overflow: hidden;
border: 1px solid #fff;
float: left;
margin-right: 5px;
}
#missionVison{
height: 185px;
overflow: hidden;
background-image:url(../images/missionBG.jpg);
background-repeat: no-repeat;
color: #FFFFFF;
font-size: 1em;
line-height: 1.3em;
}
#getInvolved{
overflow: hidden;
background-image:url(../images/getinvolvedBG.jpg);
background-repeat: no-repeat;
color: #000;
margin: 6px 8px 0px 0px;
min-height: 120px;
}
#savePrograms{
overflow: hidden;
background-image:url(../images/programsBG.jpg);
background-repeat: no-repeat;
color: #000;
margin-top: 6px;
min-height: 120px;
}
#savePrograms p{
padding-left: 8px;
}
/* Internal Pages /*
 /* Sub Nav */
 #body{
 width: 759px;
 margin: 0 auto;
 }
 #body #left{
 width: 207px;
 float: left;
 margin-right: 9px;
 }
 #body #left #subnav{
 width: 207px;
 padding-top: 25px;
 background-image: url(../images/submenuBG.jpg);
 background-repeat: no-repeat;
 min-height: 150px;
 }
  #body #left #subnavAlt{
 width: 207px;
 padding-top: 25px;
 background-image: url(../images/subnavAltFlat.jpg);
 background-repeat: no-repeat;
 background-position: 0 0;
 height: 300px;
 }
 #subnav ul{
 list-style-type: none;
 margin-left: 3px;
 }
 #subnav ul a{
 text-decoration: none;
 color: #074a65;
 font-weight: bold;
 font-size: 1.1em;
 display: block;
 width: 181px;
 height: 18px;
 padding: 5px 10px;
 }
 #subnav ul a:hover{
 background: #ccc;
 }
 #subnav ul a.current{
 background: #ccc;
 }
 #subnav .child{
 font-size: 11px;
 margin-left: 0px;
 text-indent: 5px;
 }
 /* Content */
 #body #right{
 width: 543px;
 float: left;
 background-image: url(../images/contentHeadsm.jpg);
 background-repeat: repeat-x;
 }
 #body #right a{
 text-decoration: none;
 }
 #body #right a:hover{
 text-decoration: underline;
 }
 #body #right h2{
 color: #FFFFFF;
 background-image: url(../images/contentH2BG.jpg);
 background-repeat: no-repeat;
 padding: 6px 0px 4px 6px;
 height:19px;
 font-size: 1.6em;
 }
 #body .content .padding{
 padding: 0px 0px 0px 10px;
 }
 #body .content .padding ul, #body .content .padding ol{
 list-style-position: inside;
 }
  #body .content .padding li{
  padding: 8px 0px;
 }
 #body .content h3{
 padding-left: 5px;
 }
 #body #right .news h2{
 background-image: none;
 color: #000;
 padding-top: 20px;
 margin-bottom: 0px;
 }
/* Footer */
#footerNav{
width: 759px;
height: 26px;
margin: 0px auto 5px auto;
background-image: url(../images/footerBG.jpg);
background-repeat: repeat-x;
text-align: center;
}
#footerNav ul{
list-style-type: none;
}
#footerNav ul li{
float: left;
}
#footerNav ul a{
display: block;
height: 26px;
color: #FFFFFF;
float: left;
padding: 5px 10px 0px 10px;
text-decoration: none;
font-size: 11px;
}
#footerNav ul a:hover{
text-decoration: underline;
}
#footer{
width: 759px;
margin: 0 auto;
text-align: center;
padding-bottom: 10px;
line-height: 12px;
font-size: 11px;
}
#footer p{
margin-bottom: 5px;
}
/* Forms */
/*Contact Form*/
fieldset{
float: left;
clear: left;
width: 100%;
margin: 0;
padding: 0;
font-size: 11px;
border: none;
color: #000000;
}
legend{
margin-left: 1em;
color: #580202;
font-weight: bold;
}
fieldset ol{
padding: .5em .5em 0 .5em;
list-style-type: none;
}
fieldset li{
float: left;
clear: left;
width: 100%;
padding-bottom: .5em;
}
label{
float: left;
width: 5.3em;
margin-right: 3px;
text-align: right;
}
#newsletter label{
margin-right: 5px;
width: 5.8em;
}
ul.errors{
list-style-position: inside;
border: 1px solid red;
background-color: #FFFF00;
color: #CC0000;
padding: 10px;
font-size: 11px;
width: 320px;
}
ul.erros li{
margin-bottom: 15px;
}
fieldset .text{
width: 140px;
border: 1px solid #016891;
}
input.submit{
height: 19px;
padding: 0px 5px 2px 5px;
color: #FFFFFF;
font-weight: bold;
font-size: 11px;
border: 0px;
background-image: url(../images/buttonBG.jpg);
background-repeat: repeat-x;
} 
/*data table*/
.data{
width: 95%;
border-collapse: collapse;
margin: 5px 0px;
}
.data .center{
text-align: center;
}
.data th{
background: #016891;
color: #FFFFFF;
font-weight:bold;
padding: 5px 0px 5px 5px;
}
.data td{
padding: 5px 0px 5px 8px;
}
.data .altrow{
background: #CCCCCC;
}
div.row, div.altrow{
width: 510px;
margin-bottom: 10px;
}
.history{
width: 100%;
}
.history td{
vertical-align: top;
border-bottom: 1px solid #666666;
color: #333333;
padding-right: 5px;
}
.history .datetd{
font-weight: bold;
color: #9C7C29;
text-align: center;
width: 10%;
padding-right: 0px;
}
.history .row{
background: #D3C39F;
}
.history .altrow{
background: #9DAEBE;
}
/* ROW DIV */
div.row{
background: #016891;
color: #FFFFFF;
padding: 5px 0px 5px 5px;
border: 1px solid #917810;
}
div.row h3{
margin-bottom: 10px;
font-size: 1.5em;
}
div.row p{
margin-bottom: 0px;
}
div.row .progimg{
float: left;
width: 220px;
height: 110px;
position: relative;
overflow: hidden;
margin-right: 10px; 
border: 1px solid #fff;
background: #FFFFFF;
}
div.row .newsimg{
float: left;
margin-right: 8px;
border: 1px solid #fff;
}
div.row a{
color: #FFFFFF;
}
/*div.altrow .progimg img, div.row .progimg img{
position: absolute;
top: -20%;
}*/
/* ALT ROW DIV */
div.altrow{
background: #fff;
color: #000;
border: 1px solid #016891;
background-repeat: no-repeat;
background-position: 0px -30px;
min-height: 120px;
}
div.altrow h3, div.altrow p{
width: 290px;
margin-left: 210px;
}
#body .content div.altrow h3{
padding-left: 0px;
padding-top: 5px;
}