/* Add here all your CSS customizations */
aside ul.nav-list > li > a:hover,
aside ul.nav-list > li > a:focus {
    background-color: #eee;
}

aside ul.nav-list > li.active > a {
/*     background-color: #116fb5; */
    background-color: #0088cc;	
    color: #fff;
}
div.transbox {
    background-color: #000000;
   /*  border: 1px solid black; */
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
.semi-transp-caption {
        opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */		
}
#footer.only-copyright {
	padding-top: 0;
}

#footer.only-copyright .footer-copyright {
	margin-top: -5px;
}
div.news {
    text-align: justify;
    text-justify: inter-word;
}
h2.small {
	font-size: 2.2em;
	font-weight: 300;
	line-height: 12px;
	margin: 0 0 12px 0;
}
ul.nav-list.primary > li .nav {
    margin-left: 15px;
}