div#container {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 0;
	padding: 0;
	min-height: 100%;
	z-index: 10;
}

* html body #container { height: 100%; }

div#content { padding: 0 0 85px 0; }

/* Admin Bar */
div#admin_bar {
	position: relative;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 28px;
	line-height: 28px;
	border-bottom: 1px solid #333;
	background: url(/images/admin_bar_bg.gif);
}

div#admin_bar_links {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

div#admin_bar_links span {
	float: left;
	color: white;
	font-size: 16px;
	font-weight: bold;
}

div#admin_bar_links ul { float: right; }

div#admin_bar_links ul li {
	float: left;
	padding: 0 0 0 7px;
	color: white;
	font-weight: bold;
}

div#admin_bar_links ul li a {
	float: left;
	color: white;
	font-weight: bold;
	font-size: 12px;
}

div#admin_bar_content {
	overflow: auto;
	position: absolute;
	z-index: 101;
	top: 28px;
	left: 50%;
	width: 980px;
	height: 400px;
	margin: 0 0 0 -490px;
	border: 1px solid #333;
	background: white;	
}
/* End Admin Bar */

/* Header */
	div#header {
		position: relative;
		float: left;
		width: 100%;
		height: 310px;
		background:url(/images/header_bg.jpg) no-repeat;
		z-index: 10;
	}
	
	/* 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: 17px 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: 17px 0 0 8px;
			height: 50px	
		}
		/* End User Login Form */
	/* End Header Forms */

	/* Navigation */
	#nav {
		position: relative;
		z-index: 10;
		clear: both;
		width: 980px;
		height: 30px;
		margin: 0;
		padding: 117px 0 0 10px;
	}

	#nav li {
		position: relative;
		float: left;
		height: 45px;
		font: 10pt Verdana,Helvetica,Arial,Sans-serif;
		background:url(/images/nav_divider.jpg) top right no-repeat;
		margin: 0;
		padding: 0;
		z-index: 10;
	}

	#nav a {
		display: block;
		/* Fix IE6 width issue */
		width: 1px;
		height: 20px;
		font-weight:bold; 
		font-style:italic;
		font-family:Arial, Helvetica, sans-serif;
		margin-right:2px;
		padding: 15px 8px 10px 8px;
		color: #666;
		white-space: nowrap;
	}

	#nav li > a {
		/* Change the style back for all other browsers */
		width: auto;
	}

	#nav a:hover {
		text-decoration: none;
		background: url(/images/nav_hover.jpg) repeat-x;
	}

	#nav li ul {
		display: none;
		position: absolute; 
		z-index: 10;
		margin: 0;
		padding: 0 0 10px;	
		left: -2px;
		top: 45px;
	}

	#nav a.active { 
		cursor: text; 
		color:#cc0033; 
		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: #c10c3d; }
	/* End Navigation */
/* End Header */

/* Site Content */
div#content_for_layout { padding: 0 10px; }
/* End Site Content */

/* 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; 
}