/********************************************
* All About People 
* Developed by I-ology
* http://www.i-ology.com
*
* Created 3/14/06 - AC
*
* Staffing Solutions Style Definitions
********************************************/

/*********************************
* Title / Header Graphics
*********************************/

#hdr-staffing-solutions,
#hdr-our-expertise,
#hdr-our-approach,
#hdr-testimonials {
    height: 20px;
    text-indent: -9999px;
    margin-bottom: 5px;
}

#hdr-staffing-solutions {
    background: url(/images/hdr_staffing_solutions.gif) top left no-repeat;
}

#hdr-our-expertise {
    background: url(/images/hdr_our_expertise.gif) top left no-repeat;
}

#hdr-our-approach {
    background: url(/images/hdr_our_approach.gif) top left no-repeat;
}

#hdr-testimonials {
    background: url(/images/hdr_testimonials2.gif) top left no-repeat;
}

/*********************************
* Buttons
*********************************/

#employee-timecard a {
    margin-bottom: 15px;
}


/*********************************
* Subnav Detail
*********************************/

#subnav a#our-expertise {
    background: url(/images/subnav_expertise.gif) top left no-repeat;
}

#subnav a#our-approach {
    background: url(/images/subnav_approach.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-approach:hover, body.our-approach-on #subnav a#our-approach {
    background: url(/images/subnav_approach.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;
}