@charset "utf-8";
body {
	background-image: url(../images/PageBG.gif);
	background-repeat: repeat-x;
	background-position: 0px -25px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#wrapper {
	background-image: url(../images/WrapperBG.gif);
	background-repeat: no-repeat;
	background-position: 0px 46px;
}
#container {
	min-height:400px;
}

#global-nav {
	border: 1px solid #e9e9e9;
	background-image: url(../images/TitleBG-Red.gif);
	background-repeat: no-repeat;
	text-align: right;
	color: #5F9C00;
	font-weight: bold;
}
#footer {
	background-image: url(../images/FooterBG.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#banner {
	background-image: url(../images/Banner-Image.jpg);
	background-repeat: no-repeat;
	background-position: 282px 55px;
}
.divider {
	font-size: 10%;
	height: 5px;
	border: 1px solid #e9e9e9;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 56px;
	margin-right: 40px;
}
li.Activities a  {
	background-image: url(../images/ButtonBG-Green.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
}
li.Activities  a:hover {
	background-image: url(../images/ButtonBG-Green-over.gif);
}
.Accommodation a {
	background-image: url(../images/ButtonBG-Purple.gif);
	background-repeat: repeat-y;
}
.Accommodation a:hover {
	background-image: url(../images/ButtonBG-Purple-over.gif);
}
.Prices a {
	background-image: url(../images/ButtonBG-Orange.gif);
	background-repeat: repeat-y;
}
.Prices a:hover {
	background-image: url(../images/ButtonBG-Orange-over.gif);
}
.Site a {
	background-image: url(../images/ButtonBG-Blue.gif);
	background-repeat: repeat-y;
}
.Site a:hover {
	background-image: url(../images/ButtonBG-Blue-over.gif);
}
.Area a {
	background-image: url(../images/ButtonBG-Violet.gif);
	background-repeat: repeat-y;
}
.Area a:hover {
	background-image: url(../images/ButtonBG-Violet-over.gif);
}

#navigation .vNav a {
	font-size: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFFFFF;
	padding-right: 20px;
}
#additional-content h2 {
	background-color: #5F9C00;
	padding-left: 10px;
	color: #FFFFFF;
}
#footer p {
	color: #999999;
	font-size: 90%;
	margin-left: 56px;
	margin-right: 40px;
}
#additional-content h2 {
	font-size: 120%;
}
.table1 {
	border: 1px solid #e9e9e9;
	clear: both;
	margin-top: 0px;
}
.table1 caption {
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #fe7800;
	margin-top: 10px;
}
.table1 td {
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #e9e9e9;
}
hr {
	color: #FFFFFF;
	border: 1px solid #e9e9e9;
	height: 7px;
}
