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

	
.mtv {
	width: 100%;
	position: relative;
	padding-top: 24px;
	}	
	
#contentAside .mtv a {
	position: relative;
	display: block;
	margin: auto;
	width: 168px;
	border-bottom: 1px solid #DDDAD2;
	padding-bottom: 50px;
	padding-top: 6px;
	background: transparent url(../img/bg-mtv.gif) no-repeat;
	background-position: right 0;
	letter-spacing: 1px;
	font-weight: normal;
	font-size: .8em;
	text-transform: uppercase;
	color: #3f3f3f;
	}
	
#contentAside  .mtv a:visited {
	color: #3f3f3f;
	}	
	
#contentAside .mtv a:hover {
	border-bottom: 0 none;
	color: #3CB8C7;
	}	
	
	
/*---- NEWS LIST ----*/

ul.news {
	position: relative;
	margin: 0 0 .4em 0;
	border-top: 1px solid #DBD8D0;
	border-bottom: 1px solid #DBD8D0;
	padding-top: .4em;
	padding-bottom: .4em;
	padding-left: 0;
	list-style-type: none;
	}
	
ul.news li {
	margin: 0 0 .4em 0;
	padding: 0;
	}	
	
.news span {
	text-transform: uppercase;
	font-weight: bold;
	color: #3CB8C7;
	}
	
.news a:visited span {
	color: #111;
	}	
	
.news a, 
.news a:visited {
	/*position: relative; */
	border-bottom: 1px solid #EDECE8;
	text-decoration: none;
	font-weight: normal;
	color: #111;
	/* display: inline;*/
	}
	
.news a:hover, 
.news a:visited:hover {
	border-bottom: 1px solid #3CB8C7;
	}
	
.news b {
	position: relative;
	display: block;
	margin-bottom: 3px;
	background: #fff;
	line-height: 75px;
	width: 100%;
	}

.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;
	}	
	
	
/*---- NEWSLETTER ----*/

#wrapperSectionContent #go {
	position: relative;
	float: right;
	background: #3f3f3f;
	line-height: 1.4em;
	padding: 3px;
	font-weight: bold;
	color: #fff;
	}
	
.boxDates {
	padding-top: .4em;
	padding-bottom: .6em;
	background: #FDF39A;
	}
	
.boxDates label {
	text-align: right;
	padding-right: .4em;
	color: #111;
	}
	
#wrapperSectionContent #contentMain p.success {
	border: 2px solid #f7de01;
	/*background: #FDF39A;*/
	padding: .4em;
	color: #111;
	}
	
#wrapperSectionContent #contentMain p.warning {
	border: 2px solid #f06;
	/*background: #FDF39A;*/
	padding: .4em;
	font-weight: bold;
	color: #111;
	}	
