  /*Library specific styles*/

#skiptocontent a {
	padding: 6px;
	position: absolute;
	top: -40px;
	left: 0px;
	color: white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-bottom-right-radius: 8px;
	background: transparent;
	-webkit-transition: top 1s ease-out, background 1s linear;
	transition: top 1s ease-out, background 1s linear;
	z-index: 100000;
}

#skiptocontent a:focus {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #BF1722;
	outline: 0;
	-webkit-transition: top .1s ease-in, background .5s linear;
	transition: top .1s ease-in, background .5s linear;
}

/*Used to override left float on menu images*/
.no-float {float:none !important;}


/*Original menu height was 275px. This one was made a bit taller to accomodate the Find and Research Help menu items. -DK */
.menubox3 {min-height:375px !important;}

.feedback {
	display: block;
	position: fixed;
	right: 18%;
	background: #336699;
	z-index: 11002;
	border: 3px solid #fff;
	padding: 5px 15px;
	text-align: center;
	-moz-box-shadow: 0 4px 9px 0 #333;
	-webkit-box-shadow: 0 4px 9px 0 #333;
	box-shadow: 0 4px 9px 0 #333;
	border-bottom: none;
	bottom: 0;
	width: auto;
	color: #fff;
}

.feedback a {
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
