@charset "UTF-8";
/* CSS Document */

#globalheader { 
	width: 756px; 
	background-color: #fff;
}
#global_header {
	width:756px;
	height:75px;
	margin:0px auto;
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.65em;
	}
.hd_grey {
	background:#41535c url(http://www.mnhs.org/web_assets/mhs_globalheader_grey.png) no-repeat;
	}
.hd_blue {
	background:#41535c url(http://www.mnhs.org/web_assets/mhs_globalheader_blue.png) no-repeat;
	}
.hd_yellow {
	background:#41535c url(http://www.mnhs.org/web_assets/mhs_globalheader_yellow.png) no-repeat;
	}
.hd_white {
	background:#fff url(http://www.mnhs.org/web_assets/mhs_globalheader_white.png) no-repeat;
	}	
#global_header #search {
	margin:10px 10px 0px 0px;
	width:400px;
	text-align:right;
	float:right;
	}
*html #global_header #search {
	margin-right:5px;
	}

#global_header #keyword {
	width:180px;
	behavior:url(/web_assets/stylesheets/ie-focus.htc);
	padding:2px 4px;
	margin:2px 8px 0 8px;
	
	/*IE 7 HACK*/
	*margin:1px 8px 0 8px;
	
	border:1px solid #999;
	color:#ccc;
	font-size:11px;
	height:13px;
	}
#standard #keyword, .standard #keyword {
	height:19px;
}
#global_header #keyword:focus {
	background:#f5f5f5;
	color:#000;
	}
#standard #global_header, .standard #global_header{
	font-size:9px;
}
#global_header a {
	color:#36424a;
	text-decoration:none;
	}
#global_header .searchbox {
	background:url(http://www.mnhs.org/web_assets/search_bg.png) no-repeat left top;
	height:23px;
	width:275px;
	margin-top:5px;
}
#global_header .searchbox_rt {
	background:url(http://www.mnhs.org/web_assets/search_bg_rt.png) no-repeat top right;
	width:5px;
	height:23px;
	}
#global_header .quicklinks_wrapper{
	padding:0 0 5px 0;
}
#global_header .quicklinks {
	color:#36424a;
	padding:0px 4px;
	}	
.right {
float:right;
}
.left {
float:left;
}	
.clearing {
	clear:both;
}