﻿html
{
    background-color: #184173;
}

body
{
    max-width: 980px;
    margin: 10px auto;
}

body > h1
{
    font-size: 10px;
    color: White;
    font-weight: normal;
    margin: 0px;
    text-align: right;
}

article
{
    display: block;
}

#header
{
    color: White;
    font-size: 30px;
    font-family: Times New Roman;
    font-weight: bold;
    height: 85px;
    line-height: 78px;
}

#header img
{
    float: left;
    margin-right: 30px;
}

.footer
{
    font-size: 8pt;
    color: white;
    margin-bottom: 20px;
    padding: 5px;
    text-align: center;
}

.footer a, .footer-bar a
{
    color: white;
    text-decoration: underline;
}

.footer-bar
{
    background-color: #2870C1;
    font-size: 8pt;
    text-align: center;
    padding: 3px 0px;
}

.content
{
    min-height: 400px;
    padding: 20px;
    padding-bottom: 40px;
    background-color: white;
}

.messages
{
    border: solid 1px black;
    background-color: Yellow;
    padding: 0px 15px 0px 15px;
    margin-bottom: 10px;
}

/* top-nav */
#top-nav
{
    background-color: #2870C1;
}

#top-nav a
{
    font-size: 11pt;
    color: White;
    padding: 5px 10px;
    float: left;
    text-decoration: none;
}

#top-nav a:hover
{
    background-color: #5A99D5;
    text-decoration: none;
}

.sub-menu
{
    display: none;
    background-color: White;
    position: absolute;
    margin-top: 28px;
    border: solid 1px black;
	z-index: 1;
}

.sub-menu a
{
    color: Black !important;
    display: block;
    min-width: 150px;
    float: none;
}

.sub-menu a:hover
{
    color: White !important;
}

/* page-list */
.page-list
{
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
}

.page-list li
{
    position: relative;
    padding-bottom: 5px;
}

.page-list span
{
    border: solid 1px black;
    position: absolute;
    left: 300px;
    cursor: pointer;
}

.page-list a
{
    color: Red;
    margin-right: 15px;
}

.page-list a.link
{
    margin: 0px;
    color: #3399CC;
}

/* contact */
.contact
{
    width: 350px;
}

.contact .text
{
    width: 98%;
}

