/** Page/CMSTemplate specific styles 
 *  -------------------- */

/** LANDING **/
#landing .footer, .footer-small {
	height: 60px;
	background-image: url('../images/footer-bg.gif'); /* Use smaller footer graphic for home page */
}
#landing .footer .logo {
	top: 18px;
}
#landing .footer .nav-items {
	/*display: none; /* Don't show nav-items on the home landing page */
}
#landing .footer .footer-items {
	padding: 5px 0 0 0;
}


/** HOME **/
#Homepage h2.page-title {}
#Homepage h2 {
	font-size: 1.4em;
}
#Homepage .left-col {
	width: 380px; /* 400px */
	padding: 0 20px 0 0;
}
#Homepage .center-col {
	width: 280px;
}
#Homepage .news-item {
	border-bottom: 1px solid #EEE;
	margin: 0 0 15px 0;
}

 /** LANGUAGE SELECTION
  * ------------------- */
 .language-selection-wrapper {
	position: relative;
	top: -10px;
	width: 161px; /* 205px; */
	height: 176px; /* 220px; */
}

.language-selection {
	background: transparent url('../images/language-sel-bg.png') no-repeat top left;
	width: 100%; /* 205px; */
	height: 100%; /* 220px; */
	padding:22px;

}

.language-selection ul {
	margin-top: 5px;
	list-style: none;
}
.language-selection li {
	border-bottom: 1px solid #D44D6B;
	line-height: 0.5em;
	height: 30px;
	margin: 0;
	padding: 0;
}
 
.language-selection li.nb {
	border: none;
}


/** CONTACT US **/
ul.contactus {
	list-style: none;
}
