/* News List */

.sf_newsList
{
    margin: 0 0 -3px 0;
    padding: 0;
    list-style: none;
}
.sf_newsList li
{
    margin: 0 0px 0px 0;
    padding: 0;
    list-style-type: none;
}
.sf_newsList .sf_Header
{
    height: 29px;
    background: url(/Images/featureTop.gif) repeat-x;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.2em;
    
}
.sf_newsList .sf_Shadow
{
    /*width: 14px;
    background: url(/Images/featureShadow.gif) repeat-y;*/
}
.sf_newsList .sf_newsTitle a
{
    margin: 0px 0;
    padding: 0;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.2em;
    color: #1f7793;
    text-decoration: underline;
}
.sf_newsList .sf_newsDate
{
    font-size: .9em;
}
.sf_newsList .sf_newsSummary
{
}
.sf_newsList .sf_newsSummary img
{
    float: left;
    margin-right: 0px;
    margin-bottom: 0px;
}
.sf_newsList .sf_newsThumbnail
{
    margin: 0 5px 0 0;
}
.sf_newsThumbnail img
{
}
.sf_newsList .sf_readMore a
{
    font-family: Arial;
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: bold;
    color: #58595b;
}
/* News tag list */
dl.sf_newsTagList
{
}
dl.sf_newsTagList dt, dl.sf_newsTagList dd
{
    display: inline;
}
/* Pager */
ol.sf_pager
{
    margin: 10px 0;
    padding: 0;
    width: 100%;
    float: left;
    list-style: none;
    clear: both;
}
ol.sf_pager li
{
    margin: 0;
    padding: 0 10px 0 0;
    width: auto;
    float: left;
}
ol.sf_pager li a
{
    padding: 3px 5px;
}
ol.sf_pager li a[disabled="disabled"], ol.sf_pager li a.sf_PagerSelItem
{
    color: #666;
    text-decoration: none;
    cursor: default;
}