/*---- NEWS ----*/
	
	
/*---- NEWS LIST ----*/

ul.news {
	position: relative;
	margin: 0 0 .4em 0;
	/*border-top: 2px solid #D7E4ED;
	border-bottom: 2px solid #D7E4ED;*/
	padding-top: 0;
	padding-bottom: .4em;
	padding-left: 0;
	list-style-type: none;
	}
	
ul.news li {
	margin: 0 0 .5em 0;
	padding: 0 0 4px 0;
	line-height: 1.4em;
	font-size: .89em;
	}	
	
.news span {
	text-transform: uppercase;
	font-weight: bold;
	color: #111;
	font-size: .93em;
	}
	
.news a:visited span {
	color: #111;
	}	
	
.news a, 
.news a:visited {
	/*position: relative; */
	border-bottom: 1px solid #fff;
	text-decoration: none;
	font-weight: normal;
	color: #39f;
	/* display: inline;*/
	}
	
.news a:hover, 
.news a:visited:hover {
	border-bottom: 1px solid #39f;
	color: #111;
	}
	
.news b {
	position: relative;
	display: block;
	margin-bottom: 4px;
	border: 1px solid #d7e4ed;
	padding: 2px;
	background: #fff;
	/*line-height: 75px;*/
	width: 100%;
	}
	
.news a:hover b {
	border: 1px solid #39F;
	/*background: #D7E4ED;*/
	}	

.news IMG {
	display: block;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	background: #000;
	text-decoration: none;
	}
	
.news cite {
	}
	
.news h4 a {
	padding-bottom: 5px;
	}	
	
.news h4 a span {
	padding-top: 2px;
	padding-left: 22px;
	background: transparent url(../img/bg-arrow-right.png) no-repeat;
	background-position: left top;
	padding-bottom: 4px;
	font-weight: bold;
	color: #3CB8C7;
	}
	
.news h4 span {
	padding-top: 2px;
	padding-bottom: 4px;
	font-weight: normal;
	}	
	
.news h4 a:hover {
	background: transparent;
	}
	
.news h4 a:hover {
	border-bottom: 1px solid #b4ab84;
	}
	
.news p {
	font-size: .93em;
	}
	
p.archive {
	text-align: right;
	color: #B7B1A1;
	}

.archive a {
	border-bottom: 1px solid #EDECE8;
	text-transform: uppercase;
	font-weight: normal;
	font-size: .9em;
	color: #111;
	}
	
.archive a span {
	font-weight: bold;
	color: #3CB8C7;
	}	
	
.archive a:hover {
	border-bottom: 1px solid #3CB8C7;
	}