body{
	margin:0;
	background:#c0c0b5 url(../images/bg-body.gif) repeat-x;
	font:11px Arial, Helvetica, sans-serif;
	color:#636360;
}

.redlink a{
	color:#ff0000;
}
a{
	color:#ff0000;
}
a:hover{
	text-decoration:none;
}
img{
	display:block;
	border:0;
}
h1{
	font:22px "Times New Roman", Times, serif;
	color:#636360;
	font-weight:normal;
}
h2{
	font: bold 14px "Times New Roman", Times, serif;
	color:#636360;
	
}
#wrapper{
	width:928px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
	padding:0 3px;
	background:url(../images/bg-wrapper.png) repeat-y;
}
#header{
	padding:23px 0 0;
	width:100%;
	overflow:hidden;
}
#header ul{
	margin:0;
	padding:0;
	list-style:none;
}
#header .logo{
	background:url(../images/logo.gif);
	width:123px;
	height:95px;
	display:inline;
	float:left;
	margin:0 0 0 48px;
}
#header .logo a{
	width:123px;
	height:95px;
	overflow:hidden;
	text-indent:-9999px;
	display:block;
}
#header .box{
	width:720px;
	overflow:hidden;
	float:right;
	margin:70px 16px 0 0;
	display:inline;
}
#header #top-nav{
	float:right;
	border-bottom:1px solid #fff;
	margin:0 -1px 0 0;
}
* html #header #top-nav{
	margin:0 -2px 0 0;
}
#header #top-nav li{
	float:left;
	margin:0 1px 0 0;
}
#header #top-nav li a{
	color:#82827a;
	text-decoration:none;
	background:url(../images/bg-nav-grey.gif) no-repeat right top;
	padding:0 25px;
	display:block;
	float:left;
	height:22px;
	line-height:22px;
}
#header #top-nav li.hover a,
#header #top-nav li:hover a{
	background:url(../images/bg-nav-grey.gif) no-repeat right -22px;
}
#header #top-nav span{
	background:url(../images/bg-nav-grey-left.gif) no-repeat left top;
	width:4px;
	float:left;
	display:block;
	height:22px;
	overflow:hidden;
}
#header #top-nav li.hover span,
#header #top-nav li:hover span{
	background:url(../images/bg-nav-grey-left.gif) no-repeat 0 -22px;
}
#header .second-nav{
	clear:both;
	overflow:hidden;
	float:right;
}
* html #header .second-nav{
	width:510px;
}
*+html #header .second-nav{
	width:510px;
}
#header .second-nav li{
	float:left;
	margin:0 -1px 0 1px;
}
#header .second-nav .first a{
	color:#fff;
	text-decoration:none;
	background:url(../images/bg-nav-green-first.gif) no-repeat;
	padding:0 20px;
	display:block;
	height:22px;
	line-height:22px;
	float:left;
	border-right:1px solid #d4e7b9;
}
#header .second-nav .first a:hover{
	background:url(../images/bg-nav-green-first.gif) no-repeat 0 -22px;
}
#header .second-nav .green a{
	color:#fff;
	text-decoration:none;
	background:url(../images/bg-nav-green.gif) no-repeat;
	padding:0 20px;
	display:block;
	height:22px;
	line-height:22px;
	float:left;
	border-right:1px solid #d4e7b9;
}
#header .second-nav .green a:hover{
	background:url(../images/bg-nav-green.gif) no-repeat 0 -22px;
}
#header .second-nav li a{
	color:#fff;
	text-decoration:none;
	background:url(../images/bg-nav-blue.gif) no-repeat;
	padding:0 20px;
	display:block;
	height:22px;
	line-height:22px;
	float:left;
	border-right:1px solid #bde0f4;
}
#header .second-nav li a:hover{
	background:url(../images/bg-nav-blue.gif) no-repeat 0 -22px;
}
#header .breadcrumbs{
	width:100%;
	height:20px;
	overflow:hidden;
	clear:both;
	background:url(../images/bg-breadcrumbs.gif) no-repeat;
	margin:0 0 0 16px;
	padding:0 0 0 8px;
	border-top:1px solid #fff;
	color:#bf1b00;
}
#header .breadcrumbs li{
	float:left;
	line-height:21px;
	padding:0 7px 0 8px;
	background:url(../images/bg-border-crumbs.gif) no-repeat 0 50%;
}
#header .breadcrumbs .first{
	background:none;
}
#header .breadcrumbs li a{
	color:#595959;
	text-decoration:none;
}
#header .breadcrumbs li a:hover{
	color:#bf1b00;
}
#header .visual{
	margin:1px 0 0 16px;
	position:relative;
	font:italic 13px "Times New Roman", Times, serif;
	color:#fff;
	width:896px;
	clear:both;
}
#header .visual span{
	position:absolute;
	bottom:13px;
	right:14px;
	left: 800px;

}
#main{
	width:100%;
	padding:16px 0 13px;
	overflow:hidden;

}
#flashcontent{
	padding:0 0 16px 0;
	margin: 0;
	border-top:1px solid #fff;
}
#content{
	width:630px;
	margin:11px 0 0 17px;
	display:inline;
	float:left;
}
#content h1{
	margin:0 0 2px 1px;
}
#content h2{
	margin:0 0 3px;
}
#content p{
	margin:0 0 14px;
	line-height:14px;
}
#content .holder{
	padding:0 15px 19px 15px;
}
#content .courseholder{
	display: block;
	padding:30px 15px 30px 0;
	height: 400px;
	overflow: hidden;
	background-color: #333;
}

#content .twocolumns{
	width:100%;
	overflow:hidden;
	border-top:1px solid #e5e5e0;
	border-bottom:1px solid #e5e5e0;
	padding:22px 0 11px 0;
	margin:24px 0 21px;

}


ul.bulleted {
	list-style-image: url(../images/ico-flag.gif);
	padding-left:1em;
	margin-left:.5em;
	margin-top:0;
	padding-top:0;

}
ul.bulleted li{
	line-height:18px;
}

#content .twocolumns .rcol{
	float:left;
	width:275px;
}
#content .twocolumns .lcol{
	margin:0 22px 0 0;
	width:290px;
	float:left;
}
#content .twocolumns .rcol span a{
 	color: #636360;
	text-decoration: none;
}

#content .tabset{
	margin:0 0 0 15px;
	padding:0;
	list-style:none;
	height:1%;
	overflow:hidden;
}
#content .tabset li{
	float:left;
	text-align:center;
	margin:0 3px 0 0;
}
#content .tabset li a{
	color:#636360;
	text-decoration:none;
	background:url(../images/bg-tabset.gif) no-repeat;

	line-height:18px;
	float:left;
}
#content .tabset span{
	background:url(../images/bg-tabset-right.gif) no-repeat 100% 0;
	padding:0 13px 0 11px;
	float:left;
	line-height:18px;
	cursor: pointer;
}
#content .tabset .active span,
#content .tabset a:hover span{
	background:url(../images/bg-tabset-right.gif) no-repeat 100% -19px;
}
#content .tabset a.active,
#content .tabset a:hover{
	color:#fff;
	background:url(../images/bg-tabset.gif) no-repeat 0 -19px;
}
#content div.tab {
	background:url(../images/bg-tabs-box.gif) no-repeat;
	width:624px;
	height:442px;
	clear: both;
	overflow:hidden;
}
#content #tab1 .map{
	background:url(../images/bg-map.jpg) 2px 1px no-repeat;
	width:597px;
	height:422px;
	font-size:10px;
	padding:20px 0 0 25px;
}
#content #tab1 .map .ttl{
	font:italic bold 16px "Times New Roman", Times, serif;
}
#content #tab1 .map p{
	margin:0 0 0 2px;
}

.map{
		height:422px;
	padding:60px 40px 0 348px;
}
.map p{
	margin:0 0 15px 3px;
}
.map h1{
	margin:0 0 8px;
}
#content #tab2 .map{background:url(../images/bg-first-hole.jpg) 1px 1px no-repeat;}
#content #tab3 .map{background:url(../images/bg-second-hole.jpg) 1px 1px no-repeat;}
#content #tab4 .map{background:url(../images/bg-third-hole.jpg) 1px 1px no-repeat;}
#content #tab5 .map{background:url(../images/bg-fourth-hole.jpg) 1px 1px no-repeat;}
#content #tab6 .map{background:url(../images/bg-fifth-hole.jpg) 1px 1px no-repeat;}
#content #tab7 .map{background:url(../images/bg-sixth-hole.jpg) 1px 1px no-repeat;}
#content #tab8 .map{background:url(../images/bg-seventh-hole.jpg) 1px 1px no-repeat;}
#content #tab9 .map{background:url(../images/bg-eighth-hole.jpg) 1px 1px no-repeat;}
#content #tab10 .map{background:url(../images/bg-ninth-hole.jpg) 1px 1px no-repeat;}
#content #tab11 .map{
	width:597px;
	height:422px;
	font-size:10px;
	padding:20px 0 0 25px;
background:url(../images/bg-aerial.jpg) 1px 1px no-repeat;
}

#content #tab11 .map .ttl{ 
	font:italic bold 16px "Times New Roman", Times, serif;


}
	
#sidebar{
	width:260px;
	display:inline;
	margin:0 12px 0 0;
	float:right;
}
#sidebar h2{
	margin:0;
}
#sidebar .box{
/*	background:url(../images/bg-header-box.gif) no-repeat; */
	background:url(../images/bg-sidebar.gif) no-repeat; 
	padding:22px 0 0;
	width:256px;
}
#sidebar .box2{
	background:url(../images/bg-sidebar2.jpg) no-repeat; 
	padding:22px 0 0;
	width:256px;
	height: 430px;
}
#sidebar ul{
	margin:0;
	padding:0 0 0 27px;
	list-style:none;
/*	border-left:1px solid #d2d2c9;
	border-right:1px solid #d2d2c9; 

	background:url(../images/bg-box.gif) repeat-x; 
	*/
}
#sidebar ul li{
	background:url(../images/ico-weather.gif) no-repeat 0 5px;
	padding:1px 0 22px 37px;
}
#sidebar ul .location{
	background:url(../images/ico-loc.gif) no-repeat;
}
#sidebar ul .photo{
	background:url(../images/ico-photo.gif) no-repeat;
}
#sidebar ul .time{
	background:url(../images/ico-time.gif) no-repeat;	
}
#sidebar ul .gift{
	background:url(../images/ico-gift.gif) no-repeat;	
}

#sidebar ul li p{
	display:block;
	width:165px;
	padding: 0;
	margin: 0;

}
#sidebar ul li strong{
color: #636360;
font-weight: normal;
}
#sidebar ul li span{
color: #636360;
font-weight: normal;
}

#footer{
	width:934px;
	background:url(../images/bg-wrapper-bottom.png) no-repeat;
	overflow:hidden;
	padding:12px 0 20px;
	margin:0 auto;
}
#footer span{
 	float:right;
	display:block;
	color:#53533e;
	font:italic 13px "Times New Roman", Times, serif;
	padding:0 19px 0 0;
}
#footer em a{
	color: #85857F;
	font-weight: normal;
	text-decoration:none;
}

#footer span a{
	color:#53533e;
	text-decoration:none;
}
#footer span a:hover{
	text-decoration:underline;
}
#footer em{
	font-size:10px;
	width:680px;
	display:block;
	color:#85857F;
	float:left;
	line-height:12px;
	padding:10px 0 0 35px;
}

#forcast{
	display: block;
	width: 180px;
	padding:0;
	margin:0;
	overflow:hidden;
	
		
}
#forcast .widget{
	display:block;
	width:200px;
	
	overflow:hidden;
	padding:0;
	margin-top:-35px;
	margin-left: -35px;
	
	
}
#forcast img{
	display: inline;
}
/*------------table stuff ------------*/
.holder table {
	border-spacing:1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#E7E7E7;
	color: #636360;
}

caption {
	font-weight: bold;

	border-bottom:1px solid #FFFFFF;
	color: #FFF;
	padding:5px;
}

.holder td, th {
	padding: 4px;
}

thead th {
	text-align: center;
	background: #F5F5F5;
	color: #666;
	border: 1px solid #FFF;
	text-transform:uppercase;
}

tbody th {
	font-weight: bold;
}
td.price{
	font-weight: bold;
	text-align:center; 
	font-family: arial;
	font-size:15px; 
}

.holder tbody tr		{
	background-color:#FFF; 
	text-align:left;
	}
tbody tr.odd 	{
	background: #f9f9f9;
	border-top:1px solid #FFF;
}

tbody th a:link, tbody th a:visited{
	color:#96D030;
	padding:3px 0px 0px 18px;
	}
tbody th a:hover{
	color:#FF8601;
	}

.holder tbody tr td { 
	height:50px;
	background: #FFF;
	border: 1px solid #FFF;
	}

.holder tbody tr.odd td{ 
	background: #f9f9f9;
	border-top:1px solid #FFF;
	}

table td a:link, table td a:visited {
	color: #1975D7;
	text-decoration: none;
}

table td a:hover {
	color: #50ADEA;
	border-bottom:2px solid #8FD5FF;
	text-decoration: none ;
}
tbody td a{
	margin: 0 auto;
	height: 15px;
	border-bottom: 0;
	padding:3px 0px 0px 18px;
	font-weight:bold;
	color:#FF8601;
}

table a[title^="Download"] { 
	padding:20px 0px 0px 15px;
}

tfoot th, tfoot td {
	background-color:#E7E7E7; padding:10px;
	text-align:center; 
	font-family: Times New Roman, Times, serif;
	font-size:15px; 
	font-weight:normal; 
	font-style:italic;
	border-bottom:1px solid #CCC;
	border-top:1px solid #DFDFDF;
}