@font-face {
	font-family: 'abadi';
	src: url('/fonts/abadi.otf') format('opentype');
	font-weight: normal; 
	font-style: normal;
}
* { box-sizing: border-box; }

html {
	height: 100%;
	width: 100%;
	overflow: auto;
}
body {
	background: url(/_inc/siteimages/bgo40.png) #fffef5;
	background-repeat: repeat;
	color: #993300;
 	font-family: verdana, sans-serif;
	font-size: 10pt;
	font-family: Georgia, Helvetica, serif;
	font-size: 15px;
	height: 100%;
	width: 100%;
	margin: 0; padding: 0; border: 0;
}
td {
	vertical-align: top;
}
td p {
	margin-top: 0px;
}
a {
	color: #993300;
}
img {
	border: 0;
}
img[style*="float: right"] {
    margin-left: 10px;
	margin-bottom: 10px;
}

img[style*="float: left"] {
    margin-right: 10px;
	margin-bottom: 10px;
}
hr {
	color: #993300;
	background-color: #993300;
	height: 1px;
	border: 0;
}
p.centreren {
	text-align: center;
}
img.floatleft {
	float: left; 
	margin-right: 6px; 
	margin-top: 6px;
	margin-bottom: 6px;
}
img.floatright {
	float: right; 
	margin-left: 6px; 
	margin-top: 6px;
	margin-bottom: 6px;
}
p.clearfloats {
	clear: both;
	margin-top: 0;
}
#bglogo {
	margin-top: 10px;
	margin-right: 10px;
	padding-left: 10px;
}
#content {
	margin: 0; padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	position: relative;
	border-left: 1px dashed #993300;
}
#content::after {
	clear: both;
	content: '';
	display: block;
}
footer {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	border-top: 1px dashed #993300;
	border-left: 1px dashed #993300;
	border-right: 1px dashed #993300;
	padding: 10px;
	padding-top: 20px;
}	
footer::after {
	clear: both;
	content: '';
	display: block;
}
div.footeraddress {
	float: left;
	width: 200px;
}
div.footermain {
	float: left; 
	margin-left: 5px; 
	width: 740px; 
	display: flex; 
	justify-content: space-between;
}
div.fmpart {
	display: flex;
	justify-content: start;
	width: 50%;
	font-size: small;
}
div.fmpart div {
	width: 50%;
}
#nav {
	float: left;
	top: 190px;
	width: 200px;
	padding-right: 10px;
	padding-left: 10px;
/*	width: 240px; */
}
#nav ul {
	list-style-type: none;
	padding: 0; margin: 0;
	width: 180px;
	margin-top: 4px;
}
#nav li {
	margin-bottom: 4px;
	font-size: 90%;
/*	font-size: 14px;*/
}
/*
#nav li.navli2 {
	font-size: 13px;
}
#nav li.navli3 {
	font-size: 12px;
}
*/
#pagecontent {
	float: left;
	top: 0px;
	margin: 0; padding: 0; border: 0;
	padding-right: 15px;
	padding-bottom: 1rem;
	left: 200px;
	height: 100%;
	width: 779px;
	overflow: auto;
	padding-left: 15px;
	border-left: 1px dashed #993300;
	border-right: 1px dashed #993300;
	margin-top: -230px;
}
#pc2 {
	padding-bottom: 4px;
}
#pagecontent p.title {
	padding-top: 36px;
	font-family: verdana, sans-serif;
	font-family: Georgia;
	font-size: 48px;
	font-variant: small-caps;
}

#pagecontent ul {
	list-style-image: url(li.png);
}
a img.imglink {
	border: 1px solid #fec66d;
}
.txthd1 {
	display: block;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	padding-right: 4px;
	padding-bottom: 4px;
}
.txthd2 {
	display: inline;
	background-color: #fff288;
	font-size: 12pt;
	font-weight: bold;
	padding-right: 4px;
	padding-bottom: 4px;
}
.secnav {
	font-size: 12px;
	right: 16px;
	top: 12px;
	float: right;
}
.secnav a, .secnav span {
	cursor: pointer;
	font-weight: bold;
	color: #993300;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
.secnav a:hover {
	background-color: #fdfc9c;
}
.secnav a.flag:hover {
	background-color: transparent;
}
#nav {
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
}
#nav a {
	text-decoration: none;
	color: #993300;
	padding: 2px;
	padding-left: 0;
	padding-right: 0;
}
#nav a.navli2 {
	margin-left: 10px;
}
#nav a.navli3 {
	margin-left: 20px;
}
#nav a.navselected {
	background-color: #fdfc9c;
	cursor: default;
}
.secnav a.navselected {
	background-color: #fdfc9c;
	cursor: default;
}
#nav a:hover {
	background-color: #fdfc9c;
}
#addressdata {
	width: 100%;
	left: 10px;
	bottom: 0px;
	font-size: 10px;
	padding: 2px;
	padding-bottom: 10px;
}
@media only screen and (max-height: 700px) {
	#addressdata {
	display: block;
	position: static;
	width: 90vw !important;
	text-align: left !important;
	display:none;
	}
}
#flag {
	border: 0;
	padding: 0; margin: 0;
display: none;
}
#newslettertable a {
	text-decoration: none;
	color: #993300;
}
#newslettertable td {
	padding: 4px;
}
input.inputfld {
	color: #993300;
	width: 200px;
}
img.beemail {
	margin-bottom: -2px;
}
#niholder div.ni {
	padding-top: 10px;
	border-bottom: 1px dashed #993300;
}
#niholder div.nih {
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
}
#niholder div.niteaser {
	padding-bottom: 10px;
}
#niholder div.niteaser:before {content: url(logobullet.gif)}
@media print, presentation {
	body { background: white; }
	#content { overflow: visible; }
	#pagecontent {	height: auto; overflow: visible; }
}
#hamburger {
	display: none;
}
#nav .secnav {
	display: none;
}
@media only screen and (orientation: portrait) {
body {
	width: 100vw;
/*	background-color: lime;*/
	overflow-x: hidden;
}
img[style*="float: right"] {
    margin-left: 10px;
	margin-bottom: 10px;
	width: 100%;
}

img[style*="float: left"] {
    margin-right: 10px;
	margin-bottom: 10px;
	width: 100%;
}
#top {
	width: 100%;
	position: fixed;
	background-color: white;
	background: url(/_inc/siteimages/bgo40.png) #fffef5;
	background-repeat: repeat;
	z-index: 100;
	height: 100px;
}
#content {
	border-left: 0;
	width: 90vw;
	margin-left: 5vw;
	margin-right: 0;
}
footer {
	padding-left: 20px;
	border-left: none;
}
div.footeraddress {
	float: none;
}
div.footermain {
	float: none;
	margin-left: 0;
	margin-top: 0;
	width: 100vw;
	font-size: small;
	display: block;
}
div.fmpart {
	width: 100%;
}
div.footermain div {
	margin-top: 10px;
}
#nav {
	display: none;
	position: fixed;
	left: 5vw;
	top: 80px;
	background-color: #fff899;
	width: 95vw;
	height: calc(100% - 80px);
	z-index: 101;
	padding-left: 10px;
}
#addressdata {
	display: block;
	position: static;
	width: 90vw !important;
	text-align: left !important;
}
#addressdata div {
	display: inline-block;
	width: 90vw !important;
	margin-left: 0 !important;
	display: flex;
	justify-content: space-between;
}
#addressdata div div {
	float: left;
	display: inline-block;
	width: 18vw !important;
}
#pagecontent {
	float: none;
	margin-top: 0;
	left: 0;
	margin-left: 0;
	width: 90vw;
	height: auto;
	border-left: 0;
	border-right: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 60px;
	position: static;
}
#pc2 {
	width: 100%;
	left: 0;
}
#bglogo {
	height: 80px;
}
#pagecontent p.title {
	margin-top: 0;
	margin-bottom: 10px;
}
img.floatright {
	max-width: 90vw;
}
img.floatleft {
	max-width: 90vw;
}
#newslettertable {
	max-width: 90vw;
	width: auto;
	display: block;
}
#newslettertable tr {
	display: inline;
}
#newslettertable td {
	float: left;
	width: 100px;
	display: inline-block;
}
#pc2 img {
	max-width: 100%;
	height: auto;
}
#hamburger {
	display: block;
	position: fixed;
	right: 5vw;
	top: 10px;
	z-index: 102;
	font-size: 36px;
	cursor: pointer;
	color: #993300;
}
#pc2 > .secnav {
	display: none;
}
#nav .secnav {
	display: block;
	position: static;
	margin-top: 1em;
}
}
