/* ********* IE 6 PNG FIX ********* */

/*THIS IS NOW LOADED IN THE MAIN HTML USING CONDITIONAL COMMENTS FOR IE6 ONLY!!!*/

/* ********* BODY PROPERTIES ********* */

	html, body {
		height: 100%;
		width: 100%;
	}

	body{
	margin:0px;
	padding:0px;	
	background-color: #221e1b;
	background-image:url(../imgs/main-bg.jpg);
	background-repeat: repeat-x;
	/**/background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 15px;
	color:#4e2c12;
	overflow:hidden;
	}
	
	
/* ********* WEBSITE CONTENT / FLASH BG DIV ********* */
	
	#flash-background{
		width:100%;
		height:100%;
		text-align: center;
		vertical-align: middle;
		margin:0px;
		position:absolute;
		top:0px;
		left:0px;
		margin-left:0px;
		z-index:0;
	}

	#websitefooter{
		width:100%;
		vertical-align:bottom;
		height:99px;
		position:relative;
		z-index:10000;
	}
	
	#websitecontent{
		width:100%;
		vertical-align:bottom;
		position:absolute;
		z-index:10000;
	}
	
/* ********* STICKY FOOTER PROPERTIES ********* */

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -99px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 99px; /* .push must be the same height as .footer */
}

.footerbg {
	position:absolute;
	width:100%;
	height:99px;
	background-image:url(../imgs/grey-footer-bg.jpg);
}

/* ********* BANNER DIV PROPERTIES ********* */

#widthcontainertop {
	margin: 0 auto;
	position: relative;
	display: block;
	width: 100%;
	height:64px;
	z-index: 20000;
}

#mainlogo {
   margin-left:auto;
   margin-right:auto;
   width: 313px;
   height: 122px;
}

#golflogo{display:none;}

#translations {
	position:absolute;
	right:10px;
	top:10px;
}

#cornerflash {
	position:absolute;
	left:10px;
	top:10px;
}
#golfcornerflash{display:none;}

/*#navdiv {
	position:absolute;
	z-index:25000;
	width:733px;
	height:46px;
	right:7px;
	top:18px;
}*/

/* ********* SITEMAP / CONTENT PAGE LAYOUT ********* */

#midcontentblack {
	background:#000;
	height:320px;
	margin-top:-160px;
	position: absolute;
	top:50%;
	width:100%;
	-moz-opacity:.80; 
	filter:alpha(opacity=80);
	opacity:.80;
}

#midcontentcontainer {
	/*background-color:#fff; --- FOR REFERENCE TO GAGUE POSITIONING ----*/
	color:#ffe9b0;
	height:320px;
	/*left:50%;
	margin-left:-446px;
	width:893px; ---- IF YOU WANT THE SCROLL BAR NOT AT THE EDGE OF THE BROWSER UN-COMMENT THESE AND REMOVE 100% WIDTH BELOW ----*/
	margin-top:-160px;
	overflow:auto;
	position: absolute;
	top:50%;
	width:100%;
}

#midcontentposition {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-top:70px;
}

.midcolleft {
	position:relative;
	width:210px;
	height:240px;
	/*background:#ccc;*/
	float:left;
	text-align:left;
	padding-right:15px;
}

#midcolright {
	position:relative;
	width:225px;
	height:240px;
	/*background:#999;*/
	float:right;
	text-align:left;
}

#midheader {
	border-bottom:#564527 solid 1px;
	position: absolute;
	width:900px;
	margin-bottom:20px;
	margin-top:10px;
	left:50%;
	margin-left:-450px;
	/*background-color:#00FF99;*/
	text-align:left;
	padding-bottom:5px;
}

/* ********* QUICKBOOK PROPERTIES ********* */

#quickbook {
	width: 482px;
	height: 42px;
	position: absolute;
	left: 4px;
	top: 11px;
}

#quickbookform {
	display: block;
	position: absolute;
	left: 0px;
}
#page #quickbookform tr td {
	vertical-align: middle;
	text-align: right;
}
#quickbookform * {
	font-size: 10px;
	color: #000;
}
#quickbookform select, #quickbookform img {
	display: block;
	border: 1px solid rgb(210,158,64);
	background-color: #fff;
}
#quickbookform #ci_ym {
	width: 84px;
	height: 19px;
}
#quickbookform #nights, #quickbookform #ci_day {
	width: 40px;
	height: 19px;
}
#quickbookform #rateslink, #quickbookform #rateslink:visited {
	text-decoration: none;
	color: rgb(72,226,255);
	font-size: 11px;
	margin-right: 10px;
	margin-bottom: 2px;
}
#quickbookform #rateslink:hover {
	color: rgb(72,226,255);
}
#quickbooktxt {
	color:#333333;
	font-size:10px;
}
#bestrateguarantee {
	position: absolute;
	left: 360px;
	top: 10px;
}

/* ********* FOOTER DIVS PROPERTIES ********* */

#widthcontainerbottom {
	margin: 0 auto;
	position: relative;
	display: block;
	width: 100%;
}

#contentslidecontainer { /* THIS IS FOR THE MIDDLE SECTION WITH THE CONTENT */
	z-index:15000;
	overflow: hidden;
	position: fixed;
	_position: absolute;/*----- IE6 HACK ----*/
	bottom: 99px;
	_bottom: 14px;/*----- IE6 HACK was 30px----*/
	width: 100%;
	height: 347px;/*----- was 347px----*/
	/*border: solid #00FF66; -- BORDER TO GAGUE DIV POSITION -- */
}

#specialoffers {
	width: 482px;
	height: 42px;
	position: absolute;
	right: 20px;
	top: 2px;
	background-color:#000;
}

#mainnav {
	height:17px;
	left:-487px;
	margin-left:50%;
	position:absolute;
	top:50px;
	width:974px;
}
#golfmainnav{display:none;}

#address {
	font-size:11px;
	color:#7b7b7b;
	height: 12px;
	position: absolute;
	right: 10px;
	top: 80px;
}

#address a, #address a:visited {
	text-decoration: none;
	color: #7b7b7b;
}

#address a:hover {
	color: #fff;
}

#avviolink {
	font-family:Arial, Helvetica, sans-serif;
	position: relative;
	top: 82px;
	left:10px;
	text-align: left;
	font-size: 9px;
	color: #ffefc3;
}

#avviolink a, #avviolink a:visited {
	text-decoration: none;
	color: #88776e;
}

#avviolink a:hover {
	color: #fff;
}

.avviolinkbreaker {
	color: #856127;
	padding: 0px 2px;
}


/* ********* CONTENT SLIDER PROPERTIES ********* */

#sliderWrap2 {
margin: 22px 0px 0px 0px;
width: 100%;
*margin: 22px 0px 0px 0px;/*----- IE HACK was all 0px ----*/
}
#slider2 {
position: relative;
background-color:#000;
width: 100%;
height: 325px;
/*margin-top: 347px;*/
*margin-top: 326px;/*----- IE HACK ----*/
-moz-opacity:.80;
filter:alpha(opacity=80);
opacity:.80;
}
#slider2 img {
border: 0;
}
#sliderContentLinks {
position: absolute;
width:200px;
height:250px;
/**position: relative;----- IE HACK ----*/
/**margin: 30px 0px 0px 5%;----- IE HACK ----*/
color:#fff5e1;
float:left;
}
#sliderContent2 {
margin: 40px 0 0 30px;/*25px 0px 0px 20px;*/
width:95%; /*448px;*/
height:290px;
position: absolute;
*position: relative;/*----- IE HACK ----*/
*margin: 30px 17px 0px 30px;/*----- IE HACK ----*/
text-align:justify;
color:#fff;
}
#SliderContentLeft {
position:relative;
float:left;
width:20%;

}
#SliderContentLeft a{
	text-decoration:none;
	color:#fff;
}
#SliderContentLeft a:visited{
	text-decoration:none;
	color:#fff;
}
#SliderContentLeft a:hover{
	text-decoration:none;
	color:#ffc255;
}
#SliderContentRight {
position:relative;
float: right;
width:80%;
}
#SliderContentRight a{
	color:#fff;
}
#SliderContentRight a:hover{
 	color:#ffc255;
	text-decoration:none;
}

.SubNavLine{
margin: 5px 0px 5px 0px;
*margin: 5px 0px -5px 0px;
width:90%;
border-top:solid 1px #856127;
}
#openCloseWrap2 {
	position:absolute;
	margin-left:50%;
	margin-top: 3px;/*----- was -22px ----*/
	left:-57px;
	margin-left:50%;
	/**margin-left:33%;----- IE HACK ----*/
	*margin-top:-317px;/*----- IE HACK was 337px----*/
	/**margin: -337px 50% 0px 0px;----- IE HACK ----*/
	font-size:12px;
	font-weight:bold;
}

/* ********* CONTENT PROPERTIES ********* */

h1{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	margin:0px 0px 15px 0px;
	color:#fff0c7;
}

.telno {
	color:#fff;
}

.addresscolour {
	color:#d5b882;
}


/*a:hover {
	color: #fe2fd4;
	text-decoration: none;
}*/

/*START MAIN NAV CSS*/
/*
	--------------------
	css sprites2
	nav style, with style for scripted elements

	http://www.alistapart.com/articles/sprites2
	--------------------
*/

.nav {
	width: 974px;
	height: 27px;
	background: url(../imgs/main-nav.gif) no-repeat;
	position: absolute;
	/*bottom:-12px;
	right:0px;*/
	margin:0px;
	padding:0px;
}
.nav li {
	display: inline;
}
.nav li a:link, .nav li a:visited {
	position: absolute;
	top: 0;
	height: 27px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
}

/*------ HOME PROPERTIES ------*/
	.nav .home a:link, .nav .home a:visited {
		left: 0px;
		width: 83px;
	}
	.nav .home a:hover, .nav .home a:focus {
		background: url(../imgs/main-nav.gif) no-repeat -0px -27px;
	}
	.nav .home a:active {
		background: url(../imgs/main-nav.gif) no-repeat -0px -27px;
	}
	.current-home .home a:link, .current-home .home a:visited {
		background: url(../imgs/main-nav.gif) no-repeat -0px -138px;
		cursor: default;
	}
	.nav-home, .nav-home-click {
		position: absolute;
		top: 0;
		left: 0px;
		width: 83px;
		height: 27px;
		background: url(../imgs/main-nav.gif) no-repeat -0px -27px;
	}
	.nav-home-click {
		background: url(../imgs/main-nav.gif) no-repeat -0px -81px;
	}


/*------ TOUR PROPERTIES ------*/
	.nav .tour a:link, .nav .tour a:visited {
		left: 83px;
		width: 55px;
	}
	.nav .tour a:hover, .nav .tour a:focus {
		background: url(../imgs/main-nav.gif) no-repeat -83px -27px;
	}
	.nav .tour a:active {
		background: url(../imgs/main-nav.gif) no-repeat -83px -81px;
	}
	.current-tour .tour a:link, .current-tour .tour a:visited {
		background: url(../imgs/main-nav.gif) no-repeat -83px -138px;
		cursor: default;
	}
	.nav-tour, .nav-tour-click {
		position: absolute;
		top: 0;
		left: 83px;
		width: 55px;
		height: 27px;
		background: url(../imgs/main-nav.gif) no-repeat -83px -27px;
	}
	.nav-tour-click {
		background: url(../imgs/main-nav.gif) no-repeat -83px -81px;
	}


/*------ ACCOMMODATION PROPERTIES ------*/
	.nav .accommodation a:link, .nav .accommodation a:visited {
		left: 137px;
		width: 124px;
	}
	.nav .accommodation a:hover, .nav .accommodation a:focus {
		background: url(../imgs/main-nav.gif) no-repeat -137px -27px;
	}
	.nav .accommodation a:active {
		background: url(../imgs/main-nav.gif) no-repeat -137px -81px;
	}
	.current-accommodation .accommodation a:link, .current-accommodation .accommodation a:visited {
		background: url(../imgs/main-nav.gif) no-repeat -137px -138px;
		cursor: default;
	}
	.nav-accommodation, .nav-accommodation-click {
		position: absolute;
		top: 0;
		left: 137px;
		width: 124px;
		height: 27px;
		background: url(../imgs/main-nav.gif) no-repeat -137px -27px;
	}
	.nav-accommodation-click {
		background: url(../imgs/main-nav.gif) no-repeat -137px -81px;
	}


/*------ ACTIVITIES PROPERTIES ------*/
	.nav .activities a:link, .nav .activities a:visited {
		left: 260px;
		width: 90px;
	}
	.nav .activities a:hover, .nav .activities a:focus {
		background: url(../imgs/main-nav.gif) no-repeat -260px -27px;
	}
	.nav .activities a:active {
		background: url(../imgs/main-nav.gif) no-repeat -260px -81px;
	}
	.current-activities .activities a:link, .current-activities .activities a:visited {
		background: url(../imgs/main-nav.gif) no-repeat -260px -138px;
		cursor: default;
	}
	.nav-activities, .nav-activities-click {
		position: absolute;
		top: 0;
		left: 260px;
		width: 90px;
		height: 27px;
		background: url(../imgs/main-nav.gif) no-repeat -260px -27px;
	}
	.nav-activities-click {
		background: url(../imgs/main-nav.gif) no-repeat -260px -81px;
	}
	
	
/*------ DINING PROPERTIES ------*/
	.nav .dining a:link, .nav .dining a:visited {
	left: 347px;
	width: 69px; 
	}
	.nav .dining a:hover, .nav .dining a:focus {
		background: url(../imgs/main-nav.gif) no-repeat -347px -27px;
	}
	.nav .dining a:active {
		background: url(../imgs/main-nav.gif) no-repeat -347px -81px;
	}
	.current-dining .dining a:link, .current-dining .dining a:visited {
		background: url(../imgs/main-nav.gif) no-repeat -347px -138px;
		cursor: default;
	}
	.nav-dining, .nav-dining-click {
		position: absolute;
		top: 0;
		left: 347px;
	    width: 69px; 
		height: 27px;
		background: url(../imgs/main-nav.gif) no-repeat -347px -27px;
	}
	.nav-dining-click {
		background: url(../imgs/main-nav.gif) no-repeat -347px -81px;
	}
	
	
/*------ GOLF PROPERTIES ------*/
	.nav .golf a:link, .nav .golf a:visited {
	left: 415px;
	width: 51px; 
	}
	.nav .golf a:hover, .nav .golf a:focus {
		background: url(../imgs/main-nav.gif) no-repeat -415px -27px;
	}
	.nav .golf a:active {
		background: url(../imgs/main-nav.gif) no-repeat -415px -81px;
	}
	.current-golf .golf a:link, .current-golf .golf a:visited {
		background: url(../imgs/main-nav.gif) no-repeat -415px -138px;
		cursor: default;
	}
	.nav-golf, .nav-golf-click {
		position: absolute;
		top: 0;
		left: 415px;
		width: 51px;
		height: 27px;
		background: url(../imgs/main-nav.gif) no-repeat -415px -27px;
	}
	.nav-golf-click {
		background: url(../imgs/main-nav.gif) no-repeat -415px -81px;
	}
	

	
/*------ SPA PROPERTIES ------*/
	.nav .spa a:link, .nav .spa a:visited {
	left: 465px;
	width: 38px; 
	}
	.nav .spa a:hover, .nav .spa a:focus {
		background: url(../imgs/main-nav.gif) no-repeat -465px -27px;
	}
	.nav .spa a:active {
		background: url(../imgs/main-nav.gif) no-repeat -465px -81px;
	}
	.current-spa .spa a:link, .current-spa .spa a:visited {
		background: url(../imgs/main-nav.gif) no-repeat -465px -138px;
		cursor: default;
	}
	.nav-spa, .nav-spa-click {
		position: absolute;
		top: 0;
		left: 465px;
	    width: 38px; 
		height: 27px;
		background: url(../imgs/main-nav.gif) no-repeat -465px -27px;
	}
	.nav-spa-click {
		background: url(../imgs/main-nav.gif) no-repeat -465px -81px;
	}
	
	
	
/*------ CONFERENCE PROPERTIES ------*/
	.nav .conference a:link, .nav .conference a:visited {
	left: 502px;
	width: 104px; 
	}
	.nav .conference a:hover, .nav .conference a:focus {
		background: url(../imgs/main-nav.gif) no-repeat -502px -27px;
	}
	.nav .conference a:active {
		background: url(../imgs/main-nav.gif) no-repeat -502px -81px;
	}
	.current-conference .conference a:link, .current-conference .conference a:visited {
		background: url(../imgs/main-nav.gif) no-repeat -502px -138px;
		cursor: default;
	}
	.nav-conference, .nav-conference-click {
		position: absolute;
		top: 0;
		left: 502px;
	    width: 104px; 
		height: 27px;
		background: url(../imgs/main-nav.gif) no-repeat -502px -27px;
	}
	.nav-conference-click {
		background: url(../imgs/main-nav.gif) no-repeat -502px -81px;
	}
	
	
	
/*------ WEDDINGS PROPERTIES ------*/	
	.nav .weddings a:link, .nav .weddings a:visited {
	left: 605px;
	width: 91px; 
	}
	.nav .weddings a:hover, .nav .weddings a:focus {
		background: url(../imgs/main-nav.gif) no-repeat -605px -27px;
	}
	.nav .weddings a:active {
		background: url(../imgs/main-nav.gif) no-repeat -605px -81px;
	}
	.current-weddings .weddings a:link, .current-weddings .weddings a:visited {
		background: url(../imgs/main-nav.gif) no-repeat -605px -138px;
		cursor: default;
	}
	.nav-weddings, .nav-weddings-click {
		position: absolute;
		top: 0;
		left: 605px;
	    width: 91px; 
		height: 27px;
		background: url(../imgs/main-nav.gif) no-repeat -605px -27px;
	}
	.nav-weddings-click {
		background: url(../imgs/main-nav.gif) no-repeat -605px -81px;
	}
	
	
	
/*------ LOCATION PROPERTIES ------*/
	.nav .location a:link, .nav .location a:visited {
	left: 695px;
	width: 85px; 
	}
	.nav .location a:hover, .nav .location a:focus {
		background: url(../imgs/main-nav.gif) no-repeat -695px -27px;
	}
	.nav .location a:active {
		background: url(../imgs/main-nav.gif) no-repeat -695px -81px;
	}
	.current-location .location a:link, .current-location .location a:visited {
		background: url(../imgs/main-nav.gif) no-repeat -695px -138px;
		cursor: default;
	}
	.nav-location, .nav-location-click {
		position: absolute;
		top: 0;
		left: 695px;
	    width: 85px; 
		height: 27px;
		background: url(../imgs/main-nav.gif) no-repeat -695px -27px;
	}
	.nav-location-click {
		background: url(../imgs/main-nav.gif) no-repeat -695px -81px;
	}
	
	
	
/*------ COLLECTION PROPERTIES ------*/
	.nav .collection a:link, .nav .collection a:visited {
	left: 779px;
	width: 196px; 
	}
	.nav .collection a:hover, .nav .collection a:focus {
		background: url(../imgs/main-nav.gif) no-repeat -779px -27px;
	}
	.nav .collection a:active {
		background: url(../imgs/main-nav.gif) no-repeat -779px -81px;
	}
	.current-collection .collection a:link, .current-collection .collection a:visited {
		background: url(../imgs/main-nav.gif) no-repeat -7791px -138px;
		cursor: default;
	}
	.nav-collection, .nav-collection-click {
		position: absolute;
		top: 0;
		left: 779px;
	    width: 196px; 
		height: 27px;
		background: url(../imgs/main-nav.gif) no-repeat -779px -27px;
	}
	.nav-collection-click {
		background: url(../imgs/main-nav.gif) no-repeat -779px -81px;
	}
/*END MAIN NAV CSS*/


.listcolumn{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	width: 200px;
}
		#popupcontent{
    z-index:100000;  
	margin:238px 0px 0px -180px;
	*margin:255px 0px 0px -50px;
	border:0px;
	padding:0px;
	background-image:url(../images/dylan-pop-bk.gif);
	background-repeat:no-repeat;
	position: absolute;
	overflow: hidden;	
	background-position:top;
	background-repeat:no-repeat;
	height:419px;
	left: 100px;
}