﻿body {
	background-image: url('http://hcedp.wliinc3.com/images/bck_site.jpg');
	font-family: Tahoma;
	font-size: 12px;
	text-align: center;
	margin-top: 0px;
}
p {
	text-align: left;
	padding: 5px 20px 10px 20px;
	line-height: 175%;
}
#Wrapper {
	margin: 0 auto auto auto;
}
#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: repeat-x;
}
#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;
}
#home {
	float: left;
	width: 891px;
}
#mid {
	float: left;
	width: 12px;
	height: 489px;
}
#ajax {
	float: left;
	width: 891px;
	height: 264px;
	margin-top:5px;
}
#bar {
	margin-top: 13px;
	float: left;
	width: 891px;
}
/*- Flash -*/
#img {
	border: 0px;
}
/*- Content -*/
#Welcome {
	width: 601px;
	float: left;
}
#blank {
	width: 10px;
	float: left;
}
#ENews {
	width: 280px;
	float: left;
}
/*-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;
}
/*- 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: #666;
	text-decoration: none;
}
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;
}
