@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic);

body { margin: 0; 
	padding: 0; 
	text-align: center; 
	background: #b9bfc6;
	font: 105%/1.5 'Open Sans', Arial, Helvetica, sans-serif;
 }
img {
	max-width: 100%;
	height: auto;
}

#container { 
	width: 98%;
	max-width: 1000px; 
	padding: 0; 
	border: 0; 
	margin: 0 auto; 
	text-align: left; 
	background: #fff url(images/pagebg.gif) repeat-y 0 0; 
	background-size: 100%;
	position: relative; 
}
#banner { 
	margin: 0; 
	padding: 0;
	background: transparent url(images/mastheadbg.png) 0 0 no-repeat; 
	height: 128px;
	position: relative; 
}
#banner .site-logo {
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
}
#banner h1 {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	font-style: italic;
	color: #000;
	font-size: 30px;
	line-height: 1;
	margin: 0;
	text-shadow: 1px 1px 1px #fff, -1px -1px 1px rgba(254,0,0,.4);
}
#banner h1 a {
	color: #000;
	text-decoration: none;
}
#banner h1 a:hover {
	color: #444;
}
#banner h4 { 
	position: absolute; 
	font-size: 16px; 
	font-weight: bold; 
	color: #ccc;
	top: 40px; 
	right: 3%; 
}
#banner h4 a { color: #666; text-decoration: none; }
#banner h4 a:hover { color: #fe0000; }

#maincontent { 
	margin-left: 21%; 
	padding: 0 3% 1em 0; 
}
#maincontent h1 { 
	font-size: 1.6em; 
	line-height: 1.3; 
	color: #888; 
	margin-top: 10px; 
	margin-bottom: 1em;
	padding-left: 5px; 
	padding-bottom: 2px;
	text-transform: uppercase;
	letter-spacing: 1px; 
	font-weight: normal; 
	border-bottom: 1px solid #ccc; 
}
#maincontent h2 { 
	color: #900; 
	font-size: 1.2em; 
	line-height: 1.3;
	margin-top: 1em; 
	margin-bottom: .7em; 
}

#maincontent h3 { 
	color: #933; 
	font-size: 1.1em; 
	margin-top: 0; 
	margin-bottom: 1em;
	line-height: 1.3; 
	}

#maincontent h4 {
	color: #000;
	margin-bottom: .25em;
	margin-top: 0;
	font-size: 1em;
}

#navbar { 
	position: absolute; 
	top: 106px; 
	left: 0; 
	width: 18%; 
	padding: 0; 
	margin: 0;
}
#sidebar { 
	clear: right;
	display: block; 
	float: right; 
	padding: 7px; 
	background: #fff;
	margin: 5px 0 5px 10px; 
	border: 1px solid #b9bfc6;
	background-color: #d9dfe6;
	width: 42%;
}
#sidebar p, #sidebar li { 
	font-size: .9em;
	line-height: 1.3;
	margin-bottom: .75em;
}
#sidebar ul {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
}
#sidebar h3 { color: #933; }

.boxed, .newsarticles li {
	padding: 7px; 
	background: #fff;
	margin: 0 0 1em 0; 
	border: 1px solid #b9bfc6;
	background-color: #d9dfe6;
	list-style: none;
}
ul.newsarticles {
	margin: 0 0 1em 0;
	padding: 0;
	overflow: hidden;
}
.newsarticles li {
	overflow: hidden;
}
.newsarticles p {
	margin-bottom: 0;
}
#footer { 
	clear: all; 
	text-align: center; 
	background-color: #fe0000; 
	color: #fff;
	font-size: .9em; 
	padding: 5px; 
}
#footer a {
	padding: 0 8px;
}
#footer a, #footer a:visited { color: #fff; text-decoration: none; }
#footer a:hover { color: #000; }

p, td, li, ul, ol { 
	font-size: 1em; 
}

p, ul { 
	margin-top: 0; 
	margin-bottom: 1em; 
	}
ul.sep li { margin-bottom: 1em; }
ul.sep { margin-left: 25px; padding-left: 0; }
.credits { 
	font-size: .7em; 
	text-align: center; 
	color: #000; 
	margin-top: 1em; 
}

.credits a { color: #000; text-decoration: underline; }
.credits a:visited { color: #000; }
.cen { text-align: center; }
.smallc { text-align: center; font-size: .85em; }
.small { font-size: .85em; }
.alt { display: none; }
.nbm { margin-bottom: 0; }
.top { 
	text-align: right; 
	font-size: .85em; 
	line-height: 1.3; 
	text-transform: uppercase; 
	clear: right;
	border-bottom: 1px solid #ccc; 
	padding-bottom: 4px; 
	margin-bottom: .5em; 
	}
.tope { 
	text-align: right; 
	font-size: .85em;  line-height: 1.3em; 
	text-transform: uppercase; 
	margin-bottom: 0; 
	clear: right;
	}
.top a, .tope a { text-decoration: none; }
.indent { margin-left: 25px; }
#navbar ul { 
	list-style: none; 
	padding: 0; 
	margin: 25px 0 15px 0; 
}
#navbar li { 
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 16px;
}
#navbar li a { 
	display: block;
	padding: 5px 0 5px 15px;
	margin: 0;
	font-weight: bold; 
	color: #fff; 
	text-decoration: none; 
	width: auto;
	position: relative;
}
#navbar li a:hover { 
	color: #c9cfd6; 
	background: #800101;
}
#navbar li a:hover:after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -24px;
	left: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 24px 0 24px 12px;
	border-color: transparent transparent transparent #800101;
}
#navbar li.current-page a {
	background: transparent;
	color: #fff;
}
#navbar li.current-page a:after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -14px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 0 14px 12px;
	border-color: transparent transparent transparent #800101;
}
img { border: 0; }
.gallery img,
img.outlined { 
	border: 1px solid #fff; 
	box-shadow: 0 0 5px rgba(0,0,0,.4);
}
.flr { 
	float: right; 
	margin-left: 10px; 
	margin-bottom: 10px; 
	display: block; 
	max-width: 45%;
	}
.fll { 
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
	max-width: 45%;
	}
a { color: #069; }
a:visited { color: #036; }
a:hover { color: #f33; }
.icon {
	vertical-align: middle;
	padding-right: 4px;
}
#mmenu {
	display: none;
}
.placeholder {
	width: 200px;
	height: 150px;
	background: #b9bfc6;
	color: #fff;
	text-align: center;
	font-weight: bold;
	float: left;
	font-size: 1.1em;
	margin: 0 10px 10px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media screen and (max-width: 767px) {
	#container { 
		max-width: 100%;
		background: #fff;
	}
	#banner {
		background: transparent;
		height: auto;
		padding-top: 5px;
	}
	#banner .site-logo {
		max-width: 25%;
	}
	#banner h1 {
		max-width: 50%;
		font-size: 1.6em;
	}
	img { max-width: 100%; height: auto; }
	.noprint {
		display: none;
	}
	#banner h4 { 
		display: none; 
	}
	#maincontent { 
		margin-left: 0; 
		padding: 10px; 
	}
	#navbar { 
		display: none;
	}
	#maincontent h1 { 
		padding-left: 5px;
	}
	#sidebar { 
		float: none; 
		margin: 1em 0; 
		width: auto;
	}
    #mmenu { 
        position: absolute;
		top: 12px;
		right: 12px;
		display: inline-block !important; 
		background: #bbb;
		padding: 8px;
		box-shadow: 2px 2px 2px rgba(0,0,0,.75);
	}
	#mmenu a {
		display: block;
	}
    #lines { 
        display: inline-block;
        vertical-align: -20%;
        border-bottom: 13px double #000; 
        border-top: 4px solid #000; 
        content: "";
        height: 5px; 
        width: 27px;
    }
	#mmenu a:hover > #lines,
	#mmenu a:active > #lines {
		border-color: #FE0101;
	}
	#footer {
		padding: 0;
	}
	#footer a {
		display: block;
		padding: 12px;
		font-size: 1.1em;
		font-weight: bold;
		border-bottom: 1px solid #eee;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	#footer a:hover,
	#footer a:active {
		background: #888;
		color: #fff;
	}

}

@media screen and (max-width: 480px) {

	#banner h1 {
		font-size: 1.3em;
		text-shadow: none;
	}
	.fll, .flr { 
		float: none; 
		margin: 1em auto;
		max-width: 100%;
	}

}

@media print {
	
body { 
	background: #fff;
	font-size: 11pt; 
}
.noprint { display: none; }
#container { 
	width: auto; 
	background: #fff; 
}
#banner { 
	background: #fff; 
}
#banner h4 { 
	display: none;
}
#maincontent { 
	margin-left: 0;
	padding: .15in 0; 
}
#maincontent h1 { 
	font-size: 16pt; 
	padding-left: 0;
	padding-bottom: .02in; 
	letter-spacing: 1pt; 
	border-bottom: .02in solid #ccc; 
}
#maincontent h2 { 
	font-size: 16pt; 
	}
#maincontent h3 { 
	font-size: 12pt; 
	}
#maincontent h4 {
	font-size: 11pt;
	}
#navbar { 
	display: none;
	}
#sidebar { 
	padding: .07in; 
	margin: .05in 0 .05in .1in; 
	border: 1pt solid #b9bfc6;
	width: 2.5in; 
	}
#sidebar p, #sidebar li { 
	font-size: 9pt;
	}
#footer { 
	display: none;
	}
p, td, li, ul, ol { 
	font-size: 11pt; 
	}
.credits { 
	font-size: 8pt; 
	}
.credits a { text-decoration: none; font-weight: bold; }
.smallc { font-size: 9pt; }
.small { font-size: 9pt; }
.alt { display: inline; }
.top { 
	display: none;
	}
.tope { 
	display: none;
	}
.indent { margin-left: .25in; }
.flr { 
	margin-left: .1in; 
	margin-bottom: .05in; 
}
.fll { 
	margin-right: .1in;
	margin-bottom: .05in;
}
	
	
}