/* Styles for blue skin */

h1 {
    color: #121558;
}

h2 {
    color: #1573D4;
}

h3 a {
    color: #1573D4;
}

a {
    color: #FF6600;
}

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

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

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

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

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

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

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

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

/* Subnav Styles for blue skin */

body #mainSubNav ul li a {
    color: #1573D4;
}

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

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

body #page #footerLinks a:hover {
    color: #1573D4; 
}

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

/* Styles for nutrition */

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

/* Styles for search results */

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