/* Color schemes specific to departmental sections - loaded via a secondary 
style sheet keyed to info placeholder on active template in RedDot. This will 
allow site wide color adjustments without republishing all affected pages */
#page {
    background-image:url(Images/interface/sectBkgrnd-pricklypear.jpg);
    background-position:bottom left;
    background-repeat:no-repeat;
}
#navSecondary #sectionName {
    background-image:url();
}
#navSecondary {
    background-image:url();
}
.dividerDept {
    background-image:url();
    background-position:top left;
    background-repeat:no-repeat;
    height:22px;
    margin:0 0 1px 0;
}
.supplemental {
    background-image:url();
    background-position:top center;
    background-repeat:repeat-y;
}
.accent1,
#navSecondary ul li, #navSecondary ul li a:hover, #navSecondary li ul li a:hover,
.events dt, .events dt a,
.news dt, .news dt a,
#wildlife, #wildlife a,
{
    /* This is the primary darker accent color*/
    color:#261d5d;
    
    /* Notes on above tags and classes */
    /* navSecondary li - text within a UL within this section that is not contained in an href tag
    can be assumed to be an inactive nav listing to the current page */
}    
.background1,
.dividerDept,
#navAudience,
#search {
    /* This is the primary darker background color - it should match accent 1 */
    background-color:#261d5d;
}
.background2 {
    /* This is the secondary lighter background color. It should be used for accent only and not where content is displayed */
    background-color:#928dad;
}
.background3,
#summary {
    /* This is a variant of the secondary lighter background color made lighter for better legibility when containing text  */
    background-color:#d5d0f2;
}