/*~~~~~~~~~~~~  HTML Tags  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

html, body {
	margin:0;
	padding:0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
body {
	font-family: Arial;
	font-size: 14pt;
	color: #000;
	font-weight:bold;
	Background: #000099;
	outline:none
}
p {
	margin:6px;
	padding:6px;
	background-image:url(../_Images/w25x25.png)
}
a {
	color:#FFF;
	font-weight: bold;
	padding: 6px;
}
a:link {
	text-decoration: underline;
}
a:visited {
	color: #00F;
	text-decoration: underline;
}
a:hover {
	text-decoration: none; /* mouse over link */
}
a:active {
	color: #FF0000;
}
h1 {
	font-family: "Cooper Black";
	font-size: 36pt;
	color: #FFFFFF;
	text-align: Center
}
h2 {
	font-family: Arial;
	font-size: 24pt;
	font-weight: bold
}
h3 {
	font-family: Arial;
	font-size: 18pt;
	font-weight: bold
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bolder;
	font-variant: normal;
}
h5 {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold
}
h6 {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold
}
/*~~~~~~~~~~~~  CLASSES  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.txtBtn {
	text-align:center;
	font-size:20px;
	font-weight:bold;
}
.bg {
	width: 100%;
	height: 100%;
}
.bgBlue {
	background-image: url(../_Images/blueBG16x16x5.png);
	background-repeat: repeat;
	padding:10px;
}
.hidden {
	visibility:hidden;
}
.leftText {
	position:absolute;
	left:8%;
	top:32%;
	right:64%;
	bottom: 11%;
	z-index:10;
	overflow:auto;
	padding-right:6px;
}
.lakeRealEstate {
	position:absolute;
	right:3%;
	bottom: 11%;
	z-index:4;
}
.lakeRealEstate a {
	color:#F30;
	background-image: url(../_Images/blueBG16x16x5.png);
	border: thin ridge #F30;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
}
.reservation {
	position:absolute;
	top:39%;
	right:15%;
	z-index:9;
}
/*~~~~~~~~~~~~  IDs  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#Main {
	position:absolute;
	left:5%;
	top:34%;
	right:54%;
	bottom: 12%;
	z-index:2;
	overflow:auto;
	padding-right:6px;
}
#mapBtn {
	position:absolute;
	top: 42%;
	left: 5%;
	height:67px;
	width:160px;
	border-style:ridge;
	border-width:thick;
	background-color:#F60;
	border-color:#FFF;
	z-index:100;
	text-align:center;
	line-height: 29px;
}
#mapBtn a {
	color:#FFF;
}
#mapBtn a:hover {
	color:Blue;
	text-decoration:none;
}
#NavBar {
	position:absolute;
	left:0px;
	bottom:10px;
	right:0px;
	z-index:8;
	font-size: 18pt;
}
#NavBar a {
	background-image: url(../_Images/w25x25.png);
}
#linkSpecialist a img {
	border:none;
	text-decoration:none;
}
#btnLocation {
	position:absolute;
	left:50%;
	top:35%;
	right:34%;
	bottom: 59%;
	z-index:10;
}
#btnRomance {
	position:absolute;
	left:50%;
	top:47%;
	right:34%;
	bottom: 47%;
	z-index:4;
}
#btnRates {
	position:absolute;
	left:50%;
	top:59%;
	right:34%;
	bottom: 35%;
	;
	z-index:5;
}
#btnForSale {
	position:absolute;
	left:50%;
	top:71%;
	right:34%;
	bottom: 23%;
	z-index:6;
}
#btnContactUs {
	position:absolute;
	left:50%;
	top:83%;
	right:34%;
	bottom: 11%;
	z-index:6;
}
#rightTxt {
	position:absolute;
	left:70%;
	top:54%;
	right:1%;
	bottom: 14%;
	z-index:10;
}
#resBtnRomance {
	top:41%;
	right:17%;
	bottom:56%;
	left:64%;
	
}
#resBtnRates {
	top:24%;
	right:13%;
	bottom:73%;
	left:69%;
	
}
#resBtnContactUs {
	top:40%;
	right:16%;
	bottom:57%;
	left:65%;
	
}
#Rates {
	position:absolute;
	left:86px;
	top:34%;
	right:52%;
	bottom: 14%;
	z-index:2;
}
#Slides {
	position:absolute;
	left:11%;
	top:47%;
	right:65%;
	bottom: 41%;
	z-index:2;
}
#Videos {
	position:absolute;
	left:64%;
	top:47%;
	right:11%;
	bottom: 41%;
	z-index:2;
}
#contactUs {
	position:absolute;
	left:9%;
	top:35%;
	right:51%;
	bottom: 11%;
	z-index:10;
	z-index:2;
	overflow:auto;
}
