/* CSS Document */
#header_search_container a:hover {
	text-decoration:none;
}
#header_search_container a {
	font-size:12px;
	font-weight:normal;
}
.header_search_tab_container {
	position:relative;
	top:0px;
	left:0px;
	height:20px;
	width:325px;
	z-index:2000;
}
.tab.active {
	position:absolute;
	float:left;
	background-color:#ffffff;
	top:0px;
	height:16px;
	text-align:center;
	padding-top:4px;
	border-top:#666666 solid 1px;
	border-left:#666666 solid 1px;
	border-right:#666666 solid 1px;
	z-index:1600;
}
.tab {
	position:absolute;
	float:left;
	background-color:#eddb9c;
	top:4px;
	height:16px;
	text-align:center;
	z-index:1600;
}
.header_search_layered-form.active {
	position:absolute;
	top:20px;
	left:0px;
	height:40px;
	width:350px;
	background-color:#FFFFFF;
	visibility:visible;
	/*display: none;*/
	border-top:#666666 solid 1px;
	border-bottom:#666666 solid 1px;
	border-left:#666666 solid 1px;
	border-right:#666666 solid 1px;
	z-index:1400;
}
.header_search_layered-form {
	position:absolute;
	top:20px;
	left:0px;
	height:40px;
	width:350px;
	background-color:#FFFFFF;
	visibility:hidden;
	z-index:1400; /*new*/
	/*display: none;
	border-bottom:#666666 solid 1px;
	border-left:#666666 solid 1px;
	border-right:#666666 solid 1px;*/
}
#header_search_container input[type=text] {
		/*float: left;*/
		margin-top:7px;
		margin-left:10px;
		width: 255px;
		height: 15px;
		padding: 3px 3px;
		background: #fcfeff;
		border: 1px solid #777777;
		/*border-right: none;*/
		/*font-size: 14px;*/
		/*font-weight: bold;*/
		color: #444444;
		background: url(/images/search-back-sprite2.png) no-repeat 0px 0px #fcfeff;
}
.header_search_control {
	display: none;
	position:relative;
	left:-1px;
	top:0px;
	width:350px;
	height:25px;
	background-color:#FFFFFF;
	text-indent:10px;
	border-bottom:#666666 solid 1px;
	border-left:#666666 solid 1px;
	border-right:#666666 solid 1px;
	z-index:1500;
}
#header_search_container {
	position:relative;
	left:425px;
	top:10px;
	height:60px;
	width:350px;
	z-index:1300; /*new*/
}
.header_search_tab-up {
	position:absolute;
	float:left;
	/*border-top:#666666 solid 1px;
	border-left:#666666 solid 1px;
	border-right:#666666 solid 1px;
	background-color:#ffffff;*/
	top:0px;
	height:20px;
	text-align:center;
	/*font-size:16px;*/
	/*font-weight:bold;*/
	padding-top:2px;
}
.header_search_tab-down {
	position:absolute;
	float:left;
	/*border-top:#666666 solid 1px;*/
	/*border-bottom:#006666 solid 1px;*/
	/*background:url(../images/tab_b.gif) #34666C bottom repeat-x;*/
	/*background:url(../images/tab_b.gif) #365251 bottom repeat-x;*/
	/*border:#666666 solid 1px;*/
	/*border-left:#666666 solid 1px;*/
	/*border-right:#666666 solid 1px;*/
	background-color:#FFFF33;
	top:4px;
	height:16px;
	text-align:center;
	/*font-size:16px;*/
	/*font-weight:bold;*/
	/*padding-top:4px;*/
}
/*.tabend {
	position:absolute;
	float:left;
	height:1px;
	background-color:#666666;
	top:19px;
}*/
#headercontainer {
	position:relative;
	left:0px;
	width:100%;
	height:105px;
	
}
#header {
	position:relative;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:102px;
	/*background-image:url(http://library.humboldt.edu/images/secpg17b.jpg);*/
	/*background-image:url(http://library.humboldt.edu/images/secpgheader-b.jpg);*/
	background-image:url(/images/secpg-2010_fall_3.jpg);
	/*background-color:#B6C482;*/
	/*background-color:#b6b194;*/
	background-position: center top;
	background-repeat: no-repeat;
	z-index:1000; /*new*/
}
#quicklink {
	position:absolute;
	top:35px;
	left:17px;
	width:150px;
}
#navbarcontainer {
	position:absolute;
	top:77px;	
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:25px;
	z-index:1100; /*new*/
}
#navbar {
	position:relative;
	float: left;
	top:0px;
	z-index:1200; /*new*/
}
#navbar a {
	/*background-color:#34666C;*/
	background-color:#365251;
	color:#ffffff;
	padding-top:4px;
	text-decoration: none;
	float: left;
	height:21px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	border-right: 1px solid #fff;
}
#navbar a:hover {
	background-color: #EDDB9C;
	color: #6F0000;
}


