#header img {
    display: block;
    margin: 0;
}
#headerLogo img {
    float: left;
    position: relative;
}
#headerMessage {
    float: right;
    position: relative;
    padding-right: 190px;
    width: 160px;
    height: 150px;
}

#topNav {
  background-color: #25367B;
  color: #fff;
  width: 800px;
  height: 27px;
  clear: both;
  padding: 4px 5px;
  overflow: hidden;
}
#topNav a {
	font-size: 14px;
	line-height: 14px;
	text-transform : uppercase;
	display: block;
	font-weight: normal;
	text-align: center;
	height: 15px;
	padding: 6px 8px;
	float: left;
	border-right: 1px solid #fff;
}
#topNav a:link, #topNav a:visited {
	text-decoration: none;
	color: #fff;
	background-color: #25367B;
}
#topNav a:hover, #topNav a:active, #topNav a:focus {
	text-decoration: none;
	color: #25367B;
	background-color: #fff;
}
#topNav a.lastItem {
	border-right: 1px solid #25367B;
}
#utilityNav {
        float: left;
        position: relative;
        padding: 10px 0;
}


