@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	/* [disabled]height: auto;
*/
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}
.fluidList {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
}
#nav {
	position: fixed;
	z-index: 1;
	background-color: #333;
	visibility: visible;
	-webkit-box-shadow: 0 0 0 0px black, 0 0.75em 1.25em -0.25em #111;
	-moz-box-shadow: 0 0 0 0px black, 0 0 0.75em 1.25em -0.25em #111;
	box-shadow: 0 0 0 0px black, 0 0.75em 1.25em -0.25em #111;
}
#smartBanner {
	margin-top: 2.45em;
}
#banner {
	display: none;
}
#smartBanner, .welcome, .attractions, .foot {
	background-color: rgba(200,195,175,0.95);
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #493A20;
	border-bottom-color: #493A20;
	-webkit-box-shadow: 0 0 0 0px black, 0 0.75em 1.25em -0.25em #111;
	-moz-box-shadow: 0 0 0 0px black, 0 0 0.75em 1.25em -0.25em #111;
	box-shadow: 0 0 0 0px black, 0 0.75em 1.25em -0.25em #111;
	margin-bottom: 0.5em;
}
.fluid.welcome h1 {
	font-size: 3em;
	font-weight: normal;
	text-align: center;
}
.fluid.welcome p, .fluid.local p {
	padding-top: 0px;
	padding-right: 1em;
	padding-left: 1em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	/* [disabled]max-width: 30em; */
}
#map {
	margin-top: -0.5em;
}
.map {
	width: 100%;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0.25em;
}
iframe {
	width: 98%;
	height: 100%;
	margin-top: -1em;
	pointer-events: none;
}
.tap {
	text-align: center;
	font-size: 0.9em;
	margin-bottom: 0px;
}
.attractions {
	margin-bottom: 1.5em;
	overflow-y: hidden;
}
#faq dd p .centerText a {
	color: #231c0f;
}
.local {
	margin-bottom: 1em;
	overflow: hidden;
}
.local h1 {
	font-weight: normal;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-size: 2em;
}
.fluid.local h3 {
	font-weight: normal;
	padding-left: 1em;
	font-size: 1.2em;
}
dl {
	display: block;
	margin-right: auto;
	margin-left: auto;
	max-width: 28em;

}
dt {
	font-size: 1.1em;
	font-variant: normal;
	padding-top: 0.25em;
	margin-left: 0.5em;
	overflow: hidden;

}
dd {
		max-width: 96%;
		display: block;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
dd p {
	margin-top: 0.5em;
	font-weight: normal;
	font-size: 1em;
	padding-bottom: -0.25em;
	width: 100%
	max-width: 32em;
	overflow: hidden;
}
dd .hours {
	border: 4px double #493A20;
	margin-top: 0.25em;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0.5em;
	overflow: hidden;
	max-width: 96%;
}
.foot {
	font-weight: normal;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-bottom: 1.5em;
}
.foot h3 {
	font-size: 1.1em;
	font-weight: normal;
}
.foot address {
	text-decoration: none;
	font-size: 0.9em;
	margin-top: -0.1em;
}
.zeroMargin_mobile {
	margin-left: 0;
}
.hide_mobile {
	display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
	margin-left: auto;
}
#nav {
}
#smartBanner {
	display: none;
}
#banner {
	display: block;
	margin-top: 2.5em;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #493A20;
	border-bottom-color: #493A20;
}
welcome p {
	padding-top: 0;
	padding-right: 1em;
	padding-left: 1em;
	width: 70%;
	max-width: 46em;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#map {
}
.map {
 width: 100%  margin-bottom: 1em;
}
iframe {
	height: 100%;
}
.embed-container.map .tap {
	margin-bottom: 0.5em;
}
.attractions {
	margin-top: 1.5em;
	background-image: url(../_images/attractions01.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100%;
}
.local {
	margin-top: 2em;
	width: 88.1016%;
	margin-left: 6.9491%;
	background-color: #D9D9C6;
	border: 4px double #493A20;
	opacity: 0.9;
	margin-bottom: 2em;
}
.local h1 {
}
.local h3 {
}
.local p {
	margin-top: -0.5em;
}
dl {
	margin-bottom: 0.5em;
}
dt {
	font-size: 1.2em;
	cursor: pointer;
}
dd {
	padding-top: 0.75em;
	padding-bottom: 0.25;
}
dd p {
}
dd .hours {
	margin-top: 0.25em;
	margin-bottom: 1em;
}
.foot {
	margin-bottom: 1.5em;
}
.foot h3 {
}
.foot address {
}
.hide_tablet {
	display: none;
}
.zeroMargin_tablet {
	margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#banner {
	display: block;
	margin-top: 2.5em;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #493A20;
	border-bottom-color: #493A20;
}
#smartBanner {
	display: none;
}
.welcome p, .local p {
	padding-top: 0;
	padding-right: 1em;
	padding-left: 1em;
	width: 40.375em;
	margin-left: auto;
	margin-right: auto;
}
#map {
	margin-bottom: 3em;
}
.map {
	width: 100%;
	height: 600px;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2em;
}
.embed-container.map .tap {
}
iframe {
	height: 600px;
	max-width: 800px;
	left: 15%;
	right: 15%;
	top: 0px;
}
.attractions {
}
.local {
	margin-top: 2em;
	margin-bottom: 2em;
	width: 100%;
	max-width: 60%;
	display: block;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.local h1 {
	font-size: 3em;
}
.fluid.local h3 {
}
.local p {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 90%;
	max-width: 46em;
}
dl {
	max-width: 50em;
	margin-bottom: 1em;
}
dt {
	font-size: 1.4em;
}
dt .distance {
	font-size: 0.7em;
	white-space: nowrap;
	text-transform: none;
}
dd p .hours {
	text-align: center;
}
.foot {
	margin-top: 1em;
}
.foot h3 {
	font-size: 1.2em;
}
.foot address {
}
.zeroMargin_desktop {
	margin-left: 0;
}
.hide_desktop {
	display: none;
}
}
