﻿#FeaturedContent
{
    background-color:#0b2f50;
    height:356px;
    width:661px;
    overflow:hidden;
}
#FeaturedContentHeader
{
    width:100%;
    height:40px;
    font-weight:bold;
    font-family:"Berthold", Arial;
    font-size:19px;
    color:#fff;
    background-image:url(../images/sprite.jpg);
    background-repeat:no-repeat;
    background-position:-980px -55px;
    padding:15px 0 0 18px;
}
#FeaturedContentBody
{
    width:660px;
    height:300px;
    border:1px solid #2f4e6a;
    border-left:0;
    border-top:0;
    background-image:url(../images/spriteBgY.jpg);
    background-repeat:repeat-y;
}
.FeaturedContentItem
{
    float:left;
    width:282px;
    height:111px;
    margin:0 0 18px 17px;
    background-image:url(../Images/spriteBg.jpg);
    background-repeat:repeat-x;
    background-position:0 -141px;
    padding:11px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.FeaturedContentItemTitle
{
    float:left;
    width:283px;
    line-height:10px;
    margin-bottom:11px;
    font-size:12px;
    font-weight:bold;
    color:#000;
}
.FeaturedContentItemImage
{
    float:left;
    width:121px;
    height:89px;
    background-color:#666;
    overflow:hidden;
    margin-right:11px;
}
.FeaturedContentItemDesc
{
    float:left;
    width:150px;
    height:68px;
    overflow:hidden;
    margin-bottom:9px;
    font-size:11px;
    color:#333;
}
.FeaturedContentItemReadMore
{
    float:left;
}
.FeaturedContentItemReadMore a, .FeaturedContentItemReadMore a:visited
{
    font-size:10px;
    font-weight:bold;
    color:#004775;
}
.FeaturedContentItemReadMore a:hover
{
    color:#b99706;
}
