#container {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 0;
	padding: 0;
	min-height: 100%;
	z-index: 10;
}

* html body #container { height: 100%; }

#content { padding: 0 0 55px 0; }

div#header_bg_left { 
	display:block;
	position: absolute;
	z-index: 1; 
	top: 65px;
	left: 0;
	width: 50%;
	height: 202px;
	background: url(/images/header_bg_left.jpg) repeat-x top left;
}

/* Header */
div#header {
	position: relative;
	z-index: 10;
	float: left;
	width: 100%;
	height: 310px;
	background: url(/images/header_bg.jpg) no-repeat;
}

	/* Header Forms */
	#header_forms {
		float:left; 
		width: 450px; 
		margin-left: 25px;
		height: 66px;	
	}

	#header_forms input.text, 
	#header_forms input.password {
		border: 1px solid #666;
		font: 8pt Arial, Helvetica, sans-serif;
		margin-right: 3px;
		width: 85px;
	}

	#header_forms input.submit { vertical-align: middle; }

	#header_forms label {
		font: 8pt Arial, Helvetica, sans-serif;
		color: #003399;
		font-weight: bolder;
		display:block;
	}
	
		/* Locate a Contractor */
		#header_forms #locate_contractor {
			float:left;
			height: 50px;
			padding: 14px 18px 0 0;
			background: url(/images/header_forms_divider.gif) right top no-repeat;
		}
		/* End Locate a Contractor */
	
		/* User Login Form */
		#header_forms #user_login {	
			float:left;
			margin: 0 0 0 7px;
			padding: 14px 0 0 8px;
			height: 50px	
		}
		/* End User Login Form */
	/* End Header Forms */

	/* Navigation */
	#nav {	
		position: absolute;
		z-index: 10;
		top: 182px;
		left: 8px;
		width: 720px;
		height: 44px;
		margin: 0;
		padding: 0;
	}

	#nav li {
		position: relative;
		z-index: 10;
		float: left;
		height: 45px;
		margin: 0;
		padding: 0;
		font: 10pt Verdana,Helvetica,Arial,Sans-serif;
		background:url(/images/nav_divider.jpg) top right no-repeat;
	}

	#nav a {
		display: block;
		/* Fix IE6 width issue */
		width: 1px;
		height: 20px;
		margin: 0 2px 0 0;
		padding: 15px 8px 10px;
		white-space: nowrap;
		font-weight: bold; 
		font-style: italic;
		font-family:Arial, Helvetica, sans-serif;
		color: #666;
	}

	#nav li > a { width: auto; }

	#nav a:hover {
		text-decoration: none;
		color:#ebbc00;
		background: url(/images/nav_hover.jpg) repeat-x;
	}

	#nav li ul {
		display: none;
		position: absolute;
		z-index: 10;
		top: 45px;
		left: 0;
		margin: 0;
		padding: 0 0 0.65em;
	}


	#nav a.active { 
		color: #ebbc00; 
		background: url(/images/nav_hover.jpg) repeat-x;
	}

	#nav li:hover ul, 
	#nav li.over ul { 
		display: block; 
		background: url(/images/dd_bg.png) no-repeat bottom left; width:183px;
	}

	#nav li ul li {
		height: 18px;
		background: none;
		clear: left;
	}

	#nav li ul li a {
		padding: 2px 0 0 5px;
		font-weight:normal;
		font-style:normal;
		color: #FFF;
		width: 178px;
	}

	#nav li ul li a:hover { background: #039; }
	/* End Navigation */
/* End Header */


/* Footer */
div#footer {
	float: left;
	position: relative;
	width: 100%;
	margin: -50px 0;
	padding: 0;
	color: #999;
	font: 8pt Verdana,Helvetica,Arial,Sans-serif;
}

#shade {
	background: url(/images/footer.png) repeat-x top center;
	width: 100%;
	margin: -36px 0 2px 0;
	padding: 32px 0 0 0;
}

* html body #shade {
	font-size: 0;
	background: none;
	position: relative;
	z-index: 5;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='/images/footer.png');
}

div#footer_copy {
	text-align: left;
	width: 980px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 100;
}

div#footer_copy div {
	float: left;
	width: 280px;
}

div#footer_copy a, div#footer_copy a:active, div#footer_copy a:visited, div#footer_copy a:hover {
	background: none;
	color: #6d0000;
}

div#footer_copy img { float: right; }

div#footer_copy span#sister_sites img {
	float: left;
	margin-right: 20px;
}

div#footer a#powered_by_xspond { 
	float: right;
	margin: 10px 0 0; 
}