@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #e1b725;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #930;
	background-image:url(bigbg5.png);
	background-repeat:repeat-x;
	margin-bottom: 40px;

	
	
}

#logoLink{
background-color: transparent;
padding: 5px;
	
}
h3{
	font-variant: small-caps;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
}

ul{
	font-variant: normal;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #CCC;
}
li{
	font-variant: normal;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}

ul a
{ font-family: Arial, Helvetica, sans-serif;
color: #eeeeee;
}
ul a:hover
{color: #222222;
	background: #ffffff;
	text-decoration:none;}
	
.twoColFixRt #parentContainer { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-left: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
	margin-top: 90px;
}
.twoColFixRt #container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRt #container2 { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRt #container3 { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRt #containerTop { 
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #eeeeee;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
background:url(main-background.gif);
background-repeat:repeat-x;
}
.twoColFixRt #containerMiddle { 
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
background:url(footernavback.png);
background-repeat:no-repeat;
}
.twoColFixRt #containerFooter { 
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
background:url(footr.jpg);
background-repeat:no-repeat;
margin-bottom: 0px;
padding: 0px;
}

#header
{
	background: transparent; 
	 /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	
	
	margin: 0 0px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px;
	padding-top: 10px;
}
	 
#headerRight{
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px;
	
	margin-top: 0px;
	margin-right: 0px;
	
}
#spacer{
	background-color: transparent;
	height: 5px;
}
#spacer2{
	background-color: transparent;
	height: 30px;
}
#headline
{
	background: transparent;
	
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#images
{
	
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: 10px solid #ffffff;
	
}

#tabsRight
{
	float: right; /* since this element is floated, a width must be given */
	width: 420px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px;
	
	margin-top: 0px;
	margin-right: 0px;
	}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
.twoColFixRt #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

pre {text-indent: 30px}

	#tabmenu {
		color: #000;
		
		margin: 12px 0px 0px 0px;
		padding: 0px;
		z-index: 1;
		padding-left: 10px }

	#tabmenu li {
		display: inline;
		overflow: hidden;
		list-style-type: none; }

	#tabmenu a, a.active {
		color: #DEDECF;
		background: #898B5E;
		font: 1em verdana;
		font-variant:small-caps;
		
		padding: 2px 5px 0px 5px;
		margin: 0;
		
		text-decoration: none; }

	#tabmenu a.active {
		background: #ABAD85;
		font-variant:small-caps;
		border-bottom: 3px solid #ABAD85; }

	#tabmenu a:hover {
		color: #fff;
		background: #ADC09F; }

	#tabmenu a:visited {
		color: #E8E9BE; }

	#tabmenu a.active:hover {
		background: #ABAD85;
		color: #DEDECF; }

	#content {font: 0.9em/1.3em verdana;
		text-align: justify;
		background: #ABAD85;
		padding: 20px;
		height: 240px;
		
		border-top: none;
		z-index: 2;	
		
		width: 380px;}

	#content a {
		text-decoration: none;
		color: #E8E9BE; }

	#content a:hover { background: #898B5E; }


 #footer { 
	padding: 0 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:transparent; 
	
	margin-top: 0px;
	min-height: 30px;
	padding-left: 10px;
	border-top: 10px solid #ffffff;
	background-color:#000;
	min-height: 100px;
	padding-top: 5px;
	
	
	
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 1px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFF;
	font-variant: small-caps;
}

 #footer h2 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#bcaa80;
	font-weight: bold;
	
}
 #footer h2 a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#bcaa80;
	font-weight: bold; text-decoration: none;
	
}
 #footer h2 a:hover{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#ffffff;
	font-weight: bold;
	background-color:#bcaa80;
	padding: 1px;
	text-decoration: none;
	
}

 #footer p a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 1px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#bcaa80;
	text-decoration: none;
	font-variant: small-caps;
}
 #footer p a:hover {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 1px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	text-decoration: none;
	background-color:#cccccc;
}

#footer1
{
	padding-top: 0px;
	width: 250px;
	float: left;
	
}

#footer2
{ 
	width: 100px;
	float: left;
	border-left: 1px solid #bcaa80;
	padding-left: 7px;
	min-height: 180px;
}
#footer3
{padding-left: 7px;
	width: 120px;
	float: left;border-left: 1px solid #bcaa80;min-height: 180px;
}
#footer4
{padding-left: 7px;border-left: 1px solid #bcaa80;min-height: 180px;
	width: 100px;
	float: left;
}
#footer5
{padding-left: 7px;border-left: 1px solid #bcaa80;
	width: 100px;
	float: left;min-height: 180px;
}
#footer6
{padding-left: 7px;border-left: 1px solid #bcaa80;
	width: 100px;
	float: left;min-height: 180px;
}
#footer7
{padding-left: 7px;border-left: 1px solid #bcaa80;
	width: 120px;
	float: left;min-height: 180px;
}


#footerLast
	{
		padding: 0 10px; 
        background:transparent;
		background-image:url(footer.png);
		background-position: top left;
		background-repeat:repeat-x;
        bottom:0px; 
        right:0px; 
        left:0px; 
        position:fixed; 
		min-height: 40px;	
		
	
	}
	
	#footerLast img{
		padding-top: 10px;
	}
	#slideshow
{
	
	margin: 0 425px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

	 /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	
	
	padding-right: 0px;
	
	
}

#infoArea
{
	float: right; /* since this element is floated, a width must be given */
	width: 470px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #2e292a; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px;
	padding-top: 0px;
	margin-top: 0px;
	min-height: 296px;

	


	
	} 
	
	#infoArea p{
		padding-left: 10px;
			font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	}
	#infoArea h2{
	font-family: Arial, Helvetica, sans-serif;
	border-left: 10px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	font-size: 14px;
}
	#infoAreaContent h2{
	font-family: "Arial Narrow", Arial, sans-serif;
	letter-spacing: 1px;

	font-size: 18px;
	color:#ffffff;
	padding-bottom: 2px;
	

	margin-right: 10px;
	margin-left: 5px;
}
	#infoArea h1{
		
			font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 27px;
	color: #ffffff;
	border-bottom: 1px solid #cccccc;
	margin-right: 25px;
	margin-left: 10px;
	
	
	}
	#infoAreaContent h1{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 27px;
	color: #ffffff;
	border-bottom: 1px solid #cccccc;
	margin-right: 25px;
	margin-left: 10px;
	text-align: center;	
	}
	#infoAreaContent
{
	/* since this element is floated, a width must be given */
	 /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #2e292a; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px;
	margin: 0;
	padding-left: 5px;
	min-height: 296px;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	
	} 
	
	#infoAreaContent p{
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	padding-right: 10px;
	text-align: center;
	}
	#infoAreaContent img.photo {
		
	padding: 5px;
	margin-right: 10px;
	}
		#infoAreaContent p a{
		
			font-family: Arial, Helvetica, sans-serif;
	
	color: #eeeeee;
	}
		#infoAreaContent p a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
	background: #ffffff;
	text-decoration:none;
	font-weight: bold;
	font-size: 18px;
	}
	#subLinks
	{
	background-color:#ffffff;
	padding-top: 5px;
	padding-bottom: 0px;
	text-align: center;	
		
		
	}
	#subLinks p
	{ 
		
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #ffffff;
	display: inline;
		margin-left: 0px;
		padding-left: 0px;
		padding-right: 10px;
		display: inline;
	}
	#subLinks p a 
	{
		background-color:#2e292a;
	
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #ffffff; padding: 5px;
		padding-top: 8px;
		text-decoration:none;
		font-variant: small-caps;
		display: inline;
		
	}
#subLinks p.golf,
#subLinks p.course,
#subLinks p.hole,
#subLinks p.range,
#subLinks p.golfcalendar,
#subLinks p.proshop,
#subLinks p.outings,
#subLinks p.leagues,
#subLinks p.jrgolf,
#subLinks p.scorecard,
#subLinks p.dine,
#subLinks p.copper,
#subLinks p.membergrille,
#subLinks p.poolside,
#subLinks p.recreation,
#subLinks p.pool,
#subLinks p.tennis,
#subLinks p.youth,
#subLinks p.social,
#subLinks p.events,
#subLinks p.difference,
#subLinks p.weddings,
#subLinks p.parties,
#subLinks p.meetings,
#subLinks p.golfoutings


{display: none
}

/* FOR TWO COL STANDARD LAYOUT */
#leftContent
{
	width: 450px;
	float: left;
	padding-top: 10px;
}
#rightContent
{
	width: 450px;
	float: right;
	padding-top: 10px;
	margin-right: 5px;
	
}
#rightContent img 
{
	border: 10px solid white;
	margin-bottom: 10px;
	
}
#leftContent h2
{
	
	color: #ffffff;
	border-bottom: 1px dashed #F3DC94;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px;
	letter-spacing: .5px;
	
}
#rightContent h2
{
	
	color: #ffffff;
	border-bottom: 1px dashed #F3DC94;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px;
	letter-spacing:.5px;
	
	
	
}
.ggg {
	font-style: italic;
}

