* {
	padding: 0; 
	margin: 0; 
	text-decoration:none;
	border: 0;
}

/* TRY THIS - 3/23 - TO FIX IE ISSUES WITH SCROLLBAR */
/* Only IE (all versions) sees the *html */
*html	{
	overflow-y: hidden;	/* gets rid of the IE7 double scrollbars */
	o\verflow-y: auto; /* Only IE 6 sees this - adds vertical scrollbar back */
	ma\rgin-right:1em; /* Only IE 6 sees this - makes room for scrollbar? */
}


table	{
	border-collapse: collapse;
}


h1, h2, h3, h4, h5, h6, p, blockquote,
 ul, ol, dl, fieldset, label, address {
	margin-bottom: 0;	/* 10/8: change from 1em; cuz IE picking up these defaults for various controls */
	overflow: hidden;
}

ul {
  padding-left: 0; /* 10/8: change from 1em; cuz IE picking up these defaults for various controls */
  margin-left: 0;
}

/* pushes the page to the full capacity of the viewing area, with body height: 100%*/
html	{
	height: 100%;
	}
	

a{
	font-family: Arial, Helvetica, Verdana, Tahoma;
	text-decoration: underline;
	color: #3366ff;
}

a:visited{
	color: #a08246;
}

a:hover{
}

h1{
	font-family: Arial, Helvetica, Verdana, Tahoma;
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #F2F2F2;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}

h2{
	font-family: Arial, Helvetica, Verdana, Tahoma;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: 333333;
}

h3{
	font-family: Arial, Helvetica, Verdana, Tahoma;
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666;
	text-align: center;
}

h4{
	font-family:Arial, Helvetica, Verdana, Tahoma;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0088B2;
	text-align: center;
}
h5{
	font-family:Arial, Helvetica, Verdana, Tahoma;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0085B2;
	text-align: left;
}

body{
	font: 100% Arial, Helvetica, Verdana, Tahoma;
	color: #333333;
	margin: 0;
	padding: 0;
	text-align: center;	/* for IE content centering */
	background:#006ba6 url(../images/background_repeat.gif) repeat-x;
}

sup {
	font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}

sub {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: -0.25em;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#siteContainer {
	background: url(../images/background_bar.gif) no-repeat center top;
	width: 100%;
	display: table;
	text-align: left;
}

/* can't do this for all * html because of dumb IE6 - won't scroll site if page gets long */
#siteContainer	div	{
	overflow: hidden;
}

#allContainer	{
	margin: 0 auto;
	width: 1303px;
	min-width: 1303px;
}


/* -----------------------------------------------
  BANNER
----------------------------------------------- */
#siteHeader {
	height: 192px;
	width: 1303px;
	text-align: left;
/*	min-width: 950px;	* can only do this (scroll-size to content width) if header = same width or no active content in header */
	}

/* ----------------------------------------------------------------------------------
	CONTENT HEADER - ALL THINGS 950px wide (base width before scrolling)
----------------------------------------------------------------------------------- */

#contentContainer	{
	padding: 0;
	margin: 0;
	position: relative;
	left: 118px;
	width: 950px;
/* Do below if we have header same width as content - to just keep scrollbars off until content width 
	margin: 0 auto;
	width: 950px;
	text-align: left;
*/}

/* -----------------------------------------------
  TOP NAVIGATION
----------------------------------------------- */
/* 3/3/2010 - DONOTUSE
Removed because flyout menu positioning requires that topNav & Flyout menu be 2 rows of same table

#siteNavigation	{
	position:relative;
	left: 2px; 
	width: 950px;
	height: 49px;
}

#siteNavigation td	{
	vertical-align: top;
}
*/

/* -----------------------------------------------
  CONTENT
----------------------------------------------- */

#mainContent {
	background: url(../images/shadowbar.gif) no-repeat scroll 0 0 #FFFFFF;
	width: 100%;
}

#innerContent	{
	margin: 0;
	padding: 10px;
	background-color: transparent;
	}

/* -----------------------------------------------
  FOOTER
----------------------------------------------- */

#siteFooter {
	background-color: #00234B; /*green;*/
	width: 100%;
	height: 60px;
	clear: both;
	text-align: right;
	color: #ffffff;
	border: 0;
	border-top: 5px #0088B2 solid;
}
		
#siteFooter ul {
  margin: 0;
  padding: 0;
  padding-top: 10px;
}

#siteFooter li {
  float: right;
  text-align: right;
  margin: 0;
  padding: 0 5px 0 8px;
  display: inline;
  list-style-type: none;
  border-right: solid 1px #ffffff;
  font-size: 80%;
}

#siteFooter li.last {
  border: 0;
}

#siteFooter li.copyright	{
  border: 0;
  float: left;
  text-align: left;
  font-size: 11px;
  line-height: 1.2em;
}

#siteFooter a {
  color: #ffffff;
}

#siteFooter a:hover {
  text-decoration: underline;
}


/*---------------------------------------------------------------------------------------------------
*	NAVIGATION MENU STYLE + ROLLOVERS
*-----------------------------------------------------------------------------------------------*/

ul.navMenu {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	padding-left: 2px;
	background: url(../images/navigationbackground_middle.jpg) no-repeat scroll center top transparent;
	width: 950px;
	height: 49px;
}

ul.navMenu li {
	list-style: none outside none;
	background-color: transparent;
	padding: 0;
	margin: 0;
	height: 49px;
}
.navMenu li a, .navMenu li a:visited {
	background-color: transparent;
	display: block;
	text-decoration: none;
	text-indent: -1000px;
	height: 49px;
}

.home {width: 111px; position:relative; left: -1px; }
.home a:hover {
	background-image: url("../images/home_hover.gif");
}

.courses {width: 120px; }
.courses a:hover {
	background-image: url("../images/courses_hover.gif");
}

.ratesheet {width: 134px; }
.ratesheet a:hover {
	background-image: url("../images/ratesheet_hover.gif");
}

.events {width: 100px; }
.events a:hover {
	background-image: url("../images/events_hover.gif");
}

.packages {width: 140px; }
.packages a:hover {
	background-image: url("../images/packages_hover.gif");
}

.news {width: 104px; }
.news a:hover {
	background-image: url("../images/news_hover.gif") ;
}

.subscribe {width: 200px; }
.subscribe a:hover {
	background-image: url("../images/subscribe_hover.gif") ;
}


.navMenu li {
	float: left;
}

.navMenu:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/*--------------------------------------------------------------------------------------------------
*		NEWSLETTER SUBSCRIBE FORM
*-------------------------------------------------------------------------------------------------*/

#d1 {
	Z-INDEX: 100; 
	POSITION: absolute; 
	WIDTH: 300px;  
	TEXT-DECORATION: none; 
	PADDING-TOP: 6px; 
	PADDING-LEFT: 20px;
	float:right; 
}

#d1 td	{
	text-align: center;
	font-size: 12px;
	border: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #00234b;
	color:#ffffff;
}

#d1 a	{
	font-size: 12px;
	text-decoration: underline;
	color: #ffffff;
	}

.formfields {
	 z-index: 1006; 
	 border: #666666 1px solid; 
	 BACKGROUND-COLOR: #ffffff; 
	 FONT-SIZE: 12px; 
	 padding: 1px;
	 margin-top: 2px;
	 color: #555;
}

.flyout_table {
	border; 1px solid;
	z-index: 1004;
}


/*--------------------------------------------------------------------------------------------------
*		TEE TIME CONFIRMATION FLYOUT
*-------------------------------------------------------------------------------------------------*/

input.btn {   
   color:#050;   
   font: bold 84% 'trebuchet ms',helvetica,sans-serif;   
   background-color:#fed;   
   border: 1px solid;   
   border-color: #696 #363 #363 #696;   
   filter:progid:DXImageTransform.Microsoft.Gradient   
   (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');   
}   


/*--------------------------------------------------------------------------------------------------
*		STYLES FOR CFM/DATA PAGES (MERGED FROM PREVIOUS bigsummer.css
*-------------------------------------------------------------------------------------------------*/

.pagebreaker {page-break-before: always;}

.headertext2 {
	font-family: Arial, Helvetica, Verdana, Tahoma;
	font-size: 14px;
	font-weight: bold;
	background-color:#CFE28E;
	color: #000000;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px
}

.bodytext {
	font-family: Arial, Helvetica, Verdana, Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-top:5px;
	padding-bottom: 5px;
	padding-left: 4px;
	padding-right: 4px;
}

.phonetext {
	font-family: Arial, Helvetica, Verdana, Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-bottom: 5px;
	padding-left: 4px;
	padding-right: 4px;
}

.detailtables {
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #026A4E;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #026A4E;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #026A4E;
	letter-spacing: 1px;
}

.detailheadertext1 {
	background-color: #005C8E;
	font-family: Arial, Helvetica, Verdana, Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px
}

.detailheadertext2 {
	background-color: #BDD85D; /*#DCDCDC;*/
	font-family: Arial, Helvetica, Verdana, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px
}

.detailheadertext3 {
	background-color: #BDD85D; /*#DCDCDC;*/
	font-family: Arial, Helvetica, Verdana, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px
}

.detailbodytext {
	font-family: Arial, Helvetica, Verdana, Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}


.ratesheetbodytext {
	font-family: Arial, Helvetica, Verdana, Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-bottom: 5px;
	padding-left: 4px;
	padding-right: 4px;
}

.ratesheetbodytext a{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}

.formsbodytext {
	font-family: Arial, Helvetica, Verdana, Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.table_outer {
	border-bottom-color: Gray;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: Gray;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: Gray;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: Gray;
	border-left-style: solid;
	border-left-width: 1px;
}

.rowcolor1{
	background-color: #D5DCE3
}

.rowcolor2{
	background-color: #FFFFFF
}

.alertpopup {
   display:none;
   position:relative;
   top:1px;
   left:1px;
   width:300px;
   background-color:#EEEEEE;
   font-family: Arial, Helvetica, Verdana, Tahoma;
   font-size:14px;
   border-style:solid;
   border-width:1px;
   padding:5px 5px 5px 5px;
}

/*--------------------------------- EMILY STUFF ------------------------------------------------*/

#policyContent	{
	font-family: Arial, Helvetica, Verdana, Tahoma;
	font-size: 14px;
	padding: 10px;
	margin: 0;
	width: 750px;
}

#policyContent h1	{ 	
	font-size: 28px;
	font-weight: normal;
	text-align: left;
	color: #0088B2;
	padding: 30px 0 20px 0;
	margin: 0;
}

#policyContent	h2	{	
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	padding: 10px 0 5px 0;
	margin: 0;
}

#policyContent h3	{	
	font-size: 14px;
	font-weight: normal;
	color: #0088B2; 
	padding: 20px 0 15px 0;
	margin: 0;
}

#policyContent h4 {	
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	padding: 0;
	padding-bottom: 5px;
}

#policyContent ol	{
	list-style-type: decimal;
	padding-left: 35px;
	padding-right: 200px
}

#policyContent p {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	padding: 0 0 5px 12px;
}

#policyContent div.contactInfo	{
	padding: 0 0 20px 20px;
	}

#policyContent .contactInfo	 h1{
	font-weight: normal;
	color: #000000;
	text-align: left;
	font-size: 14px;
	padding: 0;
	padding-top: 10px;
	}

#policyContent .contactInfo p {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	padding: 0;
	padding-top: 5px;
	padding-left: 10px;
}

/*--------------  HOME PAGE ---------------------------------------*/

#homePage	{
	font-family:Arial, Helvetica, Verdana, Tahoma;
	color: #000000;
	width: 915px;
	margin: 0;
	padding: 0;
	padding-top: 0px;
	}

#homePage h1	{
	text-align: ;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.25;
	margin: 0;
	padding-left: 0px;
	padding-top: 0px;
	color: #FFFFFF;
}

#homePage p	{
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
	margin: 0;
	padding-left: 0px;
	padding-top: 0px;
	color: #FFFFFF;

}

#homePage td	{
	vertical-align: top;
	text-align: right;
}

#welcome {
	height: 165px;
	background-color: #394F9E;
	padding-right: 25px;
}
#welcomegreen {
	height: 241px;
	background-color: #006C32;
	padding-right: 25px;
}


a.facebook {
	display:block;
	float:left;
	margin-left:5px;
	padding-top:12px;
	text-align:left;
	text-decoration:none;
	width:97px;
}
.facebook strong {
	color: #333333;
	text-decoration:underline;
}
#homePage sup {
	font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}

#homePage sub {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: -0.25em;
}
div.container	{
	width: 917px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px 0px 20px 0px 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-color: #ffffff;
	border-bottom:#666 thin;
	overflow: auto;
} 

div.left {
	float: left; /* since this element is floated, a width must be given */
	width:455px;
}
div.leftorder {
	float: left; /* since this element is floated, a width must be given */
	width:423px;
}
div.right {
	float: right; /* since this element is floated, a width must be given */
	width: 462px;
	padding-top: 0px;
}
div.rightorder {
	float: right; /* since this element is floated, a width must be given */
	width: 485px;
	padding-top: 0px;
	position: absolute;
	left: 449px;
	top: 243px;
	height: 507px;
}
div.left.pga {
	background-image:url(images);
	display:block;
	padding-top: 0px;
	margin: 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	position: relative;
	clear:right;
	height: 123px;
}
div.Facebook {
	padding: 0px;
	position: absolute;
	width: 150px;
	font-weight: normal;
	color: #000;
	margin: 0px;
	height: 52px;
	visibility: visible;
	left: 290px;
	top: 62px;
}
#playDates {
	padding-top: 6px;


}
.homePage  #bodycontent {
	text-align:center;
	margin: 20px 0px 20px 0px auto; /* the auto margins (in conjunction with a width) center the page */
	padding-top: 10px;
}
 margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left 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 */
	color: #000;
	font-size: 90%;  
	
.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;
	color: #333;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-left: 0px;
}
.fltlft.image{ /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 25px;
	border-color: #FFF;
	border: 0px;
	
}
.img-shadow {
    background: url("images/dropshadow.png") no-repeat scroll right bottom transparent    !important;
    clear: both;
    float: left;
    margin: 0px 0 0 0px !important;
}
.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;
}	

/*--------------  NEWS PAGE ---------------------------------------*/

#newsPage	{
	font-family:Arial, Helvetica, Verdana, Tahoma;
	color: #000000;
	text-align: center;
	width: 930px;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	}
#newsPage li{
	margin-left: 0em;
	margin-right: 0em;
	list-style-position:inside;
	list-style-type:disc;
	line-height:1.5em;
	list-style-image: none;
	padding-left: 1em;
	text-indent: -1em;
}
#ratesTable		{
	cell-padding: 3px;
	}
	
.tablepadding {
		padding-left: 3px;
	}
/*--------------  EVENTS PAGE ---------------------------------------*/

#eventsPage	{
	font-family:Arial, Helvetica, Verdana, Tahoma;
	color: #000000;
	text-align: center;
	width: 930px;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	}

/*--------------  PACKAGES PAGE ---------------------------------------*/

#packagesPage	{
	font-family:Arial, Helvetica, Verdana, Tahoma;
	color: #000000;
	text-align: center;
	width: 880px;
	margin: 0;
	padding: 20px;
	}

#packagesPage h1	{
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	line-height: 1.2;
	color: #0088B2;
	margin: 0;
	padding-bottom: 20px;
}

#packagesPage p	{
	color: #0088B2;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-top: 15px;
}

#packagesPage a	{
	color: #0088B2;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

