html, body {
    behavior: url(css/csshover.htc); /* WinIE behavior call */
	margin: 0px;
	padding: 0px;
	background-color: #DBCEB3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	text-align: center;
	background-image: url(images/pattern1.gif);
	background-repeat: repeat-x;
}

#topLogo {
	position: absolute;
	z-index: 4;
	border: 0px;
	left: 25px;
	padding: 0px;
	top: 10px;
}

h4 {
	padding: 5px 5px 0px;
	margin: 0px;
	text-align: left;
}
h5 {
	background-color: #332313;
	padding: 5px 0px 5px 400px;
	position: relative;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #CD7F33;
	text-align: left;
	clear: both;
	font-variant: small-caps;
	border-bottom-color: #DBCEB3;
	margin: 25px 0px 0px;
}
p {
	padding: 0px;
	margin: 0px 0px 8px;
}
/* the horizontal menu starts here */
div#listmenu {
	width:100%; 	/* makes the div full width */
	float:left; /*makes the div enclose the list */
	border-top:1px solid #000;	/* draws line on top edge of div */
	border-bottom:1px solid #000;	 /* draws line on bottom edge of div */
	font-size:0.8em;	/* SET FONT-SIZE HERE */
	background-color:#2A2623; /* colors the div */
	margin-top:58px; /* TEMPORARY - pushes the div away from the top of the browser for clarity in this example*/
	font-family: "Times New Roman", Times, serif;
	position: relative;
	}
div#listmenu ul {
	margin:0 0 0 30px;
	padding: 0 0 0 0px;
	}
div#listmenu li {
	float:left;	/* causes the list to align horizontally instead of stack */
	position:relative; /* positioning context for the absolutely positioned drop-down */
	list-style-type:none;	/* removes the bullet off each list item */
	background-color:#2A2623; /*sets the background of the menu items */
	border-right:1px solid #FEA74A;
	font-variant: small-caps;
	font-size: 1em;
	}
div#listmenu li:first-child {
	border-left:1px solid #FEA74A;
	}
div#listmenu li:hover {
	background-color:#8D755A;
	}
div#listmenu a {
	display:block;
	padding:3px 6px; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color:#DBCEB3;	/* sets the type color */
	font-weight: bold;
	}
div#listmenu a:hover {
	color:#2A2623;
	}
/* the horizontal menu ends here */

/* the drop-down starts here */
div#listmenu ul li ul {
	margin:0; /* prevents the TEMP value inheriting from the horiz menu - OK to remove if you remove TEMP above */
	position:absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
	width:12em; /*sets the width of the menu - in combo with the li's 100% width, makes the menu stack*/
	left:-1px; /*aligns the drop exactly under the menu */
	}
div#listmenu ul li ul li {
	width:100%; /* makes the list items fill the list container (ul) */
	border-left:5px solid #FEA74A; /*  three sides of each drop-down item */
	border-bottom:0px solid #069;
	border-right:0px solid #069;
	}
div#listmenu ul li ul li:first-child {
	border-top:1px solid #FEA74A; /*the top edge of the dropdown */
	border-left:5px solid #FEA74A; /*the first vertical line on the menu */
	}
/* make the drop-down display as the menu is rolled over */
div#listmenu ul li ul {display:none;} /* conceals the drop-down when menu not hovered */
div#listmenu ul li:hover ul {
	display:block;
	} /* shows the drop-down when the menu is hovered */

/* THE HACK ZONE - */
/* hack for IE (all flavors) so the menu has a vertical line on the left */
* html div#listmenu ul {
	float:left; /* makes the ul wrap the li's */
	border-left:1px solid #FEA74A; /* adds the rightmost menu vertical line to the ul */
	margin-left:15px; /* IE doubles the given value above - why? */
	}
* html a {display:block;} /* makes IE5 & 5.5 accept the padding on the link */
/* add a top line to drops and pops in IE browsers - can't read :first-child */
* html  div#listmenu ul li ul {
	border-top:1px solid #FEA74A;
	border-left:0px; /* stops the drop inheriting the ul border */
	}
/* end of hack zone */
/* END OF LIST-BASED MENU */
div#container {
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}
div#map {
	margin: 5px 0px 0px;
	padding: 0px 0px 0px 10px;
	float: left;
	width: 270px;
}
div#map #first {
	padding-top: 50px;
	padding-left: 30px;
	float: left;
}
div#context {
	margin: 0px 60px 0px 300px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #2A2623;
	padding: 75px 0px 0px;
	text-align: left;
	clear: right;
}
div#context a {
	font-size: larger;
	font-weight: bold;
	color: #FF9933;
	padding: 1px 2px;
}
div#context a:visited {
	font-size: larger;
	font-weight: bold;
	color: #FF9933;
}
div#context a:hover {
	font-size: larger;
	font-weight: bold;
	color: #FF9933;
	background-color: #2A2623;
}

div#left {
	position: absolute;
	left: 0px;
	top: 160px;
	z-index: 1;
	height: 300px;
	width: 212px;
	text-align: center;
	background-color: #FC9141;
}
.Areabar {
	font-family: Arial, Helvetica, sans-serif;
	color: #525229;
	font-size: 10pt;
	text-align: center;
	margin: 0px;
	padding: 3px 0px;
	width: 100%;
	font-weight: bold;
}
#frontright {
	border: 5px;
	float: right;
}
