@charset "utf-8";
/* CSS Document */

/*This control the header element*/
/*This is the container as well as the holder of the actual header image*/
#header{
	display: block;
	width: 960px;
	min-height: 90px;
	background: url('banner-lss.gif') repeat-x #112039;/*This will need to be changed depending on the background color or style you choose to use*/
	clear: both;
	position: relative;
}

/*This creates the link for the header with an invisible link block*/
#header a#title{/*This styles the text just in case the image doesn't load*/
	color: #ffffff;
	float: left;
	font-size: 1.2em;
	padding: 15px 0 0 15px;
	font-weight: bold;
	display: block;
	/*text-indent: -999px;*//*Use this line of code if the image you are using is transparent and the text would be visible behind it*/
	width: 334px;/* The width and height will need to be set to the above image so that everything shows up appropriately*/
	height: 75px;
}

#header a#title span{/* This hides the text so that you just have a link element, but screenreaders also have the link available*/
	background: url('banner-lss.gif') top left no-repeat;/*The individual department / division header needs to be put in here*/
	display: block;
	width: 617px;/* The width and height will need to be set to the above image so that everything shows up appropriately*/
	height: 90px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.block {
	line-height: 1.1em;
}
