@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	margin-top: 25px;
	background-image: url(images/green_bdybgrnd_texture.gif);
}
a:link, a:visited {
	color: #262A18;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
hr {
	border: 1px solid #404829;
}
#wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/wood_background.jpg);
	background-repeat: repeat-y;
}
#headerresort {
	background-image: url(images/resort_header_torn.jpg);
	height: 270px;
	background-repeat: no-repeat;
}
#headerresort h1 {
	text-indent: -5000px;
}
#headergolf {
	background-image: url(images/golf_header_torn.jpg);
	height: 270px;
	background-repeat: no-repeat;
}
#headergolf  h1 {
	text-indent: -5000px;
}
#headerrestaurant {
	background-image: url(images/restaurant_header_torn.jpg);
	height: 270px;
	background-repeat: no-repeat;
}
#headerrestaurant h1 {
	text-indent: -5000px;
}
#mainnav {
	background-image: url(images/nav_background.gif);
	height: 30px;
	background-repeat: no-repeat;
	line-height: 30px;
}
#mainnav ul {
	list-style-type: none;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 1.25em;
	line-height: 30px;
	text-align: right;
	font-weight: bold;
}
#mainnav ul li {
	display: inline;
}
#mainnav a:link, #mainnav a:visited {
	text-decoration: none;
	color: #000000;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#mainnav a:hover {
	color: #FFFFFF;
	background-color: #404829;
	padding-right: 9px;
	padding-left: 9px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #FFFFFF;
}
#mainnav  p  {
	text-align: right;
	margin-right: 15px;
	font-size: 1.35em;
}
#subnav {
	float: left;
	width: 200px;
	margin-left: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
#subnav #resortsubtop {
	background-image: url(images/resort_subnav_header.jpg);
	height: 40px;
}
#subnav #golfsubtop {
	background-image: url(images/golf_subnav_header.jpg);
	height: 40px;
}
#subnav #restaurantsubtop {
	background-image: url(images/restaurant_subnav_header.jpg);
	height: 40px;
}
#subnav #subnavcontent {
	background-image: url(images/subnav_center.gif);
}
#subnav #subnavbottom {
	background-image: url(images/subnav_bottom.gif);
	height: 10px;
	background-repeat: no-repeat;
}
#subnav  ul  {
	list-style-type: none;
	margin-left: 15px;
}
#subnav  li  {
	padding-top: 4px;
	padding-bottom: 2px;
}
#subnav a:link, #subnav a:visited {
	text-decoration: none;
}
#subnav  a:hover {
	color: #FFFFFF;
	background-color: #404829;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 2px;
}
#content {
	float: right;
	width: 525px;
	margin-right: 25px;
	margin-top: 20px;
	min-height: 440px;
}
#content p {
	margin-bottom: 10px;
}
#content h2 {
	margin-bottom: 10px;
	font-size: 1.6em;
	color: #404829;
}
#content h3 {
	font-size: 1.35em;
	margin-top: 25px;
}
#content span {
	font-weight: bold;
}
#content .floatright {
	float: right;
	margin-left: 10px;
}
#content .floatleft {
	float: left;
	margin-right: 10px;
}
#content .ratebuttons {
	margin-right: 0px;
	margin-left: 0px;
}
/* start table styling */
#content .fullwdth {
	width: 520px;
}
#content .ratestbl {
	border-collapse:collapse;
	border: 1px solid #404829;
	font-size: .85em;
}
#content .ratestbl th {
	background-color: #404829;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-size: 0.9em;
}
#content .ratestbl caption {
	margin-bottom: 5px;
}
#content .ratestbl td {
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
	vertical-align:middle;
	border: 1px solid #404829;
}
#content .ratestbl .tblcentertxt {
	text-align: center;
}
#content .ratestbl .tbltxtsmall {
	font-size: 0.8em;
}
#content .golftbl {
	width: 525px;
	border-collapse:collapse;
	border: 1px solid #404829;
}
#content .golftbl th {
	background-color: #404829;
	color: #FFFFFF;
	font-size: 0.85em;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#content .golftbl caption {
	margin-bottom: 5px;
}
#content .golftbl td {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	vertical-align:middle;
	border: 1px solid #404829;
	font-size: 0.85em;
}
#content .golftbl .tblcentertxt {
	text-align: center;
}
#content .indent {
	text-indent: 300px;
}
#content .scrollbgrnd {
	background-image: url(images/paper_scroll.gif);
	width: 525px;
	height: 200px;
}
#content .scrollbgrnd h3 {
	left: 60px;
	top: 40px;
	position: relative;
	width: 375px;
	color: #CC0000;
}
#content .scrollbgrnd p {
	position: relative;
	top: 40px;
	left: 60px;
	width: 340px;
	margin-top: 5px;
}
/* end table styling */
#footer {
	background-color: #abb788;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer p {
	text-align: center;
	font-size: 0.85em;
	line-height: 1.1em;
}
.copyright   {
	font-size: 0.8em;
}
#footer span {
	font-weight: bold;
}
#footerbottom {
	background-image: url(images/footer_torn_edge.jpg);
	height: 40px;
}
/* start id's for bottom left image */ 
#overhangchair {
	float: left;
	position: relative;
	left: -20px;
	top: -30px;
}
#overhanggolfer  {
	position: relative;
	float: left;
	text-indent: -20px;
	top: -28px;
}
#overhangchef {
	float: left;
	position: relative;
	left: -20px;
	top: -30px;
}
/* end id's for bottem left image */
.clear {
	clear: both;
}
.italic {
	font-style: italic;
	font-weight: normal;
}
