/* CSS Document */

html, body {
	margin:0;
	padding:0;
}

body {
	font-size: 100%;
	background: #5B4500;
}

div#header {
	width: 100%;
	height: 190px;
	padding: 0;
	margin: 0;
	background: #EEE7D0 url("images/logo_final.gif") no-repeat left top;
}

#headerphoto {
	padding: 0;
	margin: 0;
	float: right;
}

#searchbar {
	position:absolute;
	right: 0;
	top: 12px;
	padding: 5px;
	background: #483600;
	color: #fff; 
	font: bold 11px Arial, Verdana, serif;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}

#searchbar form {
	margin: 0;
	padding: 0;
}
  
div#content p {
	line-height:1.4em;
}

div#footer p {
	margin:0;
	padding:5px 10px;
}

div#wrapper {
	float:left;
	width:100%;
}

div#container {
	border-top: 12px solid #F0B500;
	background: #5B4500;
}

div#content {
	margin: 0 215px 0 189px;
	border-top: 12px solid #547000;
	border-bottom: 12px solid #547000;
	border-right: 1px dotted #547000;
	background: #fff url("images/content_bg.gif") repeat-y left top;
}

div#content #center {
	text-align: center;
}

div#navigation {
	float:left;
	width:189px;
	margin-left:-100%;
	margin-top: 0;
	padding-top: 23px;
	background:#5B4500 url("images/navigation_bg2.gif") no-repeat left top;
}

div#rightcolumn {
	float:left;
	width:215px;
	margin-left:-215px;
	border-top: 12px solid #547000;
	border-bottom: 12px solid #547000;
	background: #fff;
}

div#footer {
	clear:left;
	width:100%;
	height: 100px;
	background: #5B4500;
}

div#footerlinks {
	margin-left: 189px;
	text-align: center;
	height: 100px;
	background: url("images/footer_bg2.gif") no-repeat right top;
}

#footerlinks p {
	font-size: 12px;
	font-family: Arial, Verdana, serif;
	color: #fff;
	line-height: 2em;
}

#footerlinks a {
	color: #eee;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
}

#footerlinks a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 3px double #F0B500;
}

#footerlinks p.copyright {
	font-size: 10px;
	color: #ccc;
}

#content h1 {
	font-size: 1.35em;
	font-family: Arial, Verdana, serif;
	color: #333;
	margin: 20px 32px 10px 32px;
}

#content h2 {
	font-size: 1.15em;
	text-transform: uppercase;
	font-family: Arial, Verdana, serif;
	font-weight: bold;
	color: #A78007;
	margin: 15px 32px 15px 32px;
	padding: 5px 0;
	border-top: 1px solid #EEE7D0;
	border-bottom: 1px solid #EEE7D0;
}

#content h3 {
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	font-family: Arial, Verdana, serif;
	margin: 10px 32px 10px 32px;
}

#rightcolumn h4 {
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	font-family: Arial, Verdana, serif;
	padding: 20px 10px 0 10px;
}

#content p {
	font-size: 14px;
	font-family: Arial, Verdana, serif;
	line-height: 2em;
	color: #333;
	margin: 10px 32px;
}

#content form {
	font-size: 14px;
	font-family: Arial, Verdana, serif;
	line-height: 2em;
	color: #333;
	margin: 10px 32px;
}

#content a {
	color: #547000;
	background-color: transparent;
	text-decoration: none;
	border-bottom: 1px solid #547000;
}

#content a:hover {
	color: #ffffff;
	background-color: #547000;
	text-decoration: none;
	border-bottom: 1px solid #547000;
}

#content ul {
	list-style-image: url("images/icon_bullet2.gif");
	line-height: 2em;
	margin: 10px 32px;
	padding: 10px 32px;
	font-size: 14px;
	font-family: Arial, Verdana, serif;
	color: #333;
}

#content ol {
	line-height: 2em;
	margin: 10px 32px;
	padding: 10px 32px;
	font-size: 14px;
	font-family: Arial, Verdana, serif;
	color: #333;
}

hr {
	width: 90%;
	height: 1px;
	color: #333;
	text-align:center;
}

.highlight {
	margin: 10px 47px;
	background: #EEE7D0 url("images/highlight_bg.gif") repeat-x top left;
	border-left: 3px solid #EEE7D0;
	border-right: 3px solid #EEE7D0;
	border-top: 3px solid #EEE7D0;
	padding: 15px;
}

p.caption {
	font-size: 11px;
	font-style: italic;
	color: #666;
	background: #fff;
}

#rightcolumn h3 {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Verdana, serif;
	color: #333;
	padding: 20px 10px 0 10px;
}

#rightcolumn p, #rightcolumn #textbox p {
	font-size: 14px;
	font-family: Arial, Verdana, serif;
	line-height: 1.5em;
	color: #333;
	padding: 10px;
}

#rightcolumn a {
	color: #547000;
	background-color: transparent;
	text-decoration: none;
	border-bottom: 1px solid #547000;
}

#rightcolumn a:hover {
	color: #ffffff;
	background-color: #547000;
	text-decoration: none;
	border-bottom: 1px solid #547000;
}

#rightcolumn #textbox {
	margin: 16px;
	background: #EEE7D0 url("images/highlight_bg.gif") repeat-x top left;
	border-left: 3px solid #EEE7D0;
	border-right: 3px solid #EEE7D0;
	border-top: 3px solid #EEE7D0;
	padding: 8px;
	font-size: 14px;
	font-family: Arial, Verdana, serif;
	line-height: 1.5em;
	color: #333;
}

#rightcolumn #textbox ul, #rightcolumn ul {
	font-size: 14px;
	font-family: Arial, Verdana, serif;
	line-height: 1.5em;
	list-style-image: url("images/icon_bullet.gif");
	color: #333;
	padding: 0 16px;
	margin: 0 16px;
}

a#anchor {
	color: #000000;
	text-decoration: none;
	border: 0;
	background-color: transparent;
}

a:hover#anchor {
	color: #000000;
	text-decoration: none;
	border: 0;
	background-color: transparent;
}

/* ======================================================
This copyright notice must be untouched at all times.
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
========================================================= */
.menu {
	font-size: 14px;
	margin: 0;
	font-family: arial, verdana, sans-serif;
}

.menu ul {
	padding-right: 0;
	padding-left: 0;
	z-index: 500;
	padding-bottom: 0;
	margin: 0;
	width: 177px;
	padding-top: 0;
	list-style-type: none;
	position: relative;
}

.menu li {
	float: left;
	background-color: #5B4500;
	border-bottom: 2px solid #6A5000;
	border-left: 2px solid #6A5000;
}

.menu li.sub {
	background-color: #5B4500;
}

.menu table {
	margin-top: -1px;
	font-size: 1em;
	z-index: 100;
	left: 0px;
	position: absolute;
	top: 0px;
	border-collapse: collapse;
}

.menu a {
	display: block;
	font-weight: bold;
	text-transform: none;
	width: 177px;
	color: #ffffff;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	padding: 10px 5px;
}

.menu a:visited { 
	display: block;
	font-weight: bold;
	text-transform: none;
	width: 177px;
	color: #ffffff;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}

.menu b {
	float: right;
	margin-right: 10px;
}

* html .menu a {
	width: 189px;
}

* html .menu a:visited {
	width: 189px;
}

* html .menu a:hover {
	font-weight: bold;
	text-transform: none;
	color: #ffffff;
	font-style: normal;
	position: relative;
	background-color: #463500;
	font-variant: normal;
	text-decoration: none;
}

.menu li:hover {
	position: relative;
	border-bottom: 2px solid #F0B500;
	border-left: 2px solid #6A5000;
}

.menu a:active {
	font-weight: bold;
	text-transform: none;
	color: #ffffff;
	font-style: normal;
	background-color: #463500;
	font-variant: normal;
	text-decoration: none;
}

.menu a:focus {
	font-weight: bold;
	text-transform: none;
	color: #ffffff;
	font-style: normal;
	background-color: #463500;
	font-variant: normal;
	text-decoration: none;
}

.menu li:hover > a {
	font-weight: bold;
	text-transform: none;
	color: #ffffff;
	font-style: normal;
	background-color: #463500;
	font-variant: normal;
	text-decoration: none;
}

.menu li ul {
	padding-right: 0;
	padding-left: 0;
	left: 187px;
	visibility: hidden;
	padding-bottom: 2em;
	padding-top: 2em;
	position: absolute;
	top: -2em;
	background-color: transparent;
}

.menu li:hover > ul {visibility: visible}
.menu ul a:hover ul ul {visibility: hidden}
.menu ul a:hover ul a:hover ul ul {visibility: hidden}
.menu ul a:hover ul a:hover ul a:hover ul ul {visibility: hidden}
.menu ul a:hover ul {visibility: visible}
.menu ul a:hover ul a:hover ul {visibility: visible}
.menu ul a:hover ul a:hover ul a:hover ul {visibility: visible}
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul {visibility: visible}

/* ============= END MENU CODE ============= */
