html{
	height: 100%; overflow: auto;
}
body {  /* Required for percentage heights below */
	background-image: url(/images/able_body_background.jpg); 
	background-repeat: repeat-y; 
	background-position: center; 
	margin: 0px 0px 40px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 100%; overflow: hidden;
} 
#wrapper {
	width: 850px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	/*border-right: 1px solid red;
	border-left: 1px solid red;*/
	overflow: auto;
}
#header {
	position: fixed;
	width: 850px;
	height: 120px;
	top: 0;
	background: #000000;
	background-image: url(/images/able_header_image-darktolight.jpg);
	z-index: 4;
}
#sidebar {
	position: fixed;
	width: 144px;
	height: auto;
	top: 120px;
	right: auto;
	bottom: 40px;
	left: auto;
	background-image: url(/images/able_nav_background.jpg); 
	background-repeat: repeat-y; 
	background-position: left;
	z-index: 2;
} 
#sidebar a{
	background-image: url(/images/able_nav_link.jpg);
	background-repeat: none; 
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	cursor:hand;
}
#sidebar a:hover{
	color: #4a5b9d;
	background-image: url(/images/able_nav_linkhover.jpg);
	background-repeat: none; 
}
#home-id .home, #home-id a.home:hover{
	color: #000000;
	background-image: url(/images/able_nav_linkcurrent.jpg);
	background-repeat: none; 
}
#residential-id .residential, #residential-id a.residential:hover{
	color: #000000;
	background-image: url(/images/able_nav_linkcurrent.jpg);
	background-repeat: none; 
}
#commercial-id .commercial, #commercial-id a.commercial:hover{
	color: #000000;
	background-image: url(/images/able_nav_linkcurrent.jpg);
	background-repeat: none; 
}
#underground-id .underground, #underground-id a.underground:hover{
	color: #000000;
	background-image: url(/images/able_nav_linkcurrent.jpg);
	background-repeat: none; 
}
#us-id .us, #us-id a.us:hover{
	color: #000000;
	background-image: url(/images/able_nav_linkcurrent.jpg);
	background-repeat: none; 
}
#main {
	position: relative;
	width: 706px;
	height: 100%;
	overflow: hidden;
	top: 120px;
	bottom: 40px;
	left: 144px;
	z-index: 1;
}
#main p, h2 {
	padding-left: 10px;
	padding-right: 20px;
	text-align: justify;
}
#main h2.title {
	padding-top: 10px;
}
#footer {
	position: fixed;
	width: 850px;
	height: 40px;
	top: auto;
	bottom: 0;
	background: #000000;
	z-index: 3;
}
#contactus { 
	float: right;
	margin-right: 0;
	padding-left: 10px;
}
#contactus a.mailto { 
	display: block; 
	width: 170px; 
	height: 50px; 
	color: #4a5c9e;
	text-decoration: none;
	background: transparent url(/images/able_contact_image-linkmailto.jpg) no-repeat; 
}
#contactus a.mailto:hover {
	background-position: -170px 0; 
}

/* menu test */
#sidebar p {
	display: table;
	height: 50px;
	margin: 1.25em auto 0;
	width: 144px;
	text-align: center;
}
#sidebar span {
	display: table-cell;
	vertical-align; middle;
}
