@charset "utf-8";
/* CSS Document */


body {
	min-width: 766px; /* Add your width and a measurement, such as pixels. */
	text-align: center;
	background-color: #003300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFCC;
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 766px; /* Add your width and a measurement, such as pixels. */
	margin: 0 auto;
	text-align: left;
	line-height: 1.1em;
}

#wrapper a {
	color: #FFFFCC;
	text-decoration: none;
}

#subwrapper {
	background-image: url(images/contentbg.jpg);
}

#innerbanner {
	background-color: #000000;
	margin-top: -5px;
}

#nav {
	margin: 0;
	width: 575px;
}
#nav a {
	font-weight: normal;
	color: #FFFFCC;
	text-decoration: none;
	font-size: 12px;
}
#nav a:hover {
	color: #274F2D;
}

#nav ul {
	padding-top: 5px;
	text-align: center;
}

#nav li {
	display: inline;
	padding-left: 15px;
	padding-right: 20px;
}

#content {
	width: 766px;
	background-image: url(images/contentbg.jpg);
	border-left: solid #000 1px;
	border-right: solid #000 1px;
}

#contenttable {
	width: 665px;
	background-image: url(images/contentable.jpg);
	margin: 0px auto;
	background-repeat: no-repeat;
	text-align: left;
	height: 360px;
}

#leftcontent {
	width: 230px;
	margin-top: 12px;
	margin-left: 6px;
	float: left;
}
#leftcontent p {
	margin-left: 10px;
	margin-top: 3px;
	margin-right: 0px;
}
#leftcontent img {
	margin-left: 5px;
}

#midcontent {
	width: 185px;
	float: left;
	padding-top: 45px;
	margin-left: 10px;
	line-height: .9em;
}

#midcontent h4 {
	margin-left: 5px;
}

#midcontent p {
	margin-left: 10px;
	margin-right: 2px;
}

#midcontent img {
	text-align: center;
	margin-left: 5px;
}
#rightcontent {
	width: 195px;
	float: left;
	padding-top: 45px;
	margin-left: 20px;
}
#rightcontent p {
	margin-right: 10px;
	margin-left: 5px;
}
#rightcontent img {
	text-align: center;
}

#footer {
	width: 750px;
	margin: 2px auto;
	clear: both;
	position: relative;
}

#footerleft {
	float: left;
	width: 350px;
	margin: 0;
	padding: 0;
}

#footerleft a {
	color: #FFFFCC;
	text-decoration: none;
}
#footerleft a:hover {
	color: #6D3C14;
}

#footerleft ul {
	text-align: center;
}
#footerleft li {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	list-style-type: none;
}

#footerright {
	float: right;
	margin-right: 30px;
}

#holrooms {
	padding-left: 5px;
	font-size: 14px;
	background-image: url(images/default_r7_c10.jpg);
	background-repeat: no-repeat;
}

#areaact {
	padding-left: 5px;
	background-image: url(images/default_r7_c6.jpg);
	background-repeat: no-repeat;
}

#chretreats {
	background-image: url(images/default_r11_c10.jpg);
	background-repeat: no-repeat;
	padding-top: 3px;
	margin-top: -15px;
}

#latestnews {
	padding-top: 3px;
	background-image: url(images/default_r9_c2.jpg);
	background-repeat: no-repeat;
}
#welcome {
	background-image: url(images/default_r7_c2.jpg);
	background-repeat: no-repeat;
	padding-top: 3px;
}


h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
}

#bodyContent sup {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}
#bodyContent sub {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: -0.25em;
}

/*rules for subpages*/
#subtopbanner {
	width: 673px;
	margin: 0 auto;
}

#subcontent {
	background-color: #FDF9E0;
	width: 650px;
	margin: 2px auto;
	color: #003300;
	padding: 0px 10px 5px 15px;
	text-align: left;
}

#subnav ul {
	margin-top: 0px;
	margin-right: -5px;
	margin-bottom: 0px;
	margin-left: 30px
}
#subnav a {
	color: #FDF9E0;
	text-decoration: none;
	font-weight: bold;
}
#subnav a:hover {
	color: #003300;
	font-weight: bold;
}

#subnav li {
	display: inline;
	margin-right: 35px;
	font-weight: normal;
	font-size: 12px;
}


/*classes*/
.clear {
	clear: both;
	height: 100%;
}

.moreinfo {
	font-size: 9px;
	color: #FFFFCC;
	text-decoration: none;
}

.holiday {
	color: #f38d43;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.1em;
	text-align: center;
}
