body {
	margin: 0 auto;
	padding: 0em 0em 0em 0em; /* increase 3rd value for footer */
	/*font-size: 1.5vw;*/
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #4A2A00;
	background-color: #4A2A00;
}
iframe {
	border-width: 0;
	width: 100%;
	height: 25em;
	padding: 0.2em;
	border-radius: 0.5em;
	background-color: white;
	box-shadow: -1px -1px 1px 1px rgba(0,0,0,0.4), 1px 1px 1px 1px rgba(255,255,255,0.4);
}
img {
}
h1 {
	font-size: 1em;
	letter-spacing: 0.035em;
	text-align: center;
	margin: 0;
	padding: 0;
	font-variant: small-caps;
	color: #825D34;
	text-shadow: 0px 0px 0.5px white;
}
h2 {
	margin: 0em 0em 1em 0em;
	text-align: center;
	font-size: 2.2em;
	color: #825D34;
	text-shadow: 0px 0px 0.5px black;
}
h3, h4 {
	margin: 2em 0em 0em 0em;
	padding: 0em;
	text-align: left;
	font-size: 1.6em;
	font-weight: bold;
	text-decoration: none;
	color: #825D34; /*#8e6f4c; rgba(206,159,104,0.6);*/
	/*text-shadow: -1px -1px 0px rgba(0,0,0,0.8), 1px 1px 0px rgba(255,255,255,0.4);*/
	/*text-shadow: -1px -1px rgba(0,0,0,0.9), 1px 1px 0px rgba(255,255,255,0.5);*/
}
h4 {
	font-size: 1.2em;
}
article {
	margin: 2em 0em 0em 0em;
}
		article h3, article h4 {
			margin: 0em;
		}
	article span {
		margin: 0.5em 0.1em 0.1em 0.1em;
		padding: 0.3em;
		font-size: 0.8em;
		line-height: 1.5em;
		display: inline-block;
		color: #AAA;
	}
h5 {
	margin: 2em 0em 0em 0em;
	padding: 0;
	font-size: 1em;
}
h6 {
	margin: 2em 0em 0em 0em;
	padding: 0;
	font-size: 0.7em;
	font-variant: small-caps;
	color: #AAA;
}
p {
	margin: 0.5em 0em;
	line-height: 1.25em;
}
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
input, textarea {
	background: rgba(0, 0, 0, 0.1);
	border-radius: 0.3em;
	color: black;
	box-shadow: -1px -1px 1px 0px rgba(0,0,0,0.4), 1px 1px 1px 0px rgba(255,255,255,0.4);
}
input, textarea, button {
	display: block;
	width: 100%;
	padding: 0.25em;
	font-size: 1em;
	box-sizing: border-box;
	border: none;
}
button, a.button, a.blockbtn, #context a {
	margin: 2em 0em 0em 0em;
	text-decoration: none;
	font-size: 0.8em;
	line-height: 1.5em;
	border-radius: 0.3em;
	padding: 0.25em 0.35em 0.35em 0.25em;
	color: #fff;
	background-color: #825D34;
	box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.4), -1px -1px 1px 0px rgba(255,255,255,0.4);
}
	a.button:hover, a.blockbtn:hover, button:hover, #context a:hover {
		background: #FEE5C8;
	}
	a.button:active, a.blockbtn:active, button:active, #context a:active {
		cursor: pointer;
		padding: 0.35em 0.25em 0.25em 0.35em;
		outline: none;
		box-shadow: -1px -1px 1px 0px rgba(0,0,0,0.4), 1px 1px 1px 0px rgba(255,255,255,0.4);
	}
a.blockbtn, button {
	display: block;
	margin: 1.5em 0em 0em 0em;
	text-align: center;
	font-size: 1em;
}
blockquote {
	font-style: italic;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	color: #825D34;
	text-decoration: underline;
}
a:hover, #context a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
}
a.block {
	display: block;
	padding: -0.5em 0em;
	text-decoration: inherit;
	color: inherit;
	overflow: auto;
}
a:hover h3, a:hover h4 {
	color: #4A2A00;
	/*text-shadow: 1px 1px 5px #825D34;*/
}
.lbl {
	display: none;
}
.events span {
	display: inline-block;
	width: 3.5em;
}
.events ul {
	margin: 0;
	padding: 0;
}
	.events li ul {
		display: none;
	}
.events li {
	margin: 0.5em 0em;
	padding: 0;
	list-style: outside none;
}
.gallery {
	text-align: center;
}
img.thumb {
	border: 0.2em solid #fff;
	box-shadow: 1px 1px 5px 0px black;
	border-radius: 0.1em;
}
div.thumb {
	margin: 0.5em;
	max-width: 50%;
    display: inline-block;
}
.thumb p {
    margin: 0;
    padding: 0;
    font-size: smaller;
}
/*
h1:before {
	content: "h1 ";
}
h2:before {
	content: "h2 ";
}
h3:before {
	content: "h3 ";
}
h4:before {
	content: "h4 ";
}
h5:before {
	content: "h5 ";
}
h6:before {
	content: "h6 ";
}
p:before {
	content: "p ";
}*/

/*
.news {
	padding: 0.3em;
	box-shadow: 1px 1px 3px 0px black;
	background: rgba(255,255,255,0.5) -moz-linear-gradient(290deg, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
}
.news span {
	padding: 0.65em 0.3em 0em 0em;
}
.news .further {
	box-shadow: 1px 1px 3px 0px black;
	background: rgba(255, 255, 255, 0.5) linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0.2));
}
.news h4 {
	font-size: 0.8em;
	font-variant: small-caps;
}
	.news span  {
		line-height: 0.8em;
	}*/
.cols {
	margin: 0% -2%;
	padding: 0;
}
	.cols li {
		list-style: outside none;
		margin: 0% 2%;
	}
	.col, .icol, .element {
		list-style: outside none;
		vertical-align: top;
		display: inline-block;
		margin: 0% 2%;
		padding: 0;
		width: 46%;
	}
	.col .col, .col .element {
		width: 100%;
		margin: 0%;
	}
	.colWhl {
		width: 96%;
	}
	.colHlf {
		width: 46%;
	}
	.col3rd {
		width: 31.3333%;
	}
	.col4th {
		width: 25%;
	}
	.col5th {
		width: 20%;
	}
	/*
.element h6 {
	display: inline-block;
	width: 20%;
}
.element p {
	display: inline-block;
}*/
.align_center {
	display: block;
	margin: 0 auto;
}
.align_right {
	float: right;
}
.align_left {
	float: left;
}
.error {
	color: red;
}
#head {
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 2em;
	padding: 0em 1em;
	overflow: visible;
	color: #fff;
	background: #825D34 url('../images/bg-s7.jpg') fixed repeat;
	box-shadow: 0px 0px 5px 2px black;
}
	#header {
		position: relative;
		margin: 0 auto;
		padding: 0;
		max-width: 1600px;
	}
		#header a {
		
			text-decoration: none;
			color: inherit;
			text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
		}
		#header h1 {
			position: relative;
			float: left;
			margin: 0em 0em 0em -0.5em;
			padding: 0;
			color: inherit;
			font-size: 1.6em;
			line-height: 1.25em;
		}
		#logo {
			z-index: 200;
			padding: 0.2em 0.2em 0em 0em;
			height: 2em;
			position: relative;
			float: left;
			border: none;
			box-shadow: none;
			border-radius: 0;
		}
	#mainnav {
		margin: 0em -0.5em 0em 0em;
		padding: 0em;
		text-align: right;
	}
		#nav {
			z-index: 150;
			display: inline;
			margin: 0;
			padding: 0;
		}
		#nav li {
			display: inline-block;
			position: relative;
			list-style: outside none;
			margin: 0;
			padding: 0;
			line-height: 2em;
		}
			#nav li:hover {
				background: rgba(0,0,0,0.2);
			}
		#nav a {
			display: inline-block;
			padding: 0em 0.5em;
			font-size: 1em;
			line-height: 2em;
			white-space: nowrap;
		}
		#nav span {
			padding: 0em 0em 0em 0.4em;
			line-height: 2.5em;
			font-size: 0.8em;
		}
			#nav .nav li {
				display: block;
				border-top: 1px solid #825D34;
				z-index: 50;
			}
			#nav .nav a {
				display: block;
				line-height: 2em;
			}
		.nav {
			margin: 0;
			padding: 0;
			display: none;
			position: absolute;
			top: 2em;
			right: 0;
			text-align: left;
			background: #825D34 url('../images/bg-s7.jpg') fixed repeat;
			box-shadow: 0px 2px 2px 0px black;
		}
			li:hover .nav {
				display: block;
			}
	#menu {
		display: none;
	}

#headimg {
	z-index: 50;
	position: absolute;
	max-width: 45%;
	top: 0;
	left: 0;
	transform: rotate(-10deg);
}
#footimg {
	z-index: 50;
	position: absolute;
	top: 0;
	right: 0;
	max-width: 45%;
	transform: rotate(7deg);
}
#headimg, #footimg {
	border: 0.2em solid #fff;
	box-shadow: 1px 1px 5px 0px black;
}
#mainlogo {
	position: relative;
	display: block;
	margin: 0% auto 10% auto;
	padding: 0;
	z-index: 80;
	width: 16%;
	border: none;
	box-shadow: none;
	border-radius: 0;
}
	
#imgline {/*
	margin: 0em auto;
	max-width: 1600px;
	padding: 0;
	position: relative;
	box-shadow: 0px 2px 5px 2px black;
	overflow: auto;
	border-radius: 0em 0em 1.5em 1.5em;*/
}
	#imgline img {
		max-width: 50%;
		float: left;
	}/* DEPRECATED
	#imgline div {
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 50;
		background-image: linear-gradient(to left,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0.1) 40%,
			rgba(255, 255, 255, 0.5) 45%,
			rgba(255, 255, 255, 1) 50%,
			rgba(255, 255, 255, 0.5) 55%,
			rgba(255, 255, 255, 0.1) 60%,
			rgba(255, 255, 255, 0) 100%
		);
	}*/
	
#context {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}
	#context li, #context ul {
		margin: 0;
		padding: 0;
		display: inline;
		list-style: outside none;
	}
	#context ul {
		margin: 0em 1em;
	}
	#context a, #context a:active {
		display: inline;
		margin: 0;
		padding: 0.25em 1em;
		text-shadow: none;
		line-height: 1.5em;
		box-shadow: 0px 0px 2px 1px black;
		border-radius: 0.3em 0.3em 0em 0em;
	}
	.MarkupPagerNavOn a {
		text-decoration: underline !important;
	}
	#context fieldset {
		
	}/*
	#login fieldset, #search fieldset {
		position: fixed;
		padding: 1em;
		bottom: 0;
		color: #fff;
		background: rgba(0,0,0,0.7);
	}
	#search fieldset {
		left: 0;
	}
	#login fieldset {
		right: 0;
	}*/

#content {
	position: relative;
	max-width: 1600px;
	margin: 2em auto 0em auto;
	padding: 0em 0em 2em 0em;
}
	#contentbg {
		overflow: auto;
		padding: 2em 2em 0em 2em;
		background: #FEE5C8 url('../images/bg-p7.jpg') repeat fixed;
		box-shadow: 0px 0px 5px 0px black;
	}
	#mgmap1 {
		margin: 2em 0em 0em 0em;
	}
#footer {
	margin: 0 auto;
	max-width: 1600px;
	text-shadow: 1px 1px 0px black;
}

@media all and (min-width: 1600px) {
	body {
		font-size: 24px;
	}
}
@media all and (max-width: 1024px) {
	body {
		font-size: 12pt;
	}
	.col3rd {
		width: 50%;
	}
}
@media all and (max-width: 767px) {
	#menu {
		display: inline-block;
		position: relative;
		margin: 0;
		padding: 0;
		line-height: 2em;
	}
	#menu:hover + #nav, #nav:hover {
		display: block;
	}
	#nav {
		display: none;
	}
	#nav, #nav .nav {
		position: fixed;
		top: 2em;
		padding: 2em 0em 0em 0em;
		bottom: 0;
		left: 0;
		right: 0;
		text-align: left;
		background: #825D34 url('../images/bg-s7.jpg') fixed repeat;
		border-top: 1px solid #825D34;
		box-shadow: none;
		overflow: auto;
	}
	#nav li, .nav li {
		display: block;
		margin: 0;
		padding: 0;
		border-top: 1px solid #825D34;
	}
	#nav a, .nav a {
		display: block;
		line-height: 2em;
	}
	#nav .nav {
		left: 35%;
	}
	#nav span {
		display: none;
	}
	#headimg, #footimg {
		transform: none;
		position: relative;
		max-width: 100vw;
		border: none;
		margin: -2em -2em 2em -2em;
		box-shadow: 0px 0px 5px 2px black;
	}
	#footimg {
		margin: 2em -2em -2em -2em;
	}
	#mainlogo {
		display: none;
	}
	.col {
		width: 96%;
		float: none;
	}
}
