@charset "utf-8";
/* Custom Styles for Secondary Page */

/*
#containerbox {
	background: transparent url(employmentheader.jpg) no-repeat scroll left top;
}
*/

#containerbox {
	background-image: none;
	background-color: transparent;
	position: relative;
}
#backgroundHolder {
	background: transparent url(employmentheader.jpg) no-repeat scroll left top;
	position: absolute;
	top: 0;
	left: 0;
	height: 160px;
	width: 950px;
}
h1, #contactinfo, #subhead, #contentarea {
	position: relative;
	z-index: 1;
}
#sidemenu {
	position: relative;
	z-index: 2;
}
#sidemenu ul li ul {
	left: 200px;
}
#contactinfo {
	min-height: 135px;
}



			.qtip-wrapper {
				font-size:12px;
			}
			a#employment-home span {
				display:none; /* display none to show text for screen readers */
			}
			a#employment-home {
				background:url(../images/employ_home.png);
				width:134px;
				height:50px;
				display:block;
				float:right;
				margin-right:45px;
				
			}
			a#employment-home:hover {
				background:url(../images/employ_homeRO.png);
			}
			h1 { /* to override default h1 styles */
				border:none !important;
				font-family:Verdana, Arial, Helvetica, sans-serif !important;
				font-weight:normal !important;
			}
			.hr-box {
				float:left;
				font-size:13px;
				position:relative;
			}
			.hr-box h1 {
				margin:0 0 -2px 12px !important;
			}
			.hr-box h1 span {
				display:none;
			}
			.hr-box ul {
				padding:5px 10px;
				margin:0 25px 15px 25px !important;
				list-style:none !important;
				width:233px;
				border:2px solid #ccc;
				border-top:0;
			}
			.hr-box li {
				border-bottom:1px solid #999;
				padding:3px 0;
			}
			.hr-box li:last-child {
				border:0;
			}
			.hr-box h1 {
				width:274px;
				height:67px;
			}
			#health h1 {
				background:url(../images/health.png);
			}
			#education h1 {
				background:url(../images/education.png);
			}
			#leave h1 {
				background:url(../images/leave_holiday.png);
			}
			#other h1 {
				background:url(../images/extra.png);
			}
