/* -- uncomment to show custom banner --
the banner should be named "custom-banner.jpg" and be inside the images folder*/

#banner {
	background-image:url(../images/custom-banner.jpg) !important;
	height:205px;
}


html, body {
    background-image:url(../images/background.jpg) !important;
    background-repeat:repeat;

}


#logo {
	visibility:hidden


}


#actionNavigation li a{
	font-size:14px;


}


#webName h2 a {
	display:none;

}





#mainContainer {
	background-image: url("../images/shadow.png")!important;
	background-color: #73B11E;


}


.leftNavContainer h4 a {
    background-image: url("../images/background-topics.png")!important;

}

.leftNavContainer h4 a {
	Color:#fff;

}

.leftNavContainer h4 a:hover {
	Color:#85D60C;

}

#navigation {
	display:none
}


#bc {
	display:none
}



/* slider Css */


.minimal-small .slideshow-controls {
	display:none
}


.minimal-small .navigation-arrows a {
	display:none
}


.minimal-small .navigation-buttons .buttons a {
	display:none
}


.content h2, .contentNR h2, .contentOpen h2, .contentNL h2 {

    color: #0E96AC;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -1px;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0

}

.content h2 {
    line-height:30px;
}


h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}


.newsItem h3 {

   font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}



.leftNavContainer h4 a.catOn {

    color:#85D60C;

}



#actionNavigation li a:hover {
    
    color:#922682;
}

.rightContent h4 {
    background-color: #952682;
}

/*----------------------------START of Home highlight----------------------------*/

#poster-highlight{
	overflow:auto;
	padding-bottom:10px;	
}


#poster-highlight h3{
	color:#f69c2c;
	font-size:18px;
	font-style:italic;
	
	
}

#poster-highlight a{
	float:left;
	margin-left:15px;
	
}


.highlight-1{
	display: block;
	width: 220px;
	height: 220px;
	background: url('../images/poster-highlight.jpg') bottom left;
	text-indent: -99999px;
	
}

.highlight-1:hover{
	background-position: 0 1px;
}

.highlight-2{
	display: block;
	width: 220px;
	height: 220px;
	background: url('../images/poster-highlight.jpg') bottom;
	text-indent: -99999px;
	
}

.highlight-2:hover{
	background-position: -254px 1px;
}

.highlight-3{
	display: block;
	width: 220px;
	height: 220px;
	background: url('../images/poster-highlight.jpg') bottom right;
	text-indent: -99999px;
	
}

.highlight-3:hover{
	background-position: 220px 1px;
}



/*----------------------------END of Home highlight----------------------------*/