#article-list
{
	list-style-type: none;
	font-size:9px;
   margin-top: 10px;
}

	#article-list li
	{
		padding-bottom: 20px !important;	
		background: none !important; 
		padding-left: 0 !important;
      margin: 0 !important;
	}

	#article-list .article-date
	{
		margin-top: -2px !important;
		color: #5b5555;
		font-size: 9pt;	
	}
   
   #article-list .article-item-image
   {
      height: 80px;
      width: 80px;
      margin-right: 20px;
      overflow: hidden;
      float: left;
   }
   
   #article-list .article-item-blurb
   {
      width: 400px !important;
      min-height: 80px;
      float: left;
   }
   
   #article-list .read-more
   {
      display: block;
      width: 100px;
      padding-left: 10px;
      text-decoration: none;
      font-weight: bold;
      color: black;
      background-image: url(../images/menu_hover_indicator.png);
      background-repeat: no-repeat;
      background-position: 0px 3px;  
      padding-bottom: 20px;    
   }   

#articles-nav
{
	list-style-type: none;	
   float: right;
}

   #articles-nav li
   {
      float: left;
      background: none !important; 
      padding-left: 0 !important;
      margin: 0 !important;      
   }

	   #articles-nav li a
	   {
		   font-size: 9pt;
         color: black;
         font-size: 10pt;
         display: block;
         text-align: center;
         width: 20px;	
	   }
   
         #articles-nav li a.active
         {
            color: #860038;
            text-decoration: none;
            font-weight: bold;
         }
	
	      #articles-nav li a.back
	      {
            text-decoration: none;
            background: url('../images/triangle_bk.gif') 0 1px no-repeat;	
	      }
         
         #articles-nav li a.forward
         {
            text-decoration: none;
            background: url('../images/triangle.gif') 0 1px no-repeat;   
         }         
	
	#articles-nav li.articles-next
	{
		float: right;	
		background: none; 
		padding-left: 0;		
	}
	
#article .article-date
{
	color: #5b5555;
	font-size: 9pt;
}

#article img
{
	padding: 0 10px 10px 0;
}		
