@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/images/bg_map.jpg);
	background-attachment: fixed;
	background-position: 0% 0%;
	background-repeat: repeat;
	background-color:transparent;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

ul {
	line-height: 150%
}


.paragraph_header {
	color: #333388;
}

.topmenu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight: bold;
}


.topmenu a:link,.topmenu a:visited,.topmenu a:active,.topmenu a:hover {
	text-decoration: none;
}

.topmenu a:link, .topmenu a:visited {
	color: #FFFFFF;
}


.topmenu a:active {
	color: #AAFFAA;
}

.topmenu a:hover {
	color: #AAAAFF;
}


.nounder {
	text-decoration: none;
}

.inpage_img {
	margin: 2px 2px;
	float:right;
}

.topbanner {
	margin-top:2px;
	margin-bottom:2px;
	margin-left:auto;
  	margin-right:auto;
	border:none;
	max-width:800px;
	width:95%;
}

.navbar {
	text-align:left;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.navbar a {
	text-decoration:none;
}

.outer-box {
	width:95%;
}

.sidebar {
	vertical-align:top;
}

.sns-single,
.facebook-single 
{ margin-top: 5px; }

.facebook-box, .amazon-native, .google-search, .twitter-box {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.facebook-box, .twitter-box {
	float:left;
	max-width:320px;
	margin-top:30px;
}

.amazon-native {
	float:left;
	width:48%;
}

.disclaimer {
	font-style: italic;
	font-size: 12px;
}

.historical_event {
	color: #fa6a32;
	font-weight: bold;
}

ul.topnav {
  list-style-type: none;
  margin: 0;
  margin-left:auto;
  margin-right:auto;
  padding: 0;
  overflow: hidden;
  background-color: #666666;
  max-width:800px;
  width:95%;
	margin-bottom: 5px;
}

ul.topnav li {float: left;}

ul.topnav li a {
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 6px;
  text-decoration: none;
  font-weight:bold;
  transition: 0.3s;
  font-size: 16px;
  font-family:Arial, Helvetica, sans-serif;
}

ul.topnav li a:hover {background-color: #111;}

ul.topnav li.icon {display: none;}

.adbox-left, .adbox-right { margin:10px; }
.image-left, .image-right { margin:4px; }

.adbox-left { float:left; }
.adbox-right { float:right; }

hr, .hr-short {
	clear:both;
	text-align:center;
	height:0px;
	margin-left: auto;
	margin-right: auto;
	border-color:#cccccc;
	border-style:solid;
	border-width:0 0 1px 0;
}

.hr-short {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	padding: 5 0 2 0; 
	width:85%;
}

.mobile-only {  }
.no-mobile {  }


.half-box {
	float:left;
	margin-left:0px;
	margin-right:5px;
}

.dual-box {
	clear:both;
	margin-bottom: 15px;
}


.ad970 {
	max-width:970px;
	max-height:250px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.historical_event {
	color: #881100;
}

@media screen and (max-width:980px) {
	.ad970 { display:none; }

}

@media screen and (max-width:768px) {
	adbox-left, .adbox-right { display:none; }
}

@media screen and (min-width:801px) {
	.doublespacing {
		line-height: 150%;
	}
	
	.outer-box {
		max-width:1200px;
	}
	.sidebar {
		max-width:325px;
	}
	.facebook-box, .twitter-box {
		float:left;
		max-width:320px;
		width:48%;
		margin-left:20px;
		margin-right:auto;
	}
	
	.amazon-native {
		float:left;
		width:48%;
		margin-left:10px;
	}

	.upcoming-events table {
		width:95%;
	}

	.upcoming-events td {
		font-size: 14px;
	}


	hr {
		margin: 0;
		padding: 0;
	}

	.half-box { 
		width:48%;
		margin-bottom:10px;
	}

	.half-box ul {
		margin-top:10px;
	}

	.no-half-box { display:none; }

	.image-left { float:left; }
	.image-right { float:right; }


}

@media screen and (max-width:800px) {
	.doublespacing {
		line-height: 200%;
	}
	
	.hide-mobile { 
		display:none;
	}

	.sidebar { 
		display:none;
	}

	.upcoming-events table {
		font-size: 12px;
		width:95%;
	}

	.upcoming-events td {
		font-size: 12px;
	}

	.facebook-box, .twitter-box {
		max-width:700px;
		width:90%;
		margin-left:auto;
		margin-right:auto;
	}
	
	.amazon-native {
		width:95%;
		margin-top:5px;
		margin-left:auto;
		margin-right:auto;
	}


  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }

  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }

	hr {
	  margin-top: 20px;
	}
	
	.dual-box {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.half-box { 
		width:95%; 
		margin-top:0px;
		margin-bottom:0px;
	}
	
	.half-box ul {
		margin-top:0px;
		margin-bottom:0px;
	}
	
	.image-left, .image-right { display: block; }

}

@media screen and (min-width:481px) {
	.font14 {
	font-size: 14px;
	}
	
	.font13 {
	font-size: 13px;
	}
	
	.font12 {
	font-size: 12px;
	}

	.mobile-only { display:none; }
}


@media screen and (max-width:480px) {
	.font14 {
	font-size: 16px;
	}
	
	.font13 {
	font-size: 15px;
	}
	
	.font12 {
	font-size: 14px;
	}
	
	.no-mobile { display:none; }
}
