body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: 003366;
	font-weight: normal;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: 003366;
	font-weight: normal;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: 003366;
	font-weight: normal;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #CC9900;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFCC;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #512C07;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #512C07;
	margin: 0px 0px 0px 20px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #512C07;
}

#accommodations_table {
margin:16px 0px 16px 0px;
}

.lodge_container {
width:580px;
float:left;
margin:4px 0px 4px 0px;

}

.lodge_image {
float:left;
width:120px;
}

.lodge_image img {
border:2px solid #708D00;
padding:5px;
}

.lodge_description a {
font-size:80%;
}


.lodge_description {
float:right;
width:400px;
border-top:1px dotted #C24F3D;
}

img.res_btn {
float:right;
}

li {
list-style:none;
}

.wb li {
	list-style: disc !important;
}


.first { 
font-size:100%;
font-weight:bold;
margin-bottom:5px;
color:#512C07;
}

.second{
font-size:80%;
margin:2px 0px 6px 0px;
color:#C24F3D;
}

.amenities { 
font-size:80%;
margin-bottom:8px;
}

.note {
font-size:75%;
margin:5px 0px 0px 0px;
font-style:italic;
}

.ratings {
	margin: 5px 0 20px 22px;
}

.readblog {
	margin: 5px 0 20px 20px;
}


<!--Newsletter-->

form#newsletter{
width:100%;
font-family:"Times New Roman", Times, serif;
color: #FFFFFF;
font-size:2;

}

form#newsletter fieldset{
border:none;
}

form#newsletter legend,
form#newsletter label{
font-weight:bold;
color: #FFFFFF;
padding:0px 0px 5px 0px;
}

form#newsletter #email{
width:140px;
}

form#newsletter #submit{
margin:5px 0px 0px 0px;
font-size:10px;
}

.home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #CC9900;
	font-weight: bold;
	font-style:italic;
}

<!--Events-->
.events {
margin: 0px 0px 5px 25px;
}

.event {
	margin: 0px 0px 0px 80px;
}


.roomphotos img {
	border: 1px solid #000;
}

.roomdiv {
	margin: 20px 0;
	padding: 0;
}


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

/* ---------------------------------------------------------------------------------------- */
/* Subnav list styles */
/* ---------------------------------------------------------------------------------------- */


#navigationtop {
	position: relative;
}

.subnav {
	list-style: none !important;
	margin: 0;
	padding: 0;	
	border-top: 1px solid #DEB166;
	border-left: 1px solid #DEB166;
	border-right: 1px solid #DEB166;
}

.subnav li {
	border-bottom: 1px solid #DEB166;
	/*background-color: #cfa501;*/
}

.subnav li.last {
	border-bottom: 1px solid #DEB166;
	/*border-bottom: none;*/
	/*background-color: #cfa501;*/
}

.subnav li a { 
	display: block;
	padding: 5px 0 5px 10px;
	color: #E2D7C1 !important;
	font-weight: bold;
	/*font-family: Verdana, Arial, sans-serif;*/
	font-size: 12px;
	text-decoration: none;	
}

.subnav li a:hover { 
	color: #E2D7C1 !important;
	background-color: #8A745C;
}

