/********************************************
* SkyMed
* Developed by I-ology
* http://www.i-ology.com
*
* Created 03/10/2009- BD
*
* About Us Style Definitions
********************************************/

/*******************************************
* Titles & Headers
*******************************************/

#ttl-about-us,
#ttl-history,
#ttl-leadership,
#ttl-become-rep {
    height: 22px;
    display: block;
    text-indent: -9999px;
}

#ttl-about-us {
    background: url(/images/ttl_about_us.gif) top left no-repeat;
}
#ttl-history {
    background: url(/images/ttl_history.gif) top left no-repeat;
}
#ttl-leadership {
    background: url(/images/ttl_leadership.gif) top left no-repeat;
}
#ttl-become-rep {
    background: url(/images/ttl_become_rep.gif) top left no-repeat;
}


/*******************************************
* Promos
*******************************************/



/*******************************************
* Subnavigation
*******************************************/

a#history {
    background: url(/images/subnav_history.gif) top left no-repeat;
}
a#leadership {
    background: url(/images/subnav_leadership.gif) top left no-repeat;
}
a#become-rep {
    background: url(/images/subnav_become_rep.gif) top left no-repeat;
}

a:hover#history, body.history-on #history,
a:hover#leadership, body.leadership-on #leadership,
a:hover#become-rep, body.become-rep-on #become-rep {
    background-position: bottom left;
}