

/* ------------------------------------------------------------------- UTILITIES */

.headerArea {font-size: 1.1em;  position: relative; height: 100px; }
ul.utilities { position: absolute; right: 0; top: 0; list-style: none; }
ul.utilities li { float: left; position: relative; height: 20px; padding: 10px 0 0 0; font-weight: bold; background: url("../images/header/bg_utilities.gif") 100% 0% no-repeat; }
ul.utilities p { 
	position: absolute; display: none; left: 0; top: 30px; width: 105px; height: 33px; padding: 15px 10px 0 10px; 
	background: url("../images/header/bg_tooltip.gif") 0% 0% no-repeat; 
	color: #fff; font-weight: normal;
}

ul.utilities li.header_print { padding: 5px 0 0 10px; background: none; }
ul.utilities li.header_print a, ul.utilities li.header_print a:visited { 
	display: block; width: 105px; height: 20px; padding: 0; overflow: hidden; line-height: 50px;
	background: url("../images/header/but_print_off.gif") 0% 0% no-repeat; 
}
ul.utilities li.header_print a:hover { background: url("../images/header/but_print_on.gif") 0% 0% no-repeat; }  

ul.utilities li.header_font { margin: 5px 0 0 10px; padding: 3px 0 0 65px; background: none; width: 40px; height: 17px; background: url("../images/header/bg_fontToggle.gif") 0% 0% no-repeat; }
ul.utilities li.header_font a, ul.utilities li.header_font a:visited { display: block; width: 17px; height: 14px; padding: 0; overflow: hidden; line-height: 50px; float: left; }
ul.utilities li.header_font a.font_inc { background: url("../images/header/but_font_more.gif") 0% 0% no-repeat; }
ul.utilities li.header_font a.font_dec { background: url("../images/header/but_font_less.gif") 0% 0% no-repeat; }

ul.utilities li a, ul.utilities li a:visited {
	color: #bfbfbf; text-decoration: none;  padding: 0 20px;
}
ul.utilities li a:hover { color: #fff; }
a.header_home { background: url("../images/header/img_home.gif") 0% 50% no-repeat; }

img.logo { margin: 4px 0 0 5px } 


/* ------------------------------------------------------------------- PRIMARY NAVIGATION + FLASH AREA */

.navBanner { width: 960px; padding: 2px 0; }
.homeBanner { background: url("../images/header/bg_navAndFlash.gif") 0% 0% no-repeat;  } /* BG for HOMEPAGE */
.subBanner { background: url("../images/header/bg_navAndFlash_sub.gif") 0% 0% no-repeat;  } /* BG for SUBPAGES */

.primaryNav {
	width: 956px; height: 51px; margin:  0 2px; 
	background: url("../images/header/bg_primaryNav.gif") 0% 0% no-repeat;
}
.primaryNav ul { list-style: none; margin: 0 0 0 40px; }
.primaryNav li { float: left; font-size: 1.2em; color: #111; margin: 5px 0; height: 37px; background: url("../images/header/bg_primaryNav_sep.gif") 100% 0% no-repeat; }
.primaryNav li.last {background: none;}
.primaryNav a, .primaryNav a:visited { display: block; padding: 12px 50px; width: auto; color: #fff; text-decoration: none; font-weight: bold; }
.primaryNav a:hover { color: #cf9c4b; }

#homeFlash { width: 950px; height: 270px; margin: 2px 5px 5px 5px; background: url("../flash/flatV.jpg") 0% 0% no-repeat; }
#subFlash { width: 950px; height: 190px; margin: 2px 5px 5px 5px; /*background: url("../flash/sub_flatV.jpg") 0% 0% no-repeat;*/ }
