@CHARSET "UTF-8";

@import url("/css/mainnav.css");

body {
	font: 12px Arial;
	color: #333333;
	background-color: #DDDDC9;
}
/* -------------- overrides -------------- */
a {
	text-decoration: none;

	padding: 0;
	color: #3399cc;
}
h2 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #cc5a13;
	margin: 16px 0 15px 0;
	padding: 0;
}
h2.orange {
	color: #cc5a13;
}
h2.purple {
	color: #33286e;
}
.h2-leaves {
	width: 258px;
	height: 22px;
	padding: 3px 0 0 0;
	margin: 7px 0 0 0;
	background: url(../images/Bg-Leaves.jpg) no-repeat right 0;
}
h3 {
	font: 15px Georgia, "Times New Roman", Times, serif;
	color: #33286e;
	margin: 19px 0 15px 0;
	padding: 0;
	display: block;
	clear: both;
}
.h3-leaves {
	width: 90px;
	height: 19px;
	padding: 15px 0 0 9px;
	margin: -8px 0 0 0;
	background: url(../images/Bg-Leaves-tran.png) no-repeat right 0;
}
h4 {

	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #33286e;
	margin: 12px 0 0 0;
	padding: 0;
	color: #666666;
	line-height: 22px;
	font-style:italic;
	display: block;

}

.styled h4 {

	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #33286e;
	margin: 12px 0 0 0;
	padding: 0;
	color: #666666;
	width: 292px;
	line-height: 22px;
	font-style:italic;
	display: block;

}

h4.quote {
	float: left;
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #33286e;
	margin: 12px 0 0 0;
	padding: 0;
	color: #666666;
	width: 292px;
	line-height: 22px;
	font-style:italic;
}

h5 {

	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #33286e;
	margin: 12px 0 0 0;
	padding: 0;
	color: #666666;
	width: 292px;
	line-height: 22px;
	display: block;

	
}



p {
	padding:0;
	margin: 12px 0 0 0;
	line-height: 18px;
}

.right p {
	line-height: 16px;
	font-size:11px;
}

.right a p {
	color: #333;
}

.left ul {
	margin-top: 12px;
	font-size: 12px;
	line-height: 18px;
	margin-left: 20px;

}

ul {
	font-size: 11px;
	margin-bottom: 10px;

}

.left li {
	padding-bottom: 10px;
	line-height: 18px;
}

li.first {
	background-color: #EEE;
	font-weight: bold;
}


li {
	margin-left: 15px;
	line-height: 15px;
}

.left-2col li {
	margin-left: 15px;
	line-height: 15px;
	padding-top: 10px;
	font-size: 12px;
}

.left img {
	border: 3px solid #EEE
}

strong {
	color: #333333;
}

/* -------------- Modifiers -------------- */
.listWrap {
	float: left;
	margin: 0px 26px 0 0;
}

.listWrap-last {
	float: left;
	margin: 0 0 0 0;
}

.list-title {
font-size: 11px;
font-weight:bold;
line-height: 20px;
}


.light-blue-txt {
	color: #3399cc;
}
.more-link {
	float: right;
	margin: 25px 0 0 0;
	clear: both;
}

.more-link-30b {
	margin: 25px 0 30px 0;
	font-weight: bold;
	
}
.announce-link {
	float: right;
	margin: 9px 0 0 0;
}
.line-dbl-top {
	border-top: 3px double #b5b5b5;
	margin-top: 23px;
}


/* -------------- disable select and field focus on browsers -------------- */
input:focus, textarea:focus, a:focus {outline:none;}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
border: none;
}

/* -------------- Main Wrapper -------------- */
#HeaderWrapper {
	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
}
.logo {
	float: left;
	width: 250px;
	height: 124px;
}
/* -------------- z-indexed wrapper -------------- */
.features {
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: -10;
}
/* -------------- Slideshow -------------- */
div#Slideshow {
	position:absolute;
	margin: 0;
	padding: 0;
	z-index: -5;
}
div#SlideshowInfo {
	position: absolute;
	margin: 230px 0 0 450px;
	padding: 0 5px 0 0;
	width: 520px;
	height: 250px;
	background: url(../images/Nav-Box.png) no-repeat 0 0;
	z-index: -1;
}
div#SlideInfo {
	width: 500px;
	margin: 8px 0 0 8px;
}
div#SlideInfo p {
	margin: 5px 0 0 28px;
	padding: 0 55px 0 0;
}
div.infolinks {
	position: absolute;
	top: 202px;
	margin: 0 0 0 15px;
}
img.icon {
	margin: 0 5px 0 0;
}
div#SlideInfo a {
	color: #3399cc;
	font-weight: bold;
	text-decoration: none;
	padding-left: 13px;
}
div#SlideInfo a.dotted-border-right {
	padding-right: 13px;
	border-right: 1px dotted #000;
}
div.slide {
	height: 215px;
	z-index:5;
}
div.slide img {
	padding-top: 1px;
}

div#nav {
	position: absolute;
	top: 15px;
	margin: 0 14px 0 450px;
	z-index: 10;
}

/* ---------- Menu Header ----------*/
div#HeaderMenu {
	position: absolute;
	width: 1000px;
	height: 124px;
	margin: 0;
	padding: 0;
	background: url(../images/Header-bg.png) no-repeat 0 0;
}
div#UtilityBar {
	float: right;
	width: 690px;
	height: 32px;
	margin: 0 30px 0 0;
	border-bottom: 3px double #b5b5b5;
}
a#DonateBtn {
	float:right;
	margin: 0 11px 0 0;
}
a.utilLink {
	float:right;
	padding: 0 11px 0 11px;
	margin: 12px 0 0 0;
	font-size: 11px;
	text-decoration: none;
	color: #333333;
}
.dvd-right {
	border-right: 1px solid #333333;
}
div.utilSearch {
	float: right;
	margin: 7px 40px 0 14px;
}
.textfield {
	width: 148px;
	height: 14px;
	border: 1px solid #b0b0b0;
	padding: 2px;
	margin: 0;
	text-indent: 2px;
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 11px;
}
#searchBtn {
	width: 20px;
	height: 20px;
	border: none;
	background: url(../images/Btn-Search.jpg) no-repeat 0 0; 
	margin: 0 0 0 -4px;
	padding: 0 0 1px;
}
/*
a.menuitem {
	float: left;
	display: inline;
	margin: 0 0 0 38px;
	font-size: 13px;
	color: #222222;
	text-decoration: none;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 10px 0;
}
a:hover.menuitem {
	border-bottom: 4px solid #444;
}
ul.menu-list {
	clear: right;
	float: right;
	width: 720px;
	margin: 61px 30px 0 0;
	list-style: none;
}
ul.menu-list li {
	float: left;
	margin: 0;
	padding: 0;
}*/
/* ---------- Content ----------*/
div#ContentWrapper {
	position: absolute;
	top: 530px;
	left: 50%;
	width: 1000px;
	margin: 0 0 0 -500px;
	padding: 0 0 20px 0;
	background-color: #fff;
}
div#ContentWrapper2 {
	position: absolute;
	top: 240px;
    z-index: 90;
	width: 1000px;

	padding: 0 0 20px 0;
	background-color: #fff;
}
.vidWrap {
	margin-top: 23px;
	background-color: #ebe9e6;
}
div.padding {
	padding: 7px 8px;
}
.short-p-pad {
	margin: 8px 0 0 0;
}
p.sponsors-txt {
	float: left;
	width: 280px;
	font-size: 11px;
	color: #7c7c7c;
	line-height: 13px;
	margin: 5px 0 0 20px;
}
.sponsors-logo {
	float: left;
}

/* ---------- footer ----------*/
.footer {

	
}

.line-sgl-btm {
	height: 15px;
	clear: both;
	border-bottom: 1px solid #b5b5b5;
	display: block;
}

/* ------------- Copyright --------------*/
.remove-right-margin {
	margin-right: 0;
	float: right;
}
.remove-left-margin {
	margin-left: 0;
}
p.copy-txt {
	font-size: 11px;
	color: #7c7c7c;
	line-height: 13px;
	margin: 5px 0 0 0;
}
.light-grey {
	color: #7c7c7c;
}

.light-grey a {
	color: #7c7c7c;
	font-size: 11px;
	margin-top: 2px;
}
div.social {
	float: right;
	width: 139px;
	margin: 5px 0 0 0;
	font-size: 11px;

	line-height:16px;
	vertical-align:bottom;
    opacity : 0.7;
    filter: alpha(opacity=70); // msie
    background-color: #000;
}

div.social a:hover{
	
    opacity : 0.8;
    filter: alpha(opacity=80); // msie

}


div.social p {
	float: right;
	font-size: 11px;
	margin: 0 5px 0 0;
}


/* ------------- About Changes -----------------*/
ul.SubNav {
	list-style: none;
}
ul.SubNav li {
	height: 22px;
    padding: 6px 0 0 10px;
	margin: 0 0 0 0;
	border-bottom: 1px solid #b5b5b5;
}
ul.SubNav a {
	padding: 0 0 0 10px;
	font-size: 11px;
	color: #333333;
}
ul.SubNav a:hover {
	font-weight: bold;
	color: #00853e;
	background: url(../images/Icon-ArrowGreen.jpg) no-repeat 1px 2px;
}

div#GiveNow {
	background-color: #ebe9e6;
	border: 3px double #e3e4de;
	margin-top: 30px;
	
}
.center-align {
	margin: 10px 0 20px 10px;
}
select#givenowSelect {
	width: 198px;
	height: 22px;
}
div#breadcrumb {
	float: left;
	margin: 10px 0 0 0;
	font-size: 11px;
	color: #999999;
}
div#breadcrumb a {
	font-size: 11px;
	color: #999999;
}

div.page-controls {
	float: right;
	margin: 10px 0 0 0;

}

div.page-controls a {
	padding: 5px 9px 5px 9px;
	margin: 0 0 0 6px;
	text-align: center;
	font-size: 11px;
	color: #5599cc;
	border: 1px solid #d3d2d1;

}

.img-border-sml {
	float: left;
	width: 180px;
	padding: 6px 5px 6px 5px;
	margin: 0 15px 18px 0px;
	border: 1px solid #d2d4cc;
}

.img-border {
	float: left;
	padding: 4px;
	margin: 0 15px 15px 0px;
	border: 1px solid #d2d4cc;
}

.floatleft {
	float: left;
	padding: 6px 5px 6px 5px;
	margin: 0 15px 18px 0px;
	border: 1px solid #d2d4cc;
}
.img-border-med {
	padding: 3px;
	margin: 50px 0 0 0;
	border: 1px solid #d2d4cc;
}
p.nextto-img {
	width: 242px;
	float: right;
	margin: 0 0 0 0;
}

p.sml-txt {
	float: right;
	font-size: 11px;
}
p.img-capt {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}
.left {
	float: left;
	width: 460px;
	min-height:500px;
}

.left-2col  {
	float: left;
	width: 620px;
}

.right-border {
border:3px double #DDDDDD;
float:right;
margin-top:30px;
padding:0px 15px 15px 15px;
width:180px;
}

.right-border p {
	font-size:11px;
}

.right-border ul li {
	font-size:11px;
}

.right-border-next {
border:3px double #DDDDDD;
float:right;
margin-top:20px;
padding:0px 15px;
width:180px;
}

.right-border-next p {
	font-size:11px;
	margin-top: 5px;
	line-height: 14px;
}

.right-border-next ul li {
	font-size:11px;
}

.right {
	float: right;
	width: 215px;
	
}


.margin-reduce {
	margin-left: -5px;	
}
.dark-blue {
	color: #1d115f;
}

div#reasons {
	margin: 30px 0 0 0;
	border: 3px double #cfcfcf;
}

div#stories {
	margin: 155px 0 0 0;
	border: 3px double #cfcfcf;
	padding: 2px;
}

.pad {
	padding: 13px 13px 13px 13px;
	margin: 0;
}
.line-sgl-btm-img {
	height: 131px;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #b5b5b5;
}
.push-down {
	margin-top: 1160px;
}

.dvd-dbl-top {
	border-top: 3px double #b5b5b5;
	margin-top: 23px;
}
.dvd-sgl-btm-adt {
	height: 10px;
	clear: both;
	border-bottom: 1px solid #b5b5b5;
	display: block;
}

/* ------------- Current Menu State -----------------*/


body#aboutus a#aboutus.menuitem,
body#giving a#giving.menuitem,
body#grantmaking a#grantmaking.menuitem,
body#newsandevents a#newsandevents.menuitem,
body#foradvisors a#foradvisors.menuitem,
body#resourcelibrary a#resourcelibrary.menuitem {
	/*border-bottom: 4px solid #444;*/
    background:		transparent url('../images/border.png') repeat-x scroll center bottom;
	

}

body#meetings a#meetingsandrosters.menuitem,
body#promo a#promomaterial.menuitem,
body#foundation a#foundationdocs.menuitem,
body#financials a#financials.menuitem,
body#policies a#policies.menuitem {
	/*border-bottom: 4px solid #444;*/
    background:		transparent url('../images/border.png') repeat-x scroll center bottom;
	

}

.MainContainer {
	margin: 0 auto;
	width: 1000px;
	border: 0;
	padding:0;
	background-color: #FFF;
}


blockquote {
	font: 13px Georgia, "Times New Roman", Times, serif;
	width: 400px;
	background: url(/images/close-quote.gif) no-repeat right bottom;
	padding-left: 18px;
	text-indent: -18px;
	margin-top: 20px;
	margin-left: 20px;
	line-height: 18px;
	}
blockquote:first-letter {
	background: url(/images/open-quote.gif) no-repeat left top;
	padding-left: 18px;
	font: italic 18px Georgia, "Times New Roman", Times, serif;
}


table.webform,
table.reporting {
	border-collapse:collapse;
	border-spacing:0;
	width: 100%;
}

table.webform td {
	line-height: 24px;
	padding: 6px;
	font-size: .95em;
}
table.webform td.tips {
	line-height: 14px;
	padding: 20px 6px 12px 4px;
	font-size: .9em;
	text-align:left;
	color: #404040;
} 

table.webform tr {
	border-bottom: 1px dotted #CCC;
}
table.webform tr.last {
	padding-top: 40px;
	border-bottom: 0px;
	line-height: 14px;
	font-size: 12px;

}

table.webform2 {
	border-collapse:collapse;
	border-spacing:0;
	width: 100%;
}

table.webform2 td {
	line-height: 18px;
	padding: 6px;
	font-size: 1em;
}
table.webform2 td.tips {
	line-height: 14px;
	padding: 16px 6px 12px 4px;
	font-size: .9em;
	text-align:left;
	color: #660000;
}

table.webform2 tr {
	border-bottom: 1px dotted #CCC;
}
table.webform2 tr.last {
	padding-top: 40px;
	border-bottom: 0px;
	line-height: 14px;
	font-size: 12px;
	
}

