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