@charset "utf-8";
/* Custom Styles for Secondary Page */

/*
#containerbox {
	background: transparent url(/hr/Fire-Safety/Includes/FIREbackground.jpg) no-repeat scroll left top;
}
*/

#containerbox {
	background-image: none;
	background-color: transparent;
	position: relative;
	min-height: 650px;
	height: expression( this.scrollHeight < 649 ? "650px" : "auto" ); /* sets min-height for IE */
}
#backgroundHolder {
	background: transparent url(/hr/Fire-Safety/Includes/FIREbackground.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;
}
.links{
	
	text-decoration:none;
}
.rightheader{
	font-size:18px;
	font-weight:bold;
	color:#551456;}
#nav{
		text-align:center;
}
#nav a{
	color:#000;
	text-decoration:none;
	font-size:15px;
	font-weight:bold;}
#nav a:hover{
	color:#000;
	text-decoration:underline;
}
#rightcolumnlist{
	border:2px solid #551456;
	width:200px;
	float:right;
	margin-left:12px;
}
#links a{
	color:#12C;
	text-decoration:none;
}
#links a:hover{
	text-decoration:underline;
}
header2{
	font-weight:bold;
	font:32px Georgia, "Times New Roman", Times, serif;
	color:#900;
}
#rightcolumnlist h2{
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 2px;
	color: #551456;
	font: bold 20px "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: 12px;
	line-height: 16px;
	padding-bottom: 6px;
	padding-left: 10px;
	background: transparent url(../../Images/arrow.png) no-repeat 0 4px;
}

