﻿body {
	font-size: 11px;
	background-image: url(images/bkgd.jpg);
	background-repeat: repeat-x;
	color: #60605F;
	font-family: Verdana, Geneva, sans-serif;
	margin:0px;
}
.collapsed {
	visibility: hidden;
	display: none;
}
.expanded {
	visibility: visible;
}
.clickLink {
	color: #0E4D8B;
	text-decoration: underline;
	cursor: pointer;
}
a {
	color: #0E4D8B;
	background: inherit;
}
a:hover {
	color: #000;
	background: inherit;
}
a.title {
	color: #B41A1A;
	background: #FFF;
}
.small {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	width: 100%;
}
form {
	margin: 0px;
}
.btn, .btnHover {
	font-family: Georgia, serif;
	font-size: 8pt;
	font-weight: bold;
	color: #60605F;
	border-width: 0px;
	background-image: url('Images/bkgd-nav.gif');
	background-repeat: repeat-x;
	height: 22px;
}
.btnHover {
	color: #FFFFFF;
	background-image: url('Images/bkgd-nav-rollover.gif');
}
.odd {
	background-color: #FFFFFF;
	font-size: xx-small;
}
.even {
	background-color: #E7E7E7;
	font-size: xx-small;
}
.top {
	background-color: #003366;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9pt;
}
}
p {
	padding-bottom: 10px;
	line-height: 16px;
}
p.rule {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #60605F;
	margin: 2px 0 10px 0;
	padding: 0px;
	width: 100%;
	clear: both;
	font-size: 1px;
	line-height: 0px;
}
p.date {
	padding-bottom: 0px;
	font-weight: bold;
}
h1 {
	font-family: Georgia, serif;
	font-size: 28px;
	color: #3D5F8B;
	padding-bottom: 15px;
}
h3 {
	font-weight: bold;
	color: #AD3B32;
}
a:hover {
	text-decoration: underline;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(images/bkgd-header.png);
	height: 255px;
}
#header img {
	position: relative;
	left: 169px;
}
#header ul.uppernav {
	float: right;
	margin-top: 20px;
}
#header ul.uppernav li {
	display: inline;
	margin-left: 10px;
	text-transform: uppercase;
	font-family: Verdana, Geneva, sans-serif;
	margin-right: 5px;
}
#header div.tourism-button {
	background-image: url(images/button.jpg);
	display: block;
	float: left;
	height: 25px;
	width: 110px;
	text-align: center;
	padding-top: 8px;
	font-family: Georgia, serif;
	font-size: 14px;
	margin-top: 30px;
	margin-left: 50px;
}
#header div.tourism-button a {
	color: #FFF;
}
#nav {
	background-color: #FFF;
	height: 40px;
	width: 954px;
	padding: 3px;
	text-align: center;
}
#nav #nav-bkgd {
	background-image: url(images/bkgd-nav.gif);
	background-repeat: repeat-x;
	height: 33px;
	width: 954px;
	z-index: 8;
}
#nav ul {
	z-index: 30;
}
#nav ul li {
	float: left;
	font-family: Georgia, serif;
	font-size: 16px;
	width: auto;
}
#nav ul li a {
	display: block;
	color: #60605F;
	padding-right: 28px;
	padding-left: 28px;
	height: 26px;
	padding-top: 7px;
	width: auto;
}
#nav ul li a:hover {
	background-image: url(images/bkgd-nav-rollover.gif);
	background-repeat: repeat-x;
	color: #FFF;
	text-decoration: none;
}
#nav ul li div {
	position: absolute;
	visibility: hidden;
	border-bottom: 5px solid #AD3B32;
	background-color: #0A253D;
	text-align: left;
}
#nav ul li div a {
	display: block;
	position: relative;
	width: auto;
	height: 20px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
}
#content {
	background-color: #FFF;
	padding: 3px;
	width: 954px;
	overflow: hidden;
}
#content #main {
	padding: 15px;
	width: 632px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #60605F;
	float: left;
}
#content #main ul.topnav li {
	float: left;
	padding-right: 5px;
}
#content #main #icon {
	text-align: center;
	width: 120px;
	margin-bottom: 20px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #60605F;
	float: left;
	padding-top: 10px;
	display: block;
	cursor: pointer;
}
#content #main #icon.no-border {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content #main #icon a {
	color: #60605F;
}
#content #quicklinks {
	float: left;
	width: 290px;
	background-image: url(images/bkgd-right-column.gif);
}
#content #quicklinks h1 {
	color: #AD3B32;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 40px;
}
#content #quicklinks ul li {
	padding-right: 20px;
	padding-left: 20px;
	height: 36px;
	width: 250px;
	padding-top: 6px;
}
#footer #footer-sitemap {
	font-size: 9px;
	width: 150px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
#footer #footer-sitemap p.sitemap {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #60605F;
	font-size: 10px;
	padding-bottom: 2px;
}
#footer #footer-sitemap p.sitemap a {
	color: #3C5E8A;
}
#footer #footer-sitemap ul li a {
	display: block;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
}
#footer #footer-sitemap ul li a:hover {
	background-color: #3C5E8A;
	color: #FFF;
	text-decoration: none;
}
#footer {
	clear: both;
	margin-top: 10px;
}
.clearboth {
	clear: both;
	padding-bottom: 20px;
}
.hidden {
	display: none;
}
.imagefloatleft {
	float: left;
	padding-bottom: 10px;
	padding-right: 10px;
}
.imagefloatright {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.readmore {
	font-size: 10px;
	color: #AD3B32;
	text-decoration: underline;
	text-transform: uppercase;
}
