/*
Home Page - New Pioneer
*/

#pagewrapper {
	background-color: #e5ff84;
}

#mastheadLogo {
    background: url(home_logo.jpg) no-repeat left;
}

#mastheadBackground {
    background: url(home_masthead.jpg) no-repeat left;
}

#mastheadPageTitle {
    background: url(home_pagetitle.gif) no-repeat left;
}

.pageTitle, #breadcrumb {
    visibility: hidden;
}

#headerLinks, #headerLinks a {
	color: #000;
}

#mnuCurrentItem, #mnuHome {
    background: url(home_leaf.gif) no-repeat center;
    width:  87px !important;
}

#mnuLinkHome {
    color: #000 !important;
}

#mnu, #mnu ul { /* menu wrapper div, all submenu lists */
	background-color: #240002;
}

#footer, #footer a {
    color: #000;
	background-color: #8bc427;
}

#footerimage {
    background: url(home_footer.gif) no-repeat center;
}

.calloutbox {
	background: url(home_box_bottom.gif) no-repeat bottom;
}

.calloutboxtext {
	background-image: url(home_box_top.gif) no-repeat bottom;
}

.leaf {
    background: url(home_leaf_bottom.gif) no-repeat bottom;
}

.leaftext {
	background: url(home_leaf_top.gif) no-repeat top;
}

.leaftext a {
	color: #630;
}

.leafbullet1 {
	background: url(home_leafbullet1.gif) no-repeat left;
}
.leafbullet2 {
	background: url(home_leafbullet2.gif) no-repeat left;
}
.leafbullet3 {
	background: url(home_leafbullet3.gif) no-repeat left;
}


