@charset "UTF-8";
/* CSS Document */

a {
	color: #3b9b49;
	text-decoration: none;
}
a:hover {
	color: #f0b510;
	text-decoration: underline;
}
#content a.button {
	background-color: #f0f0f0;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
	border: solid 1px #9eb3d0;
	margin-left: 15px;
	padding: 5px;
}
#leftsidebar a {
	color: #f0b510;
	font-size: 13px;
	padding: 5px;
}
#leftsidebar div.menu a:hover {
	color: #ffffff;
}
#leftsidebar div.regular a:hover {
	color: #3b9b49;
}
body {
	background: url(images/background.jpg) fixed;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
#container {
	background-color: #ffffff;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
	border: solid 3px #a9dc93;
	margin: 25px auto 10px auto;
	padding: 0;
	width: 781px;
}
#content {
	float: left;
	margin: 0 0 0 10px;
	padding: 10px;
	width: 62%;
}
#content-fullwidth {
	float: left;
	margin: 0 0 0 10px;
	padding: 10px;
	width: 99%;
}
div.counter {
	color: #3b9b49;
	font-family: "Academy Engraved LET", "Apple Chancery", "Arial Rounded MT Bold", fantasy;
	font-size: 16px;
	padding: 20px;
	text-align: center;
}
#header {
	clear: both;
	margin: 10px;
}
#footer {
	clear: both;
	color: #494949;
	font-size: 11px;
	margin: 10px;
	padding: 25px 0 0 0;
	width: 95%;
}
.footer-align-right {
	float: right;
	margin-top: -10px;
	text-align: right;
	width: 40%;
}
.footer-align-left {
	float: left;
	text-align: left;
	width: 58%;
}
.footer-center {
	clear: both;
	text-align: center;
}
form {
	border: thin solid #ccc;
	padding: 3px;
	text-align: center;
}
h1 {
	color: #000000;
	font-size: 1.5em;
	font-weight: 600;
	margin-bottom: -5px;
}
h2 {
	color: #585858;
	font-size: 1.3em;
	font-weight: 500;
	margin-bottom: -10px;
}
h3 {
	color: #707070;
	font-size: 1.1em;
	font-weight: 500;
	margin-bottom: -10px;
}
h4 {
	color: #000000;
	font-size: 1.2em;
	font-weight: 500;
	margin-bottom: 15px;
}
hr {
	background-color: #a9dc93;
	border: 0;
	color: #a9dc93;
	height: 1px;
}
img {
	border: none;
}
.image-left {
	float: left;
	padding: 10px 20px 0 0;
}
.image-right {
	float: right;
	margin-right: -15px;
	padding-left: 10px;
}
#leftsidebar {
	float: left;
	margin: 0 22px 0 10px;
	width: 25%;
}
#leftsidebar div.regular {
	background-color: #d9ecd1;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
	border: solid 1px #d9ecd1;
	margin-bottom: 10px;
	padding: 10px;
	text-align: left;
	width: 100%;
}
#leftsidebar div.regular-white {
	background-color: #ffffff;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
	border: solid 1px #ffffff;
	margin-bottom: 10px;
	padding: 10px;
	text-align: left;
	width: 100%;
}
#leftsidebar div.menu {
	background: url(images/sidebar-longer.jpg) no-repeat;
	padding-top: 80px;
	padding-bottom: 30px;
	text-align: center;
}
#leftsidebar div.menu p {
	margin: 7px 0 0 -2px;
}
#marquee {
	margin: -80px 30px 0 0;
}
p, li, td {
	color: #000000;
}
strong {
	font-size: 12px;
	font-weight: 600;
}
.smaller {
	font-size: smaller;
}
table.tours {
	text-align: left;
}
table.tours th {
	background-color: #d9ecd1;
}
ul {
	list-style-type: square;
}