html {
	background: black url("../images/woodbg_bottom.jpg") left top repeat;
	margin: 0;
	padding: 0;
}

body {
	font-family: arial, helvetica, sans-serif;
	background-color: transparent;
	/* background: transparent url("../images/woodbg_top.jpg") left top repeat-x; */
	margin: 0;
	padding: 0;

}

a img {
	border-width: 0;
}


#container {
	margin: 0 auto;
	width: 884px;
	position: relative;
}

#section1 {
	background: transparent url("../images/shadow_top-trans.png") center top no-repeat;
	padding: 31px 67px 0 67px;
}

#section2 {
	background: transparent url("../images/shadow_bg-trans.png") center top no-repeat;
	padding: 0 67px;
}

#section3 {
	background: transparent url("../images/shadow_bottom2-trans.png") center bottom no-repeat;
	padding: 0 67px 45px 67px;
}

#section3 div {
	background-color: #e7dbc5;
	font-size: .8em;
	padding: 0.5em 0;
	text-align: center;
}


/* ============================================================
	Logo
============================================================ */

#logo {
background: transparent url('../images/woodbg_top.jpg') center top no-repeat;
padding: 10px;
height: 129px;
}


#logo img {
	display: block;
}

/* ============================================================
	Flash
============================================================ */

#flash img {
	display: block;
}

/* ============================================================
	Main Navigation
============================================================ */

#mainnavigation,
#mainnavigationtable {
}

#mainnavigation {
	list-style-type: none;
	height: 59px;
	margin: 0;
	padding: 0;
}

#mainnavigation li {
	float: left;
padding-top: 115px;
position: relative;
}

#mainnavigation li a {
	/* Fix IE7 script bug involving links and transparent png backgrounds */
	/* position: relative; */
}

#mainnavigation li a,
#mainnavigation li a img {
padding: 0px 11px 0px 11px;
	display: block;
	color: white;
	font-family: "Times New Roman", serif;
	text-transform: uppercase;
text-decoration: none;
}

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



#mainnavigation li ul {
position: absolute;
background-color: black;
display: none;
top: 134px;
z-index: 9999;
width: 110%;
}

#mainnavigation li ul li {
padding: 0;
margin: 0;
float: none;
display: block;
background-color: black;
}

#mainnavigation li ul li a {
display: inline-block;
}

#mainnavigation li ul li a {
padding: 3px 13px 3px 20px;
margin: 0;
display: block;
width: 100%;
}

#mainnavigation li:hover ul {
display: block;
}


/* ============================================================
	Content
============================================================ */

#content {
	font-size: .8em;
	background: #e7dbc5 url("../images/navshadow.gif") left top repeat-x;
	padding: 12px 3px 20px 3px;
	/* padding-right: 250px; */
}

#content p strong {
	font-weight: bold;
}

#content table {
	padding-left: 1em;
}

#content table td {
	padding: 0;
	vertical-align: top;
}

#floatingpicture {
	position: absolute;
	left: 500px;
	z-index: 100;
}

#map {
	margin-top: 260px;
	margin-left: 50px;
}

#content h1 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 30px 10px 10px 10px;
}

#content h2 {
	font-size: .8em;
	font-weight: bold;
	margin: 30px 10px 10px 10px;
}

#content h3 {
	font-size: 1em;
	font-weight: normal;
	text-decoration: underline;
	margin: 1em 0 0.5em 0;
	padding-left: 1em;
}

#home #content h2 {
	font-size: 1.5em;
	font-weight: normal;
}

#content ul {
padding-left: 2.5em;
list-style-type: disc;
}

#content p {
	margin: 0.5em 0;
	padding-left: 1em;
}

#content dl {
padding-left: 1em;
}

#content table {
padding-left: 1em;
}

#content table td {
	padding: 0 1em;
}

#content img {
display: block;
margin: 10px auto;
}

#content h2 img,
#content h1 img {
margin: 1em 0;
}

#content #right {
float: right;
width: 173px;
margin: 0 0 20px 20px;
}

#content em {
font-weight: bold;
font-style: italic;
}

/* ============================================================
	Forms
============================================================ */

/*
form {
	margin: 0;
	padding: 0;
	margin-left: 1em;
}

fieldset {
	margin: 0;
	padding: 0;
	border-width: 0;
}

label {
	width: 45%;
	float: left;
	margin: .25em 5% .25em 0;
}

label span {
	float: left;
	width: 5em;
}

label.wide {
	width: 100%;
	float: none;
	clear: both;
}

label.wide span {
	display: inline;
	width: auto;
	float: none;
}
*/

/* ============================================================
	Secondary Navigation
============================================================ */

#secondary_navigation {
	background: #e7dbc5 url("../images/textbg.jpg") left top repeat;
}

#secondary_navigation ul {
	background: transparent url("../images/twirly_bottom-trans.png") center top no-repeat;
	list-style-type: none;
	height: 31px; /* Force ul to have a height while filled with floats */
	margin: 0;
	padding: 47px 0 0 109px;
}

#secondary_navigation li {
	float: left;
}

#secondary_navigation li a {
	/* Fix IE7 script bug involving links and transparent png backgrounds */
	position: relative;
}

#secondary_navigation li a,
#secondary_navigation li a img {
	display: block;
}


#iframe {
display: block;
margin: 0 auto;
}


#content p.amenities {
text-align: center;
}


/* ============================================================
	News and Events
============================================================ */

#newsevents dt {
	font-size: 120%;
	font-weight: bold;
}

#newsevents dd {
	padding-left: 2em;
}
