﻿*
{
    margin: 0;
    padding: 0;
}

body
{
    background-color: #62771C;
    font-family: Arial, Sans-Serif;
    font-size: 10pt;
    color: #f9f8c8;
}

p
{
    margin: 5px 0;
}
dt
{
    font-weight: bold;
}
dd
{
    margin: 5px 0 5px 15px;
}
#wrap
{
    width: 892px;
    margin: 0 auto;
    overflow: hidden;
}
#top
{
    background: transparent url(images/top.jpg) no-repeat scroll top;
    width: 892px;
    height: 198px;
}

#nav
{
    margin: 0;
    padding: 0;
    position: relative;
    top: 87px;
    border-collapse: collapse;
}

#nav a
{
    display: block;
    text-align: center;
    text-decoration: none;
    color: #FFFFCD;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 9pt;
    line-height: 11px;
}

#nav a:hover
{
    color:#b9Ca7c;
}

.fly
{
    list-style-type: none;
    background-color: #292a00;
    border: solid 1px #b9ca7c;
    margin-top: 2px;
}

.fly li
{
    padding: 5px 10px;
    border-bottom: solid 1px #b9ca7c;
}
.fly li.lastone
{
    border: none;
}
.fly li a
{
    display: block;
    text-align: left;
    text-decoration: none;
    color: #FFFFCD;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 9pt;
    line-height: 11px;
    
}
.fly li a:hover
{
    color:#b9Ca7c;
}

#hours
{
    position: relative;
    top: 95px;
    width: 340px;
    left: 30px;
    text-align: center;
    color: #292a00;
    font-weight: bold;
    font-size: 9pt;
}
#hours h1
{
    margin: 0;
    padding: 0;
    color: #62771c;
    text-transform: uppercase;
    font-size: 12pt;
}
#hours td
{
    padding: 0 4px;
}
#newsletter
{
    position: relative;
    top: 30px;
    left: 580px;
    color: #292a00;
    font-weight: bold;
    text-transform: uppercase;
}
#newsletter a
{
    color: #62771c;
    text-decoration: none;
}
#contentWrap
{
    background: transparent url(images/borderSlice.png);
    overflow: auto;
}
.contentBottomLeftBorder
{
    height: 17px;
    width: 22px;
    margin-left: 24px;
    background: transparent url(images/bottomLeft.gif) no-repeat left bottom;
    float: left;
}
.contentBottomRightBorder
{
    float:right;
    height: 17px;
    width: 22px;
    margin-right: 23px;
    background: transparent url(images/bottomRight.gif) no-repeat right bottom;
}
#content
{
    overflow: auto;
    margin: 0 24px 0 26px;
    overflow: hidden;
    padding: 10px;
}

#footer
{
    clear: both;
    height: 22px;
    background-color: #292a00;
    color: #b9ca7a;
    font-weight: bold;
    text-align: center;
    padding-top: 4px;
    overflow: auto;
    border-left: solid 1px #b9ca7c;
    border-right: solid 1px #b9ca7c;
    border-bottom: solid 1px #b9ca7c;
}

#splash
{
    text-align: center;
    color: #454545;
    font-size: 8pt;
    height: 62px;
    line-height: 2;
    background: transparent url(images/bottom.jpg) no-repeat scroll center top;    
}

.title
{
    color: #62771c;
    text-transform: uppercase;
    font-size: 14pt;
    text-align: right;
}

.err
{
    color: White;
    font-weight: bold;
}