@charset "utf-8";
/* CSS Document */
.clear {
	clear:both;	
}


#uny-footer {
	display:block;
	padding:10px;
	margin:0 9px;
	background-color:#171717;
	clear:both;
	color:#666;
}
#uny-footer .left {
	float:left;	
}
#uny-footer .right {
	float:right;	
}
#uny-footer h3 {
	color:#f99633;	
}

#uny-footer ul, #uny-footer ul li, #uny-footer a {
	color:#949494;
	font-size:12px;
	text-decoration:none;
}
#uny-footer a:hover {
	color:#c60;
	text-decoration:underline;
}

#uny-footer ul {
	display:block;
	margin:0;
	padding:0;
	list-style:none;
	text-align:left;
}
#uny-footer ul li {
	display:block;
	margin-bottom:8px;
}

#unyFooterRight {
	width:44%;
	float:right;	
}
#unyFooterRight ul {
	display:block;
	width:50%;
	float:left;
	text-align:left;
}

#unyFooterLeft {
	float:left;
	width:50%;
}

.hr {
	height:2px;
	overflow:hidden;
	background:#111;
	margin:10px 0;
}
.spotlight-list {
	width:50%;
	float:left;
}
