@charset "utf-8";
/* Custom Styles for Secondary Page */

/* 
#containerbox {
	background: transparent url(contentbackground.jpg) no-repeat scroll left top;
}
*/

#containerbox {
	background-image: none;
	background-color: transparent;
	position: relative;
}
#backgroundHolder {
	background: transparent url(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;
}
#contactinfo {
	min-height: 80px;
}






/* ACC Home Page */
#acc_home_left{
	width:242px;
	height:450px;
	margin-top:4px;
	margin-bottom:20px;
	padding:5px;
	border:1px solid #999999;
	background-image:url(../images/bg2.gif);
	background-repeat:repeat-x;
	float:left;
}
#acc_home_left p{
	margin-bottom:0px;
	margin-top:0px;
	font-size:12px;
}
#acc_home_img{
	margin-left:4px;
	margin-top:4px;
	border:1px solid #999999;
}
#acc_home_right{
	width:290px;
	margin-top:4px;
	margin-right:113px;
	padding:5px;
	border:1px solid #999999;
	float:right;
}
#acc_home_right img{
	margin:10px;
}
#acc_home_right h2{
	margin:0px;
	margin-top:-10px;
	margin-left:20px;
}
#acc_home_right p{
	font-size:12px;
}
/**/

/* ACC Staff Page */
.home2{
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	font-size:12px;
	border:#999999 1px solid;
	background-image:url(../images/lines.jpg);
}
.home{
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	font-size:12px;
	border:#999999 1px solid;
	background-image:url(../images/bg2.gif);
	background-repeat:repeat-x
}
/**/

/* Computer Config*/
#comp_center{
	width:600px;
	text-align:center;
}
/**/

#sidemenu ul li a{
	background-image:url(/infoservices/images/menu_bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

#sidemenu ul li.lastitem{
	border-bottom:1px solid #ccc;
}



