@charset "utf-8";
/* CSS Document */

h1 span{
	background: url('../images/employee.jpg') no-repeat 0 0;
	height: 102px;
	width: 930px;
	padding: 0;
	margin: 0;
	position: absolute;
	z-index: 1;
}
h1{
	height: 102px;
	width: 930px;
	padding: 0;
	margin: 0;
	background: none;
}

.title_image{
	display: block;
	width: 276px;
	height: 100px;
	margin: 5px 0 0 15px;
}

#current{
	background: url('../images/employee.jpg') no-repeat 0 -150px;	
}

#new{
	background: url('../images/employee.jpg') no-repeat -310px -150px;	
}

#personnel{
	background: url('../images/employee.jpg') no-repeat -620px -150px;	
}

#tech{
	background: url('../images/employee.jpg') no-repeat 0px -275px;	
}
#insurance{
	background: url('../images/employee.jpg') no-repeat -310px -275px;	
}
#career{
	background: url('../images/employee.jpg') no-repeat -620px -275px;	
}
#retirement{
	background: url('../images/employee.jpg') no-repeat 0 -400px;	
}
#resources{
	background: url('../images/employee.jpg') no-repeat -310px -400px;	
}