@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #040419;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-position: left top;
}
.main #shadow {
	width: 851px;
	margin: 0 auto;
	background: url(images/shadow.png) 0 0 repeat-y;
}
.main #container {
	width: 777px;
	text-align: left;
	margin: 0 auto;
}



/******************
Header 1
******************/
.main #header {
	height: 200px;
	width: 777px;
	background-repeat: no-repeat;
	background-image: url(images/header.jpg);
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000035;
}
.main #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.main #header a:link, a:visited {
	color: #000035;
	text-decoration: none;
}
.main #header a:hover {
	text-decoration: none;
	color: #A50814;
}



/******************
Header 2
******************/
.main #header2 {
	height: 200px;
	width: 777px;
	background-repeat: no-repeat;
	background-image: url(images/header2.jpg);
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000035;
}
.main #header2 h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.main #header2 a:link, a:visited {
	color: #000035;
	text-decoration: none;
}
.main #header2 a:hover {
	text-decoration: none;
	color: #A50814;
}



/******************
Header 3
******************/
.main #header3 {
	height: 200px;
	width: 777px;
	background-repeat: no-repeat;
	background-image: url(images/header3.jpg);
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000035;
}
.main #header3 h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.main #header3 a:link, a:visited {
	color: #000035;
	text-decoration: none;
}
.main #header3 a:hover {
	text-decoration: none;
	color: #A50814;
}



/******************
Header 4
******************/
.main #header4 {
	height: 200px;
	width: 777px;
	background-repeat: no-repeat;
	background-image: url(images/header4.jpg);
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000035;
}
.main #header4 h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.main #header4 a:link, a:visited {
	color: #000035;
	text-decoration: none;
}
.main #header4 a:hover {
	text-decoration: none;
	color: #A50814;
}



/******************
Header 5
******************/
.main #header5 {
	height: 200px;
	width: 777px;
	background-repeat: no-repeat;
	background-image: url(images/header5.jpg);
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000035;
}
.main #header5 h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.main #header5 a:link, a:visited {
	color: #000035;
	text-decoration: none;
}
.main #header5 a:hover {
	text-decoration: none;
	color: #A50814;
}



/******************
Header 6
******************/
.main #header6 {
	height: 200px;
	width: 777px;
	background-repeat: no-repeat;
	background-image: url(images/header6.jpg);
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000035;
}
.main #header6 h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.main #header6 a:link, a:visited {
	color: #000035;
	text-decoration: none;
}
.main #header6 a:hover {
	text-decoration: none;
	color: #A50814;
}



/******************
Header 7
******************/
.main #header7 {
	height: 200px;
	width: 777px;
	background-repeat: no-repeat;
	background-image: url(images/header7.jpg);
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000035;
}
.main #header7 h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.main #header7 a:link, a:visited {
	color: #000035;
	text-decoration: none;
}
.main #header7 a:hover {
	text-decoration: none;
	color: #A50814;
}



/******************
Header 8
******************/
.main #header8 {
	height: 200px;
	width: 777px;
	background-repeat: no-repeat;
	background-image: url(images/header8.jpg);
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000035;
}
.main #header8 h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.main #header8 a:link, a:visited {
	color: #000035;
	text-decoration: none;
}
.main #header8 a:hover {
	text-decoration: none;
	color: #A50814;
}



/******************
Header 9
******************/
.main #header9 {
	height: 200px;
	width: 777px;
	background-repeat: no-repeat;
	background-image: url(images/header9.jpg);
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000035;
}
.main #header9 h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.main #header9 a:link, a:visited {
	color: #000035;
	text-decoration: none;
}
.main #header9 a:hover {
	text-decoration: none;
	color: #A50814;
}



/******************
Header 1
******************/
.main #header1 {
	height: 200px;
	width: 777px;
	background-repeat: no-repeat;
	background-image: url(images/header1.jpg);
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000035;
}
.main #header1 h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.main #header1 a:link, a:visited {
	color: #000035;
	text-decoration: none;
}
.main #header1 a:hover {
	text-decoration: none;
	color: #A50814;
}



/******************
Top Navigational Menu Bar
******************/
#topnavbar {
	float: right;
	height: 20px;
	width: 410px;
	padding: 0;
	margin: 7px 0 0 0;
}

#topnavbar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#topnavbar ul li {
	margin: 0 0 0 15px;
	display: inline;
}


/******************
Footer
******************/
.main #footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #84ABD3;
	text-align: center;
	background-position: top;
	height: 90px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.main #footer a:link {
	color: #000035;
	text-decoration: none;
}
.main #footer a:visited {
	text-decoration: none;
	color: #000035;
}
.main #footer a:hover {
	text-decoration: none;
	color: #A50814
;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/******************
Navigational Menu
******************/
.main #navmenu {
	background: url(images/navmenu.png);
	height: 40px;
	width: 777px;
	margin: 0;
	padding: 0px;
	position: relative;
}
.main #navmenu li {
	padding:0;
	margin: 0;
	list-style: none;
	position:absolute;
	}
.main #navmenu li a {
	text-decoration:none;
	font-weight:bold;
	display: block;
	height: 40px;
}
.main #nav-resorts { 
	background: url("images/navmenu.png") -18px 0px no-repeat; 
	left: 18px; 
	width: 117px;
}
.main #nav-lots {
	background: url("images/navmenu.png") -138px 0px no-repeat; 
	left:138px; 
	width:78px;
}
.main #nav-lakecabins { 
	background: url("images/navmenu.png") -218px 0px no-repeat; 
	left: 218px; 
	width: 161px; 
}
.main #nav-commercial { 	
	background: url("images/navmenu.png") -381px 0px no-repeat; 
	left: 381px; 
	width: 168px; 
}
.main #nav-hunting {
	background: url("images/navmenu.png") -552x 0px no-repeat; 
	left: 552px; 
	width: 208px; 
}
.main #nav-resorts a:hover { 
	background: url("images/navmenu.png") -18px -40px no-repeat; 
}
.main #nav-lots a:hover {
	background: url("images/navmenu.png") -138px -40px no-repeat; 
}
.main #nav-lakecabins a:hover { 
	background: url("images/navmenu.png") -218px -40px no-repeat; 
}
.main #nav-commercial a:hover { 	
	background: url("images/navmenu.png") -381px -40px no-repeat; 
}
.main #nav-hunting a:hover {
	background: url("images/navmenu.png") -552px -40px no-repeat; 
}



/******************
Address
******************/
.main #address {
	background-image: url(images/address.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 777px;
	margin: 0;
	padding: 0;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000035;
	text-align: center;
	line-height: 18px;
}
.main #address a:link {
	color: #000035;
	text-decoration: none;
}
.main #address a:visited {
	text-decoration: none;
	color: #000035;
}
.main #address a:hover {
	text-decoration: underline;
	color: #A50814;
}



/******************
Main Content
******************/
.main #content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	height: auto;
	width: 777px;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
}
.main #content p {
	margin: 0; /* zeroing the margin of the last element in the #content1 div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}
.main #content a:link {
	color: #000035;
	text-decoration: none;
}
.main #content a:visited {
	text-decoration: none;
	color: #000035;
}
.main #content a:hover {
	text-decoration: underline;
	color: #A50814;
}



/******************
Home Page
******************/
.main #content-homepage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	height: auto;
	width: 777px;
	background-color: #FFFFFF;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
}
.main #content-homepage p {
	margin: 0; /* zeroing the margin of the last element in the #content1 div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}
.main #homepage {
	height: auto;
	width: 670px;
	margin: 0 auto 0 auto;
	padding: 25px;
	background-color: #FFFFFF;
	position: relative;
	text-align: left;
	display: block;
}
.main #features {
	height: 255px;
	width: 762px;
	margin: 8px auto 0 auto;
	padding: 0;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #B7CDED;
}
.main #features p {
	margin: 5px 10px 2px 10px;
}
.main #resorts {
	height: 255px;
	width: 250px;
	background-color: #000035;
	position: absolute;
}
.main #resorts:hover {
	background-color: #010121;
	cursor: hand;
	cursor: pointer;
}
.main #lots {
	height: 255px;
	width: 250px;
	background-color: #000035;
	position: absolute;
	left: 256px;
}
.main #lots:hover {
	background-color: #010121;
	cursor: hand;
	cursor: pointer;
}
.main #lakecabins {
	height: 255px;
	width: 250px;
	background-color: #000035;
	position: absolute;
	left: 512px;
}
.main #lakecabins:hover {
	background-color: #010121;
	cursor: hand;
	cursor: pointer;
}
.main #blank {
	height: 255px;
	width: 250px;
	position: absolute;
}



/******************
Resorts
******************/
.main #resort {
	height: auto;
	width: 680px;
	margin: 0 auto 0 auto;
	padding: 25px;
	text-align: left;
	display: block;
}
.main #resort a:link {
	color: #000035;
	text-decoration: none;
}
.main #resort a:visited {
	text-decoration: none;
	color: #000035;
}
.main #resort a:hover {
	text-decoration: none;
	color: #A50814;
}
.main #resort h2 {
	font-size: 20px;
	text-align: center;
}
.main #resortContainer {
	padding: 5px;
	height: auto;
	width: 670px;
	color: #B7CDED;
}
.main #left {
	position: relative;
	float: left;
	height: 120px;
	width: 170px;
}
.main #middle {
	position: relative;
	float: left;
	height: 120px;
	width: 180px;
	margin: 0;
	font-size: 18px;
	text-align: center;
	line-height: 25px;
}
.main #right {
	position: relative;
	float: left;
	height: 120px;
	width: 270px;
	margin: 0;
	font-size: 14px;
	text-align: left;
	line-height: 22px;
}
.left {
	position: relative;
	float: left;
	height: 120px;
	width: 170px;
}
.middle {
	position: relative;
	float: left;
	height: 120px;
	width: 220px;
	margin: 0;
	font-size: 18px;
	text-align: center;
	line-height: 25px;
}
.right {
	position: relative;
	float: left;
	height: 120px;
	width: 270px;
	margin: 0;
	font-size: 14px;
	text-align: left;
	line-height: 22px;
}
.main #resortList {
	margin: 3px;
	padding: 3px;
	height: 120px;
	width: 620px;
	background-color:#000035;
	text-align: center;
}
.resortList {
	margin: 3px;
	padding: 3px;
	height: 120px;
	width: 670px;
	background-color:#000035;
	text-align: center;
}
.resortList:hover {
	background-color: #010121;
	cursor: hand;
	cursor: pointer;
}
.main #resortpic img {
	margin-top: 35px;
}
.main #resortd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	height: auto;
	width: 650px;
	margin: 0 auto 0 auto;
	padding: 25px;
	text-align: left;
	display: block;
}
.main #resortd a:link {
	color: #000035;
	text-decoration: none;
}
.main #resortd a:visited {
	text-decoration: none;
	color: #000035;
}
.main #resortd a:hover {
	text-decoration: none;
	color: #A50814;
}
.main #resortd h2 {
	font-size: 20px;
	text-align: center;
}
.main #resortd img {
	margin-right: 20px;
	margin-bottom: 20px;
}
.main #resortimg img {
	margin: 15px;
}



/******************
Directions
******************/
.main #directions {
	height: auto;
	width: 670px;
	margin: 0 auto 0 auto;
	padding: 25px;
	position: relative;
	text-align: left;
	display: block;
}
.main #directions h2 {
	font-size: 20px;
	text-align: center;
}
.main #map {
	height: 265px;
	width: 650px;
	margin: 0 auto 0 auto;
	padding: 0;
	position: relative;
}
.main #map1 {
	width: 291px;
	float: left;
}
.main #map2 {
	width: 323px;
	float: right;
	vertical-align: top;
	text-align: center;
}


/******************
Links Page
******************/
.main #links {
	height: auto;
	width: 670px;
	margin: 0 auto 0 auto;
	padding: 25px;
	position: relative;
	text-align: left;
	display: block;
}
.main #links h2 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 45px;
}
#padding {
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#round h1, #round h2, #round p {margin:0 10px; letter-spacing:1px;}
#round h1 {font-size:2.5em; color:#fff;}
#round h2 {font-size:2em;color:#06a; border:0;}
#round p {padding-bottom:0.5em;}
#round h2 {padding-top:0.5em;}
#round {background: transparent; margin:1em;width:auto;}

.rtop, .rbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {
	border-left:0px solid #08c;
	border-right:0px solid #08c;
	background:url('images/30percent.png');
}
.xb1 {margin:0 5px; background:url('images/30percent.png');}
.xb2 {margin:0 3px; border-width:0 0px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.rboxcontent {
width:auto;
height:auto;
text-align:center;

	display:block;
	border:0 solid #08c;
	border-width:0 0px;
	background:url('images/30percent.png');
}
img, #rbox, .xb1, xb2{ behavior: url(iepngfix.htc); }



/******************
Contact Us Page
******************/
.main #contact {
	height: auto;
	width: 670px;
	margin: 0 auto 0 auto;
	padding: 25px;
	position: relative;
	text-align: left;
	display: block;
}
.main #contact h2 {
	font-size: 20px;
	text-align: center;
}
.main #cont {
	height: 500px;
	width: 450px;
	margin: 0 auto 0 auto;
	padding: 0;
	font-size: 20px;
	position: relative;
	text-align: center;
}
.main #cont h3 {
	margin-top: 10px;
	margin-bottom: 25px;
	font-size: 25px;
}
 label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}
.submit input
{
margin-left: 4.5em;
}
input
{
color: #000035;
background: #B7CDED;
border: 1px solid #000035;
}
textarea
{
color: #000035;
background: #B7CDED;
border: 1px solid #000035;
width: 175px;
}
select
{
color: #000035;
background: #B7CDED;
border: 1px solid #000035;
}
.submit input
{
color: #000035;
background: #B7CDED;
border: 2px outset #000035;
}

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}
.imageListContainer {
	padding: 5px;
	height: auto;
	width: 620px;
}
.imageListContainer div{
	padding:2px;
	font-size:155%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imageList {
	margin: 3px;
	padding: 3px;
	float: left;
	height: auto;
	width: 180px;
	text-align: center;
}
.homelist {
	background-color: #CCCCCC;
	border: 1px solid #999999;
}
.homeimageList {
	margin: 3px;
	padding: 3px;
	float: left;
	height: auto;
	width: 160px;
	}
.homeimageListContainer {
	padding: 5px;
	height: auto;
	width: 540px;
}
.homeimageListContainer div{
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	font-size:155%;
	text-align: center;}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}.resorttable {
	background-color: #CCCCCC;
	padding: 5px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: thin dashed #999999;
}
