@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/page-bg.gif);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #DCDCDB;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #242424;
	font-size: 11px;
	line-height: 16px;
}

form {
	padding: 0;
	margin: 0;
}

div#pageWrapper {
	width: 984px;
	margin: 0 auto;
	background-image: url(../images/content-bg.gif);
	padding: 1px 0 0 0;
}

div.contentWrapper {
	margin: 0 22px;
}

div.textRight {
	text-align: right;
}

div.floatLeft {
	float: left;
}

div.floatRight {
	float: right;
}

div.clearBoth {
	clear: both;
}

div.searchBox {
	margin: 5px 5px 0 5px;
}

div.bannerWrapper {
	width: 970px;
	margin: 0 auto 20px auto;
	position: relative;
	overflow: hidden;
	height: 267px;
}

div.bannerButtonHolder {
	position: absolute;
	right: 30px;
	top: 240px;
}

div.bannerContainer {
	position: absolute;
	display: none;
}

div.bannerActive {
	display: block;
}

div.menuWrapper {
	width: 938px;
	margin: 0 auto;
}

div.ctaWrapper {
	margin: 0 auto;
	width: 948px;
}

div.ctaContainer {
	float: left;
	margin: 20px 5px 0 5px;
	position: relative;
	width: 306px;
	height: 204px;
}

div.ctaHeaderContainer {
	position: absolute;
	top: 7px;
	left: -10px;
}

div.ctaInfoContainer {
	position: absolute;
	height: 0;
	width: 300px;
	bottom: 3px;
	left: 3px;
	background-image: url(../images/cta-rollover-bg.gif);
	background-repeat: repeat-x;
	overflow: hidden;
}

div.ctaInfoLink {
	padding: 10px 0 0 40px;
	background-image: url(../images/cta-bullet.png);
	background-repeat: no-repeat;
	background-position: 20px 13px;
}

div.menuTopItem {
	position: relative;
}

div.menuSubWrapper {
	width: 177px;
	position: absolute;
	top: 36px;
	padding-top: 6px;
	z-index: 100;
	display: none;
}

div.menuSubItem {
	padding: 5px 15px 5px 25px;
	text-indent: -15px;
	color: #08376A;
	font-weight: bold;
}

div.menuSubContainer {
	background-image: url(../images/menusub-bg.png);
	background-repeat: repeat-y;
}

div.contentHolder {
	width: 940px;
	margin: 0 auto;
}

div.contentContainer {
	width: 610px;
}

div.headerContainer {
	margin: 20px 0 0 0;
}

div.opportunityWrapper {
	margin-top: 20px;
}

div.opportunityItem, div.opportunityItemNoHover  {
	padding-left: 23px;
	background-image: url(../images/bullet-opportunities.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
}

div.pageBottomContainer {
	background-image: url(../images/bottom-bg.gif);
	height: 188px;
	background-repeat: repeat-x;
	width: 970px;
	margin: 0 auto;
	position: relative;
}

span.donationUsernameResult {
	display: none;
	margin: 0 0 0 10px;
}

div.newsletterContainer {
	background-image: url(../images/newsletter-bg.png);
	background-repeat: no-repeat;
	width: 344px;
	height: 174px;
	position: absolute;
	right: -17px;
	top: -25px;
}

div.eNewsName {
	position: absolute;
	top: 85px;
	left: 55px;
}

div.eNewsEmail {
	position: absolute;
	top: 135px;
	left: 55px;
}

div.eNewsEmail input, div.eNewsName input {
	width: 135px;
}

div.eNewsSubmit {
	position: absolute;
	top: 137px;
	left: 220px;
}

div.facebookContainer {
	position: absolute;
	right: -17px;
	top: 149px;
}

div.partnersHolder {
	width: 292px;
	margin-top: 4px;
}

div.testimonialsHolder {
	width: 306px;
	margin-top: 4px;
}

div.newsItemContainer {
	padding-bottom: 5px;
}

div.newsDateContainer {
	background-image: url(../images/bullet-news-all.gif);
	background-repeat: no-repeat;
	width: 34px;
	height: 33px;
	padding-right: 7px;
	padding-top: 3px;
	text-align: center;
	margin-right: 5px;
}

div.newsDateContainerNew {
	background-image: url(../images/bullet-news-new.gif);
	background-repeat: no-repeat;
	width: 41px;
	height: 36px;
	margin-right: 5px;
}

div.sidebarContainer {
	width: 300px;
}

div.subPageMenuItem {
	background-image: url(../images/menusub-bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0 5px 15px;
}

div.footerWrapper {
	background-image: url(../images/footer-bg.gif);
	background-repeat: no-repeat;
	height: 41px;
	width: 970px;
	margin: 0 auto;
	color: #08376A;
	padding: 0 7px;
}

div.partnersContainer {
	position: relative;
	width: 257px;
	height: 124px;
}

div.partnersItem {
	position: absolute;
	width: 257px;
	height: 124px;
	display: none;
}

div.textCenter {
	text-align: center;
}

div.marginTop10 {
	margin-top: 10px;
}

img.bannerButton {
	cursor: pointer;
}

input.textBox {
	padding: 5px;
	border: solid 3px #E1D9C6;
	font-size: inherit;
	width: 200px;
}

select.selectBox {
	padding: 5px;
	border: solid 3px #E1D9C6;
	font-size: inherit;
}

textarea.textBox {
	padding: 5px;
	border: solid 3px #E1D9C6;
	font-size: inherit;
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
}

textarea.widthFull {
	width: 100%;
}

span.newsDateDay {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

span.newsDateMonth {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

p.size10 {
	font-size: 10px;
}

a.ctaLink {
	color: #08376A;
	font-size: 12px;
	text-decoration: none;
}

a.ctaLink:link {
	color: #08376A;
	text-decoration: none;
}

a.ctaLink:visited {
	color: #08376A;
	text-decoration: none;
}

a.ctaLink:active {
	color: #4DA9FF;
	text-decoration: underline;
}

a.ctaLink:hover {
	color: #4DA9FF;
	text-decoration: underline;
}

a.menuSubLink {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin-left: 5px;
}

a.menuSubLink:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.menuSubLink:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.menuSubLink:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

a.menuSubLink:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

a.crumbLink {
	color: #979797;
	text-decoration: none;
	font-weight: bold;
}

a.crumbLink:link {
	color: #979797;
	text-decoration: none;
	font-weight: bold;
}

a.crumbLink:visited {
	color: #979797;
	text-decoration: none;
	font-weight: bold;
}

a.crumbLink:active {
	color: #979797;
	text-decoration: underline;
	font-weight: bold;
}

a.crumbLink:hover {
	color: #979797;
	text-decoration: underline;
	font-weight: bold;
}

a.newsLink {
	color: #242424;
	text-decoration: none;
}

a.newsLink:link {
	color: #242424;
	text-decoration: none;
}

a.newsLink:visited {
	color: #242424;
	text-decoration: none;
}

a.newsLink:active {
	color: #242424;
	text-decoration: underline;
}

a.newsLink:hover {
	color: #242424;
	text-decoration: underline;
}

a.subPageMenuLink {
	font-weight: bold;
	font-size: 12px;
	color: #08376A;
	text-decoration: none;
}

a.subPageMenuLink:link {
	font-weight: bold;
	font-size: 12px;
	color: #08376A;
	text-decoration: none;
}

a.subPageMenuLink:visited {
	font-weight: bold;
	font-size: 12px;
	color: #08376A;
	text-decoration: none;
}

a.subPageMenuLink:active {
	font-weight: bold;
	font-size: 12px;
	color: #08376A;
	text-decoration: underline;
}

a.subPageMenuLink:hover {
	font-weight: bold;
	font-size: 12px;
	color: #08376A;
	text-decoration: underline;
}

a.footerLink {
	color: #81C0FB;
	text-decoration: none;
}

a.footerLink:link {
	color: #81C0FB;
	text-decoration: none;
}

a.footerLink:visited {
	color: #81C0FB;
	text-decoration: none;
}

a.footerLink:active {
	color: #71BF44;
	text-decoration: none;
}

a.footerLink:hover {
	color: #71BF44;
	text-decoration: none;
}

a {
	color: #81C0FB;
	text-decoration: none;
}

a:link {
	color: #81C0FB;
	text-decoration: none;
}

a:visited {
	color: #81C0FB;
	text-decoration: none;
}

a:active {
	color: #71BF44;
	text-decoration: none;
}

a:hover {
	color: #71BF44;
	text-decoration: none;
}

.textGold {
	color: #B4A06C;
	font-weight: bold;
}

.textBlue {
	color: #08376A;
	font-weight: bold;
}

.headerBrown {
	font-weight: bold;
	color: #8A7C59;
	font-size: 12px;
}

.italicBlue {
	color: #81C0FB;
	font-style: italic;
}

.textRed {
	color: #D15656;
}
