﻿/*

    New Green: 33895c / 8DA84F
    Morrisby Green b8ac1f

*/

.greenBox
{
    color: White;
    background: #8DA84F /*url(../../images/columnheader-fade.png) bottom center repeat-x*/;
}

.greenLinks h3
{
    background: #8DA84F /*url(../../images/columnheader-fade.png) bottom center repeat-x*/;
    color: White;
    border: 1px solid #33895c;        
    border-bottom: 0px;    
}

.greenLinks h4
{
    color: #8DA84F;
    /*font-size: 0.8em;*/
}

.greenLinks li.mainlink .linkItem.highlight,
.greenLinks a.linktastic:hover
{
    background: #8DA84F /*url(../../images/columnheader-fade.png) bottom center repeat-x*/;
    color: White;
    /*border: 1px solid #8DA84F;    */
}

.primaryNav .green a.navlink:hover
{
    background: #eee /*url(../../images/columnheader-fade.png) bottom center repeat-x*/;
}

.primaryNav .green a.navlink
{
    background: #D0464D /*url(../../images/columnheader-fade.png) bottom center repeat-x*/;

    /* 
    background: #bbb url(../../images/columnheader-fade.png) bottom center repeat-x;
    border-top: 5px solid #D0464D !important;    
    /*TEMPORARY HACK: replace with #8DA84F green*/ 
    */
}

.primaryNav .green a.current
{
    background: #fff /*url(../../images/columnheader-fade-top.png) top center repeat-x*/ !important;
}
