﻿/* News List */
.sf_newsList
{
    color: #333333;
    list-style: none;
    background-color: #EBECCD;
    padding-top: 10px !important;
}
.sf_newsList li
{
	margin:0px !important;
	list-style-type: none;
}

.sf_newsList h2.sf_newsTitle
{	
	background:url(newsbullet.jpg) no-repeat top left;
	margin:0px !important;
	padding: 0px !important;
	font-size: 1em !important;
	font-weight: normal !important;
	line-height: 1.2em !important;	
	width:190px;
}
.sf_newsList p
{
    position:relative;
    left:12px;
    width:177px;
}
.sf_readMore
{
    position:relative !important;
    left:0px !important;
}
.sf_newsList a
{
   color:#880000;
   text-decoration:none;
   position:relative;
   left:12px;
   top:-5px;    
}
a:hover{text-decoration:underline;}
.sf_newsList .sf_newsDate {	font-size: .9em;}
.sf_newsList .sf_newsSummary img {	float: left;}
.sf_newsAuthor{    display:none;}
.sf_postCategory{    display:none;}
.sf_postTags{    display:none;}
.sf_postBookmark{    display:none;}
.sf_back{    padding-bottom:5px !important;}