html
{
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-family: 'Lucida Grande', Verdana, 'Sans Serif';
}

body
{
	background-color: #ffffff;
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-family: 'Lucida Grande', Verdana, 'Sans Serif';
}

td
{
	font-size: 12px;
}

#yellow
{
	color: #ffcc33;
}

#red
{
	color: #b83f4f;
}

h1
{
	color: #330033;
	font-size: 21px;
	margin-bottom: 4px;
	margin-top: 3px;
	text-decoration: none;
}

h1.error
{
	color: #dd0000;
	font-size: 20px;
	margin-bottom: 4px;
	margin-top: 3px;
}

h2
{
  font-family: 'Lucida Grande', Verdana;
  font-size: 18px;
  font-weight: bold;
  color: #cc3300;
  margin-bottom: 2px;
  padding: 0px;
  padding-top: 5px;
	margin-top: 3px;
}

p a, #bottom a, .topofpage, li a, .redlink
{
	color: #b83f4f;
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
	font-size: 12px;
}

.topofpage
{
	display: none;
}

p a:hover, #bottom a:hover, .topofpage:hover, li a:hover, .redlink:hover
{
	color: #ffcc33;
	background-color: #b83f4f;
	text-decoration: none;
	font-size: 12px;
}

div
{
	background-color: #ffffff;
	color: black;
	font-family: 'Lucida Grande', Verdana, 'Sans Serif';
	font-size: 12px;
	border: 0;
	padding: 0px;
}

img
{
	margin: 2px;
}

#horizontal-menu-bar
{
	width: 100%;
	height: 25px;
	border: 0;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #ffcc33;
	vertical-align: middle;
	font-size: 12px;
}

.horizontal-menu-bar-menu-item
{
	float: left;
	padding-right: 5px;
	background-color: transparent;
	padding-top: 8px;
	border: 0;
	font-size: 12px;
}

.horizontal-menu-bar-menu-item a
{
	font-size: 12px;
	padding-left: 3px;
	padding-right: 3px;
}

#top-bar
{
	width: 925px;
	padding: 5px;
	padding-top: 10px;
	border: 0;
	height: 110px;
}

.top-bar-menu
{
	width: 350px;
	float: right;
	display: inline;
	border: 0;
	padding-left: 3px;
	padding-right: 3px;
	background: transparent;
}

.top-bar-menu-table
{
	width: 100%;
	border: 0;
	padding-left: 3px;
	padding-right: 3px;
	background: transparent;
}

.top-bar-menu-row
{
	background: transparent;
	display: inline-block;
	border: 0;
}

.top-bar-menu-cell
{
	background: transparent;
	border: 0;
	display: inline-block;
}

#top-bar-menu-inner-left
{
	width: 50%;
	float: left;
	border: 0;
}

#top-bar-menu-inner-right
{
	width: 50%;
	float: right;
	border: 0;
}

.top-bar-menu-link
{
	color: #b83f4f;
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
	font-size: 11px;
}

.top-bar-menu-link:hover
{
	color: #ffcc33;
	background-color: #b83f4f;
	text-decoration: none;
}

#top-bar-left
{
	border: 0;
	display: inline;
	float: left;
	padding-top: 5px;
}

#horizontal-menu-bar-search
{
	display: none;
	float: right;
	padding-right: 1px;
	border: 0;
	background-color:transparent;
	padding-top: 4px;
}

.horizontal-menu-bar-search-input
{
	border: 0px;
}

form.slim-form
{
	padding: 0px;
	margin: 0px;
	border: 0;
}

#body
{
	margin: 4px;
	padding: 1px;
	border: 0px;
	vertical-align: top;
	width: 1100px;
}

.body-left
{
	width: 190px;
	border: 1px solid #505050;
	background-color: #dfdfdf;
	padding: 3px;
}

.body-left-spacer
{
	border: 1px solid #505050;
	border-bottom: 0;
	width: 190px;
	padding-bottom: 3px;
	color: #000000;
	background-color: #ffcc33;
	padding: 3px;

}

.body-left-outer
{
	border: 0px;
	width: 190px;
	padding-bottom: 10px;
}

.body-left-inner-top-row
{
	width: 180px;
	border: 0;
	background-color: transparent;
	padding-top: 3px;
}

.body-left-inner
{
	border: 0;
	border-top: 1px dashed #505050;
	background-color: transparent;
	padding-top: 3px;
	margin-top: 3px;
	font-size: 12px;
}

.body-left-link
{
	color: #b83f4f;
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
	margin-bottom: 3px;
	font-size: 12px;
}

.body-left-link:hover
{
	color: #ffcc33;
	background-color: #b83f4f;
	text-decoration: none;
}

.body-right-info-box
{
	display: block;
	border: 1px solid #a0a0a0;
	background-color: #330033;
	margin-bottom: 5px;
	margin-right: 5px;
	color: #ffffff;
	padding-bottom: 3px;
}

.body-right-info-box-table
{
	padding: 0px;
	margin: 0px;
	border: 1px solid white;
}

body-right-info-box-table-td
{
	padding: 0px;
	margin: 0px;
}

.body-right-info-box-table td.label
{
	padding: 0px;
	margin: 0px;
	width: 140px;
	color: #a0a0a0;
	vertical-align: top;
	font-size: 15px;
	font-weight: bold;
}

.body-right-info-box-table td.spacer
{
	padding: 0px;
	margin: 0px;
	width: 50px;
}

.body-right-info-box-table td.value
{
	padding: 0px;
	margin: 0px;
	width: 185px;
	color: #ffffff;
	text-align: right;
	padding-right: 5px;
	vertical-align: top;
	font-size: 15px;
	font-weight: bold;
}

.body-right-info-box-left
{
	display: inline;
	width: 250px;
	border: 0;
	background-color: #330033;
	color: #ffffff;
}

.body-right-info-box-right
{
	display: inline;
	width: 250px;
	border: 0;
	background-color: #330033;
	color: #ffffff;
}

.body-right-info-box .heading
{
	color: #909090;
}

.body-right-info-box .value
{
	color: #909090;
}

.body-right-info-box h1
{
	color: #ffcc33;
	font-size: 18px;
	margin-top: 3px;
}

.body-right-info-box-table
{
	border: 0;
	background-color: #330033;
	display: inline-block;
}

.body-right-info-box-row
{
	border: 0;
	background-color: #330033;
	display: inline-block;
	width: 100%;
}

.body-right-info-box-cell
{
	border: 0;
	display: inline-block;
	background-color: #330033;
	color: #a0a0a0;
	width: 25%;
}



.body-right-normal-box, #gazetteer-box
{
	border: 0;
	background-color: #ffffff;
	margin: 0px;
	margin-left: 5px;
}

.body-right-image-box
{
	border: 0;
	background-color: #ffffff;
}

#gazetteer-box
{
}

.body-right-divider
{
	border: 0;
	border-top: 1px solid #b83f4f;
	margin-top: 7px;
	margin-bottom: 3px;
}

.body-right-sub-divider
{
	border: 0;
	border-top: 1px dotted #b83f4f;
	margin-left: 103px;
	width: 473px;
	margin-top: 7px;
	margin-bottom: 7px;
}

.topofpage
{
	font-size: 10px;
}

.topofpage:hover
{
	font-size: 10px;
}

.shop_image
{
	margin-left: 5px;
	float: right;
}

#bottom-divider
{
	border: 0;
	border-top: 1px solid #b83f4f;
	width: 800px;
	margin-top: 10px;
}

#bottom
{
	border: 0;
	width: 800px;
	color: #b83f4f;
	font-size: 10px;
	margin-top: 3px;
}

#inner-bottom
{
	display: none;
}

#very-bottom
{
	border: 0;
	width: 550px;
	color: #b83f4f;
	font-size: 9px;
	font-weight: bold;
	margin-top: 3px;
}

.instruction
{
	display: none;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	color: #a0a0a0;
}

.information
{
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	color: #a0a0a0;
}

.thumbnail-block
{
	font-size: 1px;
	color: #ffffff;
	border: 0;
	padding-top:5px;
}
.thumbnail-block-inner0
{
	font-size: 1px;
	color: #ffffff;
	border: 0;
	width: 220px;
	float: left;
	text-align: middle;
}
.thumbnail-block-inner0a
{
	font-size: 1px;
	color: #ffffff;
	border: 0;
	float: left;
}
.thumbnail-block-inner1
{
	font-size: 1px;
	color: #ffffff;
	border: 0;
	width: 220px;
	float: left;
	text-align: middle;
}
.thumbnail-block-inner1a
{
	font-size: 1px;
	color: #ffffff;
	border: 0;
	float: middle;
}
.thumbnail-block-inner2
{
	font-size: 1px;
	color: #ffffff;
	border: 0;
	width: 220px;
	float: left;
	text-align: middle;
}
.thumbnail-block-inner2a
{
	font-size: 1px;
	color: #ffffff;
	border: 0;
	float: right;
}

.thumbnail-image a
{
	border: 0;
	text-decoration: none;
}

.thumbnail-image a:hover
{
	border: 0;
	text-decoration: none;
	border: 1px solid #330033;
}

.thumbnail-image
{
	border: 1px solid #b83f4f;
	padding: 2px;
}

.thumbnail-image1:hover
{
	background-color: #ffffff;
	padding: 0;
	border: 1px solid #330033;
}

.bigimage
{
	background-color: #ffffff;
	padding: 5px;
	margin: 0;
	border: 1px solid #330033;
}

a.rss
{
	padding-top: 3px;
	background-color: #ffffff;
}

a.rss:hover
{
	background-color: #ffffff;
	padding-top: 3px;
}

#gazetteer-floater
{
	float: right;
	border: 0;
	margin-right: 6px;
}

.inline
{
	display: inline;
	padding: 0;
	margin: 0;
}

.calendar
{
	border-top: 1px solid #b83f4f;
	border-left: 1px solid #b83f4f;
	padding: 0px;
	margin: 0px;
}

.day_block
{
	background-color: #e0e0e0;
	text-align: center;
	border-right: 1px #b83f4f solid;
	border-bottom: 1px solid #b83f4f;
	height: 30px;
	vertical-align: middle;
	width: 100px;
}

.date_block
{
	color: #a0a0a0;
	font-size: 30px;
	text-align: center;
	border-right: 1px #b83f4f solid;
	border-bottom: 1px solid #b83f4f;
	height: 90px;
	vertical-align: top;
	padding-top: 15px;
}

.date_block_info
{
	font-size: 10px;
	color: #000000;
}

.abs_div
{
	position:absolute;
	top: 20;
	left: 40;
	z-index: 10;
	border: 1px dotted black;
	display: none;
	padding: 0;
	margin:0;
}

.abs_div img
{
	margin: 0px;
}

.infoboxheader
{
	background: url(../graphic/infobox-tr.jpg) right top no-repeat;
	padding-right: 12px;
	font-family: 'Lucida Grande', Verdana, 'Sans Serif';
	font-size: 15px;
	margin-top: 3px;
	
}

.infoboxheader h3
{
	background: url(../graphic/infobox-tl.jpg) left top no-repeat;
	padding-left: 12px;
	padding-top: 8px;
	font-family: 'Lucida Grande', Verdana, 'Sans Serif';
	font-size: 20px;
	padding-bottom: 3px;
	font-weight: bold;
	margin:0px;
	color: #ffcc33;
}

.infoboxbase
{
	background: url(../graphic/infobox-br.jpg) right bottom no-repeat;
	font-family: 'Lucida Grande', Verdana, 'Sans Serif';
	font-size: 12px;
}

.infoboxbase-inner
{
	background: url(../graphic/infobox-bl.jpg) left bottom no-repeat;
	padding-left: 12px;
	padding-bottom: 15px;
	font-family: 'Lucida Grande', Verdana, 'Sans Serif';
	font-size: 15px;
	margin-right: 12px;
}

.topmenuboxheader
{
	background: url(../graphic/topmenubox-tr.jpg) right top no-repeat;
	font-family: 'Lucida Grande', Verdana, 'Sans Serif';
	font-size: 15px;
	margin-top: 3px;
}

.topmenuboxheader-inner
{
	background: url(../graphic/topmenubox-tl.jpg) left top no-repeat;
	padding-left: 8px;
	padding-top: 3px;
	font-family: 'Lucida Grande', Verdana, 'Sans Serif';
	font-size: 13px;
	padding-bottom: 3px;
	font-weight: bold;
	margin:0px;
	color: #000000;
}

.topmenuboxbase
{
	display: none;
	background: url(../graphic/topmenubox-br.jpg) right bottom no-repeat;
	font-family: 'Lucida Grande', Verdana, 'Sans Serif';
	font-size: 12px;
	margin-top: 3px;
}

.topmenuboxbase-inner
{
	background: url(../graphic/topmenubox-bl.jpg) left bottom no-repeat;
	padding-bottom: 15px;
	font-family: 'Lucida Grande', Verdana, 'Sans Serif';
	font-size: 12px;
}

.horizontalmenumain
{
	display: none;
	background: url(../graphic/horizontalmenu-m.jpg) repeat-x;
	font-family: 'Lucida Grande', Verdana, 'Sans Serif';
	font-size: 15px;
	height: 40px;
	width:915px;
	margin-left: 10px;
	border: 1px solid #dddddd;
}

.horizontalmenuleft
{
	background: url(../graphic/horizontalmenu-l.jpg) left bottom no-repeat;
	padding-left: 12px;
	font-family: 'Lucida Grande', Verdana, 'Sans Serif';
	font-size: 15px;
	height: 40px;
}

.horizontalmenuright
{
	background: url(../graphic/horizontalmenu-r.jpg) right bottom no-repeat;
	padding-right: 15px;
	font-family: 'Lucida Grande', Verdana, 'Sans Serif';
	font-size: 15px;
	height: 40px;
}

.none
{
	border: 0;
	margin: 0px;
}

#left-div
{
	display: none;
}

#right-div
{
	float: left;
	display: inline;
	width: 800px;
	margin-left: 5px;
	margin-right: 5px;
}

.menuheader
{
	background: url(../graphic/menu-tr.jpg) right top no-repeat;
	padding-right: 8px;
	font-family: 'Lucida Grande', Verdana, 'Sans Serif';
	font-size: 12px;
}

.menuheader h3
{
	background: url(../graphic/menu-tl.jpg) left top no-repeat;
	padding-left: 12px;
	padding-top: 8px;
	font-family: 'Lucida Grande', Verdana, 'Sans Serif';
	font-size: 15px;
	padding-bottom: 3px;
	font-weight: bold;
	margin:0px;
}

.menubase
{
	background: url(../graphic/menu-br.jpg) right bottom no-repeat;
	padding-right: 8px;
	font-family: 'Lucida Grande', Verdana, 'Sans Serif';
	font-size: 12px;
}

.menubase-inner
{
	background: url(../graphic/menu-bl.jpg) left bottom no-repeat;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 15px;
	font-family: 'Lucida Grande', Verdana, 'Sans Serif';
	font-size: 12px;
}

.inline a img
{
	margin: 0;
	padding: 0;
}

.image-box
{
	background: url(../graphic/image-back-right.jpg) right bottom no-repeat;
	margin-top:10px;
}

.image-box-inner
{
	background: url(../graphic/image-back-bottom.jpg) right bottom no-repeat;
}

.image-box-inner2
{
	background: url(../graphic/image-back-top-right.jpg) right top no-repeat;
}

.image-box-inner3
{
	background: url(../graphic/image-back-bottom-left.jpg) left bottom no-repeat;
	padding-right: 15px;
	padding-bottom: 10px;
}

.footnote_mark
{
	font-size: 8px;
	vertical-align: super;
	color: #a0a0a0;
}

p
{
	font-size: 1.4em;
}

p.latest
{
	color: #e06030;
	margin: 0px;
}

#inlinemap
{
	display: none;
	width: 650px;
	height: 460px;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	border: #b83f4f 1px solid;
}

#inlinemap1
{
	display: none;
	width: 650px;
	height: 480px;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	border: #b83f4f 1px solid;
	padding: 0px;
}

#inlinemap2
{
	display: none;
	width: 650px;
	height: 440px;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#inlinemapinstructions2
{
	display: none;
	padding-left: 10px;
}

#inlinemapinstructions
{
	display: none;
	padding-left: 10px;
}

#inlinemapinstructions3
{
	display: none;
	padding-left: 10px;
}

#mapSpot
{
	padding: 0;
	margin: 0;
	vertical-align: top;
}

#themap
{
	padding: 0;
	margin: 0;
	width: 620px;
}

#bottom a.bookmark_graphic
{
	background-color: #ffffff;
}

#bottom a.bookmark_graphic:hover
{
	background-color: #ffffff;
}

#ratethissite
{
	display: none;
}

#logo2, #logo
{
	position: relative;
	top: 0;
}
#logo2
{
	display: none;
}

