﻿/* News List Styles */
.news_container								{ width:315px; height:594px; float:left; border-bottom:#383c38 1px solid; background:#2a2e2c url(/images/content/homeNewsBG.gif) repeat-x 0px 43px; }
.news_header								{ width:316px; height:43px; background-image:url(/images/homepage/news_header.gif); }

.news_item									{ width:292px; height:150px; font-family:verdana; font-size:9pt; margin-left:auto; margin-right:auto; margin-top:10px; margin-bottom:20px; }
.news_item .news_headline					{ font-weight:bold; height:36px; overflow:hidden; color:#dcdcdc; }
.news_item .news_images						{ float:left; width:60px; height:94px; margin-right:5px; }
.news_item .news_content					{ height:102px; overflow:hidden; }
.news_item .news_date						{ float:left; }
.news_item .news_button						{ float:right; }
.news_seperator								{ width:292px; height:1px; margin-left:auto; margin-right:auto; background-image:url(/images/homepage/news_seperator.gif); background-repeat:no-repeat; }