/* Styles for red skin */

h1 {
    color: #600000;
}

h2 {
    color: #CC0000;
}

h3 a, a {
    color: #CC0000;
}

#headerMainNav ul li.selected a {
    text-decoration: none;
    color: #CC0000;
}

#headerMainNav ul li .leftEdge {
    background-image: url(../../images/nav/red-left.gif);
}

#headerMainNav ul li .rightEdge {
    background-image: url(../../images/nav/red-right.gif);
}

#headerMainNav ul li .navLink {
    background-image: url(../../images/nav/red-item.gif);
}

#headerMainNav ul li.selected .leftEdge {
    background-image: url(../../images/nav/red-left-sel.gif);
}

#headerMainNav ul li.selected .rightEdge {
    background-image: url(../../images/nav/red-right-sel.gif);
}

#headerMainNav ul li.selected .navLink {
    background-image: url(../../images/nav/sel-bg.gif);
}

#headerMainNavWrapper {
    background-image: url(../../images/nav/red-bg.gif);
}

/* Subnav Styles for red skin */

body #mainSubNav ul li a:hover, body #mainSubNav ul li.selected a {
    color: #600000;
}

body #mainSubNav ul li ul li a:hover, body #mainSubNav ul li ul li.selected a {
    color: #CC0000;
}

body #page #footerLinks a:hover {
    color: #CC0000; 
}

body #page #footerLinks a.footerContactLink {
    color: #CC0000;
}

/* Styles for nutrition */

body #page #standardContentArea .nutritionIconCont .descripIconCont .descripCont h3 {
      color: #600000;
}

/* Styles for search results */

body #page #standardContentArea * .searchResultMatch {
    color: #600000;
}

/* Styles for hope page modules */

body #page #fullContent .homeModule h3 {
    color: #CC0000;
}

body #page #fullContent .homeModule p a {
    color: #0053B1;
}

body #page #fullContent .homeModule p a:hover {
    color: #CC0000;
}    