@charset "utf-8";
/*  Accessibility bar running across the top of the page  */
#accessbar {
	min-height: 38px;
	padding: 0 2em;
	margin-left: 300px;	
	background: url(../images/accessbar_bg.png) repeat-x bottom;
	text-align: right;
	line-height: 38px;
	color: #0f2c54;
	font-size: 90%;

}
	#accessbar a {
		color: #0f2c54;
	}

#accessbar ul { list-style: none; margin: 0; padding: 0;}
	#accessbar ul li { display: inline; margin: 0; padding: 0 .5em; }
		#accessbar ul li form { display: inline; white-space: nowrap; margin-left: 3px;}
		#accessbar ul li.skip_nav { display: none;}
		#accessbar ul li.seperator { border-right: solid 1px #b6b6b6;}
		#accessbar ul li label { display: none;}
		#accessbar ul li.last { }
		#accessbar input, #accessbar img { vertical-align: middle;}

/*  Search Links bar   */
#search_links {
	background: #f0f0f0;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	clear: both;
	padding: 5px;
	height: 2em;
}
#search_links form {
	display: block;
	float: left;
}

#search_links label { width: 6em; height: 2em; line-height: 2em;}