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

body {
	background-color: #148314;
	background-image:url(images/background_grad.jpg);
	background-repeat:repeat-x;
	font-size:14px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:0px;
}
.background {
	background-image:url(images/background.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
.nav {
 font-size:16px;
 color:#ffffff;
 font-weight:bold;
 background-image:url(images/nav.jpg);
 background-repeat:no-repeat;
 
}
.nav a:link {
	font-size:16px;
	color:#ffffff;
	text-decoration: none;
	font-weight:bold;
}
.nav a:active {
	color:#ffffff;
	text-decoration: none;
	font-weight:bold;
}
.nav a:visited {
	color:#ffffff;
	text-decoration: none;
	font-weight:bold;
}
.nav a:hover {
	color:#ffffff;
	text-decoration: none;
	font-weight:bold;
}
.nav a:visited hover {
	color:#ffffff;
	text-decoration: none;
	font-weight:bold;
}
.orange {
	font-size:15px;
	color:#FF9900;
	font-weight:bold;
}
.orange a:link {
	font-size:15px;
	color:#FF9900;
	font-weight:bold;
	text-decoration: none;
}
.orange a:active {
	color:#FF9900;
	text-decoration: none;
}
.orange a:visited {
	color:#FF9900;
	text-decoration: none;
}
.orange a:hover {
	color:#333333;
	text-decoration: none;
}
.orange a:visited hover {
	color:#333333;
	text-decoration: none;
}
.subtitle {
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
}
h1 {
	font-size:20px;
	color:#000000;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
.tborder {
	border:1px solid #CCCCCC;
}
.black18 {
	color:#000000;
	font-size:18px;
}
.black18 a:link {
	color:#000000;
	text-decoration: none;
}
.black18  a:active {
	text-decoration: none;
	color:#000000;
}
.black18  a:visited {
	text-decoration: none;
	color:#000000;
}
.black18  a:hover {
	text-decoration: none;
	color:#333333;
}
.black18  a:visited hover {
	text-decoration: none;
	color:#333333;
}
.grey10 {
	color:#676767;
	font-size:10px;
}
.footer {
	color:#FFFFFF;
	font-size:14px;
	text-decoration: none;
}
.footer  a:link {
	color:#FFFFFF;
	font-size:14px;
	text-decoration: none;
}
.footer  a:active {
	text-decoration: none;
	color:#FFFFFF;
}
.footer  a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
.footer  a:hover {
	color:#ffffff;
	text-decoration: underline;
}
.footer a:visited hover {
	color:#ffffff;
	text-decoration: underline;
}
.text {
	color:#000000;
	font-size:14px;
	text-decoration: none;
}
.text  a:link {
	color:#000000;
	font-size:14px;
	text-decoration: none;
}
.text  a:active {
	text-decoration: none;
	color:#000000;
}
.text  a:visited {
	color:#000000;
	text-decoration: none;
}
.text  a:hover {
	color:#000000;
	text-decoration: underline;
}
.text a:visited hover {
	color:#000000;
	text-decoration: underline;
}
.imgborder {
	border: 1px solid #676767;
}
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Arial, Helvetica, sans-serif;
line-height:18px;
z-index:3000;
}
#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color:#000000;
}
#dropmenudiv a:visited hover{
color:#000000;
}
#dropmenudiv a:hover{ /*hover background color*/
background-color: #EEFAEE;
color:#FFAD32;
}
#dropmenudiv a:visited hover{ /*hover background color*/
background-color: #EEFAEE;
color:#FFAD32;
}
#home {
background-image:url(images/home_green.jpg);
background-repeat:no-repeat;
}
.cssnav {
position:relative;
font-family: arial, verdana, helvetica, sans-serif;
background-image: url(images/attractions_green.jpg);
background-repeat: no-repeat;
display: block;
width: 180px;
height: 31px;
margin: 0;
margin-bottom:0px;
padding: 0;
}
.cssnav a {
display:block;
font-size: 11px;
width: 180px;
height: 31px;
float: left;
margin: 0;
padding: 0;
color: black; text-decoration: none;
}
.cssnav img {width: 100%; height: 100%; border: 0; }

* html a:hover {visibility:visible}
.cssnav a:hover img{visibility:hidden}
.cssnav span {
position:absolute;
margin:0;
cursor: pointer;
}
.cssnav2 {
position:relative;
font-family: arial, verdana, helvetica, sans-serif;
background-image: url(images/properties_green.jpg);
background-repeat: no-repeat;
display: block;
width: 130px;
height: 31px;
margin: 0;
margin-bottom:0px;
padding: 0;
}
.cssnav2 a {
display:block;
font-size: 11px;
width: 130px;
height: 31px;
float: left;
margin: 0;
padding: 0;
color: black; text-decoration: none;
}
.cssnav2 img {width: 100%; height: 100%; border: 0; }

* html a:hover {visibility:visible}
.cssnav2 a:hover img{visibility:hidden}
.cssnav2 span {
position:absolute;
margin:0;
cursor: pointer;
}

