/*** Reset ***/
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote,
a, em, img, small, strike, strong, sub, sup, b, u, i, dl, dt, dd,
ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol, ul {
    list-style: none;
}

/*** Global ***/
body {
    background-color: #1e5b30;
    background-image: url('images/bg.jpg'); 
    background-repeat: repeat-x;
    color: #382f17;
    font: normal 12px Helvetica, Arial, Verdana;
}

a {
    color: #807f84;
}

.clear {
    clear: both;
    height: 0px;
}

.left {
    float: left;
    margin: 0px;
}

.right {
    float: right;
}

.items {
    margin: 9px;
}

.imageborder {
    border: 8px solid #eae8d3;
    margin: 14px 14px 8px 8px;
}

.active {
	font-weight: bold;
}

#container {
    margin: 0px auto;
    margin-top: 20px;
    width: 964px;
}

/**** Header ***/
#header img, #header ul, #header li {
    float: left;
}

#header ul {
    background-image: url('images/header_bg.gif');
    height: 129px;
    padding-left: 50px;
    width: 644px;
}

#header li {
    margin: 55px 10px 0px 10px;
}

#header a {
    color: #544c38;
    font-size: 15px;
    text-decoration: none;
}

/*** Content ***/
#content {
    background-color: #f3f4ed;
    border-left: 11px solid #255a34;
    border-right: 11px solid #255a34;
    padding: 19px 18px 19px 18px;
}

#content p {
    font-size: 13px;
    line-height: 18px;
    padding: 20px 20px 0px 20px;
}

#welcome {
    background-image: url('images/favorites.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    font-size: 16px;
    height: 275px;
    width: 583px;
}

#welcome h1 {
    display: inline;
    font-size: 24px;
}

#heading {
    background-color: #392e18;
    height: 52px;
}

#heading h1 {
    background-color: #392e18;
    color: #d1bf73;
    display: block;
    font-size: 24px;
    height: 42px;
    padding: 10px 0px 0px 10px;
    width: 876px;
}

#heading img, #heading h1 {
    float: left;
}

/*** Footer ***/
#footer {
    clear: both;
    margin-bottom: 50px;
}

#footer #copyright, #footer img {
    float: left;
}

#footer #copyright {
    background-color: #c2bf9d;
    color: #544c38;
    font-size: 11px;
    height: 31px;
    text-align: center;
    padding-top: 20px;
    width: 924px;
}

.menuviewnav 
{
    color: White;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}
.InputTextBox
{
    height: 12px;
    font-size: 8pt;
}
.InputTextArea
{
    font-size: 8pt;
}
.UnderText
{
    font-size: 8pt;
}
.DropDownBox
{
    height: 20px;
    font-size: 8pt;
}
.locationtable
{
    width: 90%;
    background-color: #E9E7D2;
    border-spacing: 5px;
    border: 1px;
}
.locationtable TD
{
    padding: 5px;
    background: #F3F4ED;
}
.locationtable TH
{
    background-color: #E9E7D2;
    padding: 5px;
    font-weight: 400;
    font-size: 18px;
    color: #534B37;
}

.FormButton
{
    height: 24px;
    width: 120px;
    font-size:10px;
    color:#050;
    font: bold 84% 'trebuchet ms',helvetica,sans-serif;
    background-color:#fed;
    border: 1px solid;
    border-color: #696 #363 #363 #696;
    filter:progid:DXImageTransform.Microsoft.Gradient
    (GradientType=0,StartColorStr='#FEFDFC',EndColorStr='#E9E7D3');
}
.FormButtonSmall
{
    height: 18px;
    font-size:10px;
    font: bold 84% 'trebuchet ms',helvetica,sans-serif;
    background-color:#fed;
    border: 1px solid;
    border-color: #696 #363 #363 #696;
    filter:progid:DXImageTransform.Microsoft.Gradient
    (GradientType=0,StartColorStr='#FEFDFC',EndColorStr='#E9E7D3');
}
