body {

	margin: 0;
	font-size: 12px;
	font-family: "Lucida Grande", Arial, sans-serif;
	background: #2E7290;

}

#page {

	display: block;
	text-align: center;

}

#layout {

	width: 780px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	border: 1px solid #fff;
	margin-top:10px;
}

.alt {

	display: none;

}


#header {

	width: 780px;
	display: none;
	background: url("images/header.jpg") top left no-repeat;

}



#topIMG {
	
	width: 780px;
	height: 347px;

}

#home #topIMG{
	background: url("images/headerbg.jpg") top left no-repeat;
}

#area #topIMG{
	background: url("images/headerbg2.jpg") top left no-repeat;
}

#availability #topIMG{
	background: url("images/headerbg4.jpg") top left no-repeat;
}

#inn #topIMG{
	background: url("images/headerbg3.jpg") top left no-repeat;
}


#title{
	position: absolute;
	top: 5px;
	margin-left: 30px;
	font-family: Comic Sans MS;
}

.maintitle{
	color: #2E7290;
	font-size: 36px;
	margin:0px;
}

.subtitle{
	color: #2E7290;
	font-size: 20px;
	margin:0px;
}

#topImages{
	position: absolute;
	top: 170px;
	margin-left: 430px;
}

#topImages ul li{
	padding-right: 5px;
	padding-left:5px;
}

#topImages img{
	border: 2px solid #fff;
}

.pageName{
	margin-top:5px;
	color: #2E7290;
	font-size: 24px;
	font-family: helvecta;
}

.nav ul {

	list-style: none;
	margin: 0;
	padding: 0;

}

.nav ul li {

	float: left;

}

.nav ul li a {

	display: block;
	padding: 3px 5px 3px 5px;
	text-decoration: none;

}

.nav ul li a:hover {

	text-decoration: underline;

}

#topNav {

	width: 780px;
	height: 25px;
	background: #00AEEF;
	margin-bottom: 10px;

}

#topNav a {

	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background: url("images/navdivider.gif") right no-repeat;

}

#leftbar{
	float: left;
	margin-right: 20px;
	
}

#content {
	padding-left: 10px;
	padding-right: 10px;
	clear: both;

}

#content a{
	color: #2E7290;
}

#content a:hover{
	color: #999;
}

#bottomNav {
	
	font-size: 12px;
	clear:both;
	float: right;

}

#bottomNav a{
	color: #2E7290;
	text-decoration: none;
}

#bottomNav a:hover{
	text-decoration: underline;
}

#footer{
	background:#00AEEF;
	height: 30px;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	clear: both;
}

#footer a {

	color: #fff;

}


#contactinfo{
	text-align: left;
	position: relative;
	top: 7px;
}

#copyright {
	
	
	clear: both;
	float: right;
	font-size: 9px;
	position: relative;
	top: 7px;

}

#copyright a {


	text-decoration: none;
	color: #FFF;

}

#copyright a:hover {

	text-decoration: underline;

}

.imgBorder{
	border: 1px solid #000;
}

.quote{
	font-style: italic;
	font-weight: bold;
}

.blue{
	font-weight: bold;
	font-style: italic;
color: #2C5869; }


.highlighted{
	font-weight: bold;
	font-style: italic;
}

.indent{
	position: relative;
	margin-left: 10px;
	
}

.fp {
	color: #000 !important;
	text-decoration: none;
	cursor: text;
}


.fp:hover {
	text-decoration: none !important;
}