

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #963;
}
a:hover {
	color: #C60;
}
body {
	background: #655A46 url(/images/bg.gif);
	color: #543;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
h2 {
	font-size: 1.3em;
	margin-bottom: 4px;
}
h3 {
	font-size: 1.2em;
	margin-bottom: 4px;
}
h4 {
	font-size: 1.1em;
	margin-bottom: 4px;
}
h5 {
	font-size: 1.0em;
	margin-bottom: 4px;
}
code {
	background: #FFE;
	border: 1px solid #EED;
	border-left: 6px solid #938262;
	color: #554;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url(/images/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #654;
	padding-top: 6px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: url(/images/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 780px;
}

/* header */
.header {
	background: #6A5D47 url(/images/bgheader.gif) repeat-x;
	height: 120px;
	margin: 0 auto;
	width: 760px;
}
.slideshow
{
	float:right;
	height:105px;
	margin-top:10px;
	overflow:hidden;
	width:350px;
}
.slideshow{ /*IE method of centering a relative div*/
text-align: center;
}

.slideshow>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}
/* title */
.title {
	padding: 0 5px 5px;
	float:left;
}
.title img
{
	border:none;
}
.title h1 {
	color: #E4DBCF;
	font: normal 3.4em "Lucida Sans Unicode","Trebuchet MS",sans-serif;
}

/* navigation */
.navigation {
	background: #FFF url(/images/bgnavigation.gif) repeat-x;
	font: bold 1.2em Verdana,sans-serif;
	height: 24px;
	margin: 0 auto;
	padding: 10px 18px;
	width: 725px;
	text-align:left;
}
.navigation a {
	color: #543;
	text-decoration: none;
	padding: 3px 4px;
	margin-right: 12px;
	line-height: 44px;
}
.navigation a:hover {
	background: #CEBDA1;
	color: #420;
}


/* main */
.main {
	clear: both;
	padding: 0 25px 12px 10px;
}

/* sub navigation */
.sidenav {
	float: left;
	width: 218px;
	
}
.sidenav h1 {
	background: #BCB39F url(/images/sidenavh1.gif) repeat-x;
	border-bottom: 1px solid #999;
	border-top: 1px solid #CCC;
	color: #4A4A44;
	font-size: 1.2em;
	height: 22px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li {
	border-bottom: 1px solid #A98;
	border-top: 1px solid #DDC;
	list-style: none;
}
.sidenav li a {
	background: #CCC3AF;
	color: #554;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.sidenav li a:hover,.sidenav ul li a.active {
	background: #D6CCB9;
	color: #654;
}
.sidenav .submenu 
{
	border-bottom: 1px solid #A98;
	border-top: 1px solid #DDC;
	list-style:circle;
	height:30px;
	margin-left:45px;
	vertical-align:middle;
}
.sidenav .submenu a
{
	background: #E7DFCE;
	color: #554;
	display: block;
	padding: 7px 4px 8px 12px;
	text-decoration: none;
}
.sidenav .submenu a:hover
{
	background: #E7DFCE;
	color: #4A82CE;
	display: block;
	padding: 7px 4px 8px 12px;
	text-decoration: underline;
}
.search{padding:10px 4px;color:#fff;font-weight:bold;font-size:1.2em;}
.search .txt{padding:1px 2px;width:172px;}
.nosearchtxt{color:#CFCFCF;}

.txt{border:1px solid #B6A991; padding:1px;}
.btn{background-color:#6A5D47;border:1px solid #B6A991;color:#fff;font-weight:bold;}
/* content */
.content {
	padding-top: 12px;
	float: right;
	width: 68%;
}
.content .descr {
	color: #987E57;
	font-size: 1.1em;
	margin-bottom: 6px;
}
.content ul li {
	list-style: url(/images/li.gif);
	
}
.content li {
	
	margin-left: 18px;
}
.content img
{
	margin:5px;
}


/* footer */
.footer {
	background: #958463 url(/images/bgfooter.gif) repeat-x;
	color: #FED;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 760px;
}
.footer a {
	color: #FFD;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
/* item */
.item 
{
	clear: both;
	
}
.item .dash
{
	float:left;
	color: #FDD;
	float: left;
	height: 40px;
	text-align: center;
	width: 10px;
	line-height: 30px;
	
}
.item .date {
	background: url(/images/bgdate.gif) no-repeat;
	color: #FDD;
	float: left;
	height: 40px;
	text-align: center;
	width: 36px;
	
	
}
.item .date div {padding-top: 4px;}
.item .date span {font: normal 1.6em serif;}
.item .date2 {
	background: url(/images/bgdate2.gif) no-repeat;
	color: #FDD;
	float: left;
	height: 40px;
	text-align: center;
	width: 36px;
	
}
.item .date2 div {padding-top: 4px;}
.item .date2 span {font: normal 1.6em serif;}
.item .event {
	width: 500px;
}
.item h1 {
	background: #567300;
	color: #FFF;
	line-height: 30px;
	padding-left: 60px;
	margin-left:36px;
	width:445px;
	height:34px;
	background: url(/images/eventheader.gif) repeat-y;
	
}
.item .body {padding: 12px 18px;}
.calender
{
	padding:6px;

}
.news li{padding:5px;}
.breadcrum
{
background: url(/images/bcbg.gif) repeat-x;
height:40px;
color:#635542;
font-size:1.4em;
padding-left:10px;
padding-top:10px;
font-weight:bold;
}
.breadcrum a
{
	font-weight:normal;
}
#fullcontent
{
	margin:10px;
}
.fullcontainer
{
	background: url(/images/bgcontainer_full.gif) repeat-y;
	margin: 0 auto;
	width: 780px;
}
.event .title, .event .title h1
{
	float:none;
	color:#554433;
	font-size:18pt;
	margin:0;
}
.event *
{
	font-size:12pt;	
}
#map{width: 500px; height: 300px;}

#ad{width:350px;float:right;height:105px;overflow:hidden;margin:7px 10px;}
#slideShowDiv {height: 105px;width: 350px;}
#slideShowDiv img{height: 105px;width: 350px;border:none;margin:0 10px;}
#slideShowListWrapper {}
#slideShowList {list-style-type: none;margin: 0;padding: 0;}
#slideShowList li {float: left;}
#slideShowList li a {display: block;font-size: 0.9em;margin: 0 5px 0 0;padding: 1px 6px 2px;text-decoration: none;}
#slideShowList li a.active-slide {}
.slide {display: none;}


#searchresults{}
#searchresults .result{padding:5px 0;border-bottom:1px solid #6A5D47;line-height:1.8em}
.searchmatch{background-color:#6A5D47;color:#fff;font-weight:bold;padding:1px;}