/* - - - - - - - - - - general - - - - - - - - - -  */

html {
	background: #e0e0e0;
}
	
body {
	width: 100%;
}
	
#wrapper {
	margin: 0;
	background: #fff;
}
	
	
	
	
/* - - - - - - - - - - header - - - - - - - - - -  */
	
#header {
	height: 95px;
	background: #fff;
}

#logo {
	position: absolute;
	top: 60px;
	left: 30px;
}
	
	
	
	
/* - - - - - - - - - - primary content - - - - - - - - - -  */
	
#content_wrapper {
	height: 230px;
	background-color: #8ea77d;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#primary_content h1, #primary_content p {
	width: 600px;
}

#main_photo {
	float: left;
	width: 345px;
	height: 475px;
	border: 1px solid #fff;
	border-width: 0 1px 0 0;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#image_thumbs, #image_thumbs_left {
	height: 74px;
	background-repeat: no-repeat;
	background-position: 346px 0;
}

#image_thumbs_left {
	background-position: 30px 0;
}
	
	
	
	
/* - - - - - - - - - - footer - - - - - - - - - -  */	

#footer {
	margin: 0;
	padding: 20px 0 15px 28px;
	background: #e0e0e0;
}

#newsletter {
	margin: 0;
	padding: 8px 150px 6px 28px;
	text-align: right;
	background: #fff;
}

#newsletter a:link, #newsletter a:visited, #newsletter a:hover, #newsletter a:active {
	margin: 0;
	padding-right: 20px;
	background: url("/images/nav_arrow.gif") no-repeat 97% 70%;
}
	
	
	
	
/* - - - - - - - - - - primary navigation - - - - - - - - - -  */
	
#nav {
	height: 30px;
	background: #ccc;
}

#nav ul {
	list-style-type: none;
	margin: 0 0 0 20px;
	padding: 0;
}

#nav li {
	float: left;
	height: 21px;
	margin: 0;
	padding: 9px 10px 0 10px;
	border-right: 1px solid #fff;
}

#nav li.Current, #nav li.Current:hover { }

#nav li.Last { border-right: 0; }
	
	
	
/* - - - - - - - - - - breadcrumb - - - - - - - - - -  */
	
#breadcrumb {
	position : absolute;
	top: 45px;
	left: 12px;
}

#breadcrumb ul {
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
}

#breadcrumb li {
	float: left;
	margin: 0;
	padding: 2px 14px 2px 8px;
	background: url(/images/breadcrumb.gif) no-repeat 100% 60%;
}

#breadcrumb li.Current, #nav li.Current:hover {
	background: none;
	}

#breadcrumb li.Last { border-right: 0; }




/* - - - - - - - - - - calendar - - - - - - - - - -  */

table#mini_calendar {
	position: absolute;
	top: 200px;
	left: 30px;
	width: 285px;
	margin: 0;
	padding: 0;
/*	background: #fff;	*/
}

table#mini_calendar td {
	width: 19px;
	height: 40px;
	padding: 0;
	border: 1px solid #ccc;
	border-width: 0 1px 1px 0;
	background: #f5f5f5;
}

table#mini_calendar td.Sat {
	border-right: 1px solid #999;
}

table#mini_calendar td.Sun {
	border-left: 1px solid #999;
}

table#mini_calendar tr#firstweek td {
	border-top: 1px solid #999;
}

table#mini_calendar tr#lastweek td {
	border-bottom: 1px solid #999;
}

table#mini_calendar tr#title a:link img, tr#title a:visited img {
	background: #c96600;
	border: 0;
}

table#mini_calendar tr#title {
	background: #fff;
	margin: 20px 0;
}

table#mini_calendar tr#title a:hover img { background: #999; }

table#mini_calendar tr#title a:active img { background: #000; }

	
/* - - - - - - - - - - the course - - - - - - - - - -  */

#overview_image {
	border: 0;
	margin: 0 0 10px 0;
}

#scorecard_link {
	text-align: right;
	margin-bottom: 0;
}

ul#holes {
	list-style-type: none;
	margin: -10px 0 5px 0;
	padding: 0;
}

ul#holes li {
	display: inline;
	margin: 0 2px 0 0;
	padding: 0 2px;
}




/* - - - - - - - - - - general typography - - - - - - - - - -  */
	
body {
	font-size: 10px;
	line-height: 15px;
	color: #666;
	font-family: Verdana, arial, sans-serif;
}

a:link, a:visited { color: #8ea77d; }

a:hover { color: #666; }

a:active { color: #333 }

body * {
	font-size: inherit;
	color: inherit;
	font-family: inherit;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 10px 0 20px 0;
	}

h1 { font-size: 26px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
h5 { font-size: 10px; }
h6 { font-size: 8px; }	





/* - - - - - - - - - - primary content typography - - - - - - - - - -  */

#primary_content h1 {
	margin: 15px 0 0 0;
	font-size: 12px;
	color: #c96600;
    /*width: 850px;*/
	text-transform: uppercase;
}

#primary_content p {
	margin: 0;
	padding: 0 0 15px 0;
}

.CourseDescription {
	font-style: italic;
}




/* - - - - - - - - - - footer typography - - - - - - - - - -  */

#newsletter a:link, #newsletter a:visited, #newsletter a:active {
	text-transform: uppercase;
	font-family: Verdana, 'Bitstream Vera Sans', sans-serif;
	font-size: 10px;
	color: #666;
	text-decoration: none;
}

#newsletter a:hover {
	color: #063;
}




/* - - - - - - - - - - navigation typography - - - - - - - - - -  */
	
#nav li {
	text-transform: uppercase;
	font-family: Verdana, 'Bitstream Vera Sans', sans-serif;
	font-size: 10px;
}

#nav li a {
	color: #666;
	text-decoration: none;
}

#nav li:hover a, #nav li.Current a {
	color: #063;
}




/* - - - - - - - - - - breadcrumb typography - - - - - - - - - -  */

#breadcrumb li {
	font-family: Verdana, 'Bitstream Vera Sans', sans-serif;
	font-size: 10px;
}

#breadcrumb li a {
	color: #8ea77c;
	text-decoration: underline;
}

#breadcrumb li:hover a {
	color: #063;
}

#breadcrumb li.Current a {
	color: #666;
	text-decoration: none;
}




/* - - - - - - - - - - calendar typography - - - - - - - - - -  */

table#mini_calendar {
	font: 10px/10px Arial, sans-serif;
}

table#mini_calendar a:link, table#mini_calendar a:visited { color: #c96600; text-decoration: none; }
table#mini_calendar a:hover { color: #000; }
table#mini_calendar a:active { color: #666; }

tr#title th {
	font: 10px/11px Arial, sans-serif;
	font-weight: bold;
	color: #c96600;
	text-align: center;
	}

tr#days th {
	color: #999;
	font-size: 9px;
	text-align: center;
	text-transform: uppercase;
}

td {
	color: #999;
	text-align: center;
}

th.Prev { text-align: left; }

th.Next { text-align: right; }

td.LastMonth, td.NextMonth {
	color: #ccc;
}

h1 span.Date {
	font-size: 9px;
	line-height: 12px;
	font-weight: bold;
	color: #333;
	text-transform: none;
	margin-left: 5px;
}

/* - - - - - - - - - - product category - - - - - - - - - -  */
.category_subheadline {
font-size: 11px;
font-style: italic;
}

#primary_content #membership_search_results ul li{
    position: relative;
    margin-bottom: 10px;
}

#primary_content p a.hyperlink{
    color: #0000FF;
}
