@charset "UTF-8";
/* CSS Document */
body {
	background-image:url(/images/layout/background.gif);
	background-repeat:repeat-x;
	background-color: #542989;
	margin-top: 0px;
}

/********** BACKGROUNDS *********/

.bgNav {
	background-image: url(/images/layout/nav_bg.png);
	background-repeat:repeat;
}
.bgContentLP {
	background-image: url(/images/layout/content-bg-lp.png);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
}
.bgContentWhite {
	background-image: url(/images/layout/bg-content-white.png);
	background-repeat: repeat;
}
.bottomBG {
	background-image: url(/images/layout/bottom-curve.png);
	background-repeat: no-repeat;
	background-position: -1px 0px;
	width: 1002px;
}
#yellowMid {
	background-image:url(/images/layout/yellow-top-middle.png);
	background-repeat: repeat;
}
.bgContentWhiteTop {
	background-image: url(/images/layout/content/content-white-top.png);
	background-repeat: no-repeat;
	background-position: top;
}
.bgContentWhiteMid {
	background-image: url(/images/layout/content/content-white-mid.png);
	background-repeat: repeat-y;
}
.bgContentWhiteBottom {
	background-image: url(/images/layout/content/content-white-Bottom.png);
	background-repeat: no-repeat;
	background-position: top;
}

/********** SECTION HEADERS *********/

#hdrAbout {
	position:absolute;
	left:944px;
	top:164px;
	width:216px;
	height:102px;
	z-index:1;
	background-image: url(/images/hdr/about-us.png);
}
#hdrVolunteer {
	position:absolute;
	left:1029px;
	top:155px;
	width:235px;
	height:82px;
	z-index:1;
	background-image: url(/images/hdr/volunteer.png);
}
#hdrHelp {
	position:absolute;
	left:916px;
	top:152px;
	width:270px;
	height:102px;
	z-index:1;
	background-image:url(/images/hdr/How-to-Help.png);
}
#hdrHeroes {
	position:absolute;
	left:1029px;
	top:155px;
	width:261px;
	height:143px;
	z-index:1;
	background-image:url(/images/hdr/corporate-heroes.png);
}
#hdrNews {
	position:absolute;
	left:1029px;
	top:155px;
	width:297px;
	height:102px;
	z-index:1;
	background-image:url(/images/hdr/village-news.png);
}
#hdrContact {
	position:absolute;
	left:1029px;
	top:155px;
	width:265px;
	height:86px;
	z-index:1;
	background-image:url(/images/hdr/contact-us.png);
}

