﻿#page
{
    background: url(../images/content-bg.gif) repeat-y left top;
    color: #000;
}
#content
{
    width: 642px;
    float: left;
}
#content .text
{
    background: url(../images/text-shadow.jpg) no-repeat left top;
    border-top: solid 1px #fff;
    color: #fff;
    min-height: 70px;
    padding: 20px 10px 10px 10px;
    margin-top: -3px;
}
#content .text h1
{
    font-weight: bold;
    font-size: 1.4em;
    text-transform: uppercase;
    padding-left: 15px;
    background: url(../images/title-bg.gif) no-repeat left center;
}
#content .nav
{
    width: 632px;
    background-color: #EAE5D6;
    padding: 0px 5px;
    text-align: right;
    line-height: 24px;
    border-bottom: solid 1px #fff;
}
#content .nav span
{
    float: left;
    text-transform: uppercase;
    color: #005984;
    font-weight: bolder;
    padding-left: 15px;
    background: url(../images/title-bg-blue.gif) no-repeat left center;
}
#content .nav ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
#content .nav ul li
{
    display: inline;
    padding: 0px 10px;
    background: url(../images/menu-separator.jpg) no-repeat right center;
}
#content .nav ul li a
{
    text-decoration: none;
    color: #000;
}
#content .nav ul li a:hover
{
    color: #005493;
}
#content .nav ul li.last
{
    background-image: none;
}
#extras
{
    width: 289px;
    float: right;
    clear: right;
}
#extras #news
{
    float: left;
    width: 100px;
    padding: 10px;
    background: url(../images/gray-right-shadow.jpg) no-repeat left top;
    min-height: 250px;
    
}
#extras #news strong
{
    display: block;
    text-transform: uppercase;
    color: #005984;
    font-weight: bolder;
    padding-left: 15px;
    background: url(../images/title-bg-blue.gif) no-repeat left center;
}
#extras #news ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
#extras #news ul li
{
    padding: 10px 0;
}
#extras #newsletter
{
    margin-left: 126px;
    width: 150px;
    padding: 10px 0px 10px 8px;
    background: url(../images/gray-right-shadow.jpg) no-repeat left top;
    min-height: 250px;
}
#extras #newsletter strong
{
    display: block;
    text-transform: uppercase;
    color: #005984;
    font-weight: bolder;
    padding-left: 15px;
    background: url(../images/title-bg-blue.gif) no-repeat left center;
}
#extras #newsletter ul
{
    list-style: none;
    margin: 0;
    margin-left: 10px;
    padding: 10px 0;
}
#extras #newsletter ul li
{
    padding: 2px 0;
}

