﻿/********************************************
* 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') no-repeat left top;
}

#hdr-our-expertise {
    background: url('images/hdr_our_expertise.gif') no-repeat left top;
}

#hdr-find-us {
    background: url('images/hdr_our_findus.gif') no-repeat left top;
}

#hdr-our-process {
    background: url('images/hdr_our_process.gif') no-repeat left top;
}

#hdr-testimonials {
    background: url('images/hdr_testimonials2.gif') no-repeat left top;
}


/*********************************
* Subnav Detail
*********************************/

#subnav a#our-expertise {
    background: url('images/subnav_expertise.gif') no-repeat left top;
}

#subnav a#find-us {
    background: url('images/subnav_findus.gif') no-repeat left top;
}

#subnav a#our-process {
    background: url('images/subnav_our_process.gif') no-repeat left top;
}

#subnav a#testimonials {
    background: url('images/subnav_testimonials.gif') no-repeat left top;
}

#subnav a#our-expertise:hover, body.our-expertise-on #subnav a#our-expertise {
    background: url('images/subnav_expertise.gif') no-repeat left bottom;
}

#subnav a#find-us:hover, body.find-us #subnav a#find-us {
    background: url('images/subnav_findus.gif') no-repeat left bottom;
}

#subnav a#our-process:hover, body.our-process-on #subnav a#our-process {
    background: url('images/subnav_our_process.gif') no-repeat left bottom;
}

#subnav a#testimonials:hover, body.testimonials-on #subnav a#testimonials {
    background: url('images/subnav_testimonials.gif') no-repeat left bottom;
}