﻿html
{
    width: 100%;
    height: 100%;
}

body
{
    margin: 0px;
    font-family: Calibri, Tahoma, Arial;
    font-size: 14px;
    background-color: #000000;
    min-height: 600px;
    min-width: 900px;
    width: 100%;
    height: 100%;
}

a img
{
    border: none;
}

form
{
    height: 100%;
    width: 100%;
}

#header
{
    height: 60px;
    padding-top: 20px;
}

#header .logo
{
    margin-left: 20px;
    float: left;
}

#header .current-page
{
    margin-top: 10px;
    font-size: 0.9em;
    
}

.menu
{
    text-align: right;
    margin-right: 20px;
    float: right;
    text-transform: lowercase;
}

.menu a
{
    color: #404040;
    text-decoration: none;
    margin-left: 15px;
    margin-right: 15px;
}

.menu .active
{
    color: #CF5605;
}

.menu .active a:hover
{
    color: #CF5605;
    border-top: 1px solid #CF5605;
}

.menu a:hover
{
    color: #CF5605;
    border-top: 1px solid #CF5605;
}

#content
{
    min-height: 350px;
    height: 100%;
    margin: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

#content .left
{
    width: 400px;
}

#content table
{
    border-spacing: 5px;
    line-height: 150%;
}

#content table th
{
    vertical-align: top;
    text-align: right;
}

#content table td
{
   vertical-align: top;
}

#content .right
{
    float: right;
    width: 300px;
}

#content h1
{
    color: #CF5605;
    font-size: 1.3em;
}

#content h2
{
    color: #9bbb59;
    font-size: 1.1em;
}

#content p
{
    line-height: 150%;
    text-align: justify;
}

#content ul
{
    line-height: 150%;
    text-align: left;
}

#content a
{
    text-decoration: none;
    color: #9bbb59;
}

#content a:hover
{
    text-decoration: underline;
}

#wrapper
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -100px;
    background-color: #F6F7F7;
    background-image: url('Images/Background.jpg');
    background-repeat: no-repeat;
    background-position: center 30px;
    position: relative;
}

#footer
{
    height: 100px;
    width: 100%;
    background-color: #000000;
    color: #c0c0c0;
    text-align: right;
    font-size: 0.8em;
    position: relative;
}

#footer img
{
    margin-left: 20px;
    float: left;
}

#footer #contact-details
{
    color: #FFFFFF;
    display: block;
    margin-right: 20px;
   
}

#footer #copyright
{
    display: block;
    margin-right: 20px;
    margin-top: 10px;
}

#footer a
{
    color: #FFFFFF;
    text-decoration: none;
}

#footer a:hover
{
    color: #9bbb59;
    text-decoration: underline;
}

#push
{
    height: 100px;
}
