#topLogo .logoTitle , #topLogo .logoSubtitle {
	display:none;
}

#topSubNav a {
	background-color:#21337D;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#topSubNav a:hover {
	background-color:#F6A228;
	color: black;
}

#promoBlock{
	display: none;
}

#promoContent h2 {
	color:#22293b;
}

#mainNav{
	margin-top: 0px;
}

#topSubNav a {
	float:none;
	margin-bottom:10px;
}

#topSubNav{
	padding-top: 25px;
}