/* Account Bar
/* -------------------------------------------------------------------- */

#accountBar {
	margin-top: .5em;
	padding: 0 5px;
	font-size: .8em;
	text-align: right;
}
#accountBar #naMsg {
	text-align: left;
	float: left;
}
#accountBar a {
	text-decoration: none;
	color: #000;
}
#accountBar a:hover {
	text-decoration: underline;
}
#accountBar label {
	font-size: 1em;
}
#accountBar form input#globalSearchPhrase {
	margin-top: 0em;
	font-size: .85em;
	height: 1.4em;
	padding: 0 .3em;
	border: 1px solid #aaa;
	background: #f8f8f8 url("/images/background/form_input_txt.gif") 0 0 repeat-x;
}

/* Navigation
/* -------------------------------------------------------------------- */

#pageNavWrap {
	position: relative;
	padding-top: 5.65em;
}

#topPull {
	position: absolute;
	top: 0;
	width: 979px;
	margin: 0 -1px;
	left: 5px; /* .page padding */
}

#nav {
	margin-top: .35em;
	font-size: .85em;
	height: 4.8em;
	position: relative;
	background: url('/images/background/main-bg-sprite.png') 0 -182px;
	height:47px;
	z-index: 1002; /* one more than full menu, two more than pageShield */
}
#naPhoneNum {
	font-size: .8em;
	right: 0;
	padding-right: 5px;
	line-height: 1em;
	bottom: -1.1em;
	position: absolute;
}
#logo {
	display: block;
	top: 10px;
	left: 10px;
	position: absolute;
	text-indent: -1000px;
	overflow: hidden;
	width: 150px;
	height: 26px;
	color: #fff;
}
#nav ul.siteNav {
	float: 		right;
	margin: 	9px 9px 0 0;
}
#nav ul.siteNav li {
	position: relative;
	float: left;
	list-style: none;
	z-index: 200;
}
#nav ul.siteNav li a {
	float: left;
	padding: 8px 0 0 0;
	width: 82px;
	height: 19px;
	text-decoration: none;
	text-align: center;
	background:	none;
	font-weight: bold;
	font-variant: small-caps;
	color: #fff;
}

/* Drop Downs */

#nav ul.siteNav li ul {
	display: none;
	position: absolute;
	top: 19px;
	right: 0;
	padding: 9px 0;
	margin: 0;
	width: 123px;
	background: url("/images/background/main-bg-sprite.png") -988px 0 no-repeat;
	border-bottom: 1px solid #000;
	z-index: 200;
	line-height: 1.1em;
}
#nav ul.siteNav li.fauxHover ul {
	display: block;
}
#nav ul.siteNav li ul li {
	display: block;
	float: none;
	padding: 0;
	margin: .7em 10px 0 10px;
}
#nav ul.siteNav li ul li a {
	text-align: left;
	display: block;
	float: none;
	padding: 0;
	margin: 0;
	height: auto;
	width: auto;
	font-size: .9em;
	font-variant: normal;
	background: none;
}
#nav ul.siteNav li ul li a:hover { text-decoration: underline; }
#nav ul.siteNav li.active a,
#nav ul.siteNav li.fauxHover a { background: url("/images/background/main-bg-sprite.png") -906px -32px repeat-x; }
#nav ul.siteNav li.fauxHover ul li a { background: none; }



/* FULL NAV
/* -------------------------------------------------------------------- */

#viewFullMenu {
	display: none;
	position: absolute;
	padding: 0 0 4px 0;
	top: 17px;
	left: 178px;
	font-size: .85em;
	color: #8f8f8f;
	font-weight: bold;
	cursor: pointer;
}
#nav:hover #viewFullMenu,
#nav.open #viewFullMenu {
	display: block;
}
#viewFullMenu:hover {
	color:#fff;
}
#viewFullMenu .arrow {
	position: absolute;
	display: block;
	width: 5px;
	height: 3px;
	left: 50%;
	bottom: 0;
	margin-left: -2px;
	background: url('/images/background/main-bg-sprite.png') -237px -117px no-repeat;
}
#viewFullMenu.up .arrow {
	background: url('/images/background/main-bg-sprite.png') -226px -117px no-repeat;
}

#fullMenuCont {
	margin-top: -4px;
	position: absolute;
	width: 100%;
	background: url("/images/background/full-nav-bottom-shadow.png") repeat-x scroll 0 0 #212121;
	z-index: 1001; /* one more than pageShield */
	height: 0;
}
#fullMenuCont .shaddow {
	position: absolute;
	width: 100%;
	bottom: -31px;
	float: left;
	height: 30px;
	border-top: 1px solid #363636;
	background: url("/images/background/full-nav-bottom-shadow.png") 0 0 repeat-x;
}
#fullMenu {
	color: #fff;
	margin-top: 2em;
	margin-bottom: 2.5em;
	background: url('/images/background/full-nav-lines.gif') 18px 0 repeat-y;
	padding: 0 18px;
}

#fullMenu .sectionCont {
	margin-top: 2em;
	padding-top: 2em;
	padding-right: 18px;
	float: left;
	width: 222px;
	border-top: 1px solid #4d4d4d;
}
#fullMenu .sectionCont.rowEnd {
	padding-right: 0;
}
#fullMenu .sectionCont.top {
	padding-top: 0;
	margin-top: 0;
	border-top: 0;
}
#fullMenu a {
	color: #fff;
}
#fullMenu a.title {
	font-size: 1.1em;
	display: block;
	padding-bottom: .15em;
}
#fullMenu ul {
	list-style: none;
	font-size: .85em;
	padding: 0;
}
#fullMenu ul li {
	margin-top: .5em;
}

/* SPECIAL DL IMAGE/LINK */

#fullMenu #menuSpecialDL {
	padding-top: 2px;
	padding-left: 56px;
	display: block;
	height: 27px;
	background: url('/images/icons/dual-logos.png') 0 0 no-repeat;
}

/* HIGHLIGHT */

#fullMenu .hilite {
	color: #50a1d9;
}
