html {
	height: 100%;
	width: 100%;
	background: url(images/bg-html.gif) repeat left top;
}

body {
	font-family: "Lucida Sans Console", Verdana, Sans-serif;
	height: 100%;
	font-size: 0.85em;
}

/**************** GLOBALS */

.breaker {
	clear: both;
}

.floatright {
    float: right;
    margin: 0px 0px 10px 10px;   
}

h1 {
	font-family: "Times New Roman", Helv, Serif;
	font-size: 2.8em;
	color: #350;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
}

h2 {
	font-family: "Times New Roman", Helv, Serif;
	font-size: 2.0em;
	color: #580;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}

h3 {
	color: #350;
	font-size: 1.3em;
	font-family: "Times New Roman", Helv, Serif;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
}

p {
	line-height: 1.6em;
	margin: 15px 0px;
}

/**************** LAYOUT */

#wrapper {
	width: 930px;
	margin: 0px auto;
	background: #FFF;
	border: 1px solid #FFF;
	border-top: 0px;
	border-bottom: 0px;
	text-align: center;
	font-size: 0.8em;
}

#innerwrapper {
	text-align: left;
}

/**************** TOPBAR */

#topbar {
	position: relative;
	width: 930px;
	height: 355px;
}

    #topbar.course {
        height: 175px;   
    }

	#topbar .logo {
		position: absolute;
		left: 20px;
		top: 20px;
		z-index: 99;
	}
	
	#topbar #booknow-top {
		position: absolute;
		top: 0px;
		right: 10px;
		z-index: 99;
	}
	
	#topbar #booknow-bottom {
		position: absolute;
		top: 40px;
		right: 10px;
		z-index: 99;
	}

#topimages {
	width: 930px;
	height: 355px;
	overflow: hidden;
}

    #topimages.course {
        height: 175px;   
    }

/**************** TOPNAV */

ul#topnav {
	height: 30px;
	background: #360 url(images/bg-topnav.gif) repeat-x left center;
	width: 930px;
}

	ul#topnav li {
		display: block;
		float: left;
		/*text-transform: uppercase;*/
		font-weight: bold;
		color: #FFF;
		font-family: "Times New Roman", Serif;
		font-size: 1.2em;
		border-right: 1px solid #FFF;
	}
	
	ul#topnav li.last {
	    border: 0px;   
	}
	
	ul#topnav li a {
		display: block;
		float: left;
		line-height: 30px;
		/*padding: 0px 15px;*/
		padding: 0px 16px 0px 17px;
		color: #FFF;
		text-decoration: none;
	}
	
	ul#topnav li a:hover, ul#topnav li.sel a {
		background: #9C3 url(images/bg-topnav-on.gif) repeat-x left center;
		color: #000;
	}
		
/**************** CONTENT */

#content {
	background: url(images/bg-content.gif) repeat-y left top;
	width: 930px;
}

/**************** LEFTNAV */

#leftnav {
	width: 185px;
	float: left;
}

	#leftnav #innerleftnav {
		margin: 5px 10px;
	}
	
	#leftnav .rule {
		border-bottom: 1px solid #000;
		height: 1px;
	}

	#leftnav h2 {
		color: #FFF;
		font-size: 1.7em;
		font-family: "Times New Roman", Helv, Serif;
		font-weight: normal;
		margin: 10px 0px 10px 0px
	}
	
	#leftnav h2 a {
	    color: #FFF;
	}
	
	#leftnav #nav li {
	    border-top: 1px solid #FFF;  
	    margin: 0px -10px;
	    padding: 0px 10px;
	     
	}
	
	#leftnav #nav li.last {
	    border-bottom: 1px solid #FFF;  
	}
	
	#leftnav #nav li a {
	    color: #FFF;
	    font-size: 1.2em;
	    line-height: 30px;
	}
	
	#leftnav #nav li a:hover {
	    text-decoration: underline;
	}
	#leftnav #nav li ul	{
	    margin: 0px 0px 10px 10px;
	}
	
	#leftnav #nav li ul li {
	    border: 0px;   
	}
	
	#leftnav #nav li ul li a {
	    color: #FFF;
	    font-size: 0.9em;
	    line-height: 1.8em;
	}
	
	#leftnav #holes  {
	    margin: 0px 0px 10px 15px;
	}
	#leftnav #holes li a {
	    color: #FFF;
	    line-height: 1.8em;
	}

/**************** PAGETEXT */

#pagetext {
	width: 705px;
	float: left;
	padding: 30px 10px 0px 30px;
	font-size: 1.1em;
}

    #pagetext a {
        color: #000;
        text-decoration: underline;   
    }
    
    #pagetext ul {
        list-style-type: disc;  
        margin-left: 20px; 
        line-height: 1.6em;
    }
    
    #pagetext li {
        margin: 0px 0px 10px 0px;
    }
    
    #pagetext li ul {
        list-style-type: circle;   
    }
    
    #pagetext li ul li {
        margin: 10px 0px;   
    }

    #pagetext .pagetext2 {
        width: 50%; 
        float: left;  
    }

	#pagetext #baselinks {
		margin: 50px -10px 0px -25px;
	}

	#pagetext .baselink {
		width: 240px;
		float: left;
	}
	
	#pagetext .baselink h3 a {
	    color: #350;
	    text-decoration: none;
	}
	
	#pagetext .baselink img {
		float: left;
		margin: 0px 5px 0px 0px;
		padding-bottom: -5px;
	}
	
	#pagetext .baselink p {
		margin: 6px 0px 4px 5px;
		font-size: 0.8em;
	}

p.intro {
	font-size: 1.2em;
	font-weight: bold;
}

/**************** FOOTER */

#footer {
	background: #304B00 url(images/bg-footer.gif) repeat left top;
	width: 930px;
	text-align: center;
	color: #fff;
	padding:5px 0px 10px 0px;
	margin: 0px;
	clear: both;
}

	#footer a {
		color: #FFF;
		text-decoration: underline;
	}
	
	#footer img {
		margin-right: -6px;
	}
	
/**************** CONTACT FORM */

.contactLabel {
    display: block;
    float: left;
    width: 80px;   
    margin: 0px 0px 5px 0px;
}

input.contactText {
    margin: 0px 0px 5px 0px;
    width: 180px;
}

textarea.contactText {
    margin: 0px 0px 5px 0px;
    overflow: auto;
    width: 200px;
    height: 80px;
}

input.contactBtn, input.btn {
    line-height: 20px;
    height: 27px;
    background: #350 url(images/bg-button.gif) repeat-x left top;
    border: 1px solid #350;
    color: #FFF;
    padding: 0px 7px;
    cursor: pointer;
}

/**************** COURSE AND HOLES */

#course {
    margin: 0px 0px 0px -30px;   
}

/**************** FIND US */

#gmap {
    width: 930px;
    height: 355px;   
}

#gdirections #gmap-from {
    margin: 0px 0px 5px 0px;
    height: 25px;
    line-height: 20px;
}

#gdirections #gmap-panel {
    width: 670px;
}

#gdirections #gmap-panel td {
    font-size: 0.8em;
}

/**************** SITEMAP */

.sitemap {
    width: 350px;
    float: left;  
    display: block;
}

.sitemap h2 {
    
}

/***************** WEATHER */

.weatherthird {
   width: 210px;
   float: left;
   margin: 0px 10px;  
   line-height: 1.5em;
}

.weatherthirdimg {
    width: 150px;
    height: 150px;
    margin-bottom: 10px;   
}