
/* Generic
------------------------------------------------------------------------------------*/
a.link-1, a:hover.link-1, a:visited.link-1 {
	text-decoration: underline;
	color: #993300;
	font: 12px Arial, Helvetica, sans-serif;
}

a.link-2, a:visited.link-2, ul#pdfs li a {
	text-decoration: none;
	color: #993300;
	font: 12px Arial, Helvetica, sans-serif;
}

a.link-3, a:visited.link-3 {
	background: url(/images/arrow-red.gif) left center no-repeat scroll;
	text-decoration: none;
	color: #993300;
	font: 12px Arial, Helvetica, sans-serif;
	padding-left: 10px;
}

a:hover.link-2, a:hover.link-3, ul#pdfs li a:hover {
	text-decoration: underline;
	color: #993300;
}

/* Top NAV
------------------------------------------------------------------------------------*/
#nav-links a {
	text-transform: uppercase;
	text-decoration: none;
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
}

#nav-row-1 a {
	display: inline-block;
	/*padding: 0 19px;*/
	padding: 0 15px;
	height: 37px;
	text-align: center;
	line-height: 37px;
}
 
#nav-row-1 a:hover {
	background:#fff7e4 url(/images/nav-arrow.gif) bottom center no-repeat scroll;
	color: #333333;
}

#nav-row-1 a.selected {
	background:#fff7e4 url(/images/nav-arrow.gif) bottom center no-repeat scroll;
	color: #333333;
}


#nav-row-2 span {
	display: block;
	margin-top: 5px
}

#nav-row-2 a {
	display: inline-block;
	padding: 0 35px 0 34.65px;
	height: 57px;
	background: url(/images/nav-border.gif) center left no-repeat scroll;
}

/* :HACK  IE7 specific hack using "* + html". 36px padding corrects #nav-row-2 layout in IE7 */
* + html #nav-row-2 a {
	display: inline-block;
	padding: 0 36px;
	height: 57px;
}

#nav-row-2 a.golf span {
	width: 69px;
	height: 46px;
	background: url(/images/btn-golf.gif) top center no-repeat scroll;
}

#nav-row-2 a.junior span {
	width: 209px;
	height: 46px;
	background: url(/images/btn-junior.gif) top center no-repeat scroll;
}

#nav-row-2 a.tennis span {
	width: 90px;
	height: 46px;
	background: url(/images/btn-tennis.gif) top center no-repeat scroll;
}


#nav-row-2 a:hover, #nav-row-2 a.selected {
	background-image: none;
	background-color: #336699;
}
#nav-body #nav-row-2 a:hover span, #nav-body #nav-row-2 a.selected span{
	background-position: bottom center;
	background-color: #336699;
}

#hole-number a {
	font: 15px "Palatino Roman","Palatino Linotype", Palatino,"Times New Roman", Times, serif;
	font-weight: normal;
	color: #71551a;
	line-height: 18px;
	display: inline-block;
	margin-right: 3px;
	background-color: #f4ebd8;
	padding: 1px 3px 1px 3px;
	text-decoration: none;
}

#hole-number a:hover {
	background-color: #dac9a6;
	color: #003366;
}

#slider-nav span a:link,
#slider-nav span a:hover,
#slider-nav span a:visited,
#slider-nav span a:active {
	color:#f7f3ec;
	text-decoration: none;
	font: 12px Arial, Helvetica, sans-serif; 
	font-weight: bold;
}


/* Left Rail
------------------------------------------------------------------------------------*/
#left-rail-links ul a {
	font: 13px "Palatino Roman","Palatino Linotype", Palatino,"Times New Roman", Times, serif;
	color: #333333;
	text-decoration: none;
}

#left-rail-links ul a:hover {
	text-decoration: underline;
}

#left-rail-links ul li.selected {
	background-color: #f5ecd5;
	/*padding-top:2px*/;
	padding-bottom: 2px;
}

#left-rail-links ul li.selected a {
	font: 16px "Palatino Roman","Palatino Linotype", Palatino,"Times New Roman", Times, serif;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	padding-left: 12px;
	background: #f5ecd5 url(/images/left-arrow.gif) left center no-repeat scroll;
	}

* + html #left-rail-links ul li.selected a {
	background: #f5ecd5 url(/images/left-arrow.gif) 6px left no-repeat scroll;
	display: block
	}

/* Right Rail
------------------------------------------------------------------------------------*/

a.callout-link, a:hover.callout-link {
	background-color:#F5EEDC;
	border-bottom:1px solid #FFFAED;
	height:25px;
	outline:medium none;
	text-align: center;
	padding-top: 5px;
	display: block;
	text-decoration:none;
}

a.callout-external-link, a:hover.callout-external-link{
	background:#F5EEDC url(/images/arrow-blue.gif) 10px center no-repeat scroll;
	border-bottom:1px solid #FFFAED;
	height:25px;
	outline:medium none;
	text-align: left;
	padding-top: 5px;
	padding-left: 25px;
	display: block;
	text-decoration:none;
}

/* Member login */
.member-login {
	display: block;
	position: absolute;
	right: 38px;
	top: 60px;	
	width: 125px;
	height: 28px;
}

/* Footer */

#footer-links {
	position: absolute;
	bottom: 25px;
	right: 30px;
	text-align: right;

}

.footer-links a {
	padding-left: 10px;
	font-size: 10px;
}	

.footer-links a:link,.footer-links a:visited,.footer-links a:active {
	text-decoration: none;
	color: #fdf6e4;
}

.footer-links a:hover {
	text-decoration: underline;
	color: #fdf6e4;
}



