/* CSS Document */
html {
	min-height: 100%;
	height: 100%;
/*	height: auto !important; */
}

body {
	background-image:url("background_images/pagebackground.jpg");
	background-position: left top;
	background-repeat: repeat-x;
	background-color:#C2C2C2;
	text-align:left;
	margin:0px;
	padding:0px;
	font-size:0.95em;
	font-family:"Copperplate", Georgia, "Times New Roman", Times, serif;
	height:100%;
	min-width:970px;
}

#header {
	background-image:url("background_images/page.jpg");
	background-repeat: no-repeat;
	color:white;
	min-width: 760px;
	width: 100%;
	height: 120px;
	background-position: 0 0;
	border-top: 1px solid black;
}

#menu {
	background-color: black;
	margin-top: 70px;
	width: auto;
	height: 18px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	-moz-opacity:.85; 
	filter:alpha(opacity=85);
	opacity:.85; 
	padding:3px;
	white-space:nowrap;
	display:block;
}

#menu a {
	text-decoration:none;
	color:white;
	margin-top:5px;
	margin-left:5px;
	margin-right:14px;
	padding: 3px;
}

#menu a:hover {
	color:black;
	background-color:white;
}

#mainContent {
	min-height: 300px;
	height: 65%;
	min-width: 970px;
}

#footer {
	margin-top: 70px;
	min-width: 760px;
	width: auto;
	height: 60px;
	-moz-opacity:.65; 
	filter:alpha(opacity=65);
	opacity:.65; 
	clear:both;
}

#footer div {
	padding:5px;
}

#footer div#blackStrip {
	background-color:black;
	width: 99%;
	height:18px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	overflow:hidden;
	color:white;
}

#footer a {
	text-decoration:none;
	color:black;
}

a {
	color: white;
}

#blackStrip a {
	color: white;
	padding:3px;
}

#textContent {
	float:right;
	width:45%;
	text-align:right;
	color:white;
	margin-right: 20px;
}

#imageGallery img {
	height:100%;
}

#imageGallery a img {
	height: 100%;
	border: 2px solid black;
	margin-left: 1%;
	min-height:350px;
}

#imageGallery a:hover img {
	height: 100%;
	border: 2px solid white;
	margin-left: 1%;
	min-height:350px;
}

h1 {
	font-size:1.5em;
}


#blackStrip a:hover {
	color:black;
	background-color:white;
}

#subList {
	background-color: #444444;
	padding:10px;
	-moz-opacity:.65; 
	filter:alpha(opacity=65);
	opacity:.65; 
	color: white;
	overflow: visible;
	width:auto;
	border:2px dotted black;
}

div#directions p strong {
	cursor:pointer;
}

div#subnav a {
	color: black;
}

div#subnav a:hover {
	color: white;
}

iframe {
	overflow-x:scroll;
	overflow-y:hidden;
}

input {
	font-size:0.95em;
	font-family:"Copperplate", Georgia, "Times New Roman", Times, serif;
}

textarea {
	font-size:0.95em;
	font-family:"Copperplate", Georgia, "Times New Roman", Times, serif;
}

select {
	font-size:0.95em;
	font-family:"Copperplate", Georgia, "Times New Roman", Times, serif;
}