@charset "utf-8";
/* Custom Styles for Secondary Page */

/*
#containerbox {
	background: transparent url(/hr/labor_relations/includes/contentbackground.jpg) no-repeat scroll left top;
}
*/

#containerbox {
	background-image: none;
	background-color: transparent;
	position: relative;
	min-height: 1100px;
}
#backgroundHolder {
	background: transparent url(/hr/labor_relations/includes/contentbackground.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;
}

#rightcolumnlist{
	width:200px;
	float:right;
	margin-left:12px;
}
#rightcolumnlist h2{
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 2px;
	color: #551456;
	font: bold 16px "Times New Roman", Times, serif;
	font-variant: small-caps;
}

#rightcolumnlist ul {
	margin-left: 0;
	padding-left: 8px;
	list-style-type: none;
}

#rightcolumnlist ul li {
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 6px;
	padding-left: 10px;
	background: transparent url(../../Images/arrow.png) no-repeat 0 4px;
}

