/* CSS Document */


#page {
	margin: 0px auto;
	background-image: url(img/sitebkg.jpg);
	background-repeat: repeat-x;
	height: 480px;
	background-color: #eae5ce;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #668019;
	font-size: 1.3em;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006699;
	font-size: 1em;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: .9em;
}

body {
	margin: 0px;
	background-color: #eae5ce;
}

a {
	color: #5a9f0a;
	text-decoration: none;
}

a:hover {
	color: #5a9f0a;
	text-decoration: underline;
}

ul {
	list-style-type: square;
}

#container {
	width: 800px;
	margin: 0px auto;
}

#logo a {
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
	height: 69px;
	width: 193px;
	float: left;
}

#logo a span {
		display: none;
}

#report {
	margin-top: -20px;;
	padding-left: 300px;
}

#bookcontainer {
	float: right;
	margin: 5px 5px 0px 0px;
	margin-top: -52px;;
	padding: 0px 0px 0px 0px;
}

#book a{
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #006699;
	font-weight: bold;
}

#book a:hover {
	color: #5a9f0a;
}

#bookphone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000;
	letter-spacing: 5.4px;
}

#topphoto {
	background-image: url(img/topphoto.jpg);
	background-repeat: no-repeat;
	height: 220px;
	width: 800px;
	clear: both;
	margin: 0px auto;
}

		/*********************/
		/*  Main Navigation  */
		/*********************/
#nav {
	background-image: url(img/navbkg.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 38px;

	color: #FFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
	clear: both;
}

#nav ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#nav a {
	display: block;
/*	width: 9em; */
	color: #FFF;
	padding: 12px 30px 0px 0px;
}

#nav li {
	float: left;
/*	width: 9em; */
	list-style-type: none;
}

#nav li ul {
	position: absolute;
	width: 9em;
	left: -999em;
}

#nav li ul li a{
	background-color: #89a628;
	height: 9px;
	width: 11em;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 8px 3px;
/*	/padding: 3px 0px 3px 3px;
	p/adding: 3px 0px 3px 3px; */
	border-bottom: 1px solid #66811a;
	border-left: 1px solid #66811a;
	border-right: 1px solid #66811a;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/*You need to specify a width in the #nav li selector or else Opera will chuck a wobbly. Because we're floating things, the content underneath the dropdowns also needs to be cleared (clear: left). */

#contentcontainer {
	background-image: url(img/contentbkg.jpg);
	background-repeat: repeat-y;
	width: 800px;
	margin: 0px;
	padding: 0px;
	min-height: 350px;
}

#content {
	clear: left;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#eventscontainer {
	width: 358px;
	float: left;
}

#events {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#events li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}

#announcementscontainer {
	width: 358px;
	float: right;
}

#announcements {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#announcements li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}

#more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: right;
	padding: 0px 0px 15px 0px;
}

hr {
	width: 100%;
	color: #e4e4e6;
	clear: both;
}

#contentbottom {
	margin: 0px auto;
	background-image: url(img/contentbottombkg2.jpg);
	background-repeat: repeat-x;
	height: 74px;
}

#footer {
	background-image: url(img/footerbkg.jpg);
	background-repeat: repeat;
	background-position: bottom;
	height: 80px;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: -150;
}

#footertext {
	width: 800px;
	margin: 0px auto;
	padding: 5px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #eae5ce;
}

#footercopyright {
	float: left;
}

#footercredit {
	float: right;
}