/* CSS used for Refuge Site to add Refuge Logo and reposition the site name and banner bar */


#secondarylogo {
	position:absolute;
	width:59px;
	height:76px;
	z-index:7;
	top:9px;
	padding-top:5px;
	left: 129px;
	display: inline;
	}
	
#fwsBar {
	background-position:215px;
	}
	
#siteName {
	text-indent:219px;
	}
	
	
