/*********************************
* Title / Header Graphics
*********************************/

#hdr-about, 
#hdr-board, 
#hdr-awc, 
#hdr-staff, 
#hdr-employment,
#hdr-newsletter {
    height: 20px;
    text-indent: -9999px;
    margin-bottom: 5px;
}

#hdr-about {background: url(../images/hdr_about.gif) top left no-repeat;}
#hdr-board {background: url(../images/hdr_board.gif) top left no-repeat;}
#hdr-awc { background: url(../images/hdr_awc.gif) no-repeat left top; }
#hdr-staff { background: url(../images/hdr_staff.gif) no-repeat left top; }
#hdr-employment { background: url(../images/hdr_employment.gif) no-repeat left top; }
#hdr-newsletter { background: url(../images/hdr_chronicle.gif) no-repeat left top; }



/*********************************
* Subnav Detail
*********************************/

/*********************************
* ABOUT SUBNAV
*********************************/
#subnav a#faq { background: url(../images/subnav_ab_faq.gif) no-repeat left top; }
#subnav a#presmessage { background: url(../images/subnav_ab_presmessage.gif) no-repeat left top; }
#subnav a#initiatives { background: url(../images/subnav_ab_initiatives.gif) no-repeat left top; }
#subnav a#technology { background: url(../images/subnav_ab_technology.gif) no-repeat left top; }
#subnav a#community { background: url(../images/subnav_ab_comm.gif) no-repeat left top; }
#subnav a#news { background: url(../images/subnav_ab_news.gif) no-repeat left top; }


#subnav a#faq:hover, body.faq-on #subnav a#faq { background: url(../images/subnav_ab_faq.gif) no-repeat left bottom; }
#subnav a#presmessage:hover, body.presmessage-on #subnav a#presmessage { background: url(../images/subnav_ab_presmessage.gif) no-repeat left bottom; }
#subnav a#initiatives:hover, body.initiatives-on #subnav a#initiatives { background: url(../images/subnav_ab_initiatives.gif) no-repeat left bottom; }
#subnav a#technology:hover, body.technology-on #subnav a#technology { background: url(../images/subnav_ab_technology.gif) no-repeat left bottom; }
#subnav a#community:hover, body.community-on #subnav a#community { background: url(../images/subnav_ab_comm.gif) no-repeat left bottom; }
#subnav a#news:hover, body.news-on #subnav a#news { background: url(../images/subnav_ab_news.gif) no-repeat left bottom; }
