﻿html {
	overflow-y: scroll;
}

body {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	margin: 10px;
	padding: 0;
	font-family: Corbel, 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: black;
	background-color: #62808B;
	background-image: url('images/Background.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/* Container and Columns */

#container {
	width: 790px;
	margin: 0px auto;
	border: 4px solid black;
	background-color: white;
}


/* Masthead */

#masthead {
	width: 790px;
	height: 150px;
	padding: 0px 0px;
	text-align: left;
}

#masthead h1 {
	margin: 0;
	padding: 0;
	display: none;
}

#masthead h2 {
	margin: 0;
	padding: 0;
	display: none;
}

#masthead h3 {
	display: none;
}

#masthead p {
	display: none;
}

#masthead a:visited {
	color: black;
	text-decoration: none;
}

#masthead a:active {
	color: black;
	text-decoration:none
}

#masthead a:hover {
	color: black;
	text-decoration: none;
	border-bottom: none;
}

#mastheadlogo {
	float: left;
	height: 150px;
	width: 100px;
}

#mastheadbanner {
	float: left;
	height: 120px;
	width: 690px;
}

div#headerbuttons {
	position: absolute;
	left: 60%;
	top: 30px;
	width: 200px;
	height: 75px;
}

/* Navigation */

#navigation {
	float: right;
	width: 690px;
	height: 30px;
	font-size: 100%;
	background-color: white;
}

#navigation ul {
	list-style-type: none;
	margin: 0 0 0 1em;	
	padding: 5px 0px;
}

#navigation li {
	display: inline;
	position: relative;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#navigation a, #navigation a:visited {
	text-decoration: none;
	font-weight: bold;
	color:  #5F0100;
	padding: 0px 10px;
}

#navigation a:hover {
	color: #5F0100;
	border-bottom: none;
}

#navigation li ul {
	display: none;
	margin: 0;
	padding: 0;
	font-size: 85%;
	width: 200px;
}

#navigation li:hover {
	background-color: #5F0100;
}

#navigation li:hover a {
	color: white;
}

#navigation li:hover ul {
	display: block;
	position: absolute;
	left: 0px;
	top: 100%;
	width: 200px;
	background-image: url('images/NavTransparent.png');
	background-repeat: repeat;
	border: 1px solid #5F0100;
}

#navigation li li {
	list-style:none; 
	display: list-item;
	margin-left: 10px;
	margin: 0px;
}

#navigation li li a {
	display: block;
	width: 180px;
}

#navigation li ul a:link, #navigation li ul a:visited {
	border-top: white solid 1px;
	padding: 0.25em 10px;
	display: block;
	color: #5F0100;
}

#navigation li ul a:hover {
	color: white;
}


/* Content */

#content {
	margin: 0;
	padding: 0px 15px;
}

/* Footer */

#footer {
	padding: 5px 10px;
	clear: both;
	border-top: thin black solid;
	background-color: #5F0100;
	font-size: 80%;
	color:  white;
}

#footer li {
	list-style: none;
	float: left;
	padding: 0px 10px 0px 10px;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	color: white;
	border-bottom: 1px white solid;
}

#footer p {
	margin: 0;
}

#footerright {
	float: right; 
	text-align: right;
}


/* General */

a, a:link, a:visited, a:active  {
	color: #006666;
	text-decoration: underline;
}

a:hover {
	color: #004848;
	border-bottom: 1px #006666 solid;
}

h1 {
	font-family: Corbel, Arial, sans-serif;
	font-weight: bold;
	color: #5F0100;
	font-size: 200%;
	text-align: left;
	margin: 0.25em 0 0 -10px;
	padding: 0 0 0 10px;
	background-image: url('images/horizontal.jpg');
	background-repeat: no-repeat;
	background-position: 0px 30px;
}

h2 {
	font-family: Corbel, Arial, sans-serif;
	font-weight: bold;
	color: #5F0100;
	font-size: 150%;
	margin-top: 1em;
	margin-bottom: 0.25em;
}

h3 {
	font-family: Corbel, Arial, sans-serif;
	font-weight: bold;
	color: #5F0100;
	font-size: 125%;
	margin-top: 1em;
	margin-bottom: 0.25em;
}

h4 {
	font-family: Corbel, Arial, sans-serif;
	font-weight: bold;
	color: #5F0100;
	font-size: 110%;
	margin-top: 1em;
	margin-bottom: 0.25em;
}

h1 a, h2 a, h3 a, h4 a, h1 a:link, h2 a:link, h3 a:link, h4 a:link, h2 a:visited, h3 a:visited, h4 a:visited {
	text-decoration: none;
	border-bottom: none;
	color: #5F0100;
}

h2 a:hover, h3 a:hover, h4 a:hover {
	border-bottom: 1px #006666 solid;
}

.noborder {
	border: 0px;
}

.noborder:hover {
	border: 0px;
}


blockquote {
	margin-left: 2em;
	margin-right: 0;
}

li {
	margin-top: 0.5em;
}

p {
	line-height: 150%;
}

img.inlineright {
	margin: 0em 0em 1em 1em;
	float: right; 
}

img.inlineleft {
	margin: 0em 1em 1em 0em;
	float: left; 
}

.border {
	border: 1px solid black;	
}

table {
	width: 100%;
}

th {
	text-align: left;
}

table.normalpadding td {
	padding: 0.25em 0;
}

td, th {
	vertical-align: top;
}

input, select, textarea {
	font-family: Corbel, 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 100%;
}

input.submit {
	width: auto;
}

table.twocolumns td {
	width: 50%;
}

table.threecolumns td {
	width: 33%;
}

table.fourcolumns td {
	width: 25%;
}

table.padding td, table.padding th {
	padding-bottom: 0.5em;
}

table.padding td+td, table.padding th+th {
	padding-left: 1em;
}

table.rightcolumnphoto td+td {
	width: 225px;
}

.davidnote {
	color: black;
	background-color: #FFFFCC;
	border: 1px solid black;
	padding: 0px;
	margin: 0px; 
	font-style: italic;
}

a img {
	border: none;
}

img.icon {
	position: relative;
	bottom: 5px;
}


.smallcaps {
	font-variant:small-caps;
}

.noscreen {
	display: none;
}

.center {
	text-align: center;
}

div#clear {
	height: 50px;
	clear: both;
}


p.photolist img {
	margin-bottom: 1em;
	margin-right: 1em;
	border: 1px solid black;
}

.nowrap {
	white-space: nowrap;
}

p.intro:first-line {	
	font-size: 120%;
}

p.findoutmore {
	text-align: right;
	font-size: 80%;
	font-style: italic;
	margin: 0;
	padding: 0;
}

p.findoutmore a {
	text-decoration: none;
}

p.findoutmore a:hover {
	border: none;
	font-weight: bold;
}

table.HomePage {
	font-size: 80%;
}

table.HomePage a:hover {
	text-decoration: none;
	border-bottom: none;
}

td.Events {
	width: 190px;
	vertical-align: top;
	padding: 5px 0px 0px 0px;
}

iframe.Events {
	border: none; 
	padding: 0; 
	margin: 0; 
}

html.Events {
	overflow-y: auto;
}

body.Events {
	margin: 0;
	padding: 0;
	background-color: white;
	background-image: none;
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-size: 80%;
}

body.Events p {
	margin-top: 0.25em;
}

.Events a:link, .Events a:visited {
	color: #006666;
}

.Events a:hover {
	color: #5F0100;
	text-decoration: underline;
}


td.HomePageSizeA {
	width: 570px;
	height: 150px;
	padding: 0;
}

td.HomePageSizeB {
	width: 285px;
	height: 150px;
	padding: 0;
}

td.HomePageSizeB2 {
	width: 190px;
	height: 150px;
	padding: 0;
}

td.HomePageSizeC {
	width: 145px;
	height: 100px;
	padding: 0;
	margin: 0;
}

table.HomePage h3 {
	display: none;
}

table.HomePage h3, table.HomePage h4 {
	margin-bottom: 0px;
}

table.HomePage p {
	padding: 0px;
	margin: 0;
}

div.callout {
	float: right;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	background-image: url('images/callout.jpg');
	background-position:  left top;
	background-repeat: repeat-y;
	width: 33%;
	font-size: 85%;
	padding-left: 1em;
	padding-bottom: 1em;
	padding-top: 0.25em;
	margin-left: 1em;
	margin-bottom: 1em;
}

div.calloutNoColor {
	float: right;
	width: 33%;
	padding-left: 1em;
	padding-bottom: 1em;
	padding-top: 0.25em;
	margin-left: 1em;
	margin-bottom: 1em;
}


div.callout ul {
	margin-left: 0.25em;
	padding-left: 1em;
}

div.callout li {
	margin-left: 0em;
	padding-left: 0.25em;
}

div.whiteback {
	background-image: none;
	background-color: white;
}

div#specialhours {
	display:  none;
}

div.interactivemap {
	width: 425px; 
	float: right;
	text-align: center;
	margin-left: 1em;
}

.interactivemaplarge {
	width: 100%;
	height: 550px;
}

table.events {
	width: auto;
}

table.events td {
	width: 60px;
}

table.events td+td {
	width: auto;
}
