/* GLOBAL */
html
{
    overflow: scroll;
}

body
{
    background-image: url(../img/background.png);
    background-position: 0px 10px;
    margin: 0px;
    text-align: center;
}

h1
{
    font-family: Verdana;
    color: #000000;
    font-size: 12px;
    margin: 0px;
    margin-left: 20px;
    padding: 0px;
}

h2
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #0F418C;
    line-height: 14px;
    margin: 0px;
    padding: 0px;
}

hr
{
    background-color: #F3F3F3;
    color: #F3F3F3;
    border: 0px;
    height: 2px;
    border-bottom: 1px dashed #0F418C;
}

p
{
    font-family: Verdana;
    font-size: 11px;
    color: #5D5D5D;
    line-height: 14px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 15px;
}

li, ul, ol, td
{
    font-family: Verdana;
    font-size: 11px;
    color: #5D5D5D;
    line-height: 14px;
}

td
{
    padding-top: 2px;
    padding-bottom: 3px;
}

li, ul, ol
{
    line-height: 25px;
}

img
{
    border: 0px;
}

a
{
    font-family: Verdana;
    font-size: 11px;
    color: #465D68;
}

a:hover
{
    text-decoration: none;
}

/* WRAPPERS */
#wrapper
{
    width: 100%;
    padding-bottom: 50px;
    background-image: url(../img/top-background.png);
    background-repeat: repeat-x;
    min-height: 490px;
}

#inner
{
    position: relative;
    top: 20px;
    background-color: #FFFFFF;
    width: 768px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

/* LOGO */
#logo
{
    position: absolute;
    left: 16px;
    top: 15px;
}

/* QUICKLINK */
#quickLink
{
    position: absolute;
    top: 35px;
    left: 577px;
    font-family: Verdana;
    font-size: 11px;
    color: #737373;
    text-align: right;
}

#quickLink a
{
    font-family: Verdana;
    font-size: 11px;
    color: #737373;
    text-decoration: none;
}

#quickLink a:hover
{
    color: #EC7317;
}

/* MENU */
#menu
{
    position: absolute;
    top: 100px;
}

div.menu1, div.menu3
{
    left: 111px;
}

div.menu2
{
    left: 191px;
}

.menuMiddle
{
    padding-left: 5px;
    padding-right: 5px;
}

/* PHOTO */
#photo
{
    position: absolute;
    top: 148px;
    left: 16px;
}

/* SPACER */
#spacer
{
    height: 129px;
}

/* SUBMENU */
#subMenu
{
    margin-top: 103px;
    margin-left: 16px;
    float: left;
}

#subMenu div.inner
{
    width: 162px;
    border-left: 1px solid #CECECE;
    border-right: 1px solid #CECECE;
}

#subMenu a
{
    padding-left: 5px;
    font-family: Verdana;
    font-size: 11px;
    text-decoration: none;
    color: #5D5D5D;
    line-height: 23px;
    display: block;
    background-color: #EEEEEE;
    margin-top: 2px;
}

#subMenu a.first
{
    margin-top: 0px;
}

#subMenu a:hover, #subMenu a.hover
{
    color: #FFFFFF;
    background-image: url(../img/menu_background.png);
}

#subMenu a span
{
    color: #0F418C;
}

#subMenu a:hover span, #subMenu a.hover span
{
    color: #EC7317;
}

/* CONTAINER */
#container
{
    padding-top: 17px;
}

div.container1
{
    padding-left: 111px;
    padding-right: 111px;
}

div.container2
{
    padding-left: 191px;
    padding-right: 31px;
}

div.container3
{
    padding-left: 111px;
    padding-right: 80px;
}

/* CONTENT */
#content
{
    background-color: #F3F3F3;
    padding: 20px;
    margin-top: 12px;
}

/* BOTTOM */
#bottom
{
    margin-top: 60px;
    font-family: Verdana;
    font-size: 9px;
    color: #FFFFFF;
    height: 24px;
    background-image: url(../img/bottom-background.png);
    text-align: center;
}

#bottom a
{
    color: #FFFFFF;
    font-size: 9px;
    text-decoration: underline;
}

#bottom a:hover
{
    text-decoration: none;
}

#bottom span
{
    color: #CFD116;
}

#bottom div
{
    padding-top: 7px;
}

/* LETTERMENU */
#letterMenu
{
    position: absolute;
    left: 16px;
    top: 179px;
}

#letterMenu div.inner
{
    width: 162px;
    text-align: center;
    border-left: 1px solid #CECECE;
    border-right: 1px solid #CECECE;
}

#letterMenu div.inner div
{
    margin-bottom: 2px;
    background-color: #EEEEEE;
}

#letterMenu div.inner span
{
    font-family: Verdana;
    font-size: 11px;
    color: #CECECE;
    line-height: 23px;
    padding-left: 3px;
    padding-right: 3px;
    font-weight: bold;
}

#letterMenu a
{
    padding-left: 3px;
    padding-right: 3px;
    font-family: Verdana;
    font-size: 11px;
    text-decoration: none;
    color: #0F418C;
    line-height: 23px;
    font-weight: bold;
}

#letterMenu a:hover
{
    color: #EC7317;
}

/* NEWS */
div.news {
        margin-top: 15px;
        margin-bottom: 15px;
    }

p.newsDate {
        margin: 0px;
        padding: 0px;
        color: #0F418C;
    }

p.newsTitle {
        margin: 0px;
        padding: 0px;
        font-weight: bold;
        background-image: url('../img/news_bullet.gif');
        background-repeat: no-repeat;
        background-position: 0px 7px;
    }

p.newsMessage {
        margin: 0px;
        padding: 0px;
    }

p.newsFile {
        padding: 0px;
        margin-top: 5px;
    }

a.news {
        text-decoration: underline;
    }

a.news:hover {
        text-decoration: none;
    }