/*********************************
* Title / Header Graphics
*********************************/

#hdr-resources,
#hdr-links,
#hdr-newsletter {
    height: 20px;
    text-indent: -9999px;
    margin-bottom: 5px;
}

#hdr-resources { background: url(../images/hdr_resources.gif) no-repeat left top; }
#hdr-links { background: url(../images/hdr_links.gif) no-repeat left top; }



/*********************************
* Subnav Detail
*********************************/

/*********************************
* RESOURCES SUBNAV
*********************************/
#subnav a#human { background: url(../images/subnav_res_human.gif) no-repeat left top; }
#subnav a#employment { background: url(../images/subnav_res_employment.gif) no-repeat left top; }
#subnav a#community { background: url(../images/subnav_res_community.gif) no-repeat left top; }
#subnav a#newsletter { background: url(../images/subnav_res_newsletter.gif) no-repeat left top; }



#subnav a#human:hover, body.human-on #subnav a#human { background: url(../images/subnav_res_human.gif) no-repeat left bottom; }
#subnav a#employment:hover, body.employment-on #subnav a#employment { background: url(../images/subnav_res_employment.gif) no-repeat left bottom; }
#subnav a#community:hover, body.community-on #subnav a#community { background: url(../images/subnav_res_community.gif) no-repeat left bottom; }
#subnav a#newsletter:hover, body.newsletter-on #subnav a#newsletter { background: url(../images/subnav_res_newsletter.gif) no-repeat left bottom; }
