﻿/* Basic settings */
body,html 
{
    margin:0;
    padding:0;
}

body
{
    font-family: Georgia, Serif;
    font-size: 90%;
    line-height: 120%;
    padding: 2em !important;
    background-color: #eee;
}

input, select
{
    font-size: 90%;
    
}

textarea
{
    font-size: 90%;
}

h1, h2, h3
{
    font-family: "Franklin Gothic", "ITC Franklin Gothic", "Franklin Gothic Medium", Arial, sans-serif;
    font-weight: normal;
}

#contentContainer 
{
    width: 715px;
    background-color: White;
    border: 1px solid black;
    padding: 30px 30px 30px 45px;
    position: relative;
}

.AreasMenu
{
    background-color: #C5D864;
    position: relative;
    width: 790px;
    border: 1px solid black;
    border-bottom: none;
    padding: 3px 0;
    margin: 0;
    
}

.AreasMenu-Item
{
    /*float: left;*/
    height: 40px;
    margin: 5px 0;
    overflow: hidden;
}

.AreasMenu-Item a
{
    display: block;
    height: 40px;
    background-color: #C5D864;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    font-family: "Franklin Gothic", "ITC Franklin Gothic", "Franklin Gothic Medium", Sans-Serif;
    font-size: 1.4em;
}

.AreasMenu-Item a:hover
{
    background-color: #D4E28D;
}

#SiteHeader
{
    width: 790px;
    border: 1px solid black;
    border-bottom: none;
    height: 83px;
    background: #658bd8 url(../images/header.jpg) no-repeat center right;
    position: relative;
}

a.HomeLink
{
    text-indent: -2000px;
    display: block;
    width: 785px;
    height: 78px;
}

#SkipNavLinks
{
    width: 1px;
    height: 1px;
    overflow: hidden;
    display: block;
}

#Footer
{
    width: 750px;
    padding: 20px;
    font: 8pt/12pt Tahoma, Verdana, Sans-Serif;
    color: #888;
    text-align: center;
}

div.cornerTL, div.cornerTR, div.cornerBL, div.cornerBR
{
    position: absolute;
    height: 12px;
    width: 12px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(../images/corners-eee.gif);
    font-size: 1%;
    line-height: 1%;
    overflow: hidden;
}

div.floatLeftWrapper
{
    float: left;
}

div.cornerTL { background-position: 0px 0px; top: -1px; left: -1px; }
div.cornerTR { background-position: -12px 0px; top: -1px; right: -1px; }
div.cornerBL { background-position: 0px -12px; bottom: -1px; left: -1px; }
div.cornerBR { background-position: -12px -12px; bottom: -1px; right: -1px; }

* html div.cornerBL, * html div.cornerBR {bottom: -2px;} /* fix for IE6 */