#headerLogo img {
	display: block;
	float: right;
	height: 51px;
	width: 95px;
	margin: 0 0 5px 0;
}
#headerMessage {
	float: left;
	width: 950px;
	margin: 0;
	height: 63px;
	background-color: #FAF4E4;
	/* clear: both; */
}

#headerMessage h1 {
	font-size : 26px;
	font-weight: bold;
	line-height: 28px;
	width: 500px;
	color : #E2000E;
	margin: 19px 0 16px 28px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

/* utility nav links */
#utilityNav {
	float: right;
	margin: 8px 28px 0 0;
}
#utilityNav a {
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	display: block;
	text-align: right;
}
#utilityNav a:link, #utilityNav a:visited {
	color: #000;
	text-decoration: none;
}
#utilityNav a:hover, #utilityNav a:active {
	color: #E2000E;
	text-decoration: none;
}
#utilityNav span {
	color: #666;
	padding: 0 6px;
}

/* top navigation */
#topNav {
	clear: both;
	background-color: #fff;
}
#topNav a {
	font-size: 9px;
	line-height: 14px;
	font-weight: normal;
	padding: 1px 12px 1px 0;
	text-align: center;
	border-right: 1px solid #fff;
	/* display:table-cell; */ /* needed for FF */
	/* display:inline-block; */
	display: block;
	float: left;
	text-transform: uppercase;
}
#topNav a:link, #topNav a:visited {
	text-decoration: none;
	color: #000;
}
#topNav a:hover, #topNav a:active {
	text-decoration: none;
	color: #E2000E;
}
#topNav a.selected {
	color: #E2000E;
}
#topNav a.lastItem {
	border-right: 0 !important;
	float: none;
	text-align: left;
   text-indent: 15px;
}
