﻿body
{
    width: 100%;
    height: 100%;
    border: none;
    padding: 0px;
    margin: 0px;
    background-color: #5a681d;
    font-family: Arial;
    font-size: 10pt;
}

html
{
    width: 100%;
    height: 100%;
    border: none;
    padding: 0px;
    margin: 0px;
}

form
{
    width: 100%;
    height: 100%;
    border: none;
    padding: 0px;
    margin: 0px;
}

.backgroundImageDiv
{
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    position: fixed;
}

.backgroundImage
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    min-width: 1100px;
    min-height: 587px;
}

.contentDiv
{
    width: 100%;
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 150px;
    left: 0px;
}

.logo
{
    position: absolute;
    top: 0px;
    left: 0px;
}

.blackGradient
{
    background-image: url(../images/topGradient.png);
    background-position: right top;
    background-repeat: no-repeat;
    width: 1000px;
    height: 120px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.address
{
    text-align: right;
    padding: 20px;
    font-weight: bold;
    color: White;
    height: 80px;
    position: absolute;
    top: 0px;
    right: 0px;
    overflow: hidden;
}

.links > a
{
    display: block;
    color: #5a641f;
    background-color: #ffddb8;
    text-align: left;
    text-decoration: none;
    padding: 8px;
    border-bottom: dashed 1px #a3620a;
}

.links > a:hover
{
    display: block;
    color: #ffffff;
    background-color: #5a641f;
    text-align: left;
    text-decoration: none;
    padding: 8px;
    border-bottom: dashed 1px #a3620a;
    cursor: pointer;
}

.hoverMe
{
    
}

.hoverMe span
{
    width: 200px;
    background-color: #5a681d;
    border: solid 1px #ffffff;
    padding: 5px;
    color: #ffffff;
    text-align: left;
    position: absolute;
    visibility: hidden;
    display: block;
    background-image: url(../images/info.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.hoverMe:hover span
{
    visibility: visible;
}