.leftSide{padding-right: 20px;}
.lwPushDown{margin-top: 15px;}

/** EMPLOYERS [START] **/

#rcnLogo{margin-top: 10px;}

/**  EMPLOYERS [END]  **/

/** DEPARTMENTS [START] **/

#home-content .letterList{
	display: inline-block;
	background: #763775;
	list-style-type: none;
	margin: 5px 0;
	width: 100%;
}
#home-content .letterList li{
	float: left;
	padding: 10px;
	font-size: 2em;
	font-weight: bold;
}
#home-content .letterList li a{
	color: #FFF;
	text-decoration: none;
}
#home-content .letterList li a:hover{
	color: #FFBD07
}
#home-content .letterList li a:visited{
	color: #FFF;
}
#home-content .letterList li.inactive{
    color: #DDD;
}
#home-content .departmentInfo > h3{
	border-bottom: none;
	background: #441F49;
	color: #FFF;
	margin: 5px 0;
	padding: 0 5px;
}
#home-content .departmentInfo > h3:after{
	display: none;
}

/** DEPARTMENTS [END] **/