/*---------------------------------		Start: Header Positioning   -------------------------------------------*/ 
#masthead{
	display:block;
	height:90px;
	position:relative;
	width:990px;
	z-index:1;
	float: left;
}
#masthead h2, #masthead h3 {
	padding:0;
}

#masthead h3 {
	position:absolute;
	right:12px;
	top:0;
	z-index:1;
} 
/*---------------------------------		End: Header Positioning   -------------------------------------------*/ 

/*---------------------------------		Start: Main Top Navigation   -------------------------------------------*/ 
#masthead #main-nav {
	left:263px;
	position:absolute;
	top:55px;
	z-index:2;
}
 
.line {
	border-bottom:2px solid #ff6929;
}
/* The outermost container of the Menu Bar, an auto width box with no margin or padding */

ul.MenuBarHorizontal {
	margin: 0;
	margin-top: 6px; /*moves the nav menu lower*/
	list-style-type: none; 
	cursor: default;
	width: auto;
}
/* font size for navigation menu bar */

a.menuItem {
	font-size: 18px; 
	font-weight: 400;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */

ul.MenuBarActive {
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li { 
	letter-spacing:-0.3px; 
	margin-right: 18px;
	padding: 0;
	list-style-type: none; 
	position: relative;
	text-align: left;
	cursor: pointer;
	width: auto;
	float: left;  
	font-size:12px;
	font-family: Verdana, Segoe, Sans-Serif;
	
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul {
	margin: 0;
	padding: 0;
	top:28px;
	list-style-type: none;
	font-size: 97%;
	font-weight:bold;
	z-index: 1020;
	cursor: default;
	width: 180px;
	position: absolute;
	left: -1000em; 
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */

ul.MenuBarHorizontal ul.MenuBarSubmenuVisible {
	background-color:#FFFFFF;
	left: auto; 
}
/* Menu item containers are same fixed width as parent */

ul.MenuBarHorizontal ul li {
	width: 180px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */

ul.MenuBarHorizontal ul ul {
	position: absolute;
	margin: -1% 0 0 98%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */

ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible {
	left: auto;
	top: 0;
}
/* Submenu containers have borders on all sides and position the submenu */

ul.MenuBarHorizontal ul {
	border: 1px solid #ddd;
	margin-top:0; 
}
*ul.MenuBarHorizontal ul {
	margin-top:1px;
}
/* Menu items are a light gray block with padding and no text decoration */

ul.MenuBarHorizontal a {
	display: block;
	cursor: pointer; 
	color: #8a7163;
	text-decoration: none;
		padding: 0px;
}

ul.MenuBarHorizontal li ul li a{padding:3px 3px 3px 5px;}
/* Menu items that have mouse over or focus have a brown background and white text */

ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus { 
	color: #ad9e96; 
}

/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover ul li{
	background:black;
}
ul.MenuBarHorizontal li ul li a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible {
	background-color: #8a7163;
	color: #FFF; 
}

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */



ul.MenuBarHorizontal a.MenuBarItemSubmenu {
	background: url(/images/navMenu/submenuArrow.gif) no-repeat right 65%;
	padding-right:10px;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */

ul.MenuBarHorizontal ul a.MenuBarItemSubmenu {
	background-image: url(/images/navMenu/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 98% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */

ul.MenuBarHorizontal a.MenuBarItemSubmenuHover {
	background: url(/images/navMenu/submenuArrowHover.gif) no-repeat right 65%; 
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */

ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover {
	background-image: url(/images/navMenu/submenuArrowRightHover.gif);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	border-bottom:2px #ccc solid;
}
/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */

ul.MenuBarHorizontal iframe {
	position: absolute;
	z-index: 1010;
}



/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */

@media screen, projection {
ul.MenuBarHorizontal li.MenuBarItemIE {
	display: inline;
	f\loat: left;
	background: #FFF;
}
} 
/*---------------------------------		End: Main Top Navigation    -------------------------------------------*/

/*---------------------------------		Start: Right Side Top Navigation   -------------------------------------------*/ 
ul.n2{
	display:block;
	font-family: Verdana, Segoe, Sans-Serif;   
	height:30px;
	left:420px;
	position:absolute;
	top:11px;
	white-space:nowrap;
	width:290px; 
}
ul.n2 li {
	display:block;
	float:right;
	height:17px;
	padding:0;
}
ul.n2 a{color: #8f7e78;text-decoration:none;font-weight:600;font-size:12px;letter-spacing:-0.5px}
ul.n2 a:hover{color:#ad9e96;}

#masthead #main-nav strong {
	background-image: none;
	width: auto;
}

#masthead #main-nav .n2 li a, #masthead .n2 li strong { 
	display:block;
	float:left; 
	padding-left:3px; 
	padding-right:3px;
}
/*---------------------------------		 End: Right Side Top Navigation   -------------------------------------------*/    


/* ------------------- Site Selector ----------------*/

#siteSelector{
	display:block; 
	color:#8F7E78;
	font-family:Verdana,Segoe,Sans-Serif; 
	font-size:12px;
	font-weight:600;	
	height:18px; 
	position:absolute; 
	right:20px;
	text-align:right; 
	top:45px; 
	white-space:nowrap; 
	width:290px;
	z-index:100;
}
#siteSelector span, #siteSelector a{ color:#8F7E78;}
#siteSelector:hover a{
	color:#8F7E78;
	-moz-opacity:.60; 
	-khtml-opacity: 0.5;
	filter:alpha(opacity=60); 
	opacity:.60;
}
#siteSelector:hover a:hover{
	-moz-opacity:1.0; 
	-khtml-opacity: 1.0;
	filter:alpha(opacity=100); 
	opacity:1.0;
}


/* ------------------- Social Links R8 ----------------*/
#socialLinks{
	display:block; 
	height:18px; 
	position:absolute; 
	right:20px;
	text-align:right; 
	top:25px; 
	white-space:nowrap; 
	width:290px;
	z-index:100;	
}
/*---------------------------------		Start: Header Positioning R8  -------------------------------------------*/ 
#masthead2{
	display:block;
	height:75px;
	position:relative;
	width:990px;
	z-index:1;
	float: left;
}
#masthead2 h2 {
	padding-left:20px;
}
#masthead2 #main-nav {
	left:263px;
	position:absolute;
	top:50px;
	z-index:2;
}
#masthead2 #main-nav strong {
	background-image: none;
	width: auto;
}

#masthead2 #main-nav .n2R8 li a, #masthead .n2R8 li strong { 
	display:block;
	float:left; 
	padding-left:3px; 
	padding-right:3px;
}
ul.n2R8{
	display:block;
	font-family: Verdana, Segoe, Sans-Serif;   
	height:30px;
	left:380px;
	position:absolute;
	top:1px;
	white-space:nowrap;
	width:290px; 
}
ul.n2R8 li {
	display:block;
	float:right;
	height:17px;
	padding:0;
}
ul.n2R8 a{color: #8f7e78;text-decoration:none;font-weight:600;font-size:12px;letter-spacing:-0.5px}
ul.n2R8 a:hover{color:#ad9e96;}

