/* * * * * * * * * * * * * * * * * * 
Masthead Page title
* * * * * * * * * * * * * * * * * */
#osu-title
{
	background: white;
	margin: 0px;
	margin-top: 13px;
	width: 100%;
	margin-bottom: 3px;
}
#osu-title img
{
	float: left;
	position: relative;
	margin-right: 9px;
	border: 0px;
}
#osu-title img.arrow { margin-top: 17px; }
/* Header headline styling, uses Leahy/Langridge Image Replacement (LIR, accessible FIR) */
#osu-title h1, #osu-title h2, #osu-title h3
{
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 9px;
	overflow: hidden;
	height: 26px;
	background: url(../osu-images/webResources.gif) no-repeat;
}
/* though we use a css background image, we can still make that image clickable */
#osu-title h1 a, #osu-title h2 a, #osu-title h3 a
{
	display: block;
	text-decoration: none;
	border-bottom: none;
	width: 151px;
	/* push the anchor text off of left edge of the screen */
	text-indent: -9999px;
}

