@charset "utf-8";
@import url("/styles/content.css");



/**********\
  Baseline
\**********/

body {  
    margin:0; 
    padding:0; 
	font:12px normal Arial,Helvetica,sans-serif;
	color:#555555;
	background:#FFF;
} 
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
    margin:0; 
    padding:0; 
} 
h1,h2,h3,h4,h5,h6 {
	color:#8FAB2B;
}
form { display: inline; }
table { 
    border-collapse:collapse; 
    border-spacing:0; 
} 
fieldset,img {  
    border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
    font-style:normal; 
    font-weight:normal; 
} 
caption,th { 
    text-align:left; 
} 
abbr,acronym { border:0; } 

em { font-style: italic; }
strong { font-weight: bold; }
p { margin-bottom:1em; }

ol,ul,dl { 
    margin-left:2em; 
} 
ol li { 
    list-style: decimal outside;     
} 
ul li {
    list-style: disc outside;
	margin-left: 5px;
		
}

a {
	color:#FBAB17;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


/**************\
  Grand Layout
\**************/

.contentsection {
	width:960px !important;
	margin:0 auto;
}

#header-outer {
}

#header {
	height:115px;
	position:relative;
}

#breadcrumbs-outer {
	border-top:1px solid #E2E2E2;
	border-bottom:1px solid #E2E2E2;
}

#breadcrumbs {
	height:20px;
	font-size:11px;
	padding-top:4px;
	color:#363636;
}

#title-outer {
	background:#8fab2b;
}

#title {
	color:#FFF;
	font-size:35px;
	text-transform:uppercase;
	font-weight:normal;
	padding:14px 0 20px;
	line-height:26px;
}

	#title .section {
		display:block;
		font-size:24px;
	}

#main-outer {
}

#main {
	position:relative;
}

#newsbar-outer {
	height:166px;
	background:#F2A500 url(/images/home/newsbar-bkg.gif) top center repeat-x;
}

#newsbar-bottom {
	height:9px;
	background:#F2A500 url(/images/home/newsbar-bottom.gif) bottom center repeat-x;
}

#newsbar {
	color:#FFF;
	height:127px;
	position:relative;
	padding:15px 0;
	overflow:hidden;
}

#ctabar-outer {
	background:#8fab2b url(/images/layout/prefooter.gif) bottom center repeat-x;
}

#ctabar {
	color:#FFF;
	height:167px;
	position:relative;
}

#footer-outer {
	height:42px;
	padding-bottom:37px;
}

#footer {
	position:relative;
	margin-top:22px;
}


/****************\
  Header Content
\****************/

#headerlogo {
	position:absolute;
	top:25px;
	left:0;
	display:block;
	background:url(/images/layout/mainlogo.gif) 0 0 no-repeat;
	width:284px;
	height:1px;
	padding-top:73px;
	overflow:hidden;
}

#headerutils {
	position:absolute;
	top:14px;
	right:0;
	margin:0;
	padding:0;
	font-size:13px;
	height:24px;
}

	#headerutils li {
		height:24px;
		overflow:hidden;
		float:left;
		margin:0;
		padding:0;
		list-style:none;
		margin-left:14px;
		padding-top:6px;
	}

	#headerutils a {
		color:#898989;
	}

	#headerutils a:hover, #headerutils a.active {
		color:#FBAB17;
		text-decoration:none;
	}

	#headerutils a#headerdonate {
		background:url(/images/layout/donate_button.gif) 0 0 no-repeat;
		display:block;
		position:relative;
		top:-5px;
		left:0;
		height:1px;
		padding-top:27px;
		width:77px;
		overflow:hidden;
	}
	
#headernav {
	position:absolute;
	top:59px;
	right:0;
	margin:0;
	padding:0;
	font-size:16px;
	height:30px;
}

	#headernav li {
		float:left;
		margin:0;
		padding:0;
		list-style:none;
		margin-left:17px;
		height:1.5em;
	}

	#headernav a {
		display:block;
		color:#898989;
		padding-bottom:1px;
	}

	#headernav a:hover, #headernav a.active {
		color:#FBAB17;
		text-decoration:none;
		border-bottom:3px solid #FBAB17;
	}



/*************\
  Breadcrumbs
\*************/

#breadcrumbs ul {
	padding:0;
	margin:0;
	list-style:none;
}

	#breadcrumbs ul li {
		padding:0;
		margin:0;
		float:left;
		list-style:none;
	}

		#breadcrumbs ul li a {
			color:#8EAA30;
		}


/*****************\
  Content Section
\*****************/

#content-outer-end {
	height:0;
	float:none;
	clear:both;
}

#content-outer .content-standard {
	width:565px;
	float:left;
	padding-top:35px;
}

#content-outer .content-widecta {
	width:334px;
	float:left;
	padding-top:35px;
}

#content {
	font-size:13px;
}

#content-end {
	height:0;
	float:none;
	clear:both;
}

#content h2 {
	font-size:20px;
	font-weight:bold;
	line-height:100%;
	color:#555555;
	padding-bottom:10px;
}

#content .notitlespacer {
	font-size:20px;
	font-weight:bold;
	line-height:100%;
	padding-bottom:10px;
}

#content h3 {
	font-weight:bold;
	padding:10px 0px 0px;
	text-transform:uppercase;
	font-size:13px;
}

#content p {
	padding-bottom:10px;
}


#content ul {
	list-style:none;
	padding:0;
	margin:0;
}

#content ul li {
	list-style:none;
	padding:0 0 3px 18px;
	background: transparent url(/images/layout/content-bullet.gif) 0 4px no-repeat;
}

.greyTestimonial {
background-color: #555555;
color: #ffffff;
margin: 15px 0 20px 40px;
padding: 25px;
width:425px;
}

.clear {display: inline-block;}

.navigateLinksBox{
background-color: #26527F;
padding:15px 25px;
color:#fff;
margin:0px 0px 10px 0px;
}

.imageBorder {border:1px solid #dddddd;}
.notes {color: #666666;
font-size: 10px;
line-height:12px;}

/****************\
  Listings Pages
\****************/

#listings {
	padding-top:20px;
}

#listings .item {
	padding-bottom:6px;
}

#listings .item .date {
	background-color:#E7E7E7;
	border:1px solid #B5B5B5;
	color:#5D5D5D;
	font-size:10px;
	margin:0px 0px 9px;
	padding:1px 0px;
	text-align:center;
	width:75px;
}

#listings .item .title {
}

#listings .item .title h3 {
	font-size:24px;
	font-weight:normal;
	padding: 0 0 10px 0;
	text-transform:none;
}

#listings .item .title h3 a {
	color: #404040;
}

#listings .item .link {
	font-size:12px;
	padding-top:3px;
}


/************\
  Navigation
\************/

#navigation {
	width:175px;
	float:left;
	background:#FFF url(/images/layout/bgarrow.gif) 0 0 no-repeat;
	padding-top:80px;
	padding-right:10px;
	color:#363636;
	font-size:13px;
}

#navigation h4, #navigation h5 {
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	padding:1px 0px 2px 0px;
}

#navigation ul {
	padding:0;
	margin:0;
	width:140px;
	margin-bottom:30px;
	border-top: 1px solid #E2E2E2;
}

#navigation ul li {
	list-style:none;
	padding:1px 0px 1px 7px;
	margin:0;
	border-bottom: 1px solid #E2E2E2;
}

#navigation ul li a {
	color:#363636;
}

#navigation ul li a:hover, #navigation ul li a.active {
	color:#FBAB17;
	text-decoration:none;
}

#navigation ul li ul {
	margin-left:-7px;
}

#navigation ul li h5 {
	margin-top:30px;
}

/*******************\
  Right CTA section
\*******************/

#content-outer .cta-standard {
	width:180px;
	float:right;
	padding-top:35px;
}

#content-outer .cta-widecta {
	width:412px;
	float:right;
	padding-top:35px;
}


#cta div {
	display:block;
	width:auto;
	margin-bottom:40px;
}

#cta .ctaentry {
	background:#EE145B url(/images/layout/cta-bg.gif) 0 0 repeat-x;
	color:#FFFFFF;
	font-size:11px;
	line-height:130%;
	padding:0;
}

#cta .ctaentry .inner {
	padding:19px 25px 27px;
	background:transparent url(/images/layout/cta-bottom.gif) bottom left repeat-x;
}

#cta .ctaentry h4 {
	background:transparent url(/images/layout/cta-title-decoration.gif) bottom left repeat-x;
	color:#FFFFFF;
	font-size:21px;
	font-weight:normal;
	line-height:22px;
	padding:0 0 6px 0;
	margin-bottom:15px;
	text-transform:uppercase;
	width:125px;
}

#cta .ctaentry p {
	line-height:14.3px;
}

#cta .ctaentry a.moreinfo {
	text-transform:uppercase;
	color:#FFF;
}

#cta .banneritem {
	margin: 0 0 10px;
	background:#00A8D5;
}

#cta .banneritem h5 {
	font-size:24px;
	font-weight:bold;
	color:#FFF;
	line-height:15.5px;
	background:#0182B2;
	padding:15px 32px 14px;
	text-align:right;
}

#cta .banneritem h5 a { color:#FFF; text-decoration:none; }


/*********************************\
  Get Involved Section Navigation
\*********************************/

#getinvolved-nav-outer {
	height:81px;
	background: #EEE url(../images/layout/getinvolved-nav-bkg.gif) 0 0 repeat-x;
}

#getinvolved-nav {
} 

#getinvolved-nav li {
	display:block;
	width:152px;
	height:78px;
	list-style:none;
	float:left;
	margin:0;
	padding:0;
} 

#getinvolved-nav li a {
	display:block;
	width:152px;
	height:1px;
	padding-top:77px;
	zoom:1;
	overflow:hidden;
	margin-top:1px;
} 

#getinvolved-nav li.volunteer {
	width:151px;
}

#getinvolved-nav li.volunteer a {
	width:151px;
	background:url(/images/layout/getinvolved-nav.gif) 0 0 no-repeat;
} 

#getinvolved-nav li.volunteer a:hover, #getinvolved-nav li.volunteer a.active {
	background:url(/images/layout/getinvolved-nav.gif) 0 -78px no-repeat;
} 

#getinvolved-nav li.mentor a {
	background:url(/images/layout/getinvolved-nav.gif) -151px 0 no-repeat;
} 

#getinvolved-nav li.mentor a:hover, #getinvolved-nav li.mentor a.active {
	background:url(/images/layout/getinvolved-nav.gif) -151px -78px no-repeat;
} 

#getinvolved-nav li.participate a {
	background:url(/images/layout/getinvolved-nav.gif) -304px 0 no-repeat;
} 

#getinvolved-nav li.participate a:hover, #getinvolved-nav li.participate a.active {
	background:url(/images/layout/getinvolved-nav.gif) -304px -78px no-repeat;
} 

#getinvolved-nav li.clothing a {
	background:url(/images/layout/getinvolved-nav.gif) -456px 0 no-repeat;
} 

#getinvolved-nav li.clothing a:hover, #getinvolved-nav li.clothing a.active {
	background:url(/images/layout/getinvolved-nav.gif) -456px -78px no-repeat;
} 

#getinvolved-nav li.donate a {
	background:url(/images/layout/getinvolved-nav.gif) -608px 0 no-repeat;
} 

#getinvolved-nav li.donate a:hover, #getinvolved-nav li.donate a.active {
	background:url(/images/layout/getinvolved-nav.gif) -608px -78px no-repeat;
} 

#getinvolved-nav li.corporate a {
	background:url(/images/layout/getinvolved-nav.gif) -760px 0 no-repeat;
} 

#getinvolved-nav li.corporate a:hover, #getinvolved-nav li.corporate a.active {
	background:url(/images/layout/getinvolved-nav.gif) -760px -78px no-repeat;
} 



/************************\
  Get Involved Overviews
\************************/

.getinvolved #content-outer .content-overview {
	background:url(../images/layout/bgarrow-getinvolved.gif) 0 0 no-repeat;
	padding-top: 57px;
}

.getinvolved #content-outer table#listingsets {
	border-collapse:collapse;
	width:auto;
	margin: 0 auto 30px;
}

.getinvolved #content-outer table#listingsets td {
	padding:0;
	margin:0;
}

.getinvolved #content-outer .content-overview .contentlist-outer {
	margin:auto;
	overflow:hidden;
	float:left;
}

.getinvolved #content-outer #listingsets-end {
	clear:both;
	float:none;
	height:0;
}

.getinvolved #content-outer .content-overview .contentlist {
	padding:20px 0 30px 0;
	float:left;
	position:relative;
	left:-25px;
 }

.getinvolved #content-outer .content-overview .contentlist .contentlist-end {
	clear:both;
	float:none;
	height:0;
 }

.getinvolved #content-outer .content-overview .contentlist .contentlist-begin {
	display:block;
	height:235px;
	width:3px;
	background:#FFF;
	position:absolute;
	left:25px;
	top:0;
	z-index:100;
}

.getinvolved #content-outer .content-overview .contentlist li {
	width:190px;
	display:block;
	float:left;
	background:none;
	margin:0;
	margin-left:25px;
	padding:0;
	position:relative;
}


.getinvolved #content-outer .content-overview .contentlist li .entry {
	width:165px;
	display:block;
	position:relative;
	padding-left:25px;
}

.getinvolved #content-outer .content-overview .contentlist li .separator {
	width:1px;
	height:210px;
	background:#FFF url(/images/getinvolved/listseparator.jpg) 0 -30px no-repeat;
	position:absolute;
	left:0;
	top:0;
}

.getinvolved #content-outer .content-overview .contentlist li .entry .entrytitle {
	width:200px;
	padding-bottom:4px;
	clear:both;
	float:none;
}

.getinvolved #content-outer .content-overview .contentlist li .entry .entrytitle-end {
	clear:both;
	float:none;
	height:0;
}

.getinvolved #content-outer .content-overview .contentlist li .entry a.image {
	float:left;
	width:65px;
	height:61px;
	display:block;
}

.getinvolved #content-outer .content-overview .contentlist li .entry h3 {
	float:left;
	width:110px;
	font-size:15px;
	text-transform:none;
	color:#555555;
	margin:0;
	padding:4px 0 0 7px;
	line-height:15px;
}

.getinvolved #content-outer .content-overview .contentlist li .entry p {
	float:none;
	clear:both;
	margin:0;
	padding:0;
	margin-bottom:8px;
}

.getinvolved #content-outer .content-overview .contentlist li .entry a.more {
	color:#F39600 !important;
	text-decoration:none !important;
}


/******************\
  Stories Overview
\******************/

#content-outer .content-storiesoverview {
	float:left;
	width:550px;
	margin-top:35px;
}

#content-outer .cta-storiesoverview {
	float:right;
	width:350px;
	margin-top:35px;
}

#content-outer .cta-storiesoverview .ctaentry h4 {
	text-transform:capitalize;
	width:300px;
}

#content-outer .cta-storiesoverview .ctaentry ul {
	display:block;
	width:auto;
	margin:0;
	list-style:none;
	padding:0 10px;
}

#content-outer .cta-storiesoverview .ctaentry ul li {
	list-style:none;
	width:125px;
	margin: 0 5px 3px 0;
	float:left;
	padding-left:10px;
	background: transparent url(/images/layout/simplebullet-white.gif) 0 6px no-repeat;
}

#content-outer .cta-storiesoverview .ctaentry ul li a {
	color:#FFF;
}

#content-outer .cta-storiesoverview .ctaentry .inner-end {
	float:none;
	clear:both;
	margin:0;
}

#content-outer .cta-storiesoverview .gallery {
	width: 348px;
	background:#F3F3F3 url(/images/layout/gallerypanel-bkg.gif) 0 0 repeat-y;
}

#content-outer .cta-storiesoverview .gallery .inner {
	background:transparent url(/images/layout/gallerypanel-top.jpg) 0 0 no-repeat;
	padding:20px 30px 0;
	overflow:hidden;
}

#content-outer .cta-storiesoverview .gallery .inner ul {
	padding:0;
	margin:0;
	width:300px;
}

#content-outer .cta-storiesoverview .gallery .inner ul li {
	display:block;
	float:left;
	padding:0;
	margin:0 7px 7px 0;
}

#content-outer .cta-storiesoverview .gallery .inner ul li a {
	display:block;
}

#content-outer .cta-storiesoverview .gallery .inner .inner-end {
	height:14px;
	width:348px;
	margin-top:6px;
	margin-bottom:0;
	position:relative;
	top:0;
	left:-30px;
	background:transparent url(/images/layout/gallerypanel-bottom.gif) 0 0 no-repeat;
	float:none;
	clear:both;
}

#content-outer .cta-storiesoverview .gallery h4 {
	
}

#listings .story {
	margin-bottom:6px;
}

#listings .story .picture {
	width: 185px;
	float: left;
	padding:6px 0 0 0;
}

#listings .story .storycontent {
	width:345px;
	float:right;
}

#listings .story .story-end {
	height:0px;
	clear:both;
	float:none;
}

#listings .story .storycontent .title {
}

#listings .story .storycontent .title h3 {
	color:#555555;
	font-size:17px;
	text-transform:uppercase;
}

#listings .story .storycontent .title h3 a {
	color:#555555;
}

#listings .story .storycontent .title h3 a:hover {
	color:#555555;
	text-decoration:none;
}

#listings .story .storycontent .tags {
	font-size:11px;
	margin-bottom:10px;
}

#listings .story .storycontent a.more {
	text-transform:uppercase;
	font-size:10px;
}

.mainPhoto {
	padding:0 25px 10px 0;
}
.UPPERcase {
font-weight:bold;
text-transform:uppercase
}

/****************\
  Footer Content
\****************/

#footer ul {
	font-size:11px;
	color:#898989;	
	display:block;
	height:1.5em;
	padding:0;
	margin:0;
	margin-bottom:1px;
	clear:both;
	width:98%;
}

	#footer ul li {
		padding:0;
		margin:0 10px 0 0;
		float:left;
		list-style:none;
	}
	
		#footer ul li a {
			color:#898989;	
		}
		
			#footer ul li a:hover {
				color:#898989;	
			}


#footer .left {
	width:48%;
	float:left;
	clear:none;
	height:3.5em;
}

	#footer .left ul { float:left;  }

#footer .right {
	width:48%;
	float:right;
	clear:none;
	height:3.5em;
}

	#footer .right ul { float:right; }

		#footer .right ul li { margin:0 0 0 10px; float:right; }


/*****************\
  CTA Bar Content
\*****************/

#ctabar .left {
	height:110px;
	width:401px;
	float:left;
	clear:none;
	margin-top:28px;
}

#ctabar .right {
	height:110px;
	width:400px;
	float:right;
	clear:none;
	margin-top:28px;
}

#ctabar h4 {
	font-size:24px;
	font-weight:normal;
	color:#FFF;
	text-transform:uppercase;
	letter-spacing:0.5px;
	margin-bottom:3px;
	height:28px;
	overflow:hidden;
}

	#ctabar h4.morestories {
		background: url(/images/layout/ctabar-morestories.gif) 0 2px no-repeat;
		height:1px;
		padding-top:27px;
	}
	
	#ctabar h4.newslettersignup {
		background: url(/images/layout/ctabar-newslettersignup.gif) 0 2px no-repeat;
		height:1px;
		padding-top:27px;
	}

#ctabar p {
	font-size:13px;
	line-height:15.5px;
}

#ctabar ul {
	list-style:none;
	padding:0;
	margin:0;
	font-size:14px;
	padding-left:5px;
}

#ctabar ul li {
	list-style:none;
	padding:0 0 3px 18px;
	background: transparent url(/images/layout/ctabar-bullet.gif) 0 4px no-repeat;
}

#ctabar ul li a {
	color:#FFF;
}

#ctabar #newslettersignupform {
	font-size:13px;
}

#ctabar #newslettersignupform .formline {
	margin-bottom:10px;
}

#ctabar #newslettersignupform .formline input.text {
	border:2px solid #B9D560;
	font-family:Verdana;
	font-size:10px;
	height:12px;
	margin:0px;
	padding:3px 3px 4px;
	width:200px;
}

#ctabar #newslettersignupform .formline label {
	display:block;
	float:left;
	margin:3px 0px 0px;
	padding:0px 15px 0px 0px;
	text-align:left;
	width:115px;
	position:relative;
	top:-1px;
}

/************\
  Home Page
\************/

.home {
}

	.home #ctabar h4.aboutbigbrothers {
		background: url(/images/layout/ctabar-aboutbigbrothers.gif) 0 2px no-repeat;
		height:1px;
		padding-top:27px;
	}


.home #ctabar .left {
	width:485px;
}

.home #top-outer {
	height:354px;
	background:#FFF url(/images/home/homeheader-bkg.gif) bottom left repeat-x;
}

.home #top {
	height:356px;
	position:relative;
}

.home #top #storysection {
	height:256px;
	position:relative;
	top:-16px;
	background:url(../images/home/splashbanner-bkg.jpg) bottom center no-repeat;
}

.home #top #storysection .storyentry {
	visibility:hidden;
	height:256px;
	position:relative;
	zoom:1;
}

.home #top #storysection .storyentry-active {
	visibility:visible;
	height:256px;
}

.home #top .top-photo {
	position:absolute;
	right:0;
	top:0;
}

.home #top .story {
	width:220px;
	height:250px;
	position:absolute;
	left:362px;
	top:0px;
}

.home #top .story h3 {
	padding:0px 0 5px;
	margin-top:45px;
	font-size:23px;
	line-height:23px;
	font-weight:normal;
	color:#306B94;
	background:#F7F5F6;
}

.home #top .story h5 {
	font-size:11px;
	text-transform:uppercase;
	color:#F19D00;
	font-weight:normal;
	line-height:13px;
	padding:0 0 7px 0;
}

.home #top .story p {
	font-size:13px;
	line-height:15.5px;
	color:#898989;
	padding:0;
	margin:0 0 10px 0;
}

.home #top .story a.storylink {
	display:block;
	zoom:1;
	margin-top:20px;
	font-size:13px;
	line-height:15.5px;
	color:#B2C646;
	text-transform:uppercase;
	padding-left:20px;
	background:url(/images/home/storylink.gif) 0 1px no-repeat;
	clear:both;
	float:none;
}

.home #top-outer #scrolldisplay{
	height:116px;
	width:auto;
	clear:both;
	float:none;
	background:#B3C85A url(../images/home/scroller_bg.gif) 0 0 repeat-x;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	overflow:hidden;
}

	.home #top-outer #scrolldisplay a.scrollbutton {
		display:block;
		height:1px;
		padding-top:116px;		
		width:56px;
		position:absolute;
		top:0;
		z-index:500;
	}
	
	.home #top-outer #scrolldisplay .left {
		left:0;
		background:url(/images/home/scrollLeft_arrow.gif) 0 0 no-repeat;
	}
	
	.home #top-outer #scrolldisplay .right {
		right:0;
		background:url(/images/home/scrollRight_arrow.gif) 0 0 no-repeat;
	}
	
.home #scrolldisplay #scrollingcontainer {
	width:840px;
	position:absolute;
	left:60px;
	top:17px;
}

.home #scrolldisplay #scrollingsegment {
	width:2000px;
	position:absolute;
	left:0;
	top:0;
}

	.home #scrolldisplay #scrollingsegment #scrollingsegment-end {
		height:0;
		float:none;
		clear:both;
	}

.home #scrolldisplay #scrollingsegment a {
	display:block;
	width:157px;
	height:82px;
	position:relative;
	float:left;
	margin-right:14px;
}

.home #scrolldisplay #scrollingsegment a img {
	width:157px;
	height:82px;
	position:absolute;
	left:0;
	top:0;
}

	.home #scrolldisplay #scrollingsegment a img.bw {
		visibility:visible;
	}
	
	.home #scrolldisplay #scrollingsegment a img.color {
		visibility:hidden;
	}
	
	.home #scrolldisplay #scrollingsegment a.active img.bw {
		visibility:hidden;
	}
	
	.home #scrolldisplay #scrollingsegment a.active img.color {
		visibility:visible;
	}

.home #content-outer{
	overflow:hidden;
}

.home #content-home {
	width:1000px;
	padding:7px 12px;
}


.home #main-outer {
	background:#2D5D78 url(/images/home/homemain-bkg.gif) 0 0 repeat-x;
	height:300px;
	padding-top:13px;
}

.home #main .homeblock {
	display:block;
	height:273px;
	float:left;
	margin-right:20px;
}

.home #main #get-involved {
	margin-right:14px;
	background:url(../images/home/get-involved-bkg.gif) transparent 0 0 no-repeat;
	width:305px;
	color:#FFF;
	padding:25px 0 0 21px;
	height:253px;	
}

	.home #main #get-involved h3 {
		color:#FFF;
		font-weight:normal;
		font-size:22px;
		text-transform:uppercase;
		margin-bottom:13px;
	}

		.home #main #get-involved h3.getinvolved {
			background: url(/images/home/waystogetinvolved.gif) 0 0 no-repeat;
			width:261px;
			height:1px;
			padding-top:26px;
			overflow:hidden;
		}

	.home #main #get-involved ul {
		list-style:none;
		padding:0;
		margin:0;
		width:285px;
	}

	.home #main #get-involved ul li {
		list-style:none;
		padding:6px 0 7px 46px;
		margin:0;
		font-size:16px;
		line-height:15.5px;
		border-top:1px solid #ABC062;
		background:url(../images/home/get-involved-bullet.gif) 14px 6px no-repeat;
	}

		.home #main #get-involved ul li.first {
			border-top:none;
		}
	
	.home #main #get-involved ul li a {
		color:#FFF;
	}

.home #newsbar h3 {
	color:#FFF;
	font-weight:normal;
	font-size:22px;
	text-transform:uppercase;
	margin-bottom:10px;
}

	.home #newsbar h3.newsandevents {
		background: url(/images/home/newsandevents.gif) 0 0 no-repeat;
		width:182px;
		height:1px;
		padding-top:28px;
		overflow:hidden;
	}


.home #newsbar ul {
	width:1000px;
	padidng:0;
	margin:0;
}

.home #newsbar ul li {
	font-size:14px;
	line-height:15.5px;
	list-style:none;
	padding:0;
	margin:0;
	margin-right:55px;
	width:180px;
	float:left;
	
}

.home #newsbar ul li .date {
	font-size:10px;
	line-height:15.5px;
	color:#FFF799;
	text-transform:uppercase;
}

.home #newsbar ul li p.content {
}

.home #newsbar ul li a {
	color:#FFF;
}

.home #ctabar {
	height:172px;
}

.home #ctabar .left {
	margin-top:23px;
}

.home #ctabar .right {
	margin-top:23px;
}

/******************\
  Section Coloring
\******************/

.about #navigation {
	background:#FFF url(/images/layout/bgarrow-about.gif) 0 0 no-repeat;
}

.about #title-outer {
	background:#26587F;
}

.about h3, .about h4, .about h5 {
	color:#26587F;
}


.partners #navigation {
	background:#FFF url(/images/layout/bgarrow-partners.gif) 0 0 no-repeat;
}

.partners #title-outer {
	background:#F09500;
}

.partners h3, .partners h4, .partners h5 {
	color:#F09500;
}


.news #navigation {
	background:#FFF url(/images/layout/bgarrow-news.gif) 0 0 no-repeat;
}

.news #title-outer {
	background:#0095CD;
}

.news h3, .news h4, .news h5 {
	color:#0095CD;
}


.stories #navigation {
	background:#FFF url(/images/layout/bgarrow-stories.gif) 0 0 no-repeat;
}

.stories #title-outer {
	background:#C90B4C;
}

.stories h3, .stories h4, .stories h5 {
	color:#C90B4C;
}


.getinvolved #navigation {
	background:#FFF url(/images/layout/bgarrow-getinvolved.gif) 0 0 no-repeat;
}

.getinvolved #title-outer {
	background:#90278D;
}

.getinvolved h3, .getinvolved h4, .getinvolved h5 {
	color:#90278D;
}


