@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}


.rack {
  	border: thin dotted Navy;
}

#pagecontent {
   width: 94%;
   height: auto;
   padding-left: 5px;
   padding-right: 5px;
   padding-top: 5px;
   padding-bottom: 5px;
  	text-align: left;
  	color: #001040;
  	font-weight: bold;
}

.golfpackages {
   width: 94%;
   height: auto;
   padding-left: 5px;
   padding-right: 5px;
   padding-top: 5px;
   padding-bottom: 5px;
  	border: thin dotted Navy;
  	text-align: left;
}

#botright a {
color: #8C0000;
text-decoration: none;
}

#botright a:hover {
color: #001040;
text-decoration: none;
}

#golfcontent p {
padding-left: 5px;
padding-right: 5px;
}

#portwarn {
color: blue;
padding-left: 5px;
padding-right: 5px;
display:block;	
}

.copyright {
	font-size: small;
	color: white;
}

.error {
	color: red;
	font-weight: bold;
}

A.reverse {
	color: #CC0033;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px;
	width: 100%;
	display: block;
}

A:HOVER.reverse {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #009900;
	padding: 4px;
	width: 100%;
	display: block;
}

h3 {
	padding: 5px;
}

a.goldbutton{
	 border: 2px solid #CC2D30;
    border-radius: 5px;
    background-color: #BCAD75;
    color: #111111;
    font-weight: bold;
    text-decoration: none;
    margin : 10px;
    padding: 10px 20px 10px 20px;
    display: inline-block;
}

a.goldbutton:hover {
    border: 2px solid #111111;
    background-color: #CC2D30;
    color: #FFFFFF;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
	background:rgb(255,255,255);
   background:rgba(255,255,255,0.8);
}

#top1{
	background-color: #FFFFFF;
	width: 100%;
	height: 89px;
}

#bot{
   margin: 0px;
   position:relative;
   bottom:0;
   width:100%;
   min-height: 89px;
   height:auto;
   background-color: #FFFFFF;
}

#divmainhead {
	max-width: 480px;
	height: 89px;
   margin-left: auto ;
   margin-right: auto 
}

#mycdetails {
  display: none;
}

#homelogo {
    float: left;
    position: absolute;
    width: 150px;	
    margin-top: 10px;
    margin-left: 24px;
    height: 150px;
    z-index: 999;
}
div.tagline {
	background-color: #006600;
	width: auto;
	color: #eeeeee;	
}

div.tagline2 {
 display: none;	
}

div.tagline3 {
 display: none;	
}

#helpers {
display: none;
}

#middle {
 height: auto;
 margin-top: 0px;
}

#leftgolfselections {
display: none;
}

div.slideshow { 
clear: both; 
display: block;
height: 100%; 
width:  100%; 
margin: auto;
}

div.slideshow img { padding: 0px; border: 0px; background-color: #eee; }

#gallery {
clear: none;
margin-right: auto;
margin-left: 11%;
width: 30%;
min-width: 240px;
display: block;
border: 1px solid black;
margin-top:1px;
margin-bottom:1px;
height: 340px;
}

#miniselections {
    width: auto;	
    margin-top: 120px;
    height: auto;
}

#golfcontent {
    width: auto;	
    margin-top: 130px;
    margin-bottom: 20px;
    min-height: 480px;
    height: auto;
    background:rgb(255,255,255);
    background:rgba(255,255,255,0.8);
    display: block;
}

#minihome {
    width: auto;	
    margin-top: 20px;
    margin-bottom: 20px;
    height: auto;
    display: block;
}

#selections {
display: none;
}

#minibot {
display: block;
height: auto;
height: auto;
color: #001040;
font-size: small;
}

#divmainbot {
display: none;
}

#div1 {
}
.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
	background:rgb(255,255,255);
   background:rgba(255,255,255,0.8);
}

#top1{
	background-color: #FFFFFF;
	width: 100%;
	height: 89px;
}

#bot{
   margin: 0px;
   position:relative;
   bottom:0;
   width:100%;
   min-height: 89px;
   height:auto;
   background-color: #FFFFFF;
}

#divmainhead {
	max-width: 768px;
	min-width: 481px;
	height: 89px;
   margin-left: auto ;
   margin-right: auto 
}

#homelogo {
    float: left;
    position:absolute;
    width: 150px;	
    margin-top: 10px;
    margin-left: 24px;
    height: 150px;
    z-index: 999;
}

div.tagline {
	background-color: #006600;
	width: auto;
	color: #eeeeee;	
}

div.tagline2 {	
	display: none;
}

div.tagline3 {	
	display: none;
}

#helpers {
display: none;
}

#middle {
 height: auto;
 margin-top: 0px;
}

div.slideshow { 
clear: both; 
display: block;
height: 100%; 
width:  100%; 
margin: auto;
}

div.slideshow img { padding: 0px; border: 0px; background-color: #eee; }

#gallery {
clear: none;
margin-right: auto;
margin-left: 20%;
width: 30%;
min-width: 240px;
display: block;
border: 1px solid black;
margin-top:1px;
margin-bottom:1px;
height: 340px;
}

#miniselections {
    width: auto;	
    margin-top: 130px;
    height: auto;
}

#golfcontent {
    width: auto;	
    margin-top: 130px;
    margin-bottom: 20px;
    min-height: 480px;
    height: auto;
    background:rgb(255,255,255);
    background:rgba(255,255,255,0.8);
    display: block;
}

#portwarn {
display:none;	
}

#selections {
display: none;
}

#leftgolfselections {
display: none;
}

#divmainbot {
display: none;
}

#div1 {
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	background:rgb(255,255,255);
   background:rgba(255,255,255,0.8);
}
#div1 {
}

#minibot {
display: none;
}

#top1{
	background-color: #FFFFFF;
	width: 100%;
	height: 89px;
}

#divmainhead {
	max-width: 1047px;
	min-width: 769px;
	height: 89px;
   margin-left: auto ;
   margin-right: auto 
}

#homelogo {
    float: left;
    position: absolute;
    width: 230px;	
    margin-top: 10px;
    margin-left: 39px;
    height: 230px;
    z-index: 999;
}

div.tagline {
	background-color: #006600;
	width: auto;
	color: #eeeeee;	
}

div.tagline2 {
   display: block;
	background-color: #006600;
	width: auto;
	color: #eeeeee;
	
}

div.tagline3 {
   display: block;
	background-color: #006600;
	width: 440px;
	color: #eeeeee;
	
}


#bot{
   margin: 0px;
   position:relative;
   bottom:0;
   width:100%;
   min-height: 400px;
   height:auto;
   background-color: #FFFFFF;
}

#gallery {
clear: none;
margin-right: auto;
margin-left: 40%;
width: 30%;
min-width: 300px;
display: block;
border: 1px solid black;
margin-top:1px;
margin-bottom:1px;
height: 440px;
}

#botleft {
float:left;
margin: 10px;
height:auto;
width: 40%;
display: block;
color: #001040;
padding: 10px;	
}

#botright {
float:right;
margin: 10px;
height:auto;
width: 40%;
display: block;
color: #001040;
padding: 10px;		
}

#divmainbot {
	max-width: 1047px;
	min-width: 769px;
	height:auto;
   margin-left: auto ;
   margin-right: auto ;
   display: block;
}

#miniselections {
display: none;
}

#mycdetails {
  width: 95%;
  padding-right: 10px ;
  display: block;
}

img.golfselects{
	padding-left: 20px;
}

#leftgolfselections {
    width: 230px;	
    margin-top: 20px;
    height: auto;
    display: block;
}

img.leftgolfselects{
	padding-left: 10px;
	padding-top: 10px;
	width: 96px;
}

#middle {
 min-height: 570px;
 height: auto;
 margin-top: -71px;
}

#golfcontent {
    float: right;
    width: 68.5%;	
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 530px;
    height: auto;
    background:rgb(255,255,255);
    background:rgba(255,255,255,0.8);
    display: block;
}

#portwarn {
display:none;	
}

div.slideshow { 
clear: both; 
display: block;
height: 100%; 
width:  100%; 
margin: auto;
}

div.slideshow img { padding: 0px; border: 0px; background-color: #eee; }

#helpers {
    float: right;
    width: 530px;	
    margin-top: 42px;
    height: 118px;
    display: block;
}

#minihome { 
display: none;
}

.helpnav li{
	list-style:none;
	display:inline;
}

.helpnav a{
   text-align: center;
   padding-top: 12px;
	display:inline-block;
	color:#8C0000;
	width: 150px;
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
}

.helpnav a:hover{
   color:#001040;
	width: 150px;
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
}

#selections {
    float: right;
    width: 640px;	
    margin-top: 125px;
    height: auto;
    display: block;
    color:#001040;
    font-size: large;
    font-weight: bold;
}

.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
}

@media only screen and (min-width: 1048px) {

#top1{
	background-color: #FFFFFF;
	width: 100%;
	height: 128px;
}

#top2{
	background-color: #C10538;
	width: 100%;
	height: 128px;
}

#minibot {
display: none;
}

#myteeform {
  float: right ;
  width: 45% ;
    padding-left: 10px ;
  padding-right: 10px ;
}
#myover {
  float: right;
  width: 45%;
    padding-left: 10px ;
  padding-right: 10px ;
}

#mycdetails {
  width: 95%;
  padding-left: 10px ;
  padding-right: 10px ;
  display: block;
}

.crsthumb{
  width: 100%;	
}

#divmainhead {
	max-width: 1232px;
	min-width: 1048px;
	height: 128px;
   margin-left: auto ;
   margin-right: auto 
}

#homelogo {
    float: left;
    position: absolute;
    width: 230px;	
    margin-top: 10px;
    margin-left: 49px;
    height: 230px;
    z-index:999;
}

div.tagline2 {
	background-color: #006600;
	width: auto;
	color: #eeeeee;
	display:block;	
}

div.tagline3 {
	background-color: #006600;
	width: auto;
	color: #eeeeee;
	display:block;	
}


img.logo{
    position: relative;
	 width: 358px;
	 z-index: 10;
}

#helpers {
    float: right;
    width: 660px;	
    margin-top: 68px;
    height: 128px;
}

.helpnav li{
	list-style:none;
	display:inline;
}

.helpnav a{
   text-align: center;
   padding-top: 14px;
	display:inline-block;
	color:#8C0000;
	text-decoration:none;
	width: 160px;
	height: 30px;
	font-size: large;
	font-weight: bold;
}

.helpnav a:hover{
   color:#001040;
	width: 160px;
	height: 30px;
	font-size: large;
	font-weight: bold;
}

#bot{
   margin: 0px;
   position:relative;
   bottom:0;
   width:100%;
   height:auto;
   min-height: 400px;
   background-color: #FFFFFF;
}

#botleft {
float:left;
margin: 10px;
height:auto;
width: 40%;
display: block;
color: #001040;
padding: 10px;	
}

#botright {
float:right;
margin: 10px;
height:auto;
width: 40%;
display: block;
color: #001040;
padding: 10px;		
}



#divmainbot {
	max-width: 1232px;
	min-width: 1048px;
   margin-left: auto ;
   margin-right: auto ;
}

#selections {
    float: right;
    width: 640px;	
    margin-top: 180px;
    height: auto;
    display: block;
    font-size: large;
    font-weight: bold;
   color: #001040;
}

#portwarn {
display:none;	
}

#leftgolfselections {
    width: 360px;	
    margin-top: 20px;
    height: auto;
    display: block;
}

.mytooltip {
	display:none;
	position:absolute;
	border:1px solid #333;
	background-color:#161616;
	border-radius:5px;
	padding:10px;
	color:#fff;
	font-size:12px Arial;
	max-width: 300px;
	height: auto;
}

.myimgtooltip {
	display:none;
	position:absolute;
	border:1px solid #333;
	background-color:#161616;
	border-radius:5px;
	padding:10px;
	color:#fff;
	font-size:12px Arial;
	max-width: 300px;
	height: auto;
}

img.golfselects{
	padding-left: 20px;
}

img.leftgolfselects{
	padding-left: 20px;
	padding-top: 10px;
	width: auto;
}

#golfcontent {
    float: right;
    width: 64.5%;	
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 530px;
    height: auto;
    background:rgb(255,255,255);
    background:rgba(255,255,255,0.8);
    display: block;
}

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	height: auto;
}


#middle {
 height: 570px;
 margin-top: -68px;
 background-color:  transparent;
}

#middlelong {
 height: 870px;
 margin-top: -68px;
 background-color:  transparent;
}

#minihome { 
display: none;
}

div.slideshow { 
clear: both; 
display: block;
height: 100%; 
width:  100%; 
margin: auto;
}

div.slideshow img { padding: 0px; border: 0px; background-color: #eee; }

#gallery {
clear: none;
margin-right: auto;
margin-left: 40%;
width: 30%;
min-width: 300px;
display: block;
border: 1px solid black;
margin-top:1px;
margin-bottom:1px;
height: 440px;
}

#div1 {
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
}