/* CSS Document */
html, body {
	height: 100%;
}

body {
	background-color:#f6f6f6;
	background-image:url(../i/bg_main.gif);
	background-repeat:repeat-y;
	margin:0px;
	padding:0px;
}

/* PAGE -------------------------------------------------------------------*/

#page {
	position: relative;
	min-height: 100%;
	width:994px;
	padding:0px 2px 0px 2px;
}

* html #page {
	height: 100%;
}

/* CONTENT -----------------------------------------------------------------*/

#content {
	padding-bottom: 7em; /*stops footer rising*/
	width:990px;
}

/*#flashbanner {
	height:191px;
}*/

#leftcont {
	width:214px;
	float:left;
}

#logo {
	float:left;
	border-right:2px solid #fff;
	border-top:1px solid #fff;
	width:214px;
}

#winAbrakeBtn {
	width:214px;
	height:67px;
	float:left;
	margin-top:-4px;
	margin-bottom:1px;
}

*:first-child+html #winAbrakeBtn {
	width:214px;
	height:67px;
	float:left;
	margin-top:1px;
	margin-bottom:1px;
}

* html #winAbrakeBtn {
	width:214px;
	height:67px;
	float:left;
	margin-top:1px;
	margin-bottom:1px;
}

/*#winAbrakeBtn a {
	width:214px;
	height:67px;
	display:block;
	background-image:url(../i/win_btn.jpg);
	background-repeat:no-repeat;
}

#winAbrakeBtn a:hover {
	background-position:bottom;
}

#winAbrakeBtn span {
	display:none;
}
*/
/* SIDE NAVIGATION ---------------------------------------------------------*/

#leftmenu {
	float:left;
	clear:both;
	width:214px;
	border-right:1px solid #fff;
	position:relative;
	/*margin-top:-4px;*/
}

*:first-child+html #leftmenu {
	float:left;
	clear:both;
	width:214px;
	border-right:2px solid #fff;
	position:relative;
	/*margin-top:1px;*/
}

#leftmenu a {
	display:block;
	width:206px;
	padding:6px 0 7px 10px;
	font-family:Tahoma, Verdana, Arial, Helvetica;
	background-image:url(../i/nav/leftbtn_bg.gif);
	background-repeat:no-repeat;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	white-space:nowrap;
}

*:first-child+html #leftmenu a {
	float:left;
}

#leftmenu a:hover{
	background-position:0 -28px;
	color:#fff;
}

#leftmenu li{
	list-style-type:none;
}

#leftmenu ul li{
	position:relative;
	z-index:10;
}

#leftmenu li ul{
	position:absolute;
	top:0;
	left:214px;
	border-left:2px solid #fff;
	display:none;
	
}

/* Fix IE. Hide from IE Mac \*/
* html #leftmenu ul li{float:left;height:1%;}
* html #leftmenu ul li a{height:1%;}
/* End */

div#leftmenu ul, #leftmenu ul ul, div#leftmenu ul ul ul{
	margin:0;
	padding:0;
	list-style-image:none;
	width:214px;
}

*:first-child+html #leftmenu ul ul {
	margin: -2px 0 0 0;
}

div#leftmenu ul ul, div#leftmenu ul ul ul, div#leftmenu ul li:hover ul ul, div#leftmenu ul li:hover ul ul ul{
	display:none;
}

div#leftmenu ul li:hover ul, div#leftmenu ul ul li:hover ul, div#leftmenu ul ul ul li:hover ul{
	display:block;
}

/* TOP --------------------------------------------------------------------*/


#top {
	width:774px;
	background-color:#fff;
	border-top:1px solid #fff;
	float:left;
	padding:0px 0px 0px 2px;
	z-index:10;
}
* html #top {
	width:774px; 
	padding:0px;
	margin-left:-1px;
}


#headpic {
	width:774px;
	height:314px;
	float:left;
	margin:0;
}

#topimg { 
	width:774px;
	height:119px;
	float:left;
	margin:0;
	z-index:10;
}





/* HORIZONTAL MENU -----------------------------------------------------------------*/

#horizonalMenu {
	width:774px;
	height:36px;
	background-image:url(../i/nav/menu_bg.gif);
	background-repeat:repeat-x;
	padding:1px 0 0 0;
	float:left;
}

#container {
	width: 774px;
	height:36px;
	margin: 0;
	overflow: auto; 
	overflow-x: hidden; 
	overflow-y: hidden; 
	/*border:1px solid #f00;*/
	
}

/*.main-content {
	width: 1795px;
}*/

.section {
	margin: 0px 1px 0px 1px; 
	float: left;
	background-color:#24592d;
	text-align:center;
}

.section a {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	display:block;
	padding:6px 15px 4px 15px;
	background-image:url(../i/nav/menu_btn_bg.gif);
	background-repeat:repeat-x;
}

.section a:hover {
	background-position:center bottom;
}

.section a.selected {
	background-position:center bottom;
}

#leftarrow {
	background-image:url(../i/nav/leftarrow.png);
	background-repeat:no-repeat;
	width:24px;
	height:25px;
	position:absolute;
	top:316px;
	left:218px;
}

#rightarrow {
	background-image:url(../i/nav/rightarrow.png);
	background-repeat:repeat-y;
	width:24px;
	height:25px;
	position:absolute;
	top:316px;
	left:968px;
}


/* COPY -----------------------------------------------------------------*/

#copy {
	/*width:722px;*/
	width:734px;
	float:right;
	padding:10px 20px 10px 20px;
}

* html #copy {
	width:749px;
	float:left;
	padding:10px 12px 10px 12px;
}

#copy #title  
{
	margin:-5px 0 0 0; 
	text-align:left;
}


#copy h1, #copy h2, #copy h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}

#copy h1 {
	font-size: 13px;
}

#copy h2 {
	font-size: 12px;
}

#copy h3 {
	font-size: 11px;
}

#copy p {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#474339;
}

#copy a {
	font-weight: bold;
	color: #7a6c4d;/*#575757;*/
	text-decoration:none;
}
#copy a:hover {
	color: #939393;
	text-decoration:underline;
}

#copy a.link {
	color: #285D40;
	text-decoration:none;
}

#copy a.link:hover {
	color: #669966;
	text-decoration:underline;
}

#copy a.download {
	background-image:url(../i/download.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:74px;
	color: #47433A;
	font-weight:normal;
	text-decoration:none;
}

#copy a.download:hover {
	color: #999966;
	font-weight:normal;
	text-decoration:none;
}

#copy a.click {
	background-image:url(../i/click.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:46px;
	color: #47433A;
	font-weight:normal;
	text-decoration:none;
}

#copy a.click:hover {
	color: #999966;
	text-decoration:none;
}

#copy strong {
	color: #726548;	
}

#copy a.download_pdf {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-image:url(../i/pdf_icon.gif);
	background-position:left center;
	background-repeat:no-repeat;
	display:block;
	width:350px;
	height:12px;
	padding:4px 0 4px 25px;
	margin:10px 0 10px 0;
	color: #726548;
	text-decoration:none;
}

#copy a.download_pdf:hover {
	color: #999966;
	text-decoration:underline;
}

#copy a.download_word {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-image:url(../i/word_icon.gif);
	background-position:left center;
	background-repeat:no-repeat;
	display:block;
	width:350px;
	height:12px;
	padding:4px 0 4px 25px;
	margin:10px 0 10px 0;
	color: #726548;
	text-decoration:none;
}

#copy a.download_word:hover {
	color: #999966;
	text-decoration:underline;
}

ul{
	margin:0px;
	padding-left: 35px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	list-style-position: outside;
	list-style-type:square;

}

li{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#474339;
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left:0px;
	line-height:15px;

}

hr 
{
	color:#CCCCCC;
	width:348px;
	height: 1px;
}

.table {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#474339;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}


.greentable {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#474339;
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #708B77;
	margin-bottom: 20px;
}

.tableinlist {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#474339;
	border-collapse: collapse;
	border: 1px solid #708B77;
	margin-bottom: 20px;
	margin-left:35px;
	margin-right:12px;
}


tr.greenbg td {
	background: #134C2C;
	background-image:url(../i/table_head_bg.gif);
	color:#FFFFFF;
	font-weight:bold;
	padding: 4px 5px 4px 5px;
}
td.bdr_leftwhite {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

td.bdr_lb {
	border-left: 1px solid #708B77;
	border-bottom: 1px solid #708B77;
	padding: 3px 5px 3px 5px;
}
td.column1 {
	border-bottom: 1px solid #708B77;
	font-weight:bold;
	width:25%;
	vertical-align:top;
	padding: 3px 5px 3px 5px;
}

tr.greybg {
	background:#eee;
}



.smalltitle {
	margin:-5px 0 5px 0;
}



*:first-child+html .smalltitle {
	margin:-16px 0 5px 0;
}

#onlinebutton {
	width:100%; 
	text-align:center
}

#onlinebutton a {
	font-family:Tahoma, Verdana, Arial, Helvetica;
	width:300px;
	display:block;
	background-color:#660000;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	white-space:nowrap;
	padding: 4px 10px 4px 10px;
}

#onlinebutton a:hover {
	background-color:#990000;
	text-decoration:none;
	color:#fff;
}

.tableVinfo {
	width:100%;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#474339;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}

.tableVinfo tr {
	border:#134C2C 1px solid;
}

.tableVinfo td {
	border:#134C2C 1px solid;
}

.largeImg {
	float:left;
	margin-left:0px;
	margin-top:10px;
}

.copyPicLeft {
	float:left;
	margin:0px 10px 20px 0px;
	clear:left;
}

.copyPicRight {
	float:right;
	margin:0px 0px 10px 10px;
	clear:right;
}

.marquess 
{
    margin:10px 0 10px 0;
    float:left;
}

.marquessPic 
{
    float:left;
	margin:0px 10px 0px 10px;
	clear:left;
}


/* Featured Panel -------------------------------------------------------------*/

#featuredpanel {
	width:220px;
	float:right;
	border:1px solid #708B77;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:30px;
}

#featuredhead {
	background-color:#ccc;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	padding:4px 4px 4px 12px;
	text-align:left;
	background-image:url(../i/table_head_bg.gif);
}

#featuredpanel .offer {
	font-size:11px;
	padding:5px;
	margin:5px 10px 5px 10px;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}

#featuredpanel .offer ul {
	margin:0 0 0 -20px;
}

/* PNG Banner -------------------------------------------------------------*/

#popup_png {
	position:absolute;
	margin-left:200px;
	margin-top:0px;
}

img.png {
	behavior: url("css/png.htc");
}

/* 	Gallery ---------------------------------------------------------------*/

.main_pic {
	width:468px;
	height:283px; 
	margin:10px 10px 0 0;
	background-position:center center;
	float:left;
}


#thumb_holder {
	width:240px;
	float:left;
	/*background-color:#F00;*/
	height:300px;
}

.thumb_pic {
	float:left;
	width:80px; 
	height:90px;
	margin-top:8px;
	/*margin-bottom:11px;*/
}



#slideshow_btn a {
	border:1px;
	background:#000000;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}





/* MID NAVIGATION ---------------------------------------------------------*/

#midmenu {
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	background-color:#4a4a4a;
	width:990px;
	height:19px;
}

#midspace {
	float:left;
	width: 214px;
	height:19px;
	background-color:#00290A;
	border-right:2px solid #FFFFFF;
}

#midmenu a {
	display:inline;
	float:left;
	padding:2px 5px 2px 5px;
	font-family:Tahoma, Verdana, Arial, Helvetica;
	background-image:url(../i/nav/mid_bg.gif);
	background-repeat:repeat-x;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	white-space:nowrap;
}

*:first-child+html #midmenu a {
	padding:1px 5px 3px 5px;
}

#midmenu a:hover{
	background-position:0 -19px;
}

#midmenu li{
	list-style-type:none;
	float:left;
}

#midmenu li.sub a {
	width:172px;
	border:none;
}


#midmenu ul li{
	z-index:10;
}

#midmenu li ul{
	position:absolute;
	top:19px;
	display:none;
	left:0;
	border-top: 1px solid #fff;
	width:170px;
}

/* Fix IE. Hide from IE Mac \*/
* html #midmenu ul li{float:left;height:1%;}
* html #midmenu ul li a{height:1%;}
/* End */

div#midmenu ul, #midmenu ul ul, div#midmenu ul ul ul{
	margin:0;
	padding:0;
	list-style-image:none;
}

div#midmenu ul ul, div#midmenu ul ul ul, div#midmenu ul li:hover ul ul, div#midmenu ul li:hover ul ul ul{
	display:none;
}

div#midmenu ul li:hover ul, div#midmenu ul ul li:hover ul, div#midmenu ul ul ul li:hover ul{
	display:block;
}

div#midmenu li.homebtn a {
	background-image:url(../i/nav/home_bg.gif);
}

#midmenu a.last {
	border:none;
	width:117px;
}
* html #midmenu a.last {
	width:115px;
}

#midmenu ul.lastsub {
	left:-54px;
}


/*PGA Members ------------------------------------------------------------*/

#pga_sidebox {
	float:right;
	width:250px;
	border:1px solid #ccc;
	margin:0 0 0 20px;
	padding:10px;
}
#pga_sidebox .staffhead {
	background-color:#eee; 
	border:1px solid #ccc; 
	width:228px; 
	height:52px;
	padding:10px; 
	margin:0 0 10px 0;
}
#pga_sidebox .staffhead img {
	float:right;
	border:1px solid #ccc;
}
 

#paul, #simon, #nick, #richard, #christine  {
	display:none;
}

#max {
display:block;
}

.eventimage {
	float:left;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
}


.comment {color: #FF0000}


/* RIGHT COLUMN ------------------------------------------------------------*/

#rightcol {
	margin:0 2px 0 0;
}


#_ctl0_prizedraw {
	float:right;
	width:229px;
	height:29px;
}

#_ctl0_prizedraw img {
	border:none;
}


.rightsidebox {
	float:right;
	clear:right;
	width: 217px;
	height: 91px;
	margin-top: 10px;
	margin-right:2px;
}

/* PROPERTY LIST ----------------------------------------------------------*/

#properties a {
	color: #fff;
}
#properties a:hover {
	color: #fff;
}

.proplist {
	border:1px solid #000000;
	margin: 10px 0 0 0;
	padding: 5px;
}

.prophead {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	background: #134C2C;
	background-image:url(../i/table_head_bg.gif);
	padding: 3px;
	font-weight: bold;
	margin-bottom: 4px;
	color:#fff;
}

.propmid {
	/*border:1px solid #ff0000;*/
	height:100px;
	margin-left: 3px;
}

.propsubhead {
	margin-left: 3px;
	clear: left;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom:5px;
	color:#006633;
}

.propaddress {
	margin-left: 3px;
	clear: left;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:5px;
}

.propsummary {
	margin-left: 3px;
	clear: left;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
}

.propthm {
	float:right;
	border:1px solid #000000;
	margin-left:2px;

}

.propbot {
	margin-top: 4px;
	height:14px;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	background-color:#999;
	color: #fff;
	padding: 3px;
}
.factlink {
	padding-left:2px;
	float:left;
}
.maplink {
	padding-right: 2px;
	float:right;
}


/* FORMS ------------------------------------------------------------------*/

.row{
	width:515px;
	border:1px solid #FFFFFF;
}
.label
{
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	color:#474339;
	margin-left:12px;
	width: 130px;
	float:left;
	text-align: left;
	height: 19px;
	padding-top: 2px;
	margin-top:2px;
	
}

.label_across
{
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	color:#474339;
	margin-left:12px;
	width: 515px;
	float:left;
	text-align: left;
	height: 19px;
	padding-top: 2px;
	margin-top:2px;
}

.indented{margin-left: 140px;}
.textbox {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	color:#474339;
	text-align: left;
	height: 17px;
	width: 250px;
	border: 1px solid #666666;
	padding-top: 0px;
	margin-top:2px;
	line-height:17px;
}
.textarea {
	padding-top: 2px;
	margin-top:2px;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	color:#474339;
	text-align: left;
	width: 250px;
	border: 1px solid #666666;
}

.checkbox {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	color:#474339;
	margin-left:100px;
}


.Validator
{
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	margin-left:0px;
	margin-top:4px;
	position:absolute;
}
.Required
{
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	margin-left:0px;
	margin-top:4px;
	position:absolute;
}
.red{color: #ED2E38;}

.staffpic {
	float: left;
	padding-right: 5px;
}

#pageText a.internal{
	color:#474339;
	text-decoration:none;
	font-weight:normal;
}

#pageText a.internal:hover {
	text-decoration:none;
}

#divpopup {

	position: absolute;

	z-index: 90;

	height: 315px;

	width: 439px;

	top: 245px;

	left: 230px;
}

#divpopup2 {

	position: absolute;

	z-index: 1000;

	height: 315px;

	width: 439px;

	top: 400px;

	left: 430px;
}


TABLE.ess_areas 
{
	border:1px;
	margin:0 0 0 135px;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	color:#474339;
	
	width:250px;
	display:inline;
	border:1px solid #fff; /* Firefox behave! */
}

.eventlink
{
	cursor:hand;
}

/*####### Calender Cont #######*/
#bookNowBoxHeader
{
	color:#ffffff;
	background:#002A0A url(../i/bookNowHeaderBg.jpg) 0 0 repeat-x;
	width:180px;
	height:18px;
	padding:4px 0 2px 0px;
	font-family:Arial,verdana,tahoma;
	font-size:13px;
	font-weight:700;
}
	
.bookNowBoxText
{
	font-size:11px;font-weight:700;font-family:Arial,verdana,tahoma;padding:0 0 0 3px;
}

.bookNowDropdown {
		
	width:170px;height:40px;padding:6px 0 0 8px;
	text-align:left;
}		
#bookNowOnlineButton
{
	padding:4px 0 14px 8px;
}

/* FOOTER ------------------------------------------------------------------*/

#footer {
	width:990px;
	height:118px;
	background-image:url(../i/foot-bg.gif);
	background-repeat:repeat-x;
	position: relative;
	/*margin-top: -7.4em;*/
	margin-top: -6.8em;
	margin-left:2px;
} 

#footaddresses {
	color:#708B77;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	float:left;
	padding:5px 0 0 0;
}
#footaddresses div {
	float:left; 
	padding:8px 10px 0 10px
}

#footlinks {
	color:#708B77;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	padding:66px 10px 0px 10px;

}

#footlinks a {
	color:#708B77;
	text-decoration:none;
}
#footlinks a:hover {
	color:#FFFFFF;
}

#vnm 
{
	display:none;
}

/*FIX FOR MOZILLA*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clickbox {
	width:235px;
	height:15px;
	margin-top:10px;
	background:#eee;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	border:1px solid #708b77;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#474339;
}