/*	MAIN.CSS - Stylesheet for the layout
	(margins, position, width, height, and floats)
	No color or background declarations should be here. */

/*	Example style for CSS#

div {
-webkit-box-shadow: #666 0px 2px 3px;
-moz-box-shadow: #666 0px 2px 3px;
box-shadow: #666 0px 2px 3px;

-webkit-border-radius: 0px 0px 10px 10px;
-moz-border-radius: 0px 0px 10px 10px;
border-radius: 0px 0px 10px 10px;

behavior: url(/css3pie/PIE.htc);
}

*/

@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:#5A4099;
}
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
\**************/
.section-inner {width: 960px; margin: 0 auto; position: relative; height: 123px;}
	h1.contentsection {width: auto !important;}
	.section-inner h1 {position: absolute; left: 0px; bottom: 15px;}
	
.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:#5a4099;
	height: 123px;
}
	#title-outer br {display: none;}
	
#title {
	color:#FFF;
	font-size:41px;
	text-transform:uppercase;
	font-weight:normal;
	line-height:35px;
	
	
}

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

#main-outer {
}

#main-outer-golf
{
	position: relative;
    top: -102px;
}

#main {
	position:relative;
}

#newsbar-outer {
	background:#e27b00;
}

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

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

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

.home #ctabar-outer {
	background:#047eae url(/images/home/prefooter-home.gif) bottom center repeat-x;
}

#ctabar {
	color:#FFF;
	position:relative;
	overflow: hidden;
}

#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:276px;
	height:1px;
	padding-top:76px;
	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;
	}
	
	#headerutils a#headerpickup {
		background: url(/images/layout/pickup_button.gif);
		display:block;
		position:relative;
		top:-5px;
		left:0;
		height:1px;
		padding-top:27px;
		width:187px;
		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;
	padding-top: 63px;
}

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

#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;
	margin-top: -5px;
}

#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:120px;
	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:#a1ac1e url(/images/layout/cta-bg.gif) 0 bottom 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 {
	color:#FFFFFF;
	font-size:21px;
	font-weight:normal;
	line-height:22px;
	margin-bottom:15px;
	text-transform:uppercase;
}

#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 .banneritemB {
	margin: 0 0 10px;
	background:#ed2629;
}

#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 .banneritemB h5 {
	font-size:24px;
	font-weight:bold;
	color:#FFF;
	line-height:15.5px;
	background:#ed2629;
	padding:15px 32px 14px;
	text-align:right;
}

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

#cta .banneritemB 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 1px 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;
	position: relative;
}
.content-overview ul.contentlist-inner {overflow: hidden; width: 860px;}
#content-outer .content-overview table#listingssets tr { clear: both;}

.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 {
	width:400px;
	float:right;
	clear:none;
	margin-top:28px;
	padding-bottom: 30px;
}

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

	#ctabar h4.morestories {
		
	}
	
	#ctabar h4.newslettersignup {
		
	}

#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;
}

.home #ctabar #newslettersignupform .formline input.text {
	border:2px solid #00668e;
}



#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 {
		
	}


.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;
	background: url(/images/home/home-header-top.png) center 20px no-repeat;
}

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

	.home-intro {
		width: 500px;
		font-size: 20px;
		color: #847162;
		line-height: 22px;
		position: absolute;
		left: 55px; top: 145px;
	}
		.intro-title {font-size: 58px; font-size: 48px; color: #a2ad00; text-transform: uppercase; margin-bottom: 30px; line-height: 40px;}
		.home .home-intro p {margin-bottom: 15px;}
		.home .home-intro .intro-purple {color: #7a6d62; font-weight: bold;}
		
	.home-video {position: absolute; right: 31px; bottom: -7px;}	

.home #top-outer #scrolldisplay {
	height:102px;
	clear:both;
	float:none;
	position:absolute;
	left:0;
	bottom:0;
	width: 946px;
	overflow:hidden;
	background-color: #a2ad00;
	padding: 7px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	behavior: url(/css3pie/PIE.htc);
}
	ul.storylist { padding: 0px; margin: 0px; position: absolute; right: 10px; top: 7px;}
		ul.storylist li {list-style: none; float: left; padding: 0px 0px 0px 10px; margin: 0px;}
			ul.storylist li a {border: 7px solid #fff; width: 277px; height: 89px; display: block;}
				
	
	.icon-facebook, .icon-twitter {display: block; width: 42px; height: 1px; padding-top: 41px; overflow: hidden; position: absolute; left: 8px;}
		.icon-facebook {background: url(/images/home/new/icon-facebook.png) left top no-repeat; top: 12px;}
		.icon-twitter {background: url(/images/home/new/icon-twitter.png) left top no-repeat; top: 63px;}
	

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

.home #content-home {
	width:1000px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}


.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:8px;
	background: #a2ad00 url(/images/home/new/get-involved-bkg.png) left bottom no-repeat;
	width:310px;
	height: 220px;
	padding: 23px 25px;
	color:#FFF;
	position: relative;
	overflow: hidden;
	
	-webkit-box-shadow: #2f1e59 2px 2px 5px;
	-moz-box-shadow: #2f1e59 2px 2px 5px;
	box-shadow: #2f1e59 2px 2px 5px;
	
	behavior: url(/css3pie/PIE.htc);
}

	.home #main #get-involved h3 {
		color:#FFF;
		font-weight:normal;
		font-size:30px;
		font-size: 20px;
		text-transform:uppercase;
		margin-bottom:13px;
	}
		.border-style {background: url(/images/home/new/bg-title.png) left bottom repeat-x; padding-bottom: 10px; display: inline-block;}

		.home #main #get-involved h3.getinvolved {
			
		}

	.home #main #get-involved ul {
		list-style:none;
		padding:0;
		margin:0;
		width:150px;
		float: left;
	}
		
	.home #main #get-involved ul li {
		list-style:none;
		padding:6px 0 7px 25px;
		margin:0;
		font-size:16px;
		line-height:15.5px;
		border-top:1px solid #ABC062;
		background:url(../images/home/new/icon-home-bullet.png) 0px 6px no-repeat;
	}

		.home #main #get-involved ul li.first {
			border-top:none;
		}
	.home #main #get-involved #find-a-mentor {
		width: 150px;
		padding: 7px 0 25px 12px;
		position: absolute;
		right: 0px; top: 70px;
		background: url(/images/home/bg-find-mentor.png) no-repeat 0 0;
	}
		.home #main #get-involved #find-a-mentor li {
			background: none;
			padding: 3px 0 3px;
			border: none;
		}
			.home #main #get-involved #find-a-mentor li .content-header {
				display: block;
				padding: 3px 0 4px;
			}
			.home #main #get-involved #find-a-mentor li a {
				font-size: 13px;
				color: #e2f595;
				text-decoration: underline;
				font-family: 'Arial Unicode MS', Helvetica, sans-serif;
			}
			.home #main #get-involved #find-a-mentor li a:hover {
				text-decoration: none;
			}
	.home #main #get-involved ul li a {
		color:#FFF;
	}

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

	.home #newsbar h3.newsandevents {
		padding-bottom: 2px;
		margin-bottom:20px;
	}
	
	.home-archive {
		font-size: 10px;
		color: #fff;
		text-transform: uppercase;
		position: absolute; 
		right: 0px;
		top: 20px;
	}


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

.home #newsbar ul li {
	font-size:13px;
	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:#fff;
	text-transform:uppercase;
	margin-bottom: 5px;
}

.home #newsbar ul li p.content {
}

.home #newsbar ul li a {
	color:#FFF;
	display: block;
	/*background: url(/images/home/new/icon-news.png) left bottom no-repeat; */
	padding-bottom: 18px;
}

.home #ctabar {
}

.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:#b2bb1e;
}

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


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

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

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


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

.news #title-outer {
	background: #00749a;
}

.news #title-golf {
	background: transparent url(/images/layout/bg_b2goldgolfclassic_final.gif) bottom center repeat-x;
	height: 191px;
}



.news h3, .news h4, .news h5 {
	color:#00749a;
}


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

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

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


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

.getinvolved #title-outer {
	background:#5a3f99;
}

.getinvolved h3, .getinvolved h4, .getinvolved h5 {
	color:#5a3f99;
}

