html, form#form1 {
	height: 100%;
   min-height: 100%;
}

BODY {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	background-color:#ffffff;
	border-top:solid 2px #0082c8;
	font-size: 12px;
	color: #221f1f;
}

IMG {
	border: 0;
}

p, .sfTxtContent {
	line-height: 20px;
}

h1,h2,h3,h4,
.link, #meta, #primary-nav, #sub-breadcrumb, #sub-breadcrumb A,
.report-publication-date, .reports .report-title, .news-publication-date, .sfnewsListItem .news-list-title, .reports-list .sfdownloadTitle, .success-list .sfdownloadTitle {
	font-family: 'Oswald', sans-serif;
}

A, #sub-breadcrumb A {
	color: #0082c8;
	text-decoration: none;
}

a.link {
	background-image: url(../Images/link-arrow.png);
	background-position: right;
	background-repeat: no-repeat;
	padding: 0 15px 0 0;
	font-size: 11px;
	zoom:1; /* IE 7 and compatibility mode helper */
}

#home-content a.link {
	background-image: url(../Images/home-link-arrow.png);
	background-position: right;
	background-repeat: no-repeat;
	padding: 0 15px 0 0;
	font-size: 11px;
	
}

a.large-arrow-link  {
	background-image: url(../Images/large_arrow.jpg);
	background-position: right;
	background-repeat: no-repeat;
	padding: 10px 40px 10px 0;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #221f1f;
	font-style: italic;
	text-decoration: none;
}

a.small-arrow-link  {
	background-image: url(../Images/small_arrow.jpg);
	background-position: right;
	background-repeat: no-repeat;
	padding: 0px 20px 0px 0;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #221f1f;
	text-decoration: none;
}

h2 {
	color: #00345b;
}

#wrapper {
	height: auto !important;
   margin: 0 auto;
   width: 100%;
   min-height: 100%;
   position: relative;
}

#footer-wrapper {
    height: 52px;
    width: 100%;
    font-size: 12px;
    color: #676767;
    background-color:#F0F0F0;
    clear: both;
    margin-top: -53px;
    position: relative;
}

#footer-center {
	width: 962px;
	margin: auto;
}

#footer-left {
	float: left;
	margin: 0 0 0 0;
	padding: 15px 0 0 0;
}

#footer-right {
	float: right;
	margin: 0 0 0 0;
	padding: 15px 0 0 0;
}

#footer-right A {
	margin: 0 0 0 0;
	padding: 0 11px 0 11px;
}

#center{
    padding-bottom: 112px;
    width: 962px;
    margin: auto;
}

.center {
    padding-bottom: 12px;
    width: 962px;
    margin: auto;
}

#top {
	float: left;
	width: 962px;
	height: 116px;
}

#sub-top {
	width: 962px;
	float: left;
	height: 116px;
}

#neea {
	float: left;
	width: 181px;
}

#primary-nav {
	float: left;
	width: 781px;
}

#primary-nav IFRAME {
	display: none;
}

#navigation {
	float: left;
	width: 781px;
}

#navigation UL {
	list-style-type: none;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 781px;
	font-weight:normal;
}

#navigation UL LI {
	float: left;
	line-height: 34px;
}

#navigation UL LI A {
	color: #676767;
	font-size: 16px;
	padding: 0 30px 0 30px;
	cursor: pointer;
}

#navigation UL LI:first-child A {
	padding: 0 30px 0 42px;
}

#navigation UL LI:last-child A {
	padding: 0 0 0 30px;
}

#meta {
	float: right;
	padding: 25px 0 25px 0;
	width: 487px;
	height: 26px;
	overflow: hidden;
}

#meta .gsc-branding-img ,
#meta .gsc-branding-text{
	display: none;
}

#meta-links {
	float: left;
	font-size: 11px;	
	line-height: 26px;
	color: #8c8c8c;
}

#meta-links A {
	margin: 0 0 0 0;
	padding: 0 11px 0 11px;
}

#search-box,
#meta table.gsc-search-box {
	float: left;
	background-image: url(../Images/search-bground.png);
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	padding: 0 0 0 8px;
	width: 203px;
	height: 26px;
}

#search-box fieldset {
	border: 0px;
	margin: 0 0 0 0;
	padding: 4px 0 0 0;
	float: left;
}

#search-box fieldset input.sfsearchSubmit,
#meta input.gsc-search-button {
	text-transform: capitalize;
	text-indent: -9999px;
	background: transparent;
	width: 14px;
	height: 13px;
	border: 0px;
	background-image: url(../Images/small_arrow.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;
	margin: 3px 0 0 0;
}

#meta td.gsc-clear-button {
	display: none;
}

#meta td.gsc-search-button {
    width: auto;
}

#meta table.gsc-search-box td.gsc-input {
    padding-right: 0px;
    width: 165px;
}

#search-box fieldset input.sfsearchTxt,
#meta input.gsc-input {
	border: 0px;
	width: 165px;
	padding: 0 5px 0 0;
	float: left;
}

#meta table.gsc-branding {
	display: none;
}

#mast {
	/*float: left;*/
	clear: left;
	width: 962px;
	height: 520px;
	margin: 0 0 0 0;
	padding: 13px 0 0 0;
	z-index: 0;
}

#home-content {
	/*float: left;*/
	clear: left;
	width: 962px;
	/*min-height: 440px;*/
	margin: 0 0 0 0;
	padding: 20px 0 0 0;
}


#home-news-feed-wrapper {
	width: 100%;
	height: 50px;
	background-color: #F0F0F0;
	padding-top:7px;
}

#home-news-feed {
	width: 962px;
	margin: auto;
}

#home-news-feed span.news-item-date {
	font-family: 'Oswald',sans-serif;
	color: #231f20;
	font-size: 11px;
	margin: 0 27px 0 0;
	padding: 0 27px 0 0;
	background-image: url(../Images/news-item-divider.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#home-columns {
	float:left;
	width: 960px;
	padding: 18px 1px 0 1px;
	margin: 0 0 0 0;
}

#sub-content {
	/*float: left;*/
	clear: left;
	width: 962px;
	/*min-height: 440px;*/
	margin: 0 0 0 0;
	padding: 41px 0 0 0;
}

#single-column {
	clear: left;
	float: left;
	width: 962px;
	margin: 0 0 0 0;
	padding: 5px 0 20px 0;
}

#left-content {
	float: left;
	width: 702px;
	padding: 0 19px 0 0;
	margin: 0 0 0 0;
}

#right-content {
	float: left;
	width: 241px;
	margin: 0 0 0 0;
	padding: 0 0 0 0; 
	font-size: 12px;
}

#right-content .sfContentBlock,
#right-content .sfSmallIcns {
	float: left;
	padding: 0 0 10px 0;
	width: 241px;
}

#right-content .sfContentBlock UL,
#right-content .sfSmallIcns UL {
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	list-style-type: none;
}

#right-content .sfContentBlock LI {
	border-bottom: 1px dotted #8ac53e;
	padding: 11px 12px 11px 12px;
	font-size: 11px;
}

#right-content .sfSmallIcns LI {
	border-bottom: 1px dotted #8ac53e;
	margin: 7px 0 0 0;
	padding: 0 12px 11px 10px;
	font-size: 11px;
	background:none;
	
	/* commented out doc icons styles*/
	/*background-position: 12px -100px;
	margin: 11px 0 0 0;
	padding: 0 12px 11px 37px;
	font-size: 11px;
	*/
}

#right-content h2 {
	background-color: #0082c8;
	color: #fff;
	font-size: 15px;
	padding: 0 0 0 12px;
	margin: 0 0 0 0;
	line-height: 28px;
	font-weight: normal;
}

#right-content P,
#right-content h3,
#right-content h4
{
	padding: 0 12px 0 12px;
	line-height: 18px;
}

#right-content h3 {
	font-weight: normal;
	font-size: 14px;
}

#right-content TABLE {
	margin: 0 0 10px 10px;
}

.column {
	float: left;
	width: 306px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 12px;
}

.column H2 {
	font-size: 15px;
	margin: 0 0 0 0;
}

.column.middle-col {
	width: 306px;
	margin: 0 21px 0 21px;
}

.column-content {
	padding: 0 7px 0 7px;
}

#sub-section-mast {
	float: left;
	padding: 0 0 0 0;
	width: 702px;
}

#content-area {
	float: left;
	/*background-image: url(../Images/content-bground.png);
	background-repeat: repeat-x;*/
	padding: 5px 0 20px 0;
	margin: 0 0 0 0;
	width: 702px;
}

#content-area H1,
#single-column H1 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
}

#content-area h2,
#single-column h2 {
	font-size: 14px;
	color: #221F1F;
	font-weight: normal;
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
}

#content-area .sf_cols h2 {
	padding: 0 0 0 0;
}

#content-area .sf_cols .sf_colsOut {
	padding: 0 0 13px 0;
}

span.sfBreadcrumbNodeSeparator {
	background-image: url(../Images/breadcrumb-arrows.png);
	background-repeat: no-repeat;
	width: 9px;
	height: 11px;
	float: left;
	margin: 4px 9px 0 9px;
	padding: 0 0 0 0;	
}

#breadcrumb-and-share {
	float: left;
	width: 962px;
}

#sub-breadcrumb {
	float: left;
	width: 762px;
	margin: 0 0 0 0;
	padding: 0 0 10px 20px;
}

#share-space {
	float: left;
	width: 165px;
	margin: 0 0 0 0;
	padding: 0 15px 0 0;
}

#share-space .sfContentBlock {
	float: right;
	width: 145px;
}

#sub-breadcrumb UL {
	float: left;
	width: 100%;
}

#sub-breadcrumb li {
	float: left;
	clear: none;
}

#sub-breadcrumb li a {
	float: left;
	padding: 0 0 0 0;
}

#sub-breadcrumb li:last-child A {
	color: #231f20;
	cursor: default;
}

.residential-3-col P {
	margin: 0 0 0 0;
	padding: 0 0 8px 0;
}

.event-detail-box {
    background-color: #FFFFFF;
    border: 2px solid #399F49;
    display: none;
    left: 50%;
    margin-left: -350px;
    margin-top: -230px;
    min-height: 400px;
    overflow: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    top: 50%;
    vertical-align: top;
    width: 600px;
    z-index: 9999;
    
   /* Rounded Corners */ 
   -moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;	
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	
	/* Shadows */
	-moz-box-shadow:    7px 8px 8px 0px #464646;
  	-webkit-box-shadow: 7px 8px 8px 0px #464646;
  	box-shadow:         7px 8px 8px 0px #464646;
}

.message-box {
	background-color: #FFFFFF;
	border: 2px solid #28A8E0;
   display: none;
   left: 50%;
   margin-left: -250px;
   margin-top: -200px;
   min-height: 100px;
   overflow: auto;
   padding: 10px;
   position: absolute;
   text-align: left;
   top: 50%;
   vertical-align: top;
   width: 300px;
   z-index: 9999;
}

.calendarLink {
    color: #000000;
    cursor: pointer;
    display: block;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}

.calendarLink:hover {
    color: #000000;
    display: block;
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
}

a.cal-close-window {
	background-image: url(../Images/closewindow.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 84px;
	height: 20px;
	display: block;
	float: right;
}

.neea-calendar 
{
    width:100%;
	clear: both;
}

.neea-calendar-list
{
    padding-top:10px;
    width:100%;
	clear: both;
}

.neea-calendar table,
.neea-calendar-list table
{
    width:100%;
}

.calendar-day 
{
    width:14%;
     height:100px; 
     text-align: right;
     vertical-align: top;
     font-size: 10px;
}

.cal-navigation {
	float: left;
	width: 98%;
	padding:10px;
	background-color:#ccc;
}

.cal-navigation.cal-top {
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;	
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	margin: 20px 0 0 0;
}

.cal-navigation.cal-bottom {
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;	
}

.cal-listview {
	float: left;
	width: 33%;
	padding-left:15px;
	text-align:center;
}

.cal-prev {
	float: left;
	width: 33%;
}

.cal-next {
	float: right;
	width: 25%;
	text-align: right;
}

.cal-filters {
	float: left;
	width: 950px;
	font-size: 11px;
	color: #aeafaf;
}

.cal-filters select,
.cal-filters option,
.cal-filters input {
	font-size: 11px;
}

.cal-filters div {
	float: left;
	padding: 0 5px 0 5px;
}

.cal-filters .cal-submit-btn {
	float: left;
	padding: 12px 3px 0 5px;
}

.listEventName 
{
    width:355px; 
    padding-right:20px;
    vertical-align:middle;    
}

.listEventField 
{
    vertical-align:middle;
    white-space:nowrap;
}

.listEventDivider hr 
{
    background-color:#EDEDED; 
    color:#EDEDED; 
    height:.03em; 
    width:98%;    
}  
  
.news-title {
	float: left;
	padding: 7px 10px;
	margin:2px 20px 0px 0px;
	background-color: #8ac53e;
}

.news-title H2 {
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0 !important;
	font-size: 16px !important;
    font-weight: bold !important;
    color: #FFF !important;
}

.view-all-news {
	float: right;
	padding: 0 11px 0 29px;
	line-height: 41px;
	font-family: 'Oswald',sans-serif;
	background-image: url(../Images/news-item-divider.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.view-all-news {
}

.news-ticker-item {
	float: left;
	line-height: 41px;
	width: 730px;
	position: relative;
}

#home-news-feed ul.rrItemsList,
#home-news-feed ul.rrItemsList li.rrItem {
	float: left;
	width: 730px;
}

.submit-your-idea-form-field {
	clear: left;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
}

.submit-your-idea-form-field label {
	float: left;
	width: 110px;
}

.submit-your-idea-form-field.form-field-radio-button label {
	width: 200px;
}

.submit-your-idea-form-field.form-field-radio-button TABLE {
	padding: 0 0 0 108px;
}

.submit-your-idea-form-field.form-field-radio-button TABLE input {
	margin: 0 0 0 0;
}

.submit-your-idea-form-field.form-field-radio-button input,
.submit-your-idea-form-field.form-field-fileupload input {
	margin: 0 0 0 111px;
}

ul.bios-wrapper {
	float: left;
	width: 100%;
	max-width:702px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}

ul.bios-wrapper li {
	float: left;
	width: 175px;
	height:295px;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
}

ul.bios-wrapper li.board { height:325px;}

ul.bios-wrapper .job-title, 
ul.bios-wrapper .bio-phone {
    padding-right:15px;
    line-height: 18px;
}

ul.bios-wrapper .bio-email  {
    line-height:18px;
}

ul.bios-wrapper .staff-photo,
.full-bio .staff-photo {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	padding: 0 30px 0 0;
}

ul.bios-wrapper .staff-photo {
	padding: 0 30px 0 0 !important;
	width: 175px;
}

.full-bio .board-logo {
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	width: 200px;
}
.full-bio .bio-content {
	float: left;
	width: 500px;
}
.full-bio .bio-content .back-to-list{
	margin: 5px 0 0 0;
}

.full-bio a {display:block; padding:5px 0px;}

ul.bios-wrapper h2.sfitemTitle 
{
	font-size: 14px;
	color: #221F1F;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 10px 10px 5px 0 !important;
	display: inline-block;
}
ul.bios-wrapper h3.sfitemTitle, .bio-content h3.sfitemTitle  
{
    font-size:14px;
    font-weight: normal;
	padding: 0 10px 5px 0;
	margin: 0 0 0 0;
}
/* Menu Styles */

#primary-nav UL LI A {
	height: 42px;
	line-height: 42px;
}

#primary-nav UL LI A:hover,
#primary-nav UL LI:hover A {
	color: #0082C8;
}

#primary-nav UL LI UL LI A {
	height: auto;
	line-height: normal;
}

.mobilenav {display:none;}
.mainnav {display:block;}

/* control the sub menu spacing */
#primary-nav UL LI UL LI A SPAN {
	float: left;
	padding: 0 0 15px 0;
	line-height: 14px;
}

#primary-nav UL LI UL LI A SPAN:hover {
	text-decoration: underline;
}

#primary-nav ul.rmMultiColumn .rmSlide {
	float: left;
	padding: 0 0 20px 0;
}

#primary-nav ul.rmMultiColumn .rmSlide ul.rmMultiColumn li.rmItem {
	padding: 0 0 7px 0;
}

.rmSlide.panel {
    left: -130px;
    opacity: 0;
    position: absolute;
    top: -800px;
    width: 874px;
    z-index: 99999;
    background-repeat: no-repeat;
    background-position: top;
}

li.top-level-0 .rmSlide.panel {
	background-image: url(../Images/nav-top-about.png);
}

li.top-level-1 .rmSlide.panel {
	background-image: url(../Images/nav-top-initiatives.png);
}

li.top-level-2 .rmSlide.panel {
	background-image: url(../Images/nav-top-resource.png);
}

li.top-level-3 .rmSlide.panel {
	background-image: url(../Images/nav-top-news.png);
}

li.top-level-4 .rmSlide.panel {
	background-image: url(../Images/nav-top-involved.png);
}

ul.rmRootGroup li:hover div.rmSlide.panel {
    opacity: 1;
    top: 37px;
}

#sub-top ul.rmRootGroup li:hover div.rmSlide.panel {
    opacity: 1;
    top: 35px;
}

ul.rmMultiColumn div.rmSlide.panel {
	position: relative;
	opacity: 1;
	top: 20px;
	width: auto;
}

#primary-nav {
	position: relative;
	z-index: 9999;
}

#primary-nav ul.rmMultiColumn {
	width: 854px;
	float: left;
	margin: 36px 0 0 0;
	padding: 0 0 0 20px;
	display: none; /* Hide the sub menu during initial page load */
}

#primary-nav UL LI:hover ul.rmMultiColumn {
	display: inline; /* show the sub menu on hover */
}

ul.rmRootGroup li:hover ul.rmMultiColumn {
	background-image: url(../Images/nav-content-bground.png);
	background-repeat: repeat-y;
}

#primary-nav ul.rmMultiColumn ul.rmMultiColumn {
	width: auto;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: none;
}

#primary-nav UL LI:hover ul.rmMultiColumn A {
	font-size: 12px;
	color: #676767;
}

#primary-nav UL LI:hover ul.rmMultiColumn .rmSlide A {
	color: #0082C8;
	font-size: 11px;
}

#primary-nav ul.rmMultiColumn .rmSlide SPAN {
	padding: 0 0 0 0;
}

.nav-bottom {
	float: left;
	width: 874px;
	height: 92px;
	background-image: url(../Images/nav-bottom.png);
}

#primary-nav ul.rmMultiColumn ul.rmMultiColumn {
	width: auto;
}

#primary-nav UL.rmVertical.rmLevel1 {
	width: 198px;
	padding: 0 0 0 10px;
}

#primary-nav UL li.rmGroupColumn {
	float: left;
	width: 208px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#primary-nav .rmSlide ul li ul li {
	width: 170px;
	line-height: normal;
	padding: 0 15px 0 0;
}

#primary-nav UL LI ul.rmMultiColumn li:last-child A {
    padding: 0 0 0 0;
}
#primary-nav UL LI ul.rmMultiColumn li:first-child A {
    padding: 0 0 0 0;
}

#primary-nav ul.rmVertical.rmGroup.rmLevel2.rmMultiGroup {
	width: 200px!important;
}

/*  Staff Contact Form */
.contact-staff-form div {
	clear: left;
	float: left;
	padding: 0 0 15px 0;
}

.contact-staff-form input,
.contact-staff-form textarea {
	font-family: Arial, Helvetica, sans-serif;
}

.contact-staff-form label {
	float: left;
	width: 120px;
}

.contact-message textarea {
	width: 400px;
	height: 90px;
}

/* Subscribe */

.subscribe-check  {
	float: left;
	margin: 0 0 0 0;
	padding: 0 10px 0 0;
}

.subscribe-check input {
	margin: 0 0 10px 0;
}
.subscribe-descriptions {
    float: left;
    width: 90%;
    display:block;
}

.subscribe-item {
	clear: left;
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
}

.subscribe-container .subscribe-item {
	padding: 0 0 10px 0;
}

.subscribe-container,
.subscribe-cat {
	clear: left;
	float: left;
	width: 100%;
}

.subscribe-item label {
	float: left;
	font-weight: bold;
	width: 150px;
}

.subscribe-field {
	float: left;
}

.strong {
	font-weight: bold;
}

.subscribe-indent{
	margin: 0 0 0 8px;
}

#content-area .subscribe-item H2 {
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
}

.subscription_container {margin-top:10px;}

.subscription_container .subscription_header {
    margin: 0px;
    padding: 0px 35px;
    cursor: pointer;
    position: relative;
    background: url(../Images/arrow_down.png) no-repeat;
}

.subscription_container .subscription_header h2 {
    font-size: 16px !important;
}

.subscription_container .subscription_content {
    display: none;
    padding : 0px 0px 0px 50px;
}

.collapse {
    background: url(../Images/arrow_up.png) no-repeat !important;
}
/* Reports and Resource Center */

.report-filters {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
}

.report-filters select, .report-filters input {
	font-size: 11px;
    padding: 3px 0px;
}

.report-filter {
	float: left;
	padding: 0 7px 0 0;
}

.reports,
.report {
	clear: both;
	float: left;
	width: 100%;
}

.report {
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
}

.report-publication-date {
	float: left;
	width: 100px;
}

.report-description,
.report-type,
.report-tags {
	font-size: 11px;
}

.report-details {
	float: left;
	width: 85%;
}

.report-type,
.report-tags {
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
}

.report-type label,
.report-tags label {
	font-weight: bold;
}

.report-type UL,
.report-tags UL {
	/*clear: left;
	float: left;*/
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.report-type UL LI,
.report-tags UL LI {
	float: left;
	margin: 0 0 0 0;
	padding: 0 10px 0 0;
}

/* EE News / PR / Newsroom list styles */
ul.sfnewsList {padding:0px;}

li.sfnewsListItem {
    list-style:none;
    clear: both;
    float: left;
    width: 100%;
    padding-bottom:15px;
    margin: 0 0 20px 0;
    border-bottom:solid 1px #DCDCDC;
}

.news-thumbnail 
{
    width:25%;
    float:left;
	padding-bottom:10px;
}

.news-description
{
    width:75%;
    float:left;
}

.news-publication-date { 
    float: left;
    width: 25%;
}

.news-list-title 
{
    float:left;
    width:75%;
}

.news-summary 
{
    float:left;
    width:100%;
}

.news-list-title,
.news-publication-date {
	font-size:14px;
	padding:0px 0px 5px;
}
	
.news-list-details {
    float: left;
    width: 100%;
}
	
.news-list-source{
	font-size:11px;
	display:block;
}

.news-learn-more 
{
    float:left;
    width:100%;
    text-align:right;
}
	
a.news-detail-arrow {
	width:13px;
	height:13px;
	background-image: url(../Images/small_arrow.jpg);
	display:inline-block;
}
.sf_pagerNumeric {
	float:right;
}
	
.sf_pagerNumeric a {
	margin: 0 10px 0 0;
}
	
.sf_pagerNumeric  a.sf_PagerCurrent{
	color:#000000;
}
/* resource center styles */

#content-area h2.related {
	display:none;
}
.reports-list ul, .success-list ul
{
	list-style-type:none;
	margin:0;
	padding:0;
	border: none;
	}
/*.reports-list .sfdownloadList .sfdownloadFile,*/
.success-list .sfdownloadList .sfdownloadFile 
 {
	background:none;
	padding:0;
	}
.video-list {
	clear: both;
    display: block;
    width: 950px;
	}
.video-list td {
    float: left;
    margin: 0 25px 25px 0;
    overflow: hidden;
    width: 450px;
	}
.reports-list ul, .success-list ul {
    clear: right;
    width: 700px;
}
.reports-list ul li,
.success-list ul li {
    margin: 5px 5px 19px 0;
    width: 440px;
}
.reports-list ul li .sfInfo{
	display:none;
	}
.success-list ul li .description{
	margin:3px 0 0 0;
}
.success-list ul li .sfInfo {
	display:none;
	}
#right-content .description,
#right-content .sfSmallIcns .sfInfo {
	display: none;
}

dd.sfsearchResultHighLighter {
	margin-bottom:10px;
}

/* Around the region styles*/
.funder-list {
	font-size:11px;
	}
.funder-list .sf_3cols_1_33,
.funder-list .sf_3cols_2_34,
 .funder-list .sf_3cols_3_33 {
	padding: 0 10px 0 0;
	}
.funder-list .sf_3cols_1_33,
.funder-list .sf_3cols_2_34 {
	border-right-color:#8AC53E;
	border-right-style:dotted;
	border-right-width:2px;
	height:800px;
}
/*funder logo styles on board of directors page */
#funder-logos {
		width:970px;
		border-bottom:3px dotted #8CC646;
		border-top:3px dotted #8CC646;
		margin: 15px 0 0 0;
		}
		
.greendottedhr {
		border:none;
		border-top:2px dotted #8CC646;
		height:2px;
	}

	
/* Correct Chrome Footer Issue */	
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    #footer-wrapper { margin-top: 0px; }
}


.pager-control {
	float: left;
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
	border-top: 1px solid #a8a8a8;
	border-bottom: 1px solid #a8a8a8;
}
.pager-control UL {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.pager-control li {
	float: left;
	list-style-type: none;
	padding: 0 5px 0 0
}

.pager-control li A {
	padding: 5px;
	float: left;
}

.pager-control li .pages A.active {
	font-weight: bold;
	text-decoration: underline;
}

.pager-control P {
	float: left;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 24px;
}

.annual-report-full {display:block;}
.annual-report-mobile {display:none;}


/* all */
::-webkit-input-placeholder { color:#000; }
::-moz-placeholder { color:#000; } /* firefox 19+ */
:-ms-input-placeholder { color:#000; } /* ie */
input:-moz-placeholder { color:#000; }
