﻿/* Default styles */
html
{
    padding         : 0px;
    margin          : 0px;
    height          : 100%;
    min-width       : 990px;
}

body
{
    height          : 100%;
    margin          : 0%;
    padding         : 0%;
    font-family     : Verdana, Arial !important;
    font-size       : 11px;
    font-weight     : normal;
    color           : #1B3767;
    /* letter-spacing  : 0.05em; */
    line-height     : 16px;
    background-color: #FFFFFF;
    text-align      : center;
    min-width       : 990px;
}

iframe
{
    width           : 100%;
    border          : 0px;
    padding         : 0;
    margin          : 0;
}

iframe *
{
    border          : 0;
    padding         : 0;
    margin          : 0;
}

div.Document div *, td *
{
    font-family     : Verdana, Arial !important;
    font-size       : 11px !important;
}

div.Document h2
{
    font-family     : Verdana, Arial !important;
    font-size       : 13px !important;
}

a
{
    color           : #000000;
    text-decoration : underline;
}

h3
{
    font-size       : 13px;
    margin-bottom   : 10px;
}

#aspnetForm, form
{
    height          : 100%;
    margin          : 0%;
    padding         : 0%;
    min-width       : 990px;
}

div#Layout
{
    margin          : 0px 0px 0px 0px;
    padding         : 0px 50px 0px 50px;
    border-left     : 0px solid #000;
    border-right    : 0px solid #000;
    background-color: #E4E9ED;
}

/* Outer container */
div#OuterTop
{
    margin-top      : 0px;
    border          : 0px solid #000000;
    width           : 100%;
    height          : 115px;
    text-align      : left;
    padding-top     : 115px;
    background-image: url('../Images/Page.Outer.Top.png');
    z-index         : -1;
}

div#OuterLeft
{
    position         : absolute;
    left             : 0px;
    top              : 0px;
    width            : 50px;
    height           : 100%;
    background-image : url('../Images/Page.Outer.Left.png');
    background-repeat: no-repeat;
    background-color : #E4E9ED;
}

div#OuterRight
{
    position         : absolute;
    right            : 0px;
    top              : 0px;
    width            : 50px;
    height           : 100%;
    background-image : url('../Images/Page.Outer.Right.png');
    background-repeat: no-repeat;
    background-color : #E4E9ED;
}

/* Inner container */
div#InnerLeft
{
    position         : absolute;
    left             : 50px;
    top              : 0px;
    width            : 195px;
    height           : 100%;
    background-image : url('../Images/Page.Inner.Left.png');
    background-repeat: no-repeat;
    background-color : #FFFFFF;
    text-align       : left;
}

div#InnerRight
{
    position         : absolute;
    right            : 50px;
    top              : 0px;
    width            : 195px;
    height           : 100%;
    background-image : url('../Images/Page.Inner.Right.png');
    background-repeat: no-repeat;
    background-color : #FFFFFF;
    text-align       : left;
}

/* Base container */
div#Container
{
    margin-left     : auto;
    margin-right    : auto;
    margin-top      : -115px;
    border          : 0px solid #FF0000;
    text-align      : left;
    color           : #000000;
    background-color: #FFFFFF;
}

/* Headline styles */
div#Headline
{
    position        : absolute;
    left            : 60px;
    top             : 0px;
    border          : 0px solid #FF0000;
    color           : #000000;
    font-weight     : bold;
    height          : 37px;
    padding-top     : 10px;
    padding-left    : 10px;
    z-index         : 96;
}

div#Headline a
{
    color           : #4B803A;
    font-weight     : normal;
    text-decoration : none;
}

/* Top container styles */
div#Top
{
    clear           : both;
    float           : left;
    margin-top      : -115px;
    border          : 0px solid #000000;
    width           : 100%;
    height          : 170px;
    text-align      : left;
    padding-top     : 47px;
    z-index         : 11;
}

div#Top div#MainNavigation
{
    margin-left     : 202px;
    margin-right    : 202px;
    text-align      : center;
    z-index         : 12;
    min-width       : 670px;
}

div#Top div#MainNavigation div.Main1
{
    float           : left;
    margin-left     : 0;
    width           : 32.7%;
    background-image: url('../Images/Navigation.Top.Background.png');
    text-align      : left;
    border          : 1px solid #788999;
    z-index         : 13;
}

div#Top div#MainNavigation div.Main2
{
    float           : left;
    margin-left     : 0.5%;
    margin-right    : 0.5%;
    width           : 32.7%;
    background-image: url('../Images/Navigation.Top.Background.png');
    text-align      : left;
    border          : 1px solid #788999;
    z-index         : 13;
}

div#Top div#MainNavigation div.Main3
{
    float           : left;
    margin-right    : 0%;
    width           : 32.7%;
    background-image: url('../Images/Navigation.Top.Background.png');
    text-align      : left;
    border          : 1px solid #788999;
    z-index         : 13;
}

div#Top div#MainNavigation div.NavImage a
{
    display         : block;
    width           : 100%;
    height          : 100%;
    z-index         : 9999;
}

/* Content container */
div#OuterTop div#TopLeft
{
    float           : left;
    margin-left     : 195px;
    width           : 95px;
    height          : 115px;
    background-image : url('../Images/Page.Outer.Top.Left.png');
    background-repeat: no-repeat;
    background-color : #FFFFFF;
}

div#OuterTop div#TopRight
{
    float           : right;
    margin-right    : 195px;
    width           : 95px;
    height          : 115px;
    background-image : url('../Images/Page.Outer.Top.Right.png');
    background-repeat: no-repeat;
    background-color : #FFFFFF;
    z-index         : 2;
}

div#InnerLeft div#Image
{
    left            : 0px;
    margin-top      : 47px;
    width           : 186px;
    padding         : 0px;
}

div#InnerRight div#Logo
{
    margin-left     : 15px;
    margin-top      : 47px;
    width           : 167px;
    padding         : 0px;
}

/* Middle container */
div#Middle
{
    clear           : both;
    margin-top      : 0px;
    margin-left     : auto;
    margin-right    : auto;
    width           : 100%;
    text-align      : left;
}

/* Bottom container */
div#Bottom
{
    clear           : both;
    margin-left     : 196px;
    margin-right    : 201px;
    padding-bottom   : 20px;
    height          : 20px;
    text-align      : left;
    border          : 0px solid #000000;
}

div#InnerBottom
{
    margin-left     : 0px;
    vertical-align  : middle;
    color           : #4B803A;
    border          : 0px solid #FFFFFF;
    padding-left    : 2px;
    text-align      : left;
}

div#InnerBottom span
{
    color           : #4B803A;
    margin-left     : 0;
    margin-right    : auto;
    text-align      : left;
    font-size       : 11px;
    letter-spacing  : 0.03em;
}

div#InnerBottom a
{
    color           : #4B803A;
    font-weight     : bold;
    text-decoration : none;
}

div#InnerBottom a:hover
{
    text-decoration : underline;
}
