/* calvertgiving.css */

/* ***********************************************************************
 * Formatting
 * *********************************************************************** */

DIV#contentWrapper,
DIV#contentWrapperTop {
    background-image: url("/images/content_background-wide3.gif");
    background-repeat: repeat-y;
}

DIV#leftContent UL.leftNav1 LI.active A,
DIV#leftContent UL.leftNav2 LI.active A {
    background-color: #D1E9E8;
    background-image: url("/images/left_nav-arrows.gif");
    background-repeat: no-repeat;
}

DIV#leftContent UL.leftNav3 LI.active A {
    background-color: #D1E9E8;
    background-image: url("/images/left_nav-arrows-indent.gif");
    background-repeat: no-repeat;
}

DIV#leftContent UL.leftNav1 LI.active UL LI A,
DIV#leftContent UL.leftNav2 LI.active UL LI A {
    background-color: #BADEDD;
    background-image: none;
}

DIV#leftContent UL.leftNav1 LI.active A:hover,
DIV#leftContent UL.leftNav2 LI.active A:hover {
    background-image: url("/images/left_nav-arrows.gif");
    background-repeat: no-repeat;
}

DIV#leftContent UL.leftNav3 LI.active A:hover {
    background-image: url("/images/left_nav-arrows-indent.gif");
    background-repeat: no-repeat;
}

DIV#leftContent .boxLink {
    background-color: #A6D2D0;
}

DIV#middleContent H2,
DIV#middleContent .intro {
    color: #666666;
}

DIV#middleContent H2 A,
DIV#middleContent .intro A {
    color: #666666;
}

DIV#middleContent .contentBoxTabs {
    color: white;
    background-color: #AEBE64; /* FIXME */
}

DIV.contentBoxTabs A.tabLink:hover, DIV.contentBoxTabs A.tabLink.active {
    color: #C3E2E1 !important;
}

DIV#middleContent .contentBox H3,
DIV#middleContent .contentBox .spacer {
    background-color: #A2CDCC;
}

DIV#middleContent .contentBox .content1,
DIV#middleContent .content1 {
    background-color: #D5EBEA;
}

DIV#middleContent .contentBox .content2,
DIV#middleContent .content2 {
    background-color: #A9D6D4;
}

DIV#rightContent H2 {
    background-color: #A2CDCC;
}

DIV#rightContent .linksList A:hover,
DIV#rightContentTop .linksList A:hover {
    color: white;
}

DIV#downloadRegistration {
    background-color: #A9D6D4;
}

DIV#downloadRegistration H3 {
    background-color: #A2CDCC;
}

/* ***********************************************************************
 * Layout
 * *********************************************************************** */

DIV#topMenu UL#menu_overview {
    left: 0;
}

DIV#topMenu UL#menu_how_it_works {
    left: 78px; /* 77 + 1 */
}

DIV#topMenu UL#menu_giving_resources {
    left: 325px; /* 78 + 103 + 3 + 138 + 3 */
}
