/* NEWS STYLES
*******************************************************************************

NEWS LIST
----------------------------------------------------------------------------- */
.news-list { clear: both; }
.news-list ul.news {
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
	/*width: 350px;*/
	}
.news-list ul.news li {
	background-image: none !important;
	color: #555555;
	margin: 8px 0 0 0;
	padding: 0 0 20px 0;
	border: 0px solid #DEDCD0;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	clear: both;
	}
.news-list ul.news li p { display: block; }
.news-list ul.news li * {
	background-image: none;
	margin: 0;
	padding: 0;
	}
.news-list ul.news h4,
.news-list ul.news h5,
.news-list ul.news h6 {
	font-size: 1em;
	/*	display: inline; */
	padding-right: 0.4em;
	}
	
/* headline version mod */
.news-list ul.news h4.hl { padding-top: 8px; }
/* end mod */

.news-list ul.news h5,
.news-list ul.news h6 {
	font-weight: normal;
	font-size: 0.91em;
	float: none; 
	}

.news-list ul.news h6 { color: #666; }
.news-list ul.news p { /*display: inline; */}
.news-list ul.news ul { }
.news-list ul.news ul li { }
.news-list ul.news ol { }
.news-list ul.news ol li { }
/*.news-list .news .readmore { position: absolute; } this causes issues */

ul.gen-news li a.readmore {
	position: absolute;
	padding-left: 4px;
	}

.news-list .news a.readmore,
ul.gen-news li a.readmore {
	background: url(/images/news/read-more.jpg) no-repeat;
	text-indent: -3000px;
	line-height: normal;
	margin: 4px 0 5px 0;
	padding: 0 0 -5px 0;
	width: 58px;
	height: 9px;
	display: block;
	outline: none;
	}

.news-list .news a.readmore:hover,
ul.gen-news li a.readmore:hover { background-position: 0 -28px; }
.news-list .news .thumb {
	float: right;
	margin: 2px 5px 5px 0px;
	
/* background: url(/images/news/img-border-top.jpg) no-repeat;
	clear: left; */
	}
.news-list .news .thumb a{ background-color: transparent; }
.news-list .news .thumb img {
	
/* background: url(/images/news/img-border-bottom.jpg) no-repeat left bottom; */
	padding: 3px;
	border:1px solid #D1CFCA;}

ul.gen-news .thumb2 img {
	background: url(/images/news/img-border-bottom.jpg) no-repeat left bottom;
	padding: 5px;
	float: left;
	}

	
	
/* NEWS DETAIL
----------------------------------------------------------------------------- */


/* WYSIWYG Editor Correction */
.news-detail blockquote {
	background: none;
	border: none;
	margin: 10px;
	}

.news-detail ul { list-style-type: circle; }

.news-detail ul li {
	background: none;
	padding-left: 0;
	}

ul.gen-news {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	}

ul.gen-news li {
	margin: 0;
	padding: 0;
	background-image: none;
	}

dl.newspicright {
	float: right;
	margin: 0 0 0 10px;
	width: 264px;
	}

dl.newsfile a {
	float: right;
	margin: 3px 0 0 10px;
	padding: 5px;
	border: 1px solid #D1CFCA;
	width: 254px;
	display: block;
	background-position: 230px center;
	}

dl.newspicleft {
	float: left;
	margin: 0 10px 0 0;
	width: 264px;
	}
