/********************************************
* All About People 
* Developed by I-ology
* http://www.i-ology.com
*
* Created 3/14/06 - AC
*
* Executive Search Style Definitions
********************************************/

/*********************************
* Title / Header Graphics
*********************************/

#hdr-executive-search,
#hdr-our-expertise,
#hdr-our-process,
#hdr-testimonials {
    height: 20px;
    text-indent: -9999px;
    margin-bottom: 5px;
}

#hdr-executive-search {
    background: url(/images/hdr_executive_search.gif) top left no-repeat;
}

#hdr-our-expertise {
    background: url(/images/hdr_our_expertise.gif) top left no-repeat;
}

#hdr-our-process {
    background: url(/images/hdr_our_process.gif) top left no-repeat;
}

#hdr-testimonials {
    background: url(/images/hdr_testimonials2.gif) top left no-repeat;
}


/*********************************
* Subnav Detail
*********************************/

#subnav a#our-expertise {
    background: url(/images/subnav_expertise.gif) top left no-repeat;
}

#subnav a#our-process {
    background: url(/images/subnav_our_process.gif) top left no-repeat;
}

#subnav a#testimonials {
    background: url(/images/subnav_testimonials.gif) top left no-repeat;
}

#subnav a#our-expertise:hover, body.our-expertise-on #subnav a#our-expertise {
    background: url(/images/subnav_expertise.gif) bottom left no-repeat;
}

#subnav a#our-process:hover, body.our-process-on #subnav a#our-process {
    background: url(/images/subnav_our_process.gif) bottom left no-repeat;
}

#subnav a#testimonials:hover, body.testimonials-on #subnav a#testimonials {
    background: url(/images/subnav_testimonials.gif) bottom left no-repeat;
}