﻿@import url("all.css");

#mainOuter
{
    background: transparent url(../images/top-home-bg.jpg) repeat-x center top;
}

#main a
{
    color: #21755E;
}

#flash { width:970px; height:280px; position:relative; }
#flash p { margin: 0px; padding: 0px; }

.fullSection 
{ 
    width: 100%; 
    clear: both; 
    margin: 0px 0px 15px 0px;
}
.wideSection 
{ 
    width: 637px;
    float: left; 
    margin: 0px 27px 15px 0px;
}
.narrowSection 
{ 
    float: left; 
    width: 305px; 
    margin: 0px 27px 15px 0px;
}
    .narrowSection p
    {
        margin: 0px 0px 10px 0px; 
        padding: 0px;
    }
    .narrowSection .date
    { 
        font-size: 11px;
        color: #999999;
        margin: 0px 0px 3px 0px; 
    }
    .narrowSection hr
    {
        width: 305px;
        height: 1px;
        border: none;
        background: #D1D1D1;
        color: #D1D1D1;
    }
.last
{
    margin-right: 0px;
}

.fullSection h2, .wideSection h2, .narrowSection h2
{
    color: #555555;
    font-size: 15px; 
    font-weight: bold; 
    text-transform: uppercase; 
    margin: 0px 0px 10px 0px;
}
.fullSection a, .wideSection a, .narrowSection a
{
    text-decoration: none;
}
.fullSection a:hover, .wideSection a:hover, .narrowSection a:hover
{
    text-decoration: underline;
}

#marketNavigation
{
    width: 637px;
    height: 40px;
    background: url(../images/market-nav-bg.jpg) no-repeat center top;
}
#marketNavigation ul
{ 
    list-style: none; 
    width: 637px;
    height: 40px;
    margin: 0px 0px 0px 3px; 
    padding: 0px; 
}
#marketNavigation ul li
{
    float: left;
    display: block;
    height: 40px;
    margin: 0px;
    padding: 0px;
}
#marketNavigation ul li a.last
{
    background: none;
    padding: 8px 15px 0px 15px;
}
#marketNavigation ul li a
{
    display: block;
    height: 32px;
    padding: 8px 16px 0px 16px;
    margin: 0px;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
    background: url(../images/market-nav-bg-item.jpg) no-repeat right top;
}
#marketNavigation ul li a:hover
{
    color: #21755E;
    text-decoration: none;
}
#marketNavigation ul li a.selected
{
    color: #21755E;
    text-decoration: none;
    background: url(../images/market-nav-bg-hover.jpg) no-repeat center top;
    overflow: hidden;
}
#marketSections
{
    width: 637px;
    height: 150px;
    overflow: hidden;
}
#marketSections ul
{ 
    list-style: none; 
    width: 637px;
    height: 150px;
    margin: 0px; 
    padding: 0px; 
}
#marketSections ul li
{
    float: left;
    display: block;
    width: 637px;
    height: 135px;
    margin: 0px;
    padding: 10px 0px 5px 0px;
}
#marketSections ul li p
{
    margin: 0px 0px 5px 0px;
    padding: 0px;
    line-height: 18px;
}

