﻿/*

    New Blue: 3389c5 / 296E9E
    Morrisby Blue 363e99 (2A368A)

*/

.blueBox
{
    color: White;
    background: #2A368A /*url(../../images/columnheader-fade50.png) bottom center repeat-x*/;
}

.blueLinks h3
{
    background: #2A368A /*url(../../images/columnheader-fade.png) bottom center repeat-x*/;
    color: White;
    border: 1px solid #2A368A;    
    border-bottom: 0px;
}

.blueLinks h4
{
    color: #2A368A;
    /*font-size: 0.8em;*/ 
}

.blueLinks a.mainlink:hover,
.blueLinks a.linktastic:hover
{
    background: #2A368A /*url(../../images/columnheader-fade.png) bottom center repeat-x*/;
    color: White;
    /*border: 1px solid #296E9E;*/
}

.primaryNav .blue a.navlink:hover
{
    background: #eee /*url(../../images/columnheader-fade.png) bottom center repeat-x*/;
}

.primaryNav .blue a.navlink
{
    background: #2A368A /*url(../../images/columnheader-fade.png) bottom center repeat-x*/;
}

.primaryNav .blue a.current
{
    background: #fff /*url(../../images/columnheader-fade-top.png) top center repeat-x*/ !important;
}
