html, body {
	margin: 0;
	padding: 0;
}

body {
	font: 70%/130% Tahoma, Verdana, serif;
	color: #494949;
	text-align: center;
	background-color: #F0EBE6;
}

table {
	font-size: 100%;
	line-height: 126%;
}

a {
	color: #333;
}

a:visited {
	color: #444;
}

a:hover {
	color: red;
}

#top-flash {
	position: relative;
	z-index: 1;
}

#site-content {
	border-left: 1px solid #81C341;
	border-right: 1px solid #81C341;
	border-bottom: 1px solid #81C341;
	width: 777px;
	_width: 779px;
	margin: auto;
	text-align: left;
	background: white url("images/bottom_bg.gif") bottom left no-repeat;
}

#site-content-wrap {
	padding-bottom: 56px;
}

#top-menu {
	height: 36px;
	margin-left: 216px;
	background: #77C341;
	position: relative;
	z-index: 999;
}

#top-menu ul,
#top-menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#top-menu li {
	behavior: url("/cms/css/user/hover.htc");
	float: left;
	padding: 9px 0 0 10px;
	position: relative;
	z-index: 1001;
}

#top-menu li a,
#top-menu li .a-empty {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

.a-empty {
	cursor: default;
}

#top-menu li a:hover {
	text-decoration: underline;
}

#top-menu ul ul {
	position: absolute;
	display: none;
	left: 2px;
	top: 22px;
	width: 180px;
	padding: 15px 0 6px 0;
	background: #77C341;
	z-index: -1;
	-moz-opacity: 0.85;
	opacity: 0.85;
}

#top-menu ul ul ul {
	top: -3px;
	left: 170px;
	z-index: 2002;
	padding-top: 4px;
	-moz-opacity: 1;
	opacity: 1;
}

#top-menu li:hover>ul,
#top-menu li li:hover>ul {
	display: block;
}

#top-menu li.hover ul ul {
	display: none;
}

#top-menu li.hover ul,
#top-menu li.hover li.hover ul {
	display: block;
}

#top-menu li ul li {
	float: none;
	padding: 0 10px;
}

#top-menu li ul li a {
	display: block;
	display: inline-block; /* IE fix */
	width: 100%;
	padding: 2px 0;
	color: #FFF;
}

#side-column {
	display: inline; /* IE fix */
	width: 216px;
	clear: left;
	float: left;
	padding-bottom: 50px;
	border-right: 1px solid #D6D6D8;
	top: -27px;
	position: relative;
	z-index: 200;
}

#content {
	border-left: 1px solid #D6D6D8;
	margin-left: 216px;
	padding: 10px 0px 30px 18px;
}

* html #content {
	position: relative;
	left: -1px;
}

.news-header,
.directory-header {
	padding-left: 13px;
	height: 27px;
	background: #007DC3;
	line-height: 26px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}

.news-header {
	background: #7AC142;
}

#side-column ul, #side-column li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#side-column li {
	position: relative;
	z-index: 999;
}

#side-column ul ul { margin-left:-3px; }

#side-column #site-directory,
#side-column #side-news {
	margin-top: 1px;
	margin-bottom: 5px;
}

#side-news a:hover {
	text-decoration: underline;
}

#site-directory li {
	behavior: url("/cms/css/user/hover.htc");
	_display: inline;
}

#site-directory li a,
#site-directory li .a-empty {
	display: block;
	height: 21px;
	background: #DAE2FF url("images/menuitem-bg.gif") repeat-x;
	font-weight: bold;
	color: #3165A5;
	text-decoration: none;
	padding: 0 8px 0 13px;
	line-height: 19px;
}

#site-directory li:hover ul,
#site-directory li.hover ul {
	display: block;
}

#site-directory li a:hover {
	background-position: 0 21px;
}

#site-directory ul {
	position: absolute;
	left: 218px;
	top: 0;
	width: 160px;
	border: 1px solid #CCC;
	display: none;
}

#side-column #side-news {
	background: #F6FFF1 url("images/news-bg.gif") left top no-repeat;
	padding: 10px;
}

#side-news li {
	padding: 3px 0 3px 10px;
	background: url("images/middot.gif") 0 10px no-repeat;
}

#side-news a {
	color: #494949;
	text-decoration: none;
}

#copyrights {
	display: none;
	clear: both;
	border-top: 1px solid #D7D7D7;
	position: relative;
	zoom: 1;
	top: 10px;
	margin: 0 0 10px 7px;
	padding: 4px 4px 10px 4px;
	text-align: right;
	color: #707070;
}

#copyrights a {
	color: #0074BE;
}

.block {
	width: 237px;
	min-height: 189px;
	margin-bottom: 12px;
	float: left;
}

* html .block {
	height: 189px;
}

.attractions {
	background: url("images/attraction.gif") no-repeat bottom right;
	margin-right: 40px;
}

.events {
	background: url("images/events.gif") no-repeat bottom right;
}

.resources {
	background: url("images/resources.gif") no-repeat bottom right;
	margin-right: 40px;
}

.visitors {
	background: url("images/visitors.gif") no-repeat bottom right;
}

.facilities {
	background: url("images/facilities.gif") no-repeat bottom right;
	margin-right: 40px;
}

.eating {
	background: url("images/eating.gif") no-repeat bottom right;
}


.block ul {
	margin: 10px 15px 0px 15px;
	padding: 0;
	list-style: none;
	color: #8A8D8F;
}

.block ul li {
	line-height: 14px;
	background: url("images/list.gif") no-repeat left 6px;
	padding-left: 6px;
}

h1 {
	font-size: 150%;
	color: #77C341;
	margin: 5px 0 8px 0;
}

h2 {
	font-size: 160%;
	font-weight: normal;
	color: #55598B;
	margin: 5px 0;
}

.block h2 {
	line-height: 23px;
	height: 30px;
	background: url("images/title_bg2.gif") no-repeat top left;
	font-size: 100%;
	margin: 0;
	padding: 0 0 0 12px;
	color: #fff;
	font-weight: bold;
}

.ga-logo {
	text-align: center;
}

.ga-logo a {
	margin: auto;
	height: 50px;
	width: 60px;
	display: block;
	text-indent: -100px;
	overflow: hidden;
	background: url("images/ga_logo.gif") center center no-repeat;
	margin-top: 25px;
}

.calendar {
	text-align: center;
	margin: 15px 0;
}

#results {
	width: 100%;
}

html>body #results {
	float: left;
}

.amenity {
	margin: 10px 0;
	padding-top: 10px;
	border-top: 1px solid #CCC;
}

.amenity h3 {
	font-size: 120%;
}

.amenity h3,
.amenity .address {
	float: left;
	clear: left;
	width: 140px;
}

.amenity .features {
	margin-left: 180px;
	_height: 1px;
}

.amenity ul,
.amenity li {
	margin: 0;
	padding: 0;
}

#bot-nav {
        margin: -55px 5px 70px 225px;
}
#bot-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
}
#bot-nav li {
        display: inline;
        padding: 0 15px 0 0;
}
#bot-nav a {
        color: #3165A5;
}
#bot-nav a:hover {
        text-decoration: none;
}

