@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	
	background-image:url(../images/BackgroundImage1.jpg);
	}
	
#header {
	width:800px;
	height:131px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	background-image:url(../images/BannerFinal.jpg);
	background-repeat:no-repeat;
	}




#content {
	width:800px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	}

#left-side {
	width:240px;
	height:auto;
	margin-left:auto;
	margin-top:0px;
	float:left;
	background-image:url(../images/BGLinksBox.jpg);
	background-repeat:repeat-y;
		}

#left-side-top{
	width:240px;
	height:12px;
	background-image:url(../images/TopLinksBox.jpg);
	background-repeat:no-repeat;	
	}

#left-side-bottom{
	width:240px;
	height:12px;
	background-image:url(../images/BottomLinksBox.jpg);
	background-repeat:no-repeat;	
	}

#left-side a {
	color:#000000;
	text-decoration:none;
	}

#left-side a:visited{
	color:#FF0000;
	text-decoration:none;
	}

#right-side {
	width:560px;
	height:auto;
	padding:0px;
	background-image:url(../images/BGMainContentBox.jpg);
	background-repeat:repeat-y;
	background-position:center;
	float:right;
	color:#000000;
	}

#right-side-top{
	width:560px;
	height:12px;
	background-image:url(../images/TopMainContentBox.jpg);
	background-repeat:no-repeat;
	}

#right-side-bottom{
	width:560px;
	height:12px;
	background-image:url(../images/BottomMainContentBox.jpg);
	background-repeat:no-repeat;
	float:right;
	}
	
#footer {
	width:800px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-image:url(../images/HrRuleBGImage.jpg);
	}

p, pre{
padding: 5px 10px;
margin:0px;
}

h1 {
	font:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	}

h3 {
	font:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#000000;
	}
	
	
.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: black;
/*background: black url(titlebar.png) repeat-x center left;*/
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 2px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}



