﻿
/*-----------------*/

#RightWrapper .NewsFeedWrapper
{
    background: #f8f1df;
    margin:0 0 20px 0;
    padding:0 0 0 0;
    float:left;
    width:210px;
    display:inline;
    
}

#RightWrapper .NewsFeedTitle
{
    float:left;
    background: url(../../images/nav_hover.jpg) repeat-y;
    margin: 0 0 10px 0px;
    width:210px;
    display:inline;
}



#RightWrapper .NewsFeedTitleText
{
     color:#fff;
    float:left;
    width:188px;
    font-family: Trebuchet MS;
    font-size:16px;
    text-align:left;
    font-weight:bold;
    padding:3px 0 3px 5px;
  
}

#RightWrapper .NewsFeedTitleHR
{
   display:none;
}


#RightWrapper .NewsFeedList
{
  width:200px;
   padding: 0 0 0 10px;
   float:left;
}

#RightWrapper .NewsFeedTitleLink a
{
    color: #560000;
    text-decoration:none;
    font-size:13px;
    font-family:Arial;
    font-weight:bold;
}

#RightWrapper .NewsFeedDate
{
    color: #330000;
    float:right;
    font-family:Arial;
    font-size:12px;
    font-style:italic;
    margin: 5px 20px 0;
    
}

#RightWrapper .NewsFeedItem
{
    float:left;
    margin:0 0 20px 0;
    padding: 0 7px 0 0;
    width:190px;
}

#RightWrapper .NewsFeedShowAllItems
{
    float:right;
    color: #0066cc;
    margin:20px 15px 5px 0;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    width:160px;
}

#RightWrapper .NewsFeedShowAllItems a
{
    float:right;
    color: #560000;
}




/*---------------------------------------*/
#LeftWrapper .NewsFeedWrapper
{
    background: #f8f1df;
    margin:0 0 20px 0;
    padding:0 0 0 0;
    float:left;
    width:210px;
    display:inline;
    
}

#LeftWrapper .NewsFeedTitle
{
    float:left;
    background: url(../../images/nav_hover.jpg) repeat-y;
    margin: 0 0 10px 0px;
    width:210px;
    display:inline;
}



#LeftWrapper .NewsFeedTitleText
{
     color:#fff;
    float:left;
    width:188px;
    font-family: Trebuchet MS;
    font-size:16px;
    text-align:left;
    font-weight:bold;
    padding:3px 0 3px 5px;
  
}

#LeftWrapper .NewsFeedTitleHR
{
   display:none;
}


#LeftWrapper .NewsFeedList
{
   width:200px;
   padding: 0 0 0 10px;
   float:left;
}

#LeftWrapper .NewsFeedTitleLink a
{
    color: #560000;
    text-decoration:none;
    font-size:13px;
    font-family:Arial;
    font-weight:bold;
}

#LeftWrapper .NewsFeedDate
{
    color: #330000;
    float:right;
    font-family:Arial;
    font-size:12px;
    font-style:italic;
    margin: 5px 20px 0;
    
}

#LeftWrapper .NewsFeedItem
{
    float:left;
    margin:0 0 20px 0;
    padding: 0 7px 0 0;
    width:190px;
}

#LeftWrapper .NewsFeedShowAllItems
{
    float:right;
    color: #0066cc;
    margin:20px 15px 0;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    width:160px;
}

#LeftWrapper .NewsFeedShowAllItems a
{
    float:right;
    color: #560000;
}



#CenterWrapper .NewsFeedWrapper
{
    margin:  0 auto 10px auto;
    width:375px;
}

#CenterWrapper .NewsFeedTitle
{
   float:left;
   border-bottom:solid 1px #560000;
    margin: 0 0 5px 0;
    width:100%;
}


#CenterWrapper .NewsFeedTitleText
{

    color: #560000;
    float:left;
    font-family:Arial;
    font-weight:bold;
    font-size:18px;
}

#CenterWrapper .NewsFeedTitleHR
{
   display:none;
   
}


#CenterWrapper .NewsFeedList
{
    padding-top:5px;
   width:350px;
   float:left;
}

#CenterWrapper .NewsFeedTitleLink a
{
    color: #560000;
    text-decoration:none;
    font-size:13px;
    font-family:Arial;
    font-weight:bold;
}

#CenterWrapper .NewsFeedDate
{
    color: #330000;
    float:right;
    font-family:Arial;
    font-size:12px;
    font-style:italic;
    margin: 5px 20px 0;
    
}

#CenterWrapper .NewsFeedItem
{
    float:left;
    margin:0 0 20px 0;
    width:350px;
}

#CenterWrapper .NewsFeedShowAllItems a
{
    float:right;
    color: #560000;
    margin:20px 25px 0;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
}