
#topLogo .logoTitle {
    margin: 30px 0px 2px 85px;
    text-transform: uppercase;
    font-size: 18px;
    display: block;
}

#topLogo .logoSubtitle {
    display: block;
    margin: 4px 0px 0px 85px;
    font-size: 14px;
    font-weight: normal;
}

#topSubNav a {
	background-color:#4e84ba;
	-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:#2a5385;
}


#promoContent h2 {
	color:#22293b;
}

#mainNav{
	margin-top: 0px;
}

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

#topSubNav{
	padding-top: 25px;
}