/*******************************************
*
* General Styles for Our AfterCare Module
*
*******************************************/

a
{
    outline: none;
}
body
{
    padding: 0;
    margin: 0;
    background-color: #2d4a2d;
    background-image: url(../images/dkGrnBG.gif);
}
h1
{
    font-style: italic;
    font-size: 12pt;
    text-align: left;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #849610;
}
h2
{
    font-style: italic;
    font-size: 10pt;
    letter-spacing: 1px;
    margin-top: 1px;
    color: #3F9E0E;
}
h3
{
    font-style: italic;
    font-size: 11pt;
    letter-spacing: 1px;
    margin-bottom: 0px;
    color: #cad761;
}
html
{
    font-family: "Lucida Grande" , "Trebuchet MS" , Verdana, Arial, Helvetica sans-serif;
}
#wrapper
{
    width: 960px;
    margin: 5px auto;
    text-align: center;
    border: 1px solid #003F00;
}
#header
{
    background-color: #006600;
    text-align: left;
    border-bottom: 1px solid #386F37;
    font-size: 20px;
}
#contentWrapper
{
    text-align: left;
    background-color: #FFFFFF;
    border-bottom: 4px solid #422410;
    z-index: 1;
}
#content
{
    padding: 4px;
    border-top: solid 4px #422410;
}
#footer
{
    background-color: #006600;
    border-top: 1px solid #386F37;
    text-align: right;
    padding: 8px;
    color: #FFFFFF;
}
#footer a
{
    text-decoration: none;
    color: #C4E7A5;
}
#footer a:hover
{
    text-decoration: none;
    color: #003300;
}
#navigation
{
    width: 200px;
    z-index: 100;
    position: absolute;
}
#menu
{
    border-style: solid solid none solid;
    border-color: #94AA74;
    border-width: 1px;
}
ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu li a
{
    height: 32px;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 24px;
    text-decoration: none;
}
#menu li a:link, #menu li a:visited
{
    color: #5E7830;
    display: block;
    background: url(../images/menu1.gif);
    padding: 8px 0 0 10px;
}
#menu li a:hover
{
    color: #26370A;
    background: url(../images/menu1.gif) 0 -32px;
    padding: 8px 0 0 10px;
}
#menu li a:active
{
    color: #26370A;
    background: url(../images/menu1.gif) 0 -64px;
    padding: 8px 0 0 10px;
}
#panel
{
    background: #006600;
    z-index: 100;
    position: relative;
}
.navPanel #contents
{
    position: absolute;
    z-index: -1;
}
.slide
{
    margin: 0;
    padding: 0;
    border-top: solid 4px #422410;
    z-index: 100;
    position: relative;
}
.btn-slide
{
    background: url(../images/btn-handle2.gif) no-repeat center;
    text-align: center;
    width: 163px;
    height: 18px;
    margin: 0 auto;
    display: block;
    font: bold 120%/100% Arial, Helvetica, sans-serif;
    color: #006600;
    text-decoration: none;
    z-index: 100;
    position: relative;
    top: -1px;
    left: 1px;
}


/* =======================================

    Dynamic Section - Do Not Alter
    
    These styles are duplicated from above so any null values
        will degrade gracefully
    
   ======================================= */
body
{
    background-color: #FFFFFF;
    background-image: url(../images/bg1.gif);
    color: #000000;
}
#wrapper
{
    border: 1px solid #a5a593;
}

#header
{
    border-bottom: 1px solid #384f8d;
    height: 173px;
}

#contentWrapper
{
    background-color: #FFFFFF;
    border-bottom: 4px solid #422410;
}
#content
{
    border-top: 4px solid #422410;
}
#footer
{
    background-color: #192B5B;
    border-top: 1px solid #384f8d;
    color: #FFFFFF;
}
#footer a
{
    color: #C4E7A5;
}
#footer a:hover
{
    color: #384F8D;
}
.slide
{
    border-top: 4px solid #422410;
}

