#headerLogo img {
	display: block;
	float: left;
	height: 41px;
	width: 300px;
	margin: 0 40px 0 0;
}

#headerMessage h2 {
        clear:left;
	font-size : 26px;
	font-weight: normal;
	line-height: 29px;
	letter-spacing: 1px;
	color : #000;
	margin: 0;
	padding: 5px 0;
        text-transform: lowercase;
}
#headerMessage h2 span {
	color: #f15d22;
}

/* utility nav links */
#utilityNav {
	margin: 0;
	text-align: right;
}
#utilityNav a {
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	display: inline;
}
#utilityNav a:link, #utilityNav a:visited {
	color: #4F4C4D;
	text-decoration: none;
}
#utilityNav a:hover, #utilityNav a:active {
	color: #f15d22;
	text-decoration: none;
}
#utilityNav span {
	color: #4F4C4D;
	padding: 0 6px;
}

/* top navigation */
#topNav {
	clear: both;
	background-color: #fff;
	border-top: 2px solid #f15d22;
	border-bottom: 2px solid #f15d22;
	height: 31px;
	padding-top: 6px;
}
#topNav a {
	font-size: 18px;
	line-height: 23px;
	font-weight: normal;
	padding: 1px 14px 1px 0;
	text-align: center;
	border-right: 1px solid #fff;
	/* display: block;
	float: left; */
	text-transform: capitalize;
}
#topNav a:link, #topNav a:visited {
	text-decoration: none;
	color: #4F4C4D;
}
#topNav a:hover, #topNav a:active {
	text-decoration: none;
	color: #f15d22;
}
#topNav a.selected {
	color: #f15d22;
}
#topNav a.lastItem {
	border-right: 0 !important;
	float: none;
}

/* popup menus */

div.popupMenu {
	z-index: 200;
	background-color: #f9f9f9;
	border-right: 1px solid #4F4C4D;
	border-left: 1px solid #4F4C4D;
	border-bottom: 0;
	border-top: 2px solid #f15d22;
        text-align: left;
        padding: 0px;
        margin-top: 10px;
}
div.popupMenu td {
        white-space: nowrap;
}
div.popupMenu a {
        border-bottom: 1px solid #4F4C4D;
	padding: 3px;
	font-size: 13px;
        display: block;
	z-index: 201;
	font-weight: normal;
}
div.popupMenu a:link,
div.popupMenu a:visited {
	color: #000;
	background-color: #f9f9f9;
	text-decoration: none;
}
div.popupMenu a:hover,
div.popupMenu a:active {
	background-color: #f15d22;
	color: #fff;
        text-decoration: none;
}
div.popupMenu a .nName {
        width: 80px;
        display:inline-block;
}
div.popupMenu a:link .nDesc,
div.popupMenu a:visited .nDesc {
	color: #f15d22;
}
div.popupMenu a:hover .nDesc,
div.popupMenu a:active .nDesc {
	color: #fff;
}