﻿@import url(Reset.css);

body
{
    background-color: #85780F;
    color: #4A4A4A;
    margin: 0px;
    font-family: Century Gothic, Verdana, Arial, sans-serif;
    font-size: small;
}

h1, h2
{
    font-size: 1.5em;
    color: #85780F;
    font-weight: normal;
    line-height: 1em;
    padding-bottom: 0.56666666em;
}

h3
{
    font-size: 1em;
    color: #85780F;
    font-weight: normal;
    line-height: 1em;
    padding-top: 0.1em;
    padding-bottom: 0.56666666em;
    margin-top: 1.5em;
    font-weight: bold;
}

p
{
    padding-top: 0;
    margin-top: 0;
    line-height: 20px;
}

#wrapper
{
    background-color: #85780F;
    width: 900px;
    margin: 10px auto 0px auto;
    overflow: hidden;
    padding: 5px;
}

#header
{
    background-color: #85780F;
    color: white;
    letter-spacing: 4px;
    height: 70px;
    font-size: medium;
}

#content
{
    background-color: white;
    color: #4A4A4A;
    width: 100%;
    overflow: hidden;
}

#innercontent
{
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

#navigation
{
    text-align: right;
    float: right;
    font-weight: bold;
    font-size: large;
}

#navigation_inner
{
    padding: 10px;
    letter-spacing: 2px;
    background-color: #938516;
    text-align: left;
    margin-top: 5px;
}

#navigation ul
{
    list-style: none;
}

#navigation li
{
    display: inline;
    padding-right: 1.5em;
}

#navigation a
{
    color: #ffffff;
    text-decoration: none;
}

#navigation a:hover
{
    text-decoration: underline;
}

#footer
{
    width: 100%;
    font-family: Century Gothic, Verdana, Arial, sans-serif;
    clear: both;
    background-color: #85780F;
    color: white;
    letter-spacing: 2px;
    font-size: small;
    height: 25px;
    padding-top: 10px;
    padding-right: 10px;
    border-top: solid 0px #3E292D;
}

a img
{
    border: 0px;
}

.error
{
    color: red;
}

.SimpleBox
{
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0.5em;
    padding-top: 0;
    border-top: #BBB 1px solid;
    border-left: #BBB 1px solid;
    border-right: #BBB 1px solid;
    border-bottom: #BBB 1px solid;
    margin-top: 1em;
    margin-bottom: 0.2em;
    background-color: white;
}

.SimpleBox h2
{
    font-family: Century Gothic, Verdana, Arial, sans-serif;
    font-size: small;
    font-weight: bold;
    padding: 0.5em;
    background-color: #85780F;
    color: white;
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: 1pt solid #BBB;
}

.SimpleBox p
{
    padding: 0.3em;
    padding-top: 1em;
    margin-top: 0;
}

/* =DataGrids
-------------------------------------------------------------*/

.Grid
{
    border: solid 1px white;
    border-collapse: separate;
    font-family: Century Gothic, Verdana, Arial, sans-serif;
    font-size: small;
    padding: 0;
    margin: 0;
    color: #4A4A4A;
    background: white;
}

/*=Links
----------------------------------------------------------------*/
a
{
    color: #85780F;
    font-family: Century Gothic, Verdana, Arial, sans-serif;
    font-size: small;
    text-decoration: underline;
}

a:link
{
    text-decoration: underline;
}

a:visited
{
    text-decoration: underline;
}

a:active
{
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
}

/* Data Form Formats */
.Form
{
    border: 0;
    font-family: Century Gothic, Verdana, Arial, sans-serif;
    font-size: small;
}

.Form div
{
    text-align: left;
}

.Form .Content
{
    float: left;
    margin: 1em;
    text-align: left;
    width: 75%;
}

.Form .Buttons
{
    float: right;
    width: 15%;
    text-align: left;
    padding: 0;
    margin: 0;
}

.Form .Buttons .SmallGap
{
    margin-top: .5em;
    text-align: center;
}

.Form .Buttons .LargeGap
{
    margin-top: 1.5em;
    text-align: center;
}

.Form .Button
{
    font-size: small;
    width: 7em;
}

.Label
{
    color: #000080;
    text-decoration: none;
    font-size: small;
}

.Form p.title, label.title
{
    color: #000080;
    text-decoration: none;
    font-size: small;
    margin-top: 0.8em;
    margin-bottom: 0.2em;
    display: block;
}

table td
{
    padding: 5px 0;
}

/* = Google Maps
----------------------------------------------------------------*/
.gsmsc-mapDiv
{
    height: 275px;
}

.gsmsc-idleMapDiv
{
    height: 275px;
}

#mapsearch
{
    width: 365px;
    margin: 10px;
    padding: 4px;
}

a.Button
{
    background-color: #7D60AD;
    color: White;
    border: solid 1pt white;
    padding: 15px;
    font-size: large;
    text-decoration: none;
    line-height: 60px;
    text-transform: uppercase;
}

a.Button:hover
{
    background-color: #b69fe0;
    color: #9D3BAB;
}

span.Highlight
{
    color: #938616;
}

