@charset "utf-8";
/* CSS Document */

#wrapper {
	width: 100%;
	height: 100%;
	text-align: center;
}

#header {
	overflow: hidden;
	width: 769px;
	height: 130px;
}

#skipTo {
	height: 0px;
	overflow: hidden;
	visibility: hidden;
}

#bodyWrapper {
	width: 769px;
	height: auto;
	border: 1px solid #808285;
	margin-right: auto;
	margin-left: auto;
}

#seperator {
	background-color: #880000;
	width: 769px;
	height: 5px;
	overflow: hidden;
}

#contentWrapper {
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

#naviWrapper {
	float: left;
	width: 200px;
}

#priNaviWrapper {
	color: #dad7b8;
	background-color: #808285;
	width: 200px;
	padding-top: 1px;
	padding-bottom: 1px;
}

#priNavi {
	margin: 10px 10px 10px 7px;
}

#priNavi img {
	margin-right: 10px;
	margin-left: 3px;
	border: 0px;
}

#priNavi ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#priNavi ul li {
	padding-top: 5px;
	padding-bottom: 5px;
}

#priNavi a.unselected {
	color: #dad7b8;
	text-decoration: none;
}

#priNavi a.selected {
	text-decoration: none;
	background-color: #dad7b8;
	font-weight: bold;
	color: #808285;
	border-top: 1px dotted #808285;
	border-bottom: 1px dotted #808285;
	display: block;
}

#priNavi a:hover {
	color: #990000;
	background-color: #dad7b8;
	display: block;
}

#naviSeperator {
	background-color:#990000;
	width: 199px;
	height: 2px;
	overflow: hidden;
	border-right: 1px solid #808285;
}

#openHoursBox {
	width: 199px;
	background-color: #dad7b8;
	padding-top: 2px;
	border-right: 1px solid #808285;
	border-bottom: 1px solid #808285;
}

#openHoursText {
	margin: 10px;
}

.openHoursTitle {
	font-weight: bold;
	font-size: 1.2em;
	color: #808285;
	margin: 2px 0px;
}

#openHoursText table tr {
	padding-top: 2px;
	padding-bottom: 2px;
}

#openHoursText table tr td {
	font-size: 0.9em;
	padding-right: 10px;
}

.openHoursNote {
	font-size: 0.8em;
}

#spacer {
	height: 20px;
}

#mainWindowWrapper {
	margin-left: 200px;
}

#mainWindow {
	margin: 20px;
	font-size: 0.9em;
}

#mainWindow h1 {
	font-size: 1.3em;
	color: #990000;
}

#mainWindow a:link {
	color: #990000
}

#mainWindow a:visited {
	color: #000066
}

#imagesWrapper {
	float: right;
	margin-left: 20px;
	width: 162px;
}

#webcamWrapper {
	/* Moved to document head, is needed in IE, but not Mozilla */
	/*border: 1px solid #808285;*/
	/*margin-bottom: 20px;*/
}

#eventsWrapper {
	position: relative;
	width: 162px;
	margin-bottom: 10px;
}

#eventsWrapper p {
	margin: 4px;
}

#eventsHeader {
	text-align: center;
	font-weight: bold;
	display: block;
	background-color: #808285;
	color: #dad7b8;
	font-size: 1.3em;
	padding-bottom: 2px;
}

.eventHeader {
	display: block;
	background-color: #dad7b8;
	color: #880000;	
}

.eventHeader h4 {
	margin: 2px;
}

#mainWindow img {
	border: 1px solid #808285;
	margin-bottom: 20px;
}

.smallMargin {
	margin-bottom: 5px;
}

#menuWrapper {
	width: 100%;
	text-align: center;
	border: none;
}
#menuWrapper img {
	margin-left: 5px;
	margin-right: 5px;
}

#eventsTable {
	width: 500px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: right;
	color: #FFFFCC;
	background-color: #808285;
	/*height: 14px;*/
	width: 769px;
	padding-right: 1px;
}