/********************************************
* Barclay Enterprises, Inc. 
* Developed by What?Now Interactive
* http://www.whatnowinteractive.com
*
* Created 12/20/07 - REDNEVEDNAV
*
* About Us Style Definitions
********************************************/

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

#hdr-about-us, 
#hdr-our-people, 
#hdr-thank-you, 
#hdr-affiliations, 
#hdr-community {
    height: 20px;
    text-indent: -9999px;
    margin-bottom: 5px;
}

#hdr-about-us {
    background: url(../img/hdr_about_us.gif) top left no-repeat;
}

#hdr-our-people {
    background: url(../img/hdr_our_people.gif) top left no-repeat;
}

#hdr-thank-you {
    background: url(../img/hdr_thank_you.gif) top left no-repeat;
}

#hdr-affiliations {
    background: url(../img/hdr_affiliations.gif) top left no-repeat;
}

#hdr-community {
    background: url(../img/hdr_community.gif) top left no-repeat;
}

#hdr-quality,
#hdr-our-people,
#hdr-vision,
#hdr-allaboutpeople,
#hdr-executive-management,
#hdr-katrina {
    height: 17px;
    text-indent: -9999px;
    margin-bottom: 5px;
}

#hdr-quality {
    background: url(../img/hdr_quality.gif) top left no-repeat;
}

#hdr-our-people {
    background: url(../img/hdr_our_people.gif) top left no-repeat;
}

#hdr-vision {
    background: url(../img/hdr_our_vision.gif) top left no-repeat;
}


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

#subnav a#products {
    background: url(../img/subnav_products.gif) top left no-repeat;
}

#subnav a#features {
    background: url(../img/subnav_features.gif) top left no-repeat;
}

#subnav a#contact {
    background: url(../img/subnav_contact.gif) top left no-repeat;
}

#subnav a#about {
    background: url(../img/subnav_about.gif) top left no-repeat;
}

#subnav a#products:hover, body.products-on #subnav a#products {
    background: url(../img/subnav_products.gif) bottom left no-repeat;
}

#subnav a#features:hover, body.features-on #subnav a#features {
    background: url(../img/subnav_features.gif) bottom left no-repeat;
}

#subnav a#contact:hover, body.contact-on #subnav a#contact {
    background: url(../img/subnav_contact.gif) bottom left no-repeat;
}

#subnav a#about:hover, body.about-on #subnav a#about {
    background: url(../img/subnav_about.gif) bottom left no-repeat;
}