﻿#defaultPageContainer
{
    background-color: #000000;
}
#banner
{
    width: 100%;
    height: 300px;
    background-color: Transparent;
    margin-top: -10px;
}
#featuredContainer
{
    width: 100%;
    height: 250px;
    margin-top: 20px;
    background-image: url("../images/bgFeatured.jpg");
    background-repeat: no-repeat;
}
#news
{
    height: 40px;
    background: #000000;
    color: #FFFFFF;
    margin-top: 40px;
    font-weight: bold;
    font-size: 1.2em;
}
#news li
{
    list-style-type: circle;
    margin-left: 50px;
}
/*-----------------------------------------------------*/
#featured1
{
    float: left;
    width: 306px;
    margin-left: 10px;
    padding-right: 10px;
    height: 100%;
    background-color: Transparent;
    text-align: center;
}
#featured2
{
    float: left;
    height: 100%;
    width: 326px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: Transparent;
    text-align: center;
}
#featured3
{
    float: right;
    height: 100%;
    margin-right: 10px;
    padding-left: 10px;
    width: 306px;
    background-color: Transparent;
    text-align: center;
}
.itemName
{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #204394;
    letter-spacing: -1px;
}
.itemImg
{
    max-height: 140px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.itemDesc
{
}

#contentTopImage
{
    height: 0px!important;
    width: 100%;
    
}
#contentBottomImage
{
    height: 0px!important;
    width: 100%;
}
