﻿@import url("layout.css");
body {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 0.8em;
	background-color: #33652F;
	background-repeat: repeat-x;
	background-image: url('../images/Border.jpg');
}
#container {
	width: 700px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 979px;
	background-color: #DCC71D;
	background-repeat: repeat;
	background-attachment: scroll;
	height: 196px;
}
#navigation {
	border-bottom-color: #8BA63D;
	border-color: #8BA63D;
	position: relative;
	float: left;
	width: 243px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #8BA63D;
	border-left-color: #8BA63D;
	border-right-color: #8BA63D;
	border-top-color: #8BA63D;
	outline-color: #8BA63D;
}
#content {
	float: right;
	width: 716px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 1px;
	padding: 10px;
	background-color: #fff;
}
#footer {
	text-align: center;
	clear: both;
	width: 979px;
	padding: 0px;
}
/* Masthead Styles */
#masthead h1 {
	color: #b71;
}
#masthead h3 {
	color: #542;
}
/* Navigation Styles */
#navigation ul {
	border-top-color: #8BA63D;
	border-right-color: #8BA63D;
	border-left-color: #8BA63D;
	border-bottom-color: #8BA63D;
	border-color: #8BA63D;
	border: #FFFFFF;
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	outline-color: #6D9D3E;
	color: #FFFFFF;
	background-color: #8BA63D;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
	color: #FFFFFF;
}
#navigation a {
	border-bottom-color: #D6E02A;
	border-top-color: #8BA63D;
	border-right-color: #8BA63D;
	border-left-color: #8BA63D;
	border-color: #8BA63D;
	color: #356731;
	text-decoration: none;
	display: block;
	border: 1px #356731 solid;
	background-color: #E8CC1A;
	outline-color: #8BA63D;
	position: absolute;
	width: 242px;
	height: 25px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	text-indent: 7px;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #964;
	background-color: #964;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #c82;
}
#content img {
	border-style: none;
	border-width: 0px;
	padding: 3px;
}
/* Footer Styles */
#footer p {
	font: medium serif;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #853;
	text-decoration: none;
}
a {
	color: #a60;
	text-decoration: underline;
}
a:hover {
	color: #742;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/* Fix IE. Hide from IE Mac \*/
/* End */

startList = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("nav");
for (i=0; i<navRoot.childNodes.length; i++) {
node = navRoot.childNodes[i];
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over";
  }
  node.onmouseout=function() {
  this.className=this.className.replace(" over", "");
   }
   }
  }
 }
}
window.onload=startList;window.onload=startList;
#navigation ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#navigation li {
	border-bottom-color: #8BA63D;
	border: 1px solid #356731;
	float: left;
	position: relative;
	width: 242px;
	color: #356731;
	background-color: #E8CC1A;
	height: 25px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	vertical-align: middle;
	text-align: left;
	line-height: 25px;
}
#navigation li ul {
	display: none;
	position: absolute;
	top: 1em;
	left: 0px;
	float: right;
}
#navigation li > ul {
	top: 0px;
	left: 242px;
}
#navigation li:hover ul, li.over ul {
	display: block;
}
