@charset "utf-8";
body {
	font-family: "lucida sans unicode";
	font-size: 12px;
	color:#4f3c2a;
	margin:0 auto;
	background-color:#faac58;
	background-image:url(../images/body-background.png);
	background-position:left 289px;
	background-repeat:repeat-x;
}
div#header
{
	margin:0 auto;
	background-image:url(../images/head-banner.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:263px;
}
div#header div#imgholder
{
	margin:0 auto;
	width:600px;
	margin-left:200px;
	padding-top:70px;
}
div#menu
{
	background-image:url(../images/menu-background.png);
	height:26px;
	background-repeat:repeat-x;
}
div#container
{
	background-image:url(../images/content-background.png);
	width:923px;
	margin:0 auto;
	background-repeat:repeat-y;
}
div#container-header
{
	background-image:url(../images/content-top-background.png);
	background-repeat:repeat-x;
	height:57px;
	width:880px;
	margin:0 auto;
	display:block;
}
div#container-footer
{
	margin:0 auto;
	width:923px;
	background-image:url(../images/content-footer-shadow.png);
	height:17px;
	display:block;
}
div#menu ul
{
	margin:0;
	padding:0;
	margin:0 auto;
	width:880px;
	list-style-type:none;
}
div#menu ul li
{
	float:left;
	color:#FFFFFF;
	font-size:13px;
	margin-top:4px;
	border-right:solid 1px #498807;
}
div#menu ul li a
{
	text-decoration:none;
	color:#ffffff;
	padding-right:20px;
	padding-left:20px;
	display:block;
}
div#menu ul li a:hover
{
	text-decoration:underline;
	color:#c0d6a8;
}
div#contentblock
{
	width:820px;
	margin:0 auto;
	padding-left:30px;
	padding-right:30px;
	background-image:url(../images/content-body-background.png);
	background-position:bottom;
	background-repeat:repeat-x;
	min-height:500px;
	_height:500px;
}
div#leftbar
{
	float:left;
	width:300px;
	padding-top:50px;
}
div#content
{
	width:500px;
	float:left;
	padding-bottom:30px;
	font-size:13px;
	line-height:24px;
}
div#footer
{
	margin:0 auto;
	margin-bottom:20px;
	width:880px;
	font-size:10px;
	text-align:right;
	color:#9c6121;
}
div#footer a
{
	color:#9c6121;
	text-decoration:none;
}
div#footer a:hover
{
	color:#452808;
}
h1
{
	font-size:24px;
	font-weight:bold;
	color:#8a4b08;
	margin:0;
	padding:0;
	margin-bottom:20px;
}
h2
{
	margin:0;
	padding:0;
	color:#306198;
	font-size:15px;
	font-weight:bold;
}
ul#submenu
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:280px;
}
ul#submenu li
{
	border-bottom:solid 1px #f2f1f1;
	padding-left:15px;
	padding-bottom:10px;
	margin-top:10px;
	font-size:13px;
}
ul#submenu li:hover
{
	background-image:url(../images/submenu-marker.gif);
	background-position:0 3px;
	background-repeat:no-repeat;
	font-weight:bold;
}
ul#submenu li a
{
	text-decoration:none;
	color:#4f3c2a;
	display:block;
}
.clearleft
{
	clear:left;
}
.activemenu
{
	font-weight:bold;
}
li.active
{
	background-image:url(../images/submenu-marker.gif);
	background-position:0 3px;
	background-repeat:no-repeat;
	font-weight:bold;
}
div#sitemap ul
{
	list-style-type: none;
}
#sitemap ul a
{
	color:#306198;
	text-decoration: none;
}
