/*Handyman Works Remodeling page CSS*/
img#bathlogo
{
    position: absolute;
    top: 14px;
    left: 30px;
}
img#phonenumbath
{
    position: absolute;
    left: 65px;
    top: 100px;
    width:182px;
}
h2.black
{
    color: #000000;
}
h2.blue
{
    color: #0082C8;
}
a:link
{
	text-decoration: underline;
	color: #0082C8;
}
a:visited
{
	text-decoration: underline;
	color: #0082C8;
}

a:focus
{
	text-decoration: underline;
	color: #f00;
}

a:hover
{
	text-decoration: underline;
	color: #f00;
}

a:active
{
	text-decoration: underline;
	color: #f00;
}
a#contactus:link
{
	color: #0C0C7E;
}
a#contactus:visited
{
	color: #0C0C7E;
}
a#contactus:focus
{
	color: #FFF;
}
a#contactus:hover
{
	color: #FFF;
}
a#contactus:active
{
	color: #FFF;
}
div#outer
{
	background-image: url(images/handymanworks-background-header-gradient-strip-black-white-blue-800x1.png);
}
div#container
{
	height: 1040px;
	height: 1294px;
}
div#content 
{
	height: 1100px;
	height: 1354px;
	width: 460px;
}
/*Left navigational column*/
div#leftnav {
	height: 1040px;
	height: 1294px;
} 

div#leftnav ul li a:hover
{
	background-image: url(images/button-blue-fade-10-134.png);
}
div#leftnav ul li a.lvl1:hover
{
	color: #0097E8;
	color: #003E5F;
	outline:none;
}

/*Right navigational column*/
div#rightnav {
	height: 1034px;
	height: 1288px;
}
div#footer
{
    top: 1294px;  /* This top should be the same as the leftnav height*/
    background-image: url(images/handymanworks-background-header-gradient-strip-black-white-blue-800x1.png);
}
.firstul
{
	padding: 0 0 0 85px;
}
.indent
{
	margin: 0 0 0 45px;
}
div#rightsideimages
{
	position: absolute;
	left: 665px;
	top: 63px;
	width: 160px;
}

img#rightsideimage1
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 160px;
	border: 1px #0082C8 solid;
}
img#rightsideimage2
{
	position: absolute;
	left: 0px;
	top: 217px;
	width: 160px;
	border: 1px #0082C8 solid;
}
img#rightsideimage3
{
	position: absolute;
	left: 0px;
	top: 467px;
	width: 160px;
	border: 1px #0082C8 solid;
}
img#rightsideimage4
{
	position: absolute;
	left: 0px;
	top: 717px;
	width: 160px;
	border: 1px #0082C8 solid;
}
img#rightsideimage5 /*add 250 because prev is 240 tall +10px*/
{
	position: absolute;
	left: 0px;
	top: 967px;
	width: 160px;
	border: 1px #0082C8 solid;
/*add 254 to the page because the image is 244 tall +10px*/
}

ul#navlist li a {
    border-right: 2px solid #0C0C7E; 
}
ul#navlist li a:hover
{
    color:#0082C8
}
ul#end li
{
    border-right:2px solid #0C0C7E;
}
ul#end li a:hover
{
    color:#0082C8
}