a.current_link {
    color: #FF066;

}

a {
    color: #80aa64;
    font-weight: normal;
}

body {
    background-color: #A3C18E;
    font-family: Helvetica, Arial, Sans;
    color: #525176;
}

#container {
    width: 950px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 20px 0 20px;
}

#content {
    /* float: left; */
    posiition: absolute;
    margin-left: 180px;
    margin-top: 87px;
}

#footer {
    position: absolute;
    bottom: 0px;
    /* background-color: #01186F; */
    color: #FFF;
    padding: 1em;
    text-align: center;
    font-size: 8pt;
    width: 929px;
}

#footer>a {
    color: #FFFFFF;
}

#inner {
    background-color: #FEF5D6;
    background-image: url(/media/images/base/deersglade-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    overflow: hidden;
    position: relative;
    padding-bottom: 200px;
}

#logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

#logo>img {
    position: absolute;
    top: 0;
    left: -4px;
}

#masthead {
    background-color: #00166F;
    background-image: url(/media/images/base/deersglademasthead.gif);
    height: 87px;
    width: 950px;
    background-position: right;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;

}

.mceContentBody {
    background-color: #FEF5D6;
    font-family: Helvetica, Arial, Sans;
    color: #525176;
}

.mceContentBody p {
font-size: 1.6em;
}


.mceContentBody>h2 {
    font-size: 2.1em;
}

#menubar {
    margin-top: 135px;
    padding-top: 65px;
    float: left;
    width: 180px; 
    height: 470px;
    background-image: url(/media/images/base/deersglademenubg.gif);
    background-repeat: repeat-x;
    color: #80AA64;
}


#menubar li {
    padding-bottom: 20px;
    }

ul {
    list-style-image: url(/media/images/base/bullet1.png);
}
ul>li {
    padding-bottom: 5px;
}

#menubar>ul {
    list-style-image: url(/media/images/base/transparentduck.png);
}


#menubar a {
    /* color: #80aa64; */
    font-weight: normal;
    text-decoration: none; 
    font-size: 10pt;
    display: block;
    margin-top: 0;
    padding-top: 0;
}

#menubar a:hover {
    color: #FFD066;
    font-weight: normal;
    text-decoration: none; 
    display: block;
}

.hcproducts {
    width: 520px;
    border: 1px solid #c0c0c0;
}


h1,h2,h3,h4,h5 {
    color: #80AA64;
    font-weight: normal;
}

a.zcurrent_link {
    color: #FFD066;
}

a.noncurrent_link {
  /* This gets us around deranged ordering issue in ie, for some websites */
  color: #80aa64;
}


div.errorlist { color: red; font-weight: bold; width: 155px; font-size: 0.8em; margin-top: 3px; }
div.fragment { float: left; clear: both;}

form#booking-form input { width: 100px; }
form#booking-form { padding-left: 110px; }
form#booking-form table th { width: 220px; }
form#booking-form table td { width: 300px;}
form#booking-form input { width: 200px; }

.required { color: #ff0000; font-weight: bold; }
.gentleerror { font-weight: bold; padding: 10px; border: 1px solid #FF0000; margin: 10px; text-align: center; } 
