

/*********************************
* Title / Header Graphics
*********************************/
#indent {
margin-left:157px;
}
#hdr-home, 
#hdr-about, 
#hdr-services, 
#hdr-contact,
#hdr-gradprep,
#hdr-satprep,
#hdr-one-on-one,
#hdr-summer{
    height: 20px;
    text-indent: -9999px;
    margin-bottom: 5px;
}

/*#hdr-home {
    background: url(../images/hdr_home.gif) top left no-repeat;
}
*/
#hdr-about {
    background: url(../images/hdr_about.gif) top left no-repeat;
}

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

#hdr-contact {
    background: url(../images/hdr_contact.gif) top left no-repeat;
}
#hdr-gradprep {
    background: url(../images/hdr_gradprep.gif) top left no-repeat;
}

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

#hdr-one-on-one{
    background: url(../images/hdr_one-on-one.gif) top left no-repeat;
}
#hdr-summer{
    background: url(../images/hdr_summer.gif) top left no-repeat;
}
/*********************************
* Subnav Detail
*********************************/

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

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


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

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