div.rss-pagination-wrapper
{
width               : 699px;
display             : block;
overflow            : hidden;
border-bottom       : 1px solid #00A5CC;
}

/* RSS */

p.rss-feed
{
display             : block;
float               : left;
width               : 200px;
background-image    : url(../images/generic/rss.gif);
background-repeat   : no-repeat;
background-position : 10px 8px;
margin              : 0px 0px 0px 0px;
padding             : 0px 0px 2px 32px;
font-size           : 75%;
font-weight         : normal;
color               : #666;
line-height         : 35px;
}

p.rss-feed a
{
font-weight         : normal;
color               : #666;
text-decoration     : underline;
}

p.rss-feed a:hover
{
font-weight         : normal;
color               : #00A5CC;  
text-decoration     : underline; 
}


/* news-item */

div.news-item
{
width               : 699px;
overflow            : hidden;
margin              : 0px;
padding             : 15px 0px 0px 0px;
border-bottom       : 1px solid #00A5CC;
}

div.news-item div.images
{
display             : block;
float               : left;
width               : 140px;
overflow            : hidden;
padding             : 0px 20px 0px 0px;
margin-bottom:15px;
}

/*
div.news-item div.images div.overlay
{
position            : absolute;
z-index             : 100;
padding             : 92px 0px 0px 0px
}

div.news-item div.images div.overlay a
{
background-color    : #000;
color               : #FFF;
font-size           : 70%;
line-height         : 18px;
display             : block;
text-decoration     : none;
padding             : 0px 8px 0px 8px;
}*/

div.news-item div.images a
{
text-decoration		: none;
}

div.news-item div.images a img
{
border              : 1px solid #CCC;
}

div.news-item div.images span
{
display				: block;
background-color	: #666;
color				: #FFF;
font-size			: 0.7em;
padding-left		: 6px;
line-height			: 18px;
width				: 40px;
position			: relative;
margin-top			: -18px;
cursor				: pointer;
border-top          : 1px solid #999;
border-right        : 1px solid #999;
text-decoration     : none;
}



div.news-item div.copy
{
display             : block;
float               : left;
width               : 389px;
overflow            : hidden;
padding             : 0px 130px 0px 0px;
}

div.page-content#news h4
{
background-image    : none;
background-color    : #FFF;
margin              : 0px 0px 10px 0px;
padding             : 0px;
font-size           : 80%;
font-weight         : bold;
color               : #00A5CC;
line-height         : 16px;
}

div.page-content#news h4 span
{
color               : #00A5CC;
}

div.news-item div.copy p
{
margin              : 0px 0px 15px 0px;
padding             : 0px;
font-size           : 75%;
font-weight         : normal;
color               : #666;
line-height         : 18px;
}

div.news-item div.copy p a
{
color               : #666;
text-decoration     : underline;
}

div.news-item div.copy ul
{
list-style-type     : none;
margin              : 0px;
padding             : 0px;
}

div.news-item div.copy ul li
{
padding             : 0px 0px 0px 15px;
margin              : 0px 0px 15px 0px;
background-image    : url(../images/generic/icon_nav_blue.gif);
background-repeat   : no-repeat;
background-position : 0px 4px;
font-size           : 75%;
color               : #666;
line-height         : 18px;
}



div.news-item div.copy p a:hover
{
color               : #00A5CC;
text-decoration     : underline;
}

