/*
	red #863707
	aqua	#708489
*/
body {
	border-top: solid 9px #361e12;
	color: #333;
	background: #e7d9b5 url(../images/bg.jpg) repeat-x 0 0;
	font: normal 12px/1.5 Helvetica, Arial, sans-serif;
	text-align: center;
}
a {
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}
	a,
	h2 a,
	h3,
	h3 a,
	#footer a {
		color: #863707;
	}
h1 {
	position: absolute;
	float: left;
	width: 329px;
	height: 81px;
	overflow: hidden;
}
h2 {
	font: normal 28px/1 Georgia, Times, serif;
}
h3 {
	font: bold 14px/1.2 Helvetica, Arial, sans-serif;
}
p {
	padding: 0 0 1em 0;
}
strong, b {
	font-weight: bold;
}
address {
	padding-bottom: 1.3em;
}
	address .street-address,
	address .tel {
		display: block;
	}
img.left {
	float: left;
	margin: 0 1em .5em 0;
}
img.right {
	float: right;
	margin: 0 0 .5em 1em;
}
#header {
	position: relative;
	width: 823px;
	padding: 27px 9px 9px;
	margin: 0 auto;
}
	#header a {
		color: #fff;
		letter-spacing: -1px;
	}
		#header li a:hover,
		#header li.active a,
		#header li.active span {
			border-bottom: solid 5px #42a6c0;
			text-decoration: none;
		}
	#header li {
		display: inline;
		padding: 0 0 3px 22px;
		margin: 0 8px 0 0;
		color: #fff;
		background: url(../images/bullet.gif) no-repeat 0 center;
		font: normal 20px/81px Whitney-SemiBold, Geneva, 'HelveticaNeue Condensed','HelveticaNeue-Condensed',"Arial Narrow",Helvetica,Arial,sans-serif;
	}
		#header li.first {
			padding: 0 0 3px 0;
			margin: 0 0 0 0;
			background: transparent;
		}
	#header ul {
		text-align: right;
	}
#drop-shadow {
	position: absolute;
	left: 50%;
	width: 856px;
	height: 700px;
	margin-left: -428px;
	background: url(../images/drop-shadow.png) repeat-x 0 5px;
}
#container {
	position: relative;
	width: 823px;
	padding: 9px;
	margin: 0 auto;
	background: #e7d9b5 url(../images/bg-content.png) repeat-x 0 0;
	text-align: left;
	z-index: 5;
}
#topnav {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 9px 9px 15px;
	background: #361e12;
}
	#topnav a {
		color: #ffcc60;
		letter-spacing: normal;
	}
		#topnav a:hover {
			border-bottom: none;
			text-decoration: underline;
		}
	#topnav li {
		padding: 0 .5em 0;
		margin: 0;
		border-right: solid 1px #ffcc60;
		background: transparent;
		font: normal 11px/1 Helvetica, Arial, sans-serif;
	}
	#topnav li.last {
		border-right: none;
	}
#markets { 
	width: 823px;
	min-height: 88px;
	background: url(../images/bg-markets.png) no-repeat -832px 100%;
	overflow: hidden;
}
	#markets li {
		position: relative;
		float: left;
		width: 164px;
		height: 70px;
		padding: 9px 15px 9px 95px;
		color: #4e4d4a;
		font-size: 11px;

	}
	#markets li:hover,
	#markets li.active {
		color: #fff;
		background: url(../images/bg-markets.png) no-repeat 0 100%;
	}
		#markets li:hover h2,
		#markets li.active h2,
		#markets li:hover h2 a,
		#markets li.active h2 a {
			color: #f1e963;
		}
	li#industrial:hover,
	li#industrial.active {
		background-position: -275px 100%;
	}
	li#commercial:hover,
	li#commercial.active {
		background-position: -549px 100%;
	}
	#markets a.thumb {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 100%;
		width: 100%;
		background: transparent none no-repeat 15px 10px;
		overflow: hidden;
		text-indent: -1200em;
	}
	#markets #commercial a.thumb { background-image: url(../images/thumb-commercial.jpg); }
	#markets #community a.thumb { background-image: url(../images/thumb-community.jpg); }
	#markets #industrial a.thumb { background-image: url(../images/thumb-industrial.jpg); }
	#markets h2 {
		font: normal 15px Helvetica, arial, sans-serif;
	}
#footer {
	clear: both;
	padding: 20px;
	border-top: solid 5px #d8cbac;
	color: #676153;
}
	#footer .fn {
		color: #676153;
		font-weight: bold;
	}
	#footer .tel {
		padding: 0 5px;
		border-left: solid 2px;
		border-right: solid 2px;
		margin: 0 5px;
	}
	#footer a.readmore {
		padding: 0 5px 0 0;
		border-right: solid 2px #676153;
		margin: 0 5px 0 0;
	}
	#footer span.link {
		border-right: solid 2px;
		padding-right: 6px;
		margin-right: 2px;
	}