/* ********* 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: #113e14;
	background-image:url(../imgs/main-bg.jpg);
	/*background-repeat:no-repeat;*/
	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/golf-footer-bg.jpg);
}

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

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

#golflogo {
   margin-left:auto;
   margin-right:auto;
   width: 104px;
   height: 128px;
}
#mainlogo{display:none;}

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

#golfcornerflash {
	position:absolute;
	left:10px;
	top:0px;
}

/*#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;
}

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

#address {
	font-size:9px;
	color:#7f7f7f;
	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: #7f7f7f;
}

#avviolink a, #avviolink a:visited {
	text-decoration: none;
	color: #7f7f7f;
}

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

.avviolinkbreaker {
	color: #007a21;
	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;
}

/*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: 900px;
	height: 27px;
	background: url(../imgs/main-nav-golf.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;
}

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


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


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


/*------ ACADEMY PROPERTIES ------*/
	.nav .academy a:link, .nav .academy a:visited {
		left: 297px;
		width: 82px;
	}
	.nav .academy a:hover, .nav .academy a:focus {
		background: url(../imgs/main-nav-golf.gif) no-repeat -297px -27px;
	}
	.nav .academy a:active {
		background: url(../imgs/main-nav-golf.gif) no-repeat -297px -81px;
	}
	.current-academy .academy a:link, .current-academy .academy a:visited {
		background: url(../imgs/main-nav-golf.gif) no-repeat -297px -138px;
		cursor: default;
	}
	.nav-academy, .nav-academy-click {
		position: absolute;
		top: 0;
		left: 297px;
		width: 82px;
		height: 27px;
		background: url(../imgs/main-nav-golf.gif) no-repeat -297px -27px;
	}
	.nav-academy-click {
		background: url(../imgs/main-nav-golf.gif) no-repeat -297px -81px;
	}
	
	
/*------ SOCIETY DAYS PROPERTIES ------*/
	.nav .societydays a:link, .nav .societydays a:visited {
	left: 379px;
	width: 109px; 
	}
	.nav .societydays a:hover, .nav .societydays a:focus {
		background: url(../imgs/main-nav-golf.gif) no-repeat -379px -27px;
	}
	.nav .societydays a:active {
		background: url(../imgs/main-nav-golf.gif) no-repeat -379px -81px;
	}
	.current-societydays .societydays a:link, .current-societydays .societydays a:visited {
		background: url(../imgs/main-nav-golf.gif) no-repeat -379px -138px;
		cursor: default;
	}
	.nav-societydays, .nav-societydays-click {
		position: absolute;
		top: 0;
		left: 379px;
	    width: 109px; 
		height: 27px;
		background: url(../imgs/main-nav-golf.gif) no-repeat -379px -27px;
	}
	.nav-societydays-click {
		background: url(../imgs/main-nav-golf.gif) no-repeat -379px -81px;
	}
	
	
/*------ FOOD AND DRINK PROPERTIES ------*/
	.nav .fooddrink a:link, .nav .fooddrink a:visited {
	left: 488px;
	width: 119px; 
	}
	.nav .fooddrink a:hover, .nav .fooddrink a:focus {
		background: url(../imgs/main-nav-golf.gif) no-repeat -488px -27px;
	}
	.nav .fooddrink a:active {
		background: url(../imgs/main-nav-golf.gif) no-repeat -488px -81px;
	}
	.current-fooddrink .fooddrink a:link, .current-fooddrink .fooddrink a:visited {
		background: url(../imgs/main-nav-golf.gif) no-repeat -488px -138px;
		cursor: default;
	}
	.nav-fooddrink, .nav-fooddrink-click {
		position: absolute;
		top: 0;
		left: 488px;
		width: 119px;
		height: 27px;
		background: url(../imgs/main-nav-golf.gif) no-repeat -488px -27px;
	}
	.nav-fooddrink-click {
		background: url(../imgs/main-nav-golf.gif) no-repeat -488px -81px;
	}
	

	
/*------ MEMBERSHIP PROPERTIES ------*/
	.nav .membership a:link, .nav .membership a:visited {
	left: 607px;
	width: 103px; 
	}
	.nav .membership a:hover, .nav .membership a:focus {
		background: url(../imgs/main-nav-golf.gif) no-repeat -607px -27px;
	}
	.nav .membership a:active {
		background: url(../imgs/main-nav-golf.gif) no-repeat -607px -81px;
	}
	.current-membership .membership a:link, .current-membership .membership a:visited {
		background: url(../imgs/main-nav-golf.gif) no-repeat -607px -138px;
		cursor: default;
	}
	.nav-membership, .nav-membership-click {
		position: absolute;
		top: 0;
		left: 607px;
	    width: 103px; 
		height: 27px;
		background: url(../imgs/main-nav-golf.gif) no-repeat -607px -27px;
	}
	.nav-membership-click {
		background: url(../imgs/main-nav-golf.gif) no-repeat -607px -81px;
	}
	
	
	
/*------ PRO SHOP PROPERTIES ------*/
	.nav .proshop a:link, .nav .proshop a:visited {
	left: 710px;
	width: 83px; 
	}
	.nav .proshop a:hover, .nav .proshop a:focus {
		background: url(../imgs/main-nav-golf.gif) no-repeat -710px -27px;
	}
	.nav .proshop a:active {
		background: url(../imgs/main-nav-golf.gif) no-repeat -710px -81px;
	}
	.current-proshop .proshop a:link, .current-proshop .proshop a:visited {
		background: url(../imgs/main-nav-golf.gif) no-repeat -710px -138px;
		cursor: default;
	}
	.nav-proshop, .nav-proshop-click {
		position: absolute;
		top: 0;
		left: 710px;
	    width: 83px; 
		height: 27px;
		background: url(../imgs/main-nav-golf.gif) no-repeat -710px -27px;
	}
	.nav-proshop-click {
		background: url(../imgs/main-nav-golf.gif) no-repeat -710px -81px;
	}
	
	
	
/*------ CLUB NEWS PROPERTIES ------*/	
	.nav .clubnews a:link, .nav .clubnews a:visited {
	left: 793px;
	width: 107px; 
	}
	.nav .clubnews a:hover, .nav .clubnews a:focus {
		background: url(../imgs/main-nav-golf.gif) no-repeat -793px -27px;
	}
	.nav .clubnews a:active {
		background: url(../imgs/main-nav-golf.gif) no-repeat -793px -81px;
	}
	.current-clubnews .clubnews a:link, .current-clubnews .clubnews a:visited {
		background: url(../imgs/main-nav-golf.gif) no-repeat -793px -138px;
		cursor: default;
	}
	.nav-clubnews, .nav-clubnews-click {
		position: absolute;
		top: 0;
		left: 793px;
	    width: 107px; 
		height: 27px;
		background: url(../imgs/main-nav-golf.gif) no-repeat -793px -27px;
	}
	.nav-clubnews-click {
		background: url(../imgs/main-nav-golf.gif) no-repeat -7939px -81px;
	}
/*END MAIN NAV CSS*/
.listColumn{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	width: 200px;
}