/* CSS Document */

/*News Pages Styles

#newsDetailWithPic{
	width: 714px;
	padding:10px;
	margin-left: -9px;
	margin-right:175px;
	background-color: #fff;
	color: #999;
}
*/
#newsContainer{
	margin:auto;
	width:630px;
	background-color:#FFF;
	display:block;
}

#newsItem {
	width:100%;
	
	margin-bottom: 20px;
	color: #999;
	background-color:#fff;
}
.newsHeadline{
	clear:both;
	margin-bottom: 3px;	
}

#newsTextBlock {
	width: 320px;
	margin-left: 10px;	
	float:left;
	background-color:#fff;
}
#newsImage {	
	width: 160px;
	float:left;
	background-color:#fff;
}


#newsTextNoImage {
	width: 91%;
}
.newsHead{
	font-size: 11px;
	color: #999;
	font-weight: bold;
	margin-bottom:4px;
}	


#newsImageDetail {	
	width: 300px;
	float:left;
	background-color:#fff;
}
#newsTextBlockDetail {
	width: 235px;
	margin-left: 15px;	
	float:left;
	background-color:#fff;
}

/*
#newsItem img  {
	border: 1px double #CCCCCC;
	float: left;
	margin-left:0px;
	margin-right:10px;
	margin-bottom:10px;
}
*/

/*
.newsHead2{
	font-size: 12px;
	font-weight: bold;
	color: #5F5E3F;
	text-decoration: underline;
}
*/
.newsSub{
	font-size: 11px;
	font-weight: bold;

}

.newsSub2{
	font-size: 10px;
	font-weight: bold;
}

.newsAdded{
	font-size: 10px;
	color:#999;
}
#fileList{
	padding:5px;
	color: #828059;
	border: 1px dashed #828059;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	clear:both;
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align: middle;
}

#fileListEmpty{
	margin: 5px 0px;
	clear:both;
}
#fileList table{
	margin-left: 20px;	
}

#fileList  a, #fileList  a:visited{
	display: block;
	text-decoration: underline;
	padding: 4px 4px;
	background: #A09F6F;
	color: #003366;
}
#fileList  a:hover, #fileList  a:active, #fileList  a:focus {
	background-color: #000000;
	color: #000000;
	letter-spacing: 0.01px;
}

.dashed{
	height:16px;
	clear:both;
	margin:8px auto auto;
	background: url(../intImages/newsDivider.png) repeat-x;
	/*background-color:#CCFF99;*/
	
}

/* Styling for image on news detail page */
.imgStyle2{
	border-top-width: 2px;
	border-right-width: 10px;
	border-bottom-width: 7px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/*horizontal news/*
/*#horizontalNews {
	width: 100%;
	background-color: #FFFF66;
	height: 260px;
}*/


#hContainer {
	width:925px;
	margin-left:55px;
}

#hContainer .thfloat2 {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	float: left;
	width: 152px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 2px;
	margin-left: 0px;
  }
#hContainer .imgContainer{
	margin:auto;
	width:150px;
	text-align:center;
	height:100px;
	padding-top:2px;
	padding-bottom:2px;
}


#hContainer .txtContainer{
	/*padding-top: 6px;*/
	text-align:left;
	margin:auto;
	width:150px;
	color: #999;
}
#hContainer .thfloat2  a{
	color: #336699;
	text-decoration:none;
}
#hContainer .thfloat2  a:hover{
	thumbsContainer: #fff;
	background: #999999;
}
#hContainer .thfloat2  a:visited{
	color: #666;
	text-decoration:none;
}

