body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	text-align: center;
}

/* Navigation */

#navcontainer
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #003333;
	border-bottom: 1px solid #003333;
	z-index: 1;
	font-weight: normal;
	font-size: 80%;
}

#navcontainer ul
{
	list-style-type: none;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
	position: relative;
	z-index: 2;
	font-weight: normal;
	float: center;
}

#navcontainer li
{
	display: inline;
	text-align: center;
	margin: 0 5px;
	font-weight: normal;
}

#navcontainer li a
{
	color: #ffffff;
	background-color: #003333;
	padding: 1px 7px;
	border: 1px solid #ccc;
	font-weight: normal;
}

#navcontainer li a:hover
{
	color: #000000;
	background-color: #CCCC99;
	border: 1px solid #666;
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
}

#navcontainer li a#current
{
	color: #000000;
	background-color: #CCCC99;
	border: 1px solid #666;
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
}

/* ---[ navigation header links ]------------------------------- */

a:link
{
	padding: 0px 0px;
	color: #0066CC;
	text-decoration: none;
	border: solid #000000;
	border-width: 0 0 1px 0;
	font-weight: normal;
	white-space: nowrap;
}

a:hover
{
	color: #003366;
	text-decoration: none;
	font-weight: normal;
}

a:visited
{
	color: #0066CC;
	text-decoration: none;
	font-weight: normal;
}

a img
{
	border-width: 0;
}

/* ---[ tiny links ]------------------------------- */

a:link.link_tiny
{
	color: #000000;
	text-decoration: none;
	padding: 0px 0px;
	border: none;
	font-size: 60%;
	font-weight: normal;
}

a:hover.link_tiny
{
	color: #333333;
	font-size: 60%;
}

a:visited.link_tiny
{
	color: #000000;
	text-decoration: none;
	font-size: 60%;
}

img
{
	border: none;
}

/* General Table Properties */

#table_container
{
	margin: 0 0 0 0;
	padding: 0;
	font-family: small Verdana, Sans-serif;
	font-size: 90%;
}

#table_container a
{
	padding: 0;
	color: #0066CC;
	text-decoration: none;
	border: solid #000000;
	border-width: 0 0 1px 0;
	font-weight: normal;
	white-space: nowrap;
}

#table_container a:hover
{
	color: #003366;
	text-decoration: none;
	font-weight: normal;
}

#table_container a#no_border
{
	border: none;
	border-width: 0 0 0 0;
}

#table_container td
{
	font-size: 80%;
	text-align: center;
	padding: 2;
}

#table_container td#main_message
{
	background: #CCCC99;
}

#table_container td#main_header
{
	color: #ffffff;
	font-size: 100%;
	text-align: center;
	background: #003333;
	margin: 0;
	height: 30px;
}

#table_container td#main_footer
{
	border: none;
	font-size: 80%;
	text-align: center;
	margin: 0;
	height: 30px;
}

#table_container td#small_text
{
	border: none;
	font-size: 70%;
	text-align: center;
	margin: 0;
}

#table_container td#thumbs
{
	padding: 0;
	border: none;
	border-width: 0 0 0 0;
}

#table_container ul#main_footer
{
	text-align: left;
	border: none;
	list-style-type: none;
	padding: 1;
	font-size: 90%;
	font-weight: normal;
}

#table_container h3
{
	margin: 0 0 0 0;
	padding: 5px 5px;
	color: #000000;
	font-size: 125%;
	text-align: center;
	border: none;
}

#table_container h4
{
	margin: 0 0 0 0;
	padding: 0;
	color: #000000;
	font-size: 90%;
	text-align: left;
}

#table_container p
{
	font-size: 80%;
	padding: 1;
}

#table_container ul
{
	padding: 0 0 0 0;
	font-size: 80%;
	font-weight: normal;
}

#table_container li
{
	margin: 0 10 0 10;
	padding: 0 0 3px 0;
	text-align: left;
	color:#336666;
	font-weight: normal;
	text-decoration: none;
}

/* Tables */

.centered-table
{
	margin-left: auto;
	margin-right: auto;
}

#main_message
{
	background: #cccc99 url("../images/main_message.jpg");
	background-repeat: no-repeat;
	background-position: center;
	margin: 5 60 5 60;
	height: 170px;
}

/* ---[ header ]----------------------------------- */

#header
{
	background: #003333 url("../images/hdr_pine_logo.jpg");
	background-repeat: no-repeat;
	background-position: center;
	margin: 0;
	height: 50px;
}

/* ---[ footer ]----------------------------------- */

#footer
{
	position: relative;
	clear: both;
	margin: 1px 0 0 0;
	padding: 2;
	font-size: 85%;
	text-align: center;
	color: #ffffff;
	background: #003333;
	height: 10px;
}

/* ---[ common elements ]--------------------- */

p
{
	margin: 1 1 1 1;
	padding: 2;
}

hr
{
	margin: 0px 90px 0px 90px;
	color: #999966;
	background-color: #999966;
	height: 2px;
}

hr.hdr_pics
{
	margin: 0px 100px 0px 100px;
	color: #003333;
	background-color: #003333;
	height: 2px;
}

hr.main_message
{
	margin: 0px 0px 0px 0px;
	color: #003333;
	background-color: #003333;
	height: 3px;
}

/* ---[ large content areas ]--------------------- */

#content
{
	margin: 5px 5px 5px 60px;
	padding: 0;
	line-height: 1.25em;
	color: #000000;
}

#content h3#left
{
	margin: 10px 0 10px 0;
	padding: 5px 5px;
	color: #003333;
	font-size: 100%;
	text-align: left;
	border: none;
}

#content h3
{
	margin: 10px 65 10px 0;
	padding: 5px 5px;
	color: #003333;
	font-size: 100%;
	text-align: center;
	border: none;
}

#content h4
{
	margin: 5px 65 5px 0;
	padding: 5px 5px;
	color: #000000;
	font-size: 80%;
	text-align: center;
	border: none;
}

#content p
{
	margin: 4px 50px 4px 10px;
	padding: 0;
	list-style: none;
	text-align: left;
	font-size: 80%;
}

#content ul#ul_center
{
	margin: 10 30 10 250;
	padding: 0 0 0 0;
	text-align: center;
	font-size: 80%;
	font-weight: normal;
}

#content ul
{
	margin: 10 30 10 30;
	padding: 0 0 0 0;
	font-size: 80%;
	font-weight: normal;
}

#content li
{
	margin: 0 40 0 10;
	padding: 0px 0px;
	text-align: left;
	color:#336666;
	font-weight: normal;
	text-decoration: none;
}

#content a
{
	padding: 0px 0px;
	border: solid #000000;
	border-width: 0 0 1px 0;
	color: #0066CC;
	text-decoration: none;
	white-space: nowrap;
	font-weight: normal;
}

#content a:hover
{
	color: #003366;
	font-weight: normal;
}

#content li#amenities_golf
{
	margin: 0 50 0 0;
	padding: 0 0 0 0;
	background: #ffffff url("../images/amenities_golf.jpg");
	background-repeat: no-repeat;
	float: right;
	height: 200;
	width: 350;
}

#content li#amenities_beach
{
	margin: 0 30 0 0;
	padding: 0 0 0 0;
	background: #ffffff url("../images/amenities_beach.jpg");
	background-repeat: no-repeat;
	float: right;
	height: 200;
	width: 300;
}

#content li#amenities_lodge
{
	margin: 0 60 0 0;
	padding: 0 0 0 0;
	background: #ffffff url("../images/amenities_lodge.jpg");
	background-repeat: no-repeat;
	float: right;
	height: 200;
	width: 300;
}

/* ---[ Photo 'Detail' pages ]--------------------- */

#detail_page
{
	margin: 5px 5px 5px 5px;
	padding: 0;
	line-height: 1.00em;
	color: #000000;
}

#detail_page h3
{
	margin: 5px 5px 5px 5px;
	padding: 5px 5px;
	color: #003333;
	font-size: 100%;
	text-align: center;
	border: none;
}

#detail_page h4
{
	margin: 5px 5px 5px 5px;
	padding: 5px 5px;
	color: #000000;
	font-size: 80%;
	font-weight: normal;
	text-align: center;
	border: none;
}

#detail_page hr
{
	margin: 0px 300px 0px 300px;
	color: #999966;
	background-color: #999966;
	height: 2px;
}

#detail_page p
{
	padding: 0;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
}

#detail_page p#left
{
	font-size: 80%;
	padding: 0;
	text-align: left;
}

#detail_page td
{
	font-size: 80%;
	margin: 0;
	text-align: center;
}

#detail_page td#rates
{
	font-size: 80%;
	margin: 0;
	text-align: left;
}

.faqs_table, .faqs_table TD, .faqs_table TR
{
	width: 80%;
	font-family: Verdana, sans-serif;
	font-size:10pt;
	color: black;
	background-image: url("../images/content_bg.jpg");
}