﻿/*

    New Green: 33895c / 8DA84F
    Morrisby Green b8ac1f

*/

.yellowBox
{
    color: White;
    background: #C0B012 /*url(../../images/columnheader-fade50.png) bottom center repeat-x*/;
}

.yellowLinks h3
{
    background: #C0B012 /*url(../../images/columnheader-fade.png) bottom center repeat-x*/;
    color: White;
    border: 1px solid #C0B012;        
    border-bottom: 0px;    
}

.yellowLinks h4
{
    color: #C0B012;
    /*font-size: 0.8em;*/
}


.yellowLinks a.mainlink:hover,
.yellowLinks a.linktastic:hover
{
    background: #C0B012 /*url(../../images/columnheader-fade.png) bottom center repeat-x*/;
    color: White;
    /*border: 1px solid #8DA84F;    */
}

.primaryNav .yellow a.navlink:hover
{
    background: #eee /*url(../../images/columnheader-fade.png) bottom center repeat-x*/;
}

.primaryNav .yellow a.navlink
{
    background: #C0B012 /*url(../../images/columnheader-fade.png) bottom center repeat-x*/;
}

.primaryNav .yellow a.current
{
    background: #fff /*url(../../images/columnheader-fade-top.png) top center repeat-x*/ !important;
}