/* Emcy banner style */
/* created by KL */
#unthsc-banner-posi-fixed{
	color: #9A3E3C; 
	text-align: center; 
	background-color: #f2dede; 
	height:auto; 
	width: 100%; 
	position: fixed; 
	z-index: 3000;
	top: 0px;
}
#unthsc-banner-posi-absol{
	color: #9A3E3C; 
	text-align: center; 
	background-color: #f2dede; 
	height:auto; 
	width: 100%;
	top: 0px;
	opacity: 0;
}
.unthsc-banner-title{
	margin-top: 0; 
	padding-top: 7px; 
	font-size: 28px; 
	font-weight: 300;
}
.unthsc-banner-content{
	margin-bottom: 0; 
	font-size: 14px;
	padding: 0px 25px 7px 25px;
}
p.unthsc-banner-content a{
		color: #253746;
		text-decoration: underline;
}

p.unthsc-banner-content {
	padding: 12px;
}

