﻿body {
	background-image: url('../images/site_background.jpg');
	background-repeat: repeat-x;
	background-color: #797778;
	font-family: Tahoma;
	font-size: 12px;
	margin-top: 0px;
	text-align: center;
}
p {
	text-align: left;
	padding: 0px 20px 0px 20px;
	line-height: 175%;
}
p.content {
	text-align: left;
	line-height: 175%;
}
p.qucklinks {
	font-size: 11px;
	line-height: 175%;
}
h5 {
	text-align: left;
	padding: 0px 20px 0px 20px;
}
h4 {
	text-align: left;
	padding: 0px 20px 0px 20px;
}
h3 {
	text-align: left;
	padding: 0px 20px 0px 20px;
}
h2 {
	text-align: left;
	padding: 0px 20px 0px 20px;
}
h1 {
	text-align: left;
	padding: 0px 20px 0px 20px;
}
#structure {
	margin: 0 auto;
	text-align: center;
	width: 951px;
}
/*- Structures -*/
/
#header {
	width: 949px;
	text-align:center;
}
#menu {
	height: 40px;
	width: 949px;
}
#body {
	float: left;
	width: 915px;
	text-align: left;
	background-image: url('http://hcedp.wliinc3.com/images/background_body.gif');
	background-repeat:no-repeat;
	background-color:#fff;
}
#footer {
	float: left;
	width: 949px;
	height: 61px;
	margin-right: 1px;
	margin-right: 2px;
	background-image: url('http://hcedp.wliinc3.com/images/footer_background.jpg');
}
/*- Body Structures - */
#col {
	float: left;
	width: 17px;
	height: 489px;
}
#left {
	float: left;
	width: 625px;
}
#mid {
	float: left;
	width: 21px;
	height: 489px;
}
#right {
	float: left;
	width: 227px;
}
/*- Inner Structures - */
#Resource {
	width: 200px;
	margin-left: 15px;
	font-size: x-small;
}
#container {
	text-align: center;
	width: 915px;
}
/*- Content -*/
#Content {
	float: left;
}
#ctop {
	width: 625px;
	float: left;
}
#cbody {
	float:left;
	width: 625px;
	background-image: url('../images/body_bck.png');
	text-align: left;
}
#cbottom {
	width: 625px;
	float: left;
}
#blank {
	float: left;
	width: 20px;
	height: 450px;
}
#quicklinks {
	float: left;
}
#qtop {
	width: 227px;
	height: 27px;
	float: left;
}
#qbody {
	width: 227px;
	background-image: url('../images/content/bck_quicklinks.png');
	float: left;
	text-align: left;
}
p.resources {
	font-family: tahoma, Arial, sans-serif;
	font-size: 7pt;
	line-height: 15pt;
	padding: 5px;
}
#qbottom {
	width: 227px;
	height: 27px;
	float: left;
}
#img {
	border: 0px;
}
/*-Footer -*/
#Footer_Box {
	float: left;
	width: 18px;
}
#Footer_Container {
	float: left;
	width: 915px;
	height: 61px;
}
#Copyright {
	width: 725px;
	float: left;
	text-align: left;
	margin-top: 20px;
	margin-left: 20px;
	font-family: Tahoma;
	font-size: 11px;
	color: #fff;
}
#Logo {
	margin-top: 15px;
	float: left;
	font-family: Tahoma;
	font-size: 9px;
	color: #fff;
}
#towns {
	border:2px #999 solid;
}
/*- Hyperlinks -*/
#Logo a:link {
	color: #fff;
	text-decoration: none;
}
#Logo a:visited {
	color: #fff;
	text-decoration: none;
}
#Logo a:hover {
	color: #406618;
	text-decoration: underline;
}
#Logo a:active {
	color: #fff;
	text-decoration: none;
}
#Copyright a:link {
	color: #fff;
	text-decoration: none;
}
#Copyright a:visited {
	color: #fff;
	text-decoration: none;
}
#Copyright a:hover {
	color: #406618;
	text-decoration: underline;
}
#Copyright a:active {
	color: #fff;
	text-decoration: none;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #6ea8ff;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
p.qucklinks a:link {
	color: #000;
	text-decoration: none;
}
p.qucklinks a:visited {
	color: #000;
	text-decoration: none;
}
p.qucklinks a:hover {
	color: #6ea8ff;
	text-decoration: underline;
}
p.qucklinks a:active {
	color: #000;
	text-decoration: none;
}
/* Drop Down */
#navTable {
	float: left;
	height: 41px;
}
#nav ul {
	/* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	width: 140px;
}
#nav {
	/* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav a {
	display: block;
	line-height: 20px;
	color: #CCC;
	text-decoration: none;
}
a.mainbutton {
	display: block;
}
#nav li {
	/* all list items */
	float: left;
}
#nav li ul li {
	/* all list items */
	float: left;
	width: 225px;
	border-bottom: 1px #464646 solid;
}
#nav li.sfhover ul {
	/* lists nested under hovered list items */
	left: auto;
}
#nav li:hover ul {
	/* lists nested under hovered list items */
	left: auto;
}
#nav li ul {
	/* second-level lists */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: absolute;
	background: #383838;
	padding: 5px 5px 5px 5px;
	left: -970em; /* using left instead of display to hide menus because display: none isn't read by screen readers */ *;
	top: 133px;
	color: #fff;
	width: 225px;
	letter-spacing: normal;
	text-align: left;
	background-image: url('images/design/drop-down-top.gif');
	background-position: center top;
	background-repeat: repeat-x;
}

