@charset "utf-8";
/* CSS Document */
.showborders {
	border: solid 1px white;
}
body {
	margin: 0 auto;
	padding: 0;
	background-color: #190a02;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	color: #ac9d84;
	line-height: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #ac9d84;
	text-align: left;
	padding: 0;
	margin: 0;
}
/*page title */
.pl-page-header {
	width: 705px;
}
h1 {
	font-size: 46px;
	padding-bottom: 13px;
	line-height: 42px;
	float: left;
	font-family:Georgia, "Times New Roman", Times, serif;	
}
.share-print {
	float: right;
	padding-top: 5px;
}
/* needed if we just want to have the link to email 
.addthis_button_email .at300bs { display:none !important; }
*/

/*end page header*/
/* lightbox page title */
h2 {
	font-size: 32px;
	line-height: 24px;
	padding-bottom: 15px;
}
/* page sub-titles, i.e. spa packages titles */
h3 {
	font-size: 24px;
	color: #ac9d84;
}
/* page sub-titles, i.e. "course ratings" */
h4 {
	font-size: 20px;
	padding: 0px 0 0px 0;
}
/* page sub-titles, i.e. for table titles such as "pricing information" */
h5 {
	font-size: 16px;
	padding: 0px 0 0px 0;
}
/* i.e. golf packages (package title), event calendar (the event title) */
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ac9d84;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
img, img.image {
	margin:0;
	padding:0;
	border:none;
	behavior: url(/css/iepngfix.htc); /* ie6 fix for transparent png images */
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
/* End Images */


p {
	padding: 0 0 1px 0;
	margin-top: 0;
	margin: 0 0 15px 0;
}
a {
	text-decoration: none;
	color: #bb9866;
}
a:link {
	text-decoration: none;
	color: #bb9866;
}
a:visited, a.visited {
	color: #bb9866;
}
a:hover, a.hover {
	color: #ae834d;
}
a:focus {
	outline: none;
}
form {
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
}
#form-login form {
	clear: both;
}
#form-login label {
	text-align: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	left: 260px;
	top: 240px;
}
#form-login input.input-pw {
	background-color: #3f432b;
	border: none;
	width: 167px;
	height: 18px;
	padding: 3px 0 0 0;
	margin: 0 0 0 0px;
	vertical-align: top;
	color: #ac9d84;
	text-align: left;
}
#form-login div {
	padding-bottom: 5px;
}
/* begin content bullets */
ol, ul {
	padding: 0 0 15px 0;
	margin: 0 auto;
}
li ol, li ul {
	padding: 0 0 0 10px;
	padding: 0;
}
li {
	margin: 0 0 0 15px;
	background-image: url('/images/li.png');
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 12px;
	padding: 0 0 5px 10px;
}
ul {
	list-style-type: none;
}
ol {
	list-style-position: inside;
}
ol li {
	background-image: none;
	padding-left: 0px;
}
ol li ul li {
	margin: 0 0 0 33px;
	padding: 0;
	padding-left: 0px;
	list-style: circle;
}
ul li ul {
	padding-top: 10px;
	list-style-type: none;
}
ul li ul li {
	margin: 0 0 0 2px;
	padding: 0 0 10px 10px;
}
ul li ol li {
	background-image: none;
	margin: 0 0 0 19px;
	padding: 0;
	padding-left: 0px;
	list-style: decimal;
}
ul li ol li ul li {
	background-image: none;
	margin: 0 0 0 15px;
	padding: 0;
	padding-left: 0px;
	list-style: disc;
}
ul li ul li ul li {
	background-image: none;
	margin: 0 0 0 15px;
	padding: 0;
	padding-left: 0px;
	list-style: circle;
}
/* end content bullets */
table {
	border-collapse: collapse;
	margin: 5px 1px;
	width: auto;
}
table, tr, th, td {
	background-color: Transparent;
	text-align: left;
}
td, th {
	padding-right: 20px;
	padding-top: 2px;
}
th {
	text-align: left;
	vertical-align: middle;
	padding: 5px 20px 5px 0;
	border-top: solid 1px #7f7664;
	border-bottom: solid 1px #7f7664;
	font-size: 13px;
}
td:first-child {
	text-align: left;
}

.table-pricing table 
{
	margin-bottom: 20px;
}
.table-pricing td:first-child
{
	width: 300px;
	vertical-align: bottom;
}

.table-contact-us table, .table-contact-us-emails table {
	margin: 0 0 15px 0;
	vertical-align: top;
}
.table-contact-us tr, .table-contact-us th, .table-contact-us td, .table-contact-us-emails tr, .table-contact-us-emails th, .table-contact-us-emails td {
	text-align: left;
	width: 330px;
	padding-right: 20px;
	vertical-align: top;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
}
.table-contact-us th, .table-course-ratings th {
	border-top: none;
}
.table-contact-us td {
	padding-bottom: 0px;
}
.table-contact-us td img
{ padding-top: 20px;}
/*golf scorecard table */
.table-golf-scorecard table
{
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	width: 700px;
}

.table-golf-scorecard tr, .table-golf-scorecard th, .table-golf-scorecard td {
	text-align: left;
	width: 70px;
	padding-right: 10px;
	vertical-align: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 3px;	
}
.table-golf-scorecard th
{
	border-top: none;
	
}
.table-golf-scorecard tr.out {
	border-top: solid 1px #7f7664;
	border-bottom: solid 1px #7f7664;
}
.table-golf-scorecard th.divider, .table-golf-scorecard td.divider
{
   border-left: solid 1px #7f7664;
   padding-left: 15px;
}

.table-golf-scorecard td.total {
	background-color: #2e331e;
}


/*golf-rates table */
.table-golf-rates table {
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	width: 600px;
}
.table-golf-rates tr, .table-golf-rates th, .table-golf-rates td {
	text-align: left;
	width: 70px;
	padding-right: 10px;
	vertical-align: top;
}
.table-golf-rates td {
	/*padding-left: 15px;	*/
padding-left: 0;
}
.table-golf-rates th:first-child, .table-golf-rates td:first-child {
	width: 110px;
	padding-left: 0;
}
.table-golf-rates th.golf-rates-spacer {
	border-bottom: none;
	width: 30px;
}
.golf-club-rental tr {
	border-top: solid 1px #7f7664;
}
.golf-club-rental td {
	text-align: left;
	padding-top: 10px;
	width: 70px;
	padding-right: 10px;
	vertical-align: top;
}
/* pricing lists seperated dotted line */
ul.pricing {
	width: 450px;
	margin: 10px 0 10px 20px;
	padding: 0;
	list-style: none;
}
ul.pricing li {
	margin: 0;
	padding: 0px 0;
	text-align:right;
	background: url(/images/dotted-line.png) repeat-x left 12px;
	overflow: visible
}
ul.pricing li span, ul.pricing li em {
	float: left;
	background: #292711; /*--Combined Property with 'li em'--*/
	background: url(/images/dotted-line-hide.png) repeat-x left 13px;
	padding: 0 0 0 0px; /*--Combined Property with 'li em'--*/
}
ul.pricing li span {
	padding: 0 5px 0 0px;	
}

ul.pricing li em {
	float: none;
	font-style: normal;
	padding: 0 0 0 5px;	
}

/*site map style*/
#pl-sitemap table {
	margin: 0 0 15px 0;
}
#pl-sitemap tr, #pl-sitemap th, #pl-sitemap td {
	text-align: left;
	width: 220px;
	padding-right: 10px;
	vertical-align: top;
}
#pl-sitemap ul, #pl-sitemap ul li, #pl-sitemap ul li ul, #pl-sitemap ul li ul li {
	list-style: none;
	background: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#pl-sitemap ul {
	padding-bottom: 18px;
}
#pl-sitemap ul li, #pl-sitemap ul li ul li {
	padding-bottom: 2px;
}
#pl-sitemap ul li ul {
	padding-left: 15px;
}
/* end site map style */

/*accommodations prices table positions */
.accommodations-rates {
	overflow: hidden;
	padding-top: 20px;
}
.accommodations-lowseason {
	float: left;
}
.accommodations-highseason {
	float: right;
}
.rates-from {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
}
/*end accommodations prires tables positions */
.cleared {
	float: none;
	clear: both;
	margin: 0 auto;
	padding: 0;
	border: none;
	font-size: 0px;
	height: 0 auto;
	line-height: 0;
}
/* standard rule for dividing content on a page */
.rule {
	border-bottom: solid 1px #7f7664;
	height: 15px;
	margin-bottom: 15px;
	line-height: 1px;
}
.dinning-information {
	border-top: solid 1px #7f7664;
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: hidden;
}
/* close link for all popup thickbox */
.tbclose {
	padding-top: 5px;
	padding-bottom: 25px;
	padding-right: 5px;
}
.tbclose a {
	float: right;
	font-size: 14px;
	color: #bb9b6c;
}
/*website container*/
#pl-container {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	cursor:default;
	padding-bottom: 20px;
}
/* page wrapper */
.pl-wrapper {
	margin: 0 auto;
	width: 1000px;
	min-width: 1px;
	min-height: 1px;
	margin-top: 0 !important;
	cursor:auto;
}
/*the sheet default setting*/
.pl-sheet {
	position: absolute;
	z-index:100;
	background: #251d05 url(/images/bg-repeater-experience.png) repeat-y 0 0;
}
/*each section to have a different background to repeat from to to bottom */
#experience.pl-sheet {
	background: #251d05 url(/images/bg-repeater-experience.png) repeat-y 0 0;
}
#spa.pl-sheet {
	background: #2b0b00 url(/images/bg-repeater-spa.png) repeat-y 0 0;
}
#golf.pl-sheet {
	background: #122505 url(/images/bg-repeater-golf.png) repeat-y 0 0;
}
#activities.pl-sheet {
	background: #2a2b00 url(/images/bg-repeater-activities.png) repeat-y 0 0;
}
#accommodations.pl-sheet {
	background: #28231e url(/images/bg-repeater-accommodations.png) repeat-y 0 0;
}
#events.pl-sheet {
	background: #302501 url(/images/bg-repeater-events.png) repeat-y 0 0;
}
/* end sheet settings */
/* begin global nav */
.pl-top-global-nav-bg {
	width: 1000px;
	height: 23px;
	position: absolute;
	z-index: 100;
	background-color: #261913;   /* for IE */
	filter:alpha(opacity=70);   /* for IE */
	zoom: 1; /* for IE */
	background: rgba(38, 25, 19, 0.7);
	margin: 0 auto;
	padding: 0;
}
.pl-top-global-nav {
	width: 1000px;
	height: 23px;
	float: right;
	font-size: 13px;
	color: #ac9d84; /* yet to be determined */
	font-family: Arial, Helvetica, sans-serif;
	z-index: 100;
	position: relative;
	margin: 0 auto;
	padding: 0;
}
.pl-global-nav a, .pl-global-nav a:link, .pl-global-nav a:visited, .pl-global-nav a:hover {
	text-align: left;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #bb9866;
}
.pl-global-nav a:hover {
	color: #ae834d; /* yet to be determined */
}
.pl-global-nav a.active {
	color: #bb9866;
}
.pl-global-nav, .pl-global-nav ul {
	margin: 0 auto;
	padding: 0;
	border: 0;
	list-style-type: none;
}
.pl-global-nav li {
	margin: 0 auto;
	padding: 0;
	border: 0;
	float: right;
	padding-left: 17px;
	height: 23px;
	line-height: 22px;
	overflow: hidden;
	background: none;
}
/* end global nav */

/* begin Header */
.pl-header-bg {
	width: 1000px;
	height: 103px;
	position: absolute;
	z-index: 100;
	background-color: #291d17;   /* for IE */
	filter:alpha(opacity=90);   /* for IE */
	zoom: 1; /* for IE */
	background: rgba(41, 29, 23, 0.9);
	margin: 0 auto;
	padding: 0;
	top: 23px;
}
.pl-header {
	width: 1000px;
	height: 92px;
	padding-top: 9px;
	z-index: 100;
	position: absolute;
	top: 23px;
}
.pl-header form {
	text-align:right;
	margin: 0 auto;
	padding: 0;
}
input.searchfield {
	background-color: #22160f;
	border: none;
	width: 220px;
	height: 22px;
	padding: 3px 0 0 0;
	margin: 0 0 0 0;
	vertical-align: top;
	color: #ac9d84;
	text-align: center;
}
input.searchbutton {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.pl-search-results p {
	padding: 3px 0 3px 0;
	margin: 3px 0 3px 0;
}
.pl-search-results h3 a, .pl-search-results h3 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
}
.search-nav
{
color: #bb9866;
}
.pl-logo-nav {
	margin-left: 31px
}
.pl-logo {
	width: 194px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
	color: #ae834d;
	text-align: center;
}
.pl-nav {
	width: 775px;
	float: right;
	margin-top: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: normal;
	color: #ae834d;
	line-height: 17px;
}
/*jquery drop menu css*/
#jsddm {
	margin: 0;
	padding: 0 0 0 35px;
}
#jsddm li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 22px 0 0px;
	border: 0;
	background: none;
}
#jsddm li a, #jsddm li a:link, #jsddm li a:visited, #jsddm li a:hover {
	display: block;
	text-decoration: none;
}
#jsddm li a:hover {
	color: #ac9d84;
}
#jsddm li ul {
	display: none;
	margin: 0;
	padding: 0;
}
#jsddm li ul li {
	float: none;
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
}
#jsddm li a.menu-on {
	color: #ac9d84;
}
/*end jquery drop menu css*/
/* drop menu style */
.menudiv1 {
	width: 123px;
	left: 245px;
	top: 103px;
	padding-left: 15px;
	padding-right: 10px;
}
.menudiv2 {
	width: 140px;
	left: 390px;
	top: 103px;
	padding-left: 15px;
	padding-right: 10px;
}
.menudiv3 {
	width: 125px;
	left: 553px;
	top: 103px;
	padding-left: 15px;
	padding-right: 10px;
}
.menudiv4 {
	width: 145px;
	left: 608px;
	top: 103px;
	padding-left: 15px;
	padding-right: 10px;
}
.menudiv5 {
	width: 148px;
	left: 706px;
	top: 103px;
	padding-left: 15px;
	padding-right: 10px;
}
.menudiv6 {
	width: 105px;
	left: 870px;
	top: 103px;
	padding-left: 15px;
	padding-right: 10px;
}
.dropmenudiv {
	position: absolute;
	z-index: 200;
	text-align: left;
	background-color: #291d17;   /* for IE */
	filter:alpha(opacity=90);   /* for IE */
	zoom: 1; /* for IE */
	background: rgba(41, 29, 23, 0.9);
	/*  -moz-opacity: 0.9; */
    padding-bottom: 15px;
}
.dropmenudiv a {
	font-size: 16px;
	display: block;
	text-decoration: none;
	padding: 0px 0px 5px 0px;
	line-height: 15px;
}
.dropmenudiv a:hover {
	color: #ac9d84;
}
.dropmenudiv a:first-child {
	border-top: solid 1px #72593c;
	padding-top: 10px;
}
/* end drop menu style */

/* end Header */

/*begin side menu navigation */
.pl-sidemenu-bg {
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 31px;
	height: 126px;
	width: 194px;
	background-color: #2f2824;   /* for IE */
	filter:alpha(opacity=80);   /* for IE */
	zoom: 1; /* for IE */
	background: rgba(47, 40, 36, 0.8);
}
.pl-sidemenu, .pl-sidemenu-empty {
	position: absolute;
	z-index: 100;
	top: 126px;
	left: 31px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #ac9d84;
	background-color: #2f2824;   /* for IE */
	filter:alpha(opacity=80);   /* for IE */
	zoom: 1; /* for IE */
	background: rgba(47, 40, 36, 0.8);
	padding-top: 56px;
}
.pl-sidemenu-empty {
	width: 194px;
	margin-bottom: 100px;
}
.pl-sidemenu ul {
	margin: 0;
	padding: 0 0 0 0;
	padding-left: 24px;
	padding-right: 15px;
	list-style: none;
}
.pl-sidemenu li {
	margin: 0;
	padding: 0 0 6px 0;
	line-height: 15px;
	background: none;
}
.pl-sidemenu li:first-child {
	margin: 0 0 6px 0;
	padding: 0 0 6px 0;
	border-bottom: solid 1px #7f7664;
}
.pl-sidemenu li ul {
	margin: 0;
	padding: 8px 0 0 0;
	padding-left: 0px;
	list-style: none;
}
.pl-sidemenu li ul li, .pl-sidemenu li ul li:first-child {
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
	line-height: 15px;
	border: none;
	background: none;
	list-style: none;
	font-size: 12px;
}
/*end side menu navigation*/
/*begin side menu footer information, i.e. spa logo placement, send an e-card link */
.pl-sidemenu-footer, .pl-sidemenu-footer-experience, .pl-sidemenu-footer-spa, .pl-sidemenu-footer-golf, .pl-sidemenu-footer-activities, .pl-sidemenu-footer-accommodations, .pl-sidemenu-footer-events, pl-sidemenu-footer-press {
	text-align: center;
	width: 194px;
	font-size: 12px;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 73px;	/* space between side navigaton and side footer information by default */
}
/* custom space between side navigaton and side footer by default for the spa landing page */
.pl-sidemenu-footer-golf {
	padding-top: 150px;
}
.pl-sidemenu-footer-experience {
	padding-top: 173px;
}
.pl-sidemenu-footer-spa, .pl-sidemenu-footer-accommodations, .pl-sidemenu-footer-events, pl-sidemenu-footer-press {
	padding-top: 195px;
}
.pl-sidemenu-footer-activities {
	padding-top: 15px;
}
.pl-sidemenu-footer-extras {
	padding-bottom: 20px;
	text-align: center;
	line-height: normal;
	padding-left: 25px;
	padding-right: 25px;
}
.pl-sidemenu-footer-questions {
	border-top: solid 1px #7f7664;
	border-bottom: solid 1px #7f7664;
	padding: 10px 0 10px 0;
	font-size: 13px;
}
.pl-sidemenu-footer-policies {
	border-bottom: solid 1px #7f7664;
	padding: 0px 0 10px 0;
	font-size: 13px;	
}
.pl-sidemenu-footer-arrival {
	border-bottom: solid 1px #7f7664;
	padding: 0px 0 20px 5px;
	font-size: 11px;
	text-align: left;
}
.pl-sidemenu-footer-cancellations {
	font-size: 11px;
	text-align: left;
}
.pl-sidemenu-footer-logo, .pl-sidemenu-footer-header {
	padding-bottom: 10px;
}
.pl-sidemenu-footer-download {
	border: solid 1px #58422d;
	padding: 17px 0 12px 0;
}
.pl-spa-logo {
	border: solid 1px #58422d;
	margin: 13px 18px 9px 19px;
	width: 154px;
	padding: 17px 0 10px 0;
	text-align: center;
}
.pl-spa-package {
	border: solid 1px #58422d;
	margin: 10px 8px 13px 8px;
	width: 134px;
	padding: 24px 20px 15px 21px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
}
.pl-spa-package h2 {
	font-size: 30px;
	line-height: 24px;
	padding-bottom: 10px;
}
.pl-spa-package a {
	font-weight: bold;
	font-size: 13px;
	line-height: 25px;
}
.pl-spa-logo img {
	padding-bottom: 7px;
}
.pl-send-ecard {
	background-color: #291d12;
	height: 28px;
	padding-top: 20px;
}
.pl-send-ecard img {
	padding-right: 6px;
}
/* to hide or show the ecard link in the left sidebar */
.pl-send-ecard a
{
	/* comment the following line to re-activate the e-card link */
	/* visibility: hidden; */
}
/*end side menu footer */

/* Page theatre (large photo slides or video */
.pl-theatre {
	height: 474px;
	overflow: hidden;
}
.pl-theatre-secondary {
	height: 400px;
	overflow: hidden;
}
.pl-theatre-none {
	height: 200px;
	overflow: hidden;
}
/* default setting for the large photograph on main level pages, either rotating or video still area */
.pl-photo, .pl-photo-secondary {
	position: absolute;
	z-index:1;
	top: 0;
}
/* set the photo below the main menu for secondary pages since it does not take the full area */
.pl-photo-secondary {
	top: 126px;
	left: 225px;
	width: 775px;
}
/* set a thick border below the photograph */
.pl-photo img, .pl-photo-secondary img {
	border-bottom: solid 9px #402e22;
}
.golf-video
{
	position: absolute;
	top: 126px;
	left: 225px;
	padding: 0;
	margin: 0;
}
a:focus, object:focus { 
outline: none; 
}
a:focus, object:focus { 
outline: none; 
-moz-outline-style: none; 
}

img.pl-accommodations-photo {
	float: left;
	width: 397px;
}
img.pl-accommodations-floorplan, .pl-accommodations-floorplan {
	float: right;
	width: 378px;
}
/* show PDF link for the floorplans */
#floorplan-pdf {
	right: 10px;
	position: absolute;
	top: 395px;
	z-index: 100;
}
/* dots to control the slide rotator */
#dots {
	right: 61px;
	position: absolute;
	top: 461px;
	z-index: 100;
}
#dots label {
	text-align: right;
	margin-right: 7px;
}
#dots img {
	padding-left: 7px;
}
#dots .internal-slide1, #dots .internal-slide2, #dots .internal-slide3 {
	visibility: hidden;
}
/* begin golf landing page right side panel over the theatre */
.pl-golf-panel-bg {
	width: 217px;
	height: 362px;
	position: absolute;
	z-index: 1;
	background-color: #22251d;   /* for IE */
	filter:alpha(opacity=80);   /* for IE */
	zoom: 1; /* for IE */
	background: rgba(34, 37, 29, 0.8);
	margin: 0 auto;
	padding: 0;
	right: 0;
	top: 126px;
}
.pl-golf-panel {
	width: 217px;
	float: right;
	font-size: 13px;
	color: #ac9d84;
	text-align: left;
	z-index: 1;
	position: relative;
	margin: 0 auto;
	padding: 0;
	top: 103px;
}
.pl-golf-panel-content {
	padding-right: 27px;
	padding-left:34px;
	padding-top: 55px;
}
.pl-golf-panel-pressbox {
	border: solid 1px #58422d;
	padding: 20px 15px 0px 20px;
	text-align: center;
	font-size: 13px;
}
.pl-golf-panel-content ul {
	margin: 0;
	padding: 35px 0 0 0;
	list-style: none;
	text-align: center;
	background: none;
}
.pl-golf-panel-content li {
	margin: 0px 0 0 0;
	padding: 6px 0 3px 0;
	border-top: solid 1px #7f7664;
	background: none;
}
.pl-golf-panel-content li:first-child {
	padding: 0 0 3px 0;
	border: none
}
/* end golf side panel */

/* end theatre section */

/* wrap the content */
.pl-content-wrapper {
	padding: 0 0 0 0;
	margin: 0;
}
/* content style for main level pages */
.pl-content-main {
	width: 705px;
	padding-left: 261px;
	padding-right: 34px;
	padding-bottom: 20px;
	padding-top: 23px;
	background: transparent;
	min-height: 210px
}
/* content style for secondary, tertiary, global nav pages */
.pl-content, .pl-content-no-theatre, .pl-content-packages {
	margin-left: 225px;
	padding-left: 35px;
	padding-bottom: 20px;
	background: Transparent;
	min-height: 260px;
}
#activities .pl-content, #activities .pl-content-no-theatre, #activities .pl-content-packages {
	min-height: 512px
}

#accommodations .pl-content, #accommodations .pl-content-no-theatre, #accommodations .pl-content-packages {
	min-height: 444px
}

/* set content padding for standard secondary pages that have a photo/theatre/slider */
.pl-content, .pl-content-no-theatre {
	width: 705px;
	padding-top: 30px;
	padding-right: 35px;
	margin-bottom: 30px;
}
/* secondary pages that have no photo theatre/slider, start content higher */
.pl-content-no-theatre {
	padding-top: 133px;
	min-height: 369px;
}
.pl-content-packages {
	width: 740px;
	padding-right: 0px;
	padding-top: 133px;
	margin-bottom: 10px;
	min-height: 559px;
}

#spa .pl-content-packages, #events .pl-content-packages
{
	min-height: 300px;
}
#golf .pl-content-packages
{
	min-height: 330px;
}
/* set different background color behind content for standard secondary pages */
.pl-content, .pl-content-no-theatre {
	background-color: #251d05;
	filter:alpha(opacity=60);   /* for IE */
	zoom: 1; /* for IE */
	background: rgba(37, 29, 5, 0.6);
}
#experience .pl-content, #experience .pl-content-no-theatre {
	background-color: #251d05;
	filter:alpha(opacity=60);   /* for IE */
	zoom: 1; /* for IE */
	background: rgba(37, 29, 5, 0.6);
}
#spa .pl-content, #spa .pl-content-no-theatre {
	background-color: #2b0b00;
	filter:alpha(opacity=60);   /* for IE */
	zoom: 1; /* for IE */
	background: rgba(43, 11, 0, 0.6);
}
#golf .pl-content, #golf .pl-content-no-theatre {
	background-color: #122505;
	filter:alpha(opacity=60);   /* for IE */
	zoom: 1; /* for IE */
	background: rgba(18, 37, 5, 0.6);
}
#activities .pl-content, #activities .pl-content-no-theatre {
	background-color: #2a2b00;
	filter:alpha(opacity=60);   /* for IE */
	zoom: 1; /* for IE */
	background: rgba(42, 43, 0, 0.6);
}
#accommodations .pl-content, #accommodations .pl-content-no-theatre {
	background-color: #28231e;
	filter:alpha(opacity=60);   /* for IE */
	zoom: 1; /* for IE */
	background: rgba(40, 35, 30, 0.6);
}
#events .pl-content, #events .pl-content-no-theatre {
	background-color: #302501;
	filter:alpha(opacity=60);   /* for IE */
	zoom: 1; /* for IE */
	background: rgba(48, 37, 1, 0.6);
}
/* end background setting per section for standard secondary pages */

/*secondary level pages that list packages, i.e. spa treatment menu, golf packages */
.package-wrapper {
	width: 100%;
	margin-bottom: 3px;
	overflow: hidden;
	background-color: #1a1304;
	filter:alpha(opacity=60);   /* for IE */
	zoom: 1; /* for IE */
	background: rgba(26, 19, 4, 0.6);
}
#spa .package-wrapper {
	background-color: #201715;   /* for IE */
	filter:alpha(opacity=70);   /* for IE */
	zoom: 1; /* for IE */
	background: rgba(32, 23, 21, 0.7);
}
#golf .package-wrapper {
	background-color: #0f1a04;   /* for IE */
	filter:alpha(opacity=60);   /* for IE */
	zoom: 1; /* for IE */
	background: rgba(15, 26, 4, 0.6);
}
#events .package-wrapper {
	background-color: #1a1304;
	filter:alpha(opacity=60);   /* for IE */
	zoom: 1; /* for IE */
	background: rgba(26, 19, 4, 0.6);
}
.package {
	border-top: solid 1px #bb9866;
	margin-right: 28px;
	padding-top: 4px;
}
.package-photo {
	float: left;
	width: 298px;
	padding-right: 25px;
	padding-bottom: 2px;
}
.package-content, .menu-content {
	float: left;
	padding-top: 15px;
	width: 350px;
}
#spa .menu-content {
	padding-top: 34px;
}
.press-area-content
{
	float: left;
	padding-top: 15px;
	width: 387px;
	font-size: 12px;
}
.press-area-content table
{	
padding-top: 0px;
margin-top: 0px;
}
.press-area-content table td
{
	vertical-align: top;
}
#golf .package-content {
	padding-top: 15px;
}
.package h6 {
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: #ac9d84;
}
.package h6:first-child {
	border-bottom: solid 1px #4c412b;
	margin-bottom: 10px;
}

#events .package h6:first-child {
	border-bottom: solid 1px #4c412b;
	margin-bottom: 5px;
}
#golf .package h6 {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: solid 1px #3e422b;
}
.package ul {
	padding-bottom: 15px;
	margin: 0 0 0 0;
}
.package li {
	margin: 0 0 0 0;
	padding: 0 0 0 15px;
}
.package-last {
	float: none;
	clear: both;
	margin: 0 auto;
	padding: 0;
	font-size: 0px;
	height: 1px auto;
	line-height: 1px;
	border-top: solid 1px #bb9866;
}
.package-small {
	font-size: 11px;
}
.small {
	font-size: 11px;
}
.spa-information {
	padding-top: 30px;
}
/* end secondary level pages that list packages, i.e. spa treatment menu, golf packages */

/*begin page footer*/
.pl-footer {
	background-color: #33221a;
	padding-left: 18px;
	padding-right: 13px;
	padding-top: 10px;
	padding-bottom: 27px;
}
.pl-footer-signup {
	background-color: #483527; /* or #a1825f at 20% opacity */
	height: 26px;
	padding-top: 10px;
	padding-left: 5px;
	font-size: 12px;
}
.pl-footer-signup form {
	float: left;
}
.pl-footer-signup input.emailfield {
	background-color: #33221a;
	border: none;
	width: 152px;
	height: 14px;
	padding: 0 0 3px 0;
	margin: 0 0 0 3px;
	vertical-align: middle;
	color: #ac9d84;
	text-align: center;
	font-size: 12px;
}
.pl-footer-signup input.joinbutton {
	padding: 0 0 0 0;
	margin: 0 5px 0 0;
	vertical-align: middle;
}
.pl-footer-signup .pl-footer-brochure {
	float: right;
	padding-right: 15px;
	padding-left: 5px;
}
.pl-footer-info {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	border-bottom: solid 1px #6a4e3a;
}
.pl-footer-info-primland {
	float: left;
	padding-right: 18px;
	padding-left: 5px;
}
.pl-footer-info-copy {
	float: left;
	padding-right: 24px;
}
.pl-footer-info-directions {
	float: left;
	padding-right: 27px;
}
.pl-footer-info-weather {
	float: left;
	padding-right: 20px;
}
.pl-footer-nav {
	font-size: 11px;
	color: #8a643d;
	padding-top: 20px;
	padding-left: 40px;
}
.pl-footer-nav ul {
	margin: 0 auto;
	padding: 0;
	border: 0;
	list-style-type: none;
	float: left;
	padding-top: 30px;
}
.pl-footer-nav li {
	margin: 0 auto;
	padding: 0;
	border: 0;
	float: left;
	background: none;
	padding-right: 8px;
	overflow: hidden;
}
.pl-footer-nav .pl-footer-nav-logos {
	float: left;
	padding-right: 38px;
	padding-left: 35px;
}
.pl-footer-nav .pl-footer-nav-logos img {
	padding-right: 20px;
}
.pl-footer-nav a, .pl-footer-nav a:link, .pl-footer-nav a:visited, .pl-footer-nav a:hover {
	text-align: left;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #8a643d;
}
.pl-footer-nav a:hover {
	color: #ae834d; /* yet to be determined */
}
.pl-footer-nav a.active {
	color: #8a643d;
}
/*end page footer*/
