/*-------------------------------------------------------------------------

	Global Header Definitions

-------------------------------------------------------------------------*/
#header {
	position:relative;
	height:80px;
	width:100%;
	background-color: #020102;
	z-index:100;
}
#headerNav {
	position: relative;
	height: 80px;
	width:980px;
	margin:0 auto;
	background: #000;
}
#headerLogo {
	display:block;
	float:left;
	padding-top:23px;
	padding-left:18px;
}
#headerLogoTrigger {
	display:block;
	position: absolute;
	left: 15px;
	top: 0;
	width: 78px;
	height: 80px;
}
#logo-menu {
	position: absolute;
	top: 80px;
	left: 15px;
	width: 92px;
	height: 53px;
	margin: 0;
	padding: 0;
	background: transparent url(../img/cisco_menu_drop.png);
	list-style: none;
	border-radius: 0 0 6px 6px;
}
#logo-menu li {
	height: 21px;
	padding-left: 12px;
	padding-top: 5px;
}
#logo-menu li a {
	font-size: 11px;
	color: black;
	text-decoration: none;
}
#logo-menu li a:hover {
	color: #0A63A7;
}
#headerMenu {
	position:relative;
	float:right;
	padding-top:38px;
	margin-right:18px;
}
#headerMenu a {
	display: inline-block;
	zoom:1;
	width: 33px;
	height: 33px;
	background: transparent url(../img/sprite-sheet.png) no-repeat 100% -720px;
}
#headerMenu a:hover {
	background-position: 100% -800px;
}
#headerMenu a.question {
	background-position: 100% -560px;
}
#headerMenu a.question:hover {
	background-position: 100% -640px;
}
#headerMenu .hash-tag {
	display: block;
	float: left;
	color: #747474;
	font-size: 0.94em;
	margin: 0.25em 1em 0 0;
	line-height: 1.75em;
	border-right: 1px #535353 solid;
	padding-right: 1em;
	background: transparent;
	height: auto;
	width: auto;
}
#headerMenu .hash-tag:hover {
	text-decoration: underline;
}

/* help box */
#help-container {
	position: absolute;
	top: -180%;
	left: 0;
	width: 100%;
	padding: 1.25em 0;
	background: #000;
	z-index: -1;

	-webkit-transition: all ease-out 0.12s;
	-moz-transition: all ease-out 0.12s;
	-o-transition: all ease-out 0.12s;
	-ms-transition: all ease-out 0.12s;
	transition: all ease-out 0.12s;
}
#help-container.visible {
	top: 79px;
}
#help-container .container {
	width: 35em;
}
#help-container p {
	color: #fff;
	font-size: 1.25em;
	font-style: italic;
	font-weight: normal;
}

#headerMenu #home-button{
	position:absolute;
	right:0px;
}

#headerMenu .ioevalue{
	position:absolute;
	right:30px;
	font-style:italic;
	color: #747474;
	font-size: .94em;
	margin: 0 1em 0 0;
	line-height: 1.75em;
	border-right: 1px #535353 solid;
	padding-right: 1em;
	background: transparent;
	height: 33px;
	line-height:33px;
	width: 255px;
}

#headerNav .ioevalue-image{
	background-position: right top;
	background: transparent url(../img/ioe-header-hover.png) no-repeat 100%;
	height:33px;
	width:33px;
	position:absolute;
	top:0px;
	right:15px;
}


#headerNav .ioevalue:hover .ioevalue-image{
	background: transparent url(../img/ioe-header.png) no-repeat 100%;
}

/*
 * Style for link covering "TomorrowStartsHere" text in header
 */
#TomorrowStartsHere{
	display: block;
	position: absolute;
	left: 105px;
	top: 40px;
	width: 165px;
	height: 40px;
}
