@charset "UTF-8";

@media only screen and (min-width: 150px) and (max-width: 300px) {

#menuButt {
	display:none;
}
.button a::after {
	display:none;
}
ul {
	margin:0;
	padding:0;
}
ul.container{
	font-size:0.95em;
	width:100%;
	padding:0px;
	margin-top: 0.8em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
}
#nav .container {
	padding:0px;
	margin-left:0;
}
li.menu,
li.menuns {
	width:100%;
	padding:5px 0px;
	margin-left:auto;
	margin-right:auto;
}
li.button,
li.buttonH {
	background-color:transparent;
}
li.button .arr {
	vertical-align: text-bottom;
	margin-left: 3px;
	margin-bottom: 2px;
	float: right;
	margin-top: 7px;
}
li.button a,
li.buttonH a,
li.buttonB a {
	padding-bottom: 0.25em;
	margin-top: 0;
	margin-bottom: 0;
	margin-left:0;
	margin-right:0;
	border-bottom:none;
}
li.button a:hover{
	text-decoration:none;
	color: #f2f2f2;
}
li.button a .dim {
	font-size: 0.9em;
}
li.buttonH a:before {
	content:"";
	margin-right:0;
  margin-left:0;
}
#nav li {
	list-style:none;
	text-align:left;
}
#nav li.button a,
#nav li.buttonB a,
#nav li.buttonH a {
	display:block;
	height:auto;
	overflow:hidden;
	position:relative;
	text-decoration:none;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 0px;
	line-height: normal;
	color: #99a;
	font-weight: bold;
}
#nav .button.down a {
	color:#667;
}
#nav li.buttonB a{
	margin-top: 12px;
}
#nav li.atHome a,
.homeColor {
	color:#778;
}
#nav li.button a:hover,
#nav li.buttonB a:hover,
#nav li.buttonH a:hover{
	text-decoration:none;
	color: #b33 !important;
}
#nav .dropdown {
	display:none;
	padding-top:0px;
	width:100%;
	padding-bottom: 2px;
	border-left: 1px solid #c0c0c0;
	margin-left: 1px;
	padding-left: 4px;
	opacity:0.9;
}
#nav .dropdown li {
	color:#999;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 1px;
	font-weight: normal;
	padding-right: 6px;
	padding-left: 0px;
	background-color:inherit;
	border:none;
}
#nav .dropdown li a {
	display: block;
	border-bottom:none;
	white-space:nowrap;
	font-size: 0.9em;
	line-height: 18px;
	text-decoration: none;
	margin-left: 0px;
	margin-right: 4%;
	height: auto;
	color:#667;
	padding-top: 4px;
	padding-bottom: 0px;
}
#nav .dropdown li a::after {
	content:initial;
}
#nav .dropdown .navsec  {
	font-weight: bold;
}
#nav .dropdown .navsub  {
	padding-left: 5px;
}
#nav .dropdown li a:hover {
	color: #b33;
	font-weight: bold;
	font-style: normal;
}
#nav .dropdown li .dim {
	color: #514c44;
}
#nav .dropdown li a.dim::after {
	content: normal;
}
#nav .dropdown li .thisPage,
#nav .dropdown li .thisPage .redbold {
	color: #aaa;
}
#nav .dropdown li .thisPage:hover {
	color: #ababab;
	font-weight: normal;
	border-bottom-style: none;
	cursor: default;
}
#nav .dropdown li .thisPage::after {
	display:none;
}

#hist #nav li.button a,
#hist #nav li.buttonB a,
#hist #nav li.buttonH a {
	/* [disabled]color:#373939; */
	color:#575959;
}
#hist #nav li.atHome a {
	color:#575959;
}
#hist .homeColor {
	color:#474949;
}
#hist #nav .dropdown {
	border-color:#545c5c;
}
#hist #nav .dropdown li .thisPage,
#hist #nav .dropdown li .thisPage .redbold {
	color: #575959;
}
#hist #nav .dropdown li a {
	color:#171919;
}
#hist #nav .container,
#lake #nav .container {
	background-color:transparent;
}


#lake #nav li.button a,
#lake #nav li.buttonB a,
#lake #nav li.buttonH a {
	color:#aba2ac;
}
#lake #nav li.atHome a,
#lake .homeColor {
	color:#aaa;
}
#lake #nav .dropdown {
	/* [disabled]border-color:#545c5c; */
}
#lake #nav .dropdown li .thisPage,
#lake #nav .dropdown li .thisPage .redbold {
	color: #575959;
}
#lake #nav .dropdown li a {
	color:#aba2ac;
}

}


@media only screen and (min-width: 320px) {

ul{
	margin:0;
	padding:0;
}
ul.container {
	font-size:0.95em;
	width:100%;
	padding:0px;
	padding-bottom:0.5em;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: none; /* revealed by MENU click */
}
#nav li {
	list-style:none;
	text-align:left;
}
li.menu,
li.menuns {
	width:90%;
	padding:3px 0px;
	margin-left:auto;
	margin-right:auto;
}
li.button,
li.buttonH {
	background-color: #848484;
}
#menuButt p,
li.button a,
li.buttonH a {
	display:block;
	text-decoration:none;
	color: #e5e5e5;
	line-height: 1.2em;
	padding-top: 0.3em;
	padding-bottom: 0.25em;
	margin-top: 0;
	margin-right: 7%;
	margin-bottom: 0;
	margin-left: 7%;
	border-bottom:none;
}
li.buttonH a:before {
	content:"\01F3E0";
	margin-right: 0.4em;
  margin-left: -0.2em;
}
#menuButt {
	background-color: #5e5e5e;
	border-top:1px solid #5e5e5e;
	border-bottom:1px solid #5e5e5e;
	padding: 0;
}
#menuButt p {
	padding-bottom: 0.3em;
	margin-left: 5%;
}

#menuButt p::after,
.button a::after {
	content: "^";
	float: right;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
#menuButt p::after {
	margin-top: -1px;
}
.button a::after {
	color: #c9c9c9;
}
.buttonB {
	display:none;
}

#menuButt.down p::after {
	transform: none;
	-webkit-transform: none;
	margin-top: 0.2em;
}
.button.down a::after {
	transform: none;
	-webkit-transform: none;
	margin-top: 0.25em;
}
li.button a .dim {
	font-size: 0.9em;
}
li.button .arr {
	vertical-align: text-bottom;
	margin-left: 3px;
	margin-bottom: 2px;
	float: right;
	margin-top: 7px;
}
#nav .dropdown{
	display:none;
	padding-top:0px;
	width:100%;
}
#nav .dropdown li{
	background-color:#373128;
	border:1px solid #40392C;
	color:#CCCCCC;
	margin-top: 0.3em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#nav .dropdown li a {
	display: block;
	color:#ccc;
	text-decoration: none;
	border-bottom:none;
	white-space:nowrap;
	font-size: 0.9em;
	line-height: normal;
	margin-right: 4%;
	height: auto;
	padding-top: 0.25em;
	padding-bottom: 0.3em;
	margin-left: 7%;
}

#nav .dropdown li .thisPage {
	color:#777;
}
#nav .dropdown li a::after {
	content: "\00BB"; /* encoded » */
	margin-left: 12px;
	color: #666;
}
#nav .dropdown li .thisPage::after {
	display:none;
}
#nav .dropdown li a.dim::after {
	content: normal;
}
#nav .dropdown li .dim {
	color: #514c44;
}
/*.dropdown li a:hover {
	color: d6d6d6;
	background-color:#423d35;
}*/

#menuButt,
li.button,
li.buttonH,
li.button a,
#nav .dropdown li,
#nav .dropdown li a:hover {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

}


@media only screen and (min-width: 360px) {

li.menu,
li.menuns {
	padding:4px 0px;
}
#menuButt p {
	padding-bottom: 0.35em;
}
#nav .dropdown li{
	margin-top: 0.35em;
}
#nav .dropdown li a {
	/* [disabled]padding-bottom: 0.35em; */
}

}


@media only screen and (min-width: 414px) {

ul.container {
	margin-top:5px;
}

}


@media only screen and (min-width: 481px) {


}


@media only screen and (min-width: 640px) {

#menuButt {
	margin-right:-64px;
	border:none;
}
#menuButt p {
	padding-top:0.25em;
	padding-bottom:0.3em;
}
#menuButt p::after {
	content: "\2630";
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	visibility: visible;
	margin-right: 0.25em;
	font-size:1.1em;
}
#nav.visible #menuButt {
	background-color: #5e5e5e;
}
#nav.visible #menuButt p {
	margin-left:-5em;
}
#nav.visible #menuButt p::after {
	content: "<";
	color: #c9c9c9;
	margin-right:20px;
}
#nav.visible #menuButt.moving p::after {
	visibility:hidden;
}

ul {
	margin:0;
	padding:0;
}

ul.container {
	width:initial;
	padding:0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
}

}


@media only screen and (min-width: 732px) {
	

}


@media only screen and (min-width: 768px) {

.button a::after {
	display:none;
}

li.button a:hover{
	text-decoration:none;
	color: #f2f2f2;
}

ul.container{
	/* [disabled]width:100%; */
	padding:0px;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#nav .container {
	padding-top:0.8em;
	padding-left:18px;
	margin-top:0.8em;
}

li.menu,
li.menuns {
	width:100%;
	padding:5px 0px;
}
#menuButt p,
li.button a,
li.buttonH a {
	margin-left:0;
	/* [disabled]margin-right:0; */
}
#menuButt p {
	padding-top:0.3em;
	padding-bottom:0.2em;
}

li.button,
li.buttonH {
	background-color:transparent;
}
li.buttonH a:before {
	content:"";
	margin-right:0;
  margin-left:0;
}
#nav li.button a,
#nav li.buttonB a,
#nav li.buttonH a {
	display:block;
	height:auto;
	overflow:hidden;
	position:relative;
	text-decoration:none;
	padding-top: 0px;
	padding-right: 20px;
	/* [disabled]padding-bottom: 6px; */
	padding-left: 0px;
	line-height: normal;
	color: #99a;
	font-weight: bold;
}
#nav .button.down a {
	color:#667;
}
#nav li.buttonB a{
	margin-top: 12px;
}
#nav li.atHome a,
.homeColor {
	color:#778;
}
#nav li.button a:hover,
#nav li.buttonB a:hover,
#nav li.buttonH a:hover{
	text-decoration:none;
	color: #b33 !important;
}
#nav .dropdown {
	display:none;
	padding-top:0px;
	width:100%;
	padding-bottom: 2px;
	border-left: 1px solid #c0c0c0;
	margin-left: 1px;
	padding-left: 4px;
	opacity:0.9;
}
#nav .dropdown li {
	color:#999;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 1px;
	font-weight: normal;
	padding-right: 6px;
	padding-left: 0px;
	background-color:inherit;
	border:none;
}
#nav .dropdown li a{
	color:#667;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 0px;
	line-height: 18px;
	margin-left: 0px;
}
#nav .dropdown li a::after {
	content:initial;
}
#nav .dropdown .navsec  {
	font-weight: bold;
}
#nav .dropdown .navsub  {
	padding-left: 5px;
}
#nav .dropdown li a:hover {
	color: #b33;
	font-weight: bold;
	font-style: normal;
}
#nav .dropdown li .thisPage,
#nav .dropdown li .thisPage .redbold {
	color: #aaa;
}
#nav .dropdown li .thisPage:hover {
	color: #ababab;
	font-weight: normal;
	border-bottom-style: none;
	cursor: default;
}

}


@media only screen and (min-width: 961px) {

#menuButt {
	display:none;
}
.button a::after {
	display:none;
}

li.button a:hover{
	text-decoration:none;
	color: #f2f2f2;
}

ul.container{
	width:100%;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#nav .container {
	padding:0px;
	margin-left:0;
}

li.menu,
li.menuns {
	width:100%;
	padding:5px 0px;
}
#menuButt p,
li.button a,
li.buttonH a {
	margin-left:0;
	margin-right:0;
}

li.button,
li.buttonH {
	background-color:transparent;
}
li.buttonH a:before {
	content:"";
	margin-right:0;
  margin-left:0;
}
#nav li.button a,
#nav li.buttonB a,
#nav li.buttonH a {
	display:block;
	height:auto;
	overflow:hidden;
	position:relative;
	text-decoration:none;
	padding-top: 0px;
	padding-right: 20px;
	/* [disabled]padding-bottom: 6px; */
	padding-left: 0px;
	line-height: normal;
	color: #99a;
	font-weight: bold;
}
#nav .button.down a {
	color:#667;
}
#nav li.buttonB a{
	margin-top: 12px;
}
#nav li.atHome a,
.homeColor {
	color:#778;
}
#nav li.button a:hover,
#nav li.buttonB a:hover,
#nav li.buttonH a:hover{
	text-decoration:none;
	color: #b33 !important;
}
#nav .dropdown {
	display:none;
	padding-top:0px;
	width:100%;
	padding-bottom: 2px;
	border-left: 1px solid #c0c0c0;
	margin-left: 1px;
	padding-left: 4px;
	opacity:0.9;
}
#nav .dropdown li {
	color:#999;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 1px;
	font-weight: normal;
	padding-right: 6px;
	padding-left: 0px;
	background-color:inherit;
	border:none;
}
#nav .dropdown li a {
	color:#667;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 0px;
	line-height: 18px;
	margin-left: 0px;
}
#nav .dropdown li a::after {
	content:initial;
}
#nav .dropdown .navsec  {
	font-weight: bold;
}
#nav .dropdown .navsub  {
	padding-left: 5px;
}
#nav .dropdown li a:hover {
	color: #b33;
	font-weight: bold;
	font-style: normal;
}
#nav .dropdown li .thisPage,
#nav .dropdown li .thisPage .redbold {
	color: #aaa;
}
#nav .dropdown li .thisPage:hover {
	color: #ababab;
	font-weight: normal;
	border-bottom-style: none;
	cursor: default;
}
#nav .dropdown{
}

}


@media only screen and (min-width: 1025px) {


}


@media only screen and (min-width: 1081px) {
	

}


@media only screen and (min-width: 1201px) {
	

}


@media only screen and (min-width: 1281px) {


}


@media only screen and (min-width: 320px) and (max-width: 568px) and (orientation: landscape) {

#menuButt {
	margin-right:-64px;
	border:none;
}
#menuButt p {
	visibility: hidden;
	padding-top:0.25em;
	padding-bottom:0.3em;
}
#menuButt p::after {
	content: "\2630";
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	visibility: visible;
	margin-right: 0.25em;
	font-size:1.1em;
}
#nav.visible #menuButt {
	background-color: #5e5e5e;
}
#nav.visible #menuButt p {
	margin-left:-5em;
}
#nav.visible #menuButt p::after {
	content: "<";
	color: #c9c9c9;
	margin-right:20px;
}
#nav.visible #menuButt.moving p::after {
	visibility:hidden;
}

ul.container {
	display: block;
}
ul{
	margin:0;
	padding:0;
}

ul.container{
	width:initial;
	padding:0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

}

@media screen and (-webkit-min-device-pixel-ratio:0) { 

}