﻿a
{
    color: #224e22;
    font-weight: normal;
    text-decoration: none;
    font-size: 12px;
}

a:hover
{
    text-decoration: underline;
}

div.title a
{
    font-size: 14px;
    color: #214d21;
    font-weight: bold;
}

a.nav-variable
{
    float: left;
    display: block;
    height: 17px;
    text-align: center;
    border: 1px solid transparent;
    color: White;
    font-weight: normal;
    text-decoration: none;
    font-size: 13px;
    padding: 1px 3px 3px 3px; 
}

a.nav
{
    float: left;
    display: block;
    height: 17px; width: 95px;
    text-align: center;
    border: 1px solid transparent;
    color: White;
    font-weight: normal;
    text-decoration: none;
    font-size: 13px;
    padding: 1px 3px 3px 3px; 
}

a.navxsmall
{
    float: left;
    display: block;
    height: 17px; width: 85px;
    text-align: center;
    border: 1px solid transparent;
    color: White;
    font-weight: normal;
    text-decoration: none;
    font-size: 13px;
    padding: 1px 3px 3px 3px; 
}

a.navsmall
{
    float: left;
    display: block;
    height: 17px; width: 130px;
    text-align: center;
    border: 1px solid transparent;
    color: White;
    font-weight: normal;
    text-decoration: none;
    font-size: 13px;
    padding: 1px 3px 3px 3px; 
}

a.navmedium
{
    float: left;
    display: block;
    height: 17px; width: 140px;
    text-align: center;
    border: 1px solid transparent;
    color: White;
    font-weight: normal;
    text-decoration: none;
    font-size: 13px;
    padding: 1px 3px 3px 3px; 
}

a.navbig
{
    float: left;
    display: block;
    height: 17px; width: 160px;
    text-align: center;
    border: 1px solid transparent;
    color: White;
    font-weight: normal;
    text-decoration: none;
    font-size: 13px;
    padding: 1px 3px 3px 3px; 
}

a.navbiggest
{
    float: left;
    display: block;
    height: 17px; width: 190px;
    text-align: center;
    border: 1px solid transparent;
    color: White;
    font-weight: normal;
    text-decoration: none;
    font-size: 13px;
    padding: 1px 3px 3px 3px; 
}

a.nav:hover, a.navxsmall:hover, a.navsmall:hover, a.navmedium:hover, a.navbig:hover, a.navbiggest:hover, a.nav-variable:hover
{
    border:1px solid yellow;
    background-color: #eaf1fb;
    color: #224e22;
}


a.explore
{
    color: #224e22;
    font-weight: normal;
    text-decoration: none;
    font-size: 12px;
}

a.explore:hover
{
    text-decoration: none;
}

a.homeicon
{
    position: absolute;
    top: 6px; left: 28px;
    height: 80px; width: 189px;
    display: inline-block;
}

a.homeicon:hover
{

}

a.readmore
{
    color: #224e22;
    font-weight: normal;
    text-decoration: none;
    font-size: 10px;
}

a.readmore:hover
{
    text-decoration: underline;
}

a.getquote
{
    margin: auto;
    display: block;
    height: 28px; width: 138px;
    background: url(/images/getquote2.gif) no-repeat;
}

a.getquote:hover
{
    background: url(/images/getquote2-over.gif) no-repeat;
}

div#main-leftside ul li a
{
    color: #224e22;
    display: block;
    width: 177px;
    border: 1px solid transparent;
    font-weight: normal;
    text-decoration: none;
    font-size: 13px;
    padding: 3px 3px 3px 3px;
}

div#main-leftside ul li a:hover
{
    border:1px solid #224e22;
    text-decoration: underline;
    background-color: #fff5ae;
    
}

a.get-a-quote
{
    display: block;
    height: 35px;
    width: 217px;
    background: url(/images/get-a-quote.png);
}

a.get-a-quote:hover
{
    background: url(/images/get-a-quote-hover.png);
}