/* Start of CMSMS style sheet 'IDC - news' */
#footer{
	background: #fefcfb url(images/footer_home_bg.gif) top no-repeat;
	padding-top: 16px;
}
#newspod{
	width: 898px;
	margin: auto;
	background: url(images/news_bg.jpg) top right no-repeat;
    text-align: left;
    height: 220px;
}
#newspod #imageContainer{
   float: left;
   margin-right: 50px;
}
/*****Slide Show*****/
#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}

#imageContainer {
	position:relative;
	margin:auto;
	text-align: center;
        width: 268px;
        height: 220px;	
}
/*******************/
#newspod #news{
   margin-left: 350px;
   padding: 8px 0 8px 0;
}
#news ul{
   list-style: none;
   margin-top: 15px;
}
#news li{
   background: url(images/brown_arrow.png) top left no-repeat;
   padding-left: 20px;
   float: left;
   width: 200px;
   height: 80px;
   margin-right: 45px;
}
#news a{
   font-weight: bold;
   text-decoration: none;
   color: #473B29;
   font-size: 11px;
}
#news a:hover{text-decoration: underline;}
#news span.newsPostDate{
   color: #473B29;
   font-size: 10px;
   margin-left: 90px;
}
#news span.pdf{
  color: red;
  font-weight: bold;
}
#news p.more{
  float: right;
  margin-right: 50px;
  margin-top: -24px;
  color: #473B29;
  font-weight: bold;
}

/* End of 'IDC - news' */

