﻿#navigation a
{
    display:block;
    width:701px;
    height:70px;
    background-repeat:no-repeat;
}

#navigation a:hover
{
    color:#facf00;
}

#navigation span
{
    position:absolute;
    top:-999px;
    left:-999px;
}

#whoWeAre { background-image:url(../images/titles/whoweare-grey.gif); }
#aboutUs { background-image:url(../images/titles/aboutus-grey.gif); }
#people { background-image:url(../images/titles/people-grey.gif); }
#whatWeDo { background-image:url(../images/titles/whatwedo-grey.gif); }
#howWeDoIt { background-image:url(../images/titles/howwedoit-grey.gif); }
#whoFor { background-image:url(../images/titles/whofor-grey.gif); }
#whatsNew { background-image:url(../images/titles/whatsnew-grey.gif); }
#content { background-image:url(../images/titles/content-grey.gif); }
#contactUs { background-image:url(../images/titles/contactus-grey.gif); }

#whoWeAre:hover, #whoWeAre.selected { background-image:url(../images/titles/whoweare-yellow.gif); }
#aboutUs:hover, #aboutUs.selected { background-image:url(../images/titles/aboutus-yellow.gif); }
#people:hover, #people.selected { background-image:url(../images/titles/people-yellow.gif); }
#whatWeDo:hover, #whatWeDo.selected { background-image:url(../images/titles/whatwedo-yellow.gif); }
#howWeDoIt:hover, #howWeDoIt.selected { background-image:url(../images/titles/howwedoit-yellow.gif); }
#whoFor:hover, #whoFor.selected { background-image:url(../images/titles/whofor-yellow.gif); }
#whatsNew:hover, #whatsNew.selected { background-image:url(../images/titles/whatsnew-yellow.gif); }
#content:hover, #content.selected { background-image:url(../images/titles/content-yellow.gif); }
#contactUs:hover, #contactUs.selected { background-image:url(../images/titles/contactus-yellow.gif); }

.navItem
{
    width:701px;
    height:85px;
}

.hidden
{
    display:none;
}

/* IPA logo modifies layout for homepage */
#wrapperContainer {
    margin-bottom:-85px;
}

#wrapperFooter
{
    clear:both;
    width:100%;
    height:85px;
    position:relative;    
}

#footer
{
    position:relative;
    width:960px;
    height:85px;
    margin:auto;
    font-size:11px;
}
#footer div {position:absolute;bottom:55px}

#footer a
{
    color:#a8a8a8;
}

#wrapperFooter img.ipa {position:absolute;right:0;bottom:55px}
#wrapperFooter img.ilovemcr {position:absolute;right:20px;bottom:155px}
