body,td,th {
	font-family: Myriad Bold, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	background-color: #83221B;
	margin:0;
	padding:0;
}

#wrapper {
	width:760px;
	margin:0 auto;
}
#navcolumn {
	width:215px;
	float:left;
}
h1#title {
	margin:0 auto;
	width:215px;
	height:150px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
}
h1#title span {
	display:none;
}
ul#nav {
	display: block;
	margin: 30px 0;
	padding: 0px;
	text-align:right;
}
ul#nav li {
	margin: 6px 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
}
ul#nav li a:link, ul#nav li a:visited {
	color: #FFF;
	text-decoration: none;
}
ul#nav li a:hover {
	color: #B96E13;
}
ul#nav li a:active {
	color: #FF0;
}
#parklink {
	text-align: right;
	margin:140px 0 0;	
}


#content-bg {
	width:530px;
	float:right;
	margin:0;
	padding:0;
	background-image: url(images/bg_sub.png);
	background-repeat: repeat-y;
	background-position: bottom;
}
#content {
	width:430px;
	min-height:420px;
	margin:0 auto;
	padding:0;
	background-image: url(images/bg_bird.png);
	background-position: right 26px;
	background-repeat: no-repeat;
	color:#000033;
}
#content p, #content ul {
	font-size: 16px;
	line-height: 21px;
	font-weight: normal;
}
#content a:link, #content a:visited {
	color:#B96E13;
}
#content a:hover, #content a:active {
	color:#FF0000;
}


/*PAGE HEADINGS*/

h2#about {
	margin:0;
	width:425px;
	height:80px;
	background-image: url(images/h2_about.png);
	background-repeat: no-repeat;
}
h2#layout {
	margin:0;
	width:425px;
	height:80px;
	background-image: url(images/h2_layout.png);
	background-repeat: no-repeat;
}
h2#proshop {
	margin:0;
	width:425px;
	height:80px;
	background-image: url(images/h2_proshop.png);
	background-repeat: no-repeat;
}
h2#calendar {
	margin:0;
	width:425px;
	height:80px;
	background-image: url(images/h2_calendar.png);
	background-repeat: no-repeat;
}
h2#pressroom {
	margin:0;
	width:425px;
	height:80px;
	background-image: url(images/h2_pressroom.png);
	background-repeat: no-repeat;
}
h2#about span, h2#layout span, h2#proshop span, h2#calendar span, h2#pressroom span {
	display:none;
}
h3 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-transform: capitalize;
	color: #4B7420;
}
img.right {
	float:right;
}
img.left {
	float:left;
}
#content p.coursenav {
	font-size:12px;
}
object, embed {
}


/* CALENDAR */

#content h3 {
	}
#content dl.events {
	margin: 0;
	padding: 0;
 	}
.events dt {
	margin-top: -0.6em;
	position: relative;
	left: 0;
	top: 1.1em;
	width: 2em;
	font-size: 18px;
	font-weight: bold;
	color: #4B7420;
 	}
dl.events dd {
	border-left: 1px solid #4B7420;
	border-bottom: 1px solid #4B7420;
	border-right: 1px solid #4B7420;
	margin: 0 0 0 30px;
	padding: 1px 0 2px 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #00304C;
	color: #FFF;
 	}
dl.events dd.desc {
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	padding: 3px 3px 3px 6px;
	background-color: #FFF;
	color: #000;
 	}
dl.events p {
	font-size: 11px;
	padding-top: 9px;
	clear: both;
	float: none;
	color: #000;
 	}


/* HOLE YARDAGE */
ul#yardage {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul#yardage li {
	margin: 0;
	padding: 2px 0 2px 24px;
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
ul#yardage li.black { background-image: url(images/ydg_black.png);}
ul#yardage li.blue { background-image: url(images/ydg_blue.png);}
ul#yardage li.white { background-image: url(images/ydg_white.png);}
ul#yardage li.yellow { background-image: url(images/ydg_yellow.png);}
ul#yardage li.red { background-image: url(images/ydg_red.png);}


/* MEDIA DOWNLOADS */

ul.media {
	margin: 20px 0 0 30px;
	padding:0;
}
ul.media li {
	margin:10px 0;
	padding:2px 0 5px 32px;
	list-style-type: none;
}
ul.media li.pdf {
	background-image: url(images/icon_pdf.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
ul.media li.eps {
	background-image: url(images/icon_eps.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
ul.media li.jpg {
	background-image: url(images/icon_jpg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
li span.desc {
	font-size:14px;
}
#content p.pr-tagline {
	color: #4B7420;
	font-size:12px;
	font-style: italic;
	font-weight:bold;
	margin-top:-10px;
}
ul.facts li {
	margin: 1em auto;
}
span.caption {
	font-size:12px;
	line-height:15px;
}

p.clearall {
	clear:both;
}
#footer {
	margin:0 0 10px 225px;
	padding-top:15px;
	text-align:center;
	clear:both;
}
