﻿*
{
    margin: 0px;
    padding: 0px;
}

body 
{
    background: #E1DFC5 url(images/background.gif) repeat-x;
    font-family: Georgia, Times New Roman, Serif;
    font-size: 12px;
}

a img
{
    border: 0px;
}
#wrapper
{
    width: 745px;
    margin: 0px auto 0px auto;
}

#top
{
    height: 32px;
    text-align: right;
    margin-top: 10px;
}

#top a
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    text-decoration: none;
    color: #030;
    font-weight: bold;
}

#header
{
    height: 85px;
    margin: 20px 0px 0px 0px;
    text-align: right;
}

#menu
{
    height: 25px;
}

#banner
{
    width: 773px;
    position: relative;
    background: url(images/banner_sides.png);
    margin-left: -15px;
    margin-top: 5px;
    margin-bottom: 20px;
    text-align: left;
    position: relative;
    padding: 0px;
}

#banner .background
{
    border-left: 5px solid white; 
    border-right: 5px solid white; 
    margin-left: 9px;
}

#footer_top
{
    height: 10px;
}
#footer
{
    background: #AAA877 url(images/bg_bottom_grad.gif) repeat-x;
    text-align: center;
    color: #fff;
    padding: 10px 10px 10px 10px;
    font-family: Verdana, Arial, Sans-Serif;
    margin-bottom: 10px;
}

#content
{
    font-size: 12px;
    line-height: 25px;
    color: #333333;
}

#content h1
{
    margin-left: 5px;
    font-size: 21px;
    letter-spacing: -1px;
    color: #030;
    display: inline;
    font-weight: normal;
    border-bottom: 5px solid #333;
    font-family: Georgia, Times New Roman, Serif;
}
#content p
{
    padding: 5px;
}

#content .border
{
    height: 1px;
    border-bottom: 1px solid #333;
    margin-top: 4px;
    margin-bottom: 10px;
}

#left_column
{
    width: 425px;
    float: left;
}
#right_column
{
    width: 300px;
    float: left;
    margin-left: 10px;
}

#content h2
{
    margin-bottom: 5px;
    padding-bottom: 8px;
    padding-left: 5px;
    font-size: 14px;
    border-bottom: 1px dotted #333;
    color: #030;
    text-align: left;
}

#content ul
{
    margin-left: 3em;
}

#content ul.left, #content ul.right
{
    float: left;
    width: 40%;
}

#content a
{
    color: #030;
}

#content h3
{
    font-size: 14px;
    color: #030;
    margin-left: 5px;
    margin-top: 1em;
}

#columns
{
    width: 100%;
    background: url(images/column_back.gif) repeat-y;
}

.news h3
{
    font-size: 12px;
    line-height: 1em;
    font-family: Arial, Sans-Serif;
}

.news p, .news a
{
    font-size: 10px;
    font-family: Arial, Sans-Serif;
    line-height: 1em;
}
.news p p
{
    display: none;
}

/*-----------------------------------------------
    default page - banner links
------------------------------------------------*/
    #overview
    {
        width: 260px;
        height: 325px;
        margin-left: 480px;
        padding-top: 1px;
        background: url(images/bg_overview.png) no-repeat;
        font-family: Arial;
        position: absolute;
        top: 0px;
    }
    #overview .overview-item
    {
        height: 65px;
        width: 230px;
        border-bottom: 1px solid #2e2e2e;
        margin-left: 13px;
    }
    #overview h1
    {
        height: 14px;
        font-family: Arial, Sans-Serif;
        margin-top: 10px;
        padding: 2px;
        font-size: 11px;
        text-transform: uppercase;
        background: #6b6b6b;
        color: #ffffff;
    }
    #overview h1 a
    {
        text-decoration: none;
        color: #ffffff;
    }
    #overview h1 a:hover
    {
        background: #1a3e11;
    }
    #overview img
    {
        float: right;
    }