@charset "UTF-8";
/* CSS Document */

body, ul, li, p {
	margin:0px;
	padding:0px;
	}
body {
	text-align:center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	}
a {color:#FFFFFF; }
a:hover {color:#CCCCCC;}	
a img {border:0px;}
p {line-height:18px; }
h1 {font-size:16px;}
h2 {
	font-size:14px;
	margin:0 0 3px 0;
	}
	
h3 {
	font-size:14px;
	margin:0 0 3px 0;
	color: #7D8F25;
	
	}
	
	
.clear {
	clear:both;
	height:0px;
	}
.header {width:825px;text-align:left;margin:10px auto 5px auto;}
.header .logo {position:relative;top:0;left:0;}
.content {
	width:825px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	margin:0 auto 0 auto;
	text-align:left;
	}
.content2 {
	width:825px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	margin:0 auto 0 auto;
	text-align:left;
	background-color:#fff;
	}

/* ----- MAIN NAVIGATION ------ */

#mainNav {
	height:19px;
	width:825px;
	margin:0 auto 0 auto;
	text-align:left;
	}
#mainNav span, #row2Home .rightCol a span {
	display:none;
	visibility:hidden;
	}
#mainNav li {
	float:left;
	margin:0;
	height:9px;
	list-style-type:none;
}
#mainNav a {
	display:block;
	float:left;
	height:9px;
	}
#nav1 a {
	width:67px;
	background:url(images/nav_01.gif) 0 18px;
	}
#nav1 a:hover {
	background:url(images/nav_01.gif) 0 0px;
	}
#nav1 a.active {
	background:url(images/nav_01.gif) 0 9px;
	}
#nav2 a {
	width:67px;
	background:url(images/nav_02.gif) 0 18px;
	}
#nav2 a:hover {
	background:url(images/nav_02.gif) 0 0px;
	}
#nav2 a.active {
	background:url(images/nav_02.gif) 0 9px;
	}
#nav3 a {
	width:115px;
	background:url(images/nav_03.gif) 0 18px;
	}
#nav3 a:hover {
	background:url(images/nav_03.gif) 0 0px;
	}
#nav3 a.active {
	background:url(images/nav_03.gif) 0 9px;
	}
#nav4 a {
	width:99px;
	background:url(images/nav_04.gif) 0 18px;
	}
#nav4 a:hover {
	background:url(images/nav_04.gif) 0 0px;
	}
#nav4 a.active {
	background:url(images/nav_04.gif) 0 9px;
	}
#nav5 a {
	width:156px;
	background:url(images/nav_05.gif) 0 18px;
	}
#nav5 a:hover {
	background:url(images/nav_05.gif) 0 0px;
	}
#nav5 a.active {
	background:url(images/nav_05.gif) 0 9px;
	}
#nav6 a {
	width:54px;
	background:url(images/nav_06.gif) 0 18px;
	}
#nav6 a:hover {
	background:url(images/nav_06.gif) 0 0px;
	}
#nav6 a.active {
	background:url(images/nav_06.gif) 0 9px;
	}
#nav7 a {
	width:67px;
	background:url(images/nav_07.gif) 0 18px;
	}
#nav7 a:hover {
	background:url(images/nav_07.gif) 0 0px;
	}
#nav7 a.active {
	background:url(images/nav_07.gif) 0 9px;
	}

/* ----- HOME PAGE STRUCTURE ------ */

#row1Home {background-color:#292929;}
#row2Home {background-color:#7d8f25;}
#row1 {background-color:#7d8f25;}
#row2 {background-color:#292929;}
#mainContent {background-color:#e3e3e3;}

/* ----- IMAGE BOX WITH GREY BARS ------ */
.container{
	position:relative;
	overflow:hidden;
	height:423px;
	}
.container2{
	position:relative;
	overflow:hidden;
	height:317px;
	}	
.imageBg {
	position:absolute; 
	top:0; 
	left:0; 
	z-index:0;
	}
.courses, .info {
	background-color:#000000;
	width:825px;
	position:absolute;
	z-index:1;
	opacity:.8;filter: alpha(opacity=80);
	overflow:hidden;
	}
.courses {
	top:0;
	left:0;
	padding:7px 0px;
	text-align:center;
	}
.info {
	bottom:0;
	left:0;
	padding:10px 0px;
	}
.courseLogo {
	margin:0px 25px;
	cursor:pointer;
	cursor:hand;
	}
.courseLogo:hover {
	opacity:.7;
	filter: alpha(opacity=50);
	}
.imgTitle {
	float:left;
	margin-left:10px;
	}

	
/* ----- HOME PAGE ROW2 ------ */

#row2Home .content {
	border-top:1px solid white;
	background-color:#a4bb30;
	color:#fff;
	}
#row2Home .leftCol {
	width:590px;
	float:left;
	margin:20px;
	}
.leftCol img {
	margin-bottom:10px;
	}
#row2Home ul.rightCol {
	float:right;
	width:134px;
	margin:50px 20px 10px 0px;
	}
#row2Home .rightCol li {
	list-style-type:none;
	height:10px;
	margin-bottom:10px;
	}
#row2Home .rightCol a {
	display:block;
	height:10px;
	}
/* ----- SUBNAV ROLLOVERS ------ */

#row2Home .rightCol a#subnav1 {
	background:url(images/subnav_01.gif) 0px 10px;
	width:114px;
	}
#row2Home .rightCol a#subnav1:hover {
	background:url(images/subnav_01.gif) 0px 0px;
	}
#row2Home .rightCol a#subnav2 {
	background:url(images/subnav_02.gif) 0px 10px;
	width:107px;
	}
#row2Home .rightCol a#subnav2:hover {
	background:url(images/subnav_02.gif) 0px 0px;
	}
#row2Home .rightCol a#subnav3 {
	background:url(images/subnav_03.gif) 0px 10px;
	width:134px;
	}
#row2Home .rightCol a#subnav3:hover {
	background:url(images/subnav_03.gif) 0px 0px;
	}

/* ----- MAIN CONTENT ------ */

#mainContent .content {
	background-color:#fff;
	}
#mainContent .leftCol {
	float:left;
	width:550px;
	}
#mainContent .rightCol {
	float:right;
	background-color:#292929;
	width:275px;
	color:#fff;
	}
#mainContent .rightCol h1 {
	margin:20px 0 0 20px;
	}
#mainContent .rightCol p {
	margin:0 20px 0 20px;
	}
#mainContent .rightCol .courseIcons {
	margin:40px 20px 20px 20px;
	}
#mainContent .leftCol h1 {
	margin:20px 0 0 20px;
	}
#mainContent .leftCol p {
	margin:0 20px 0 20px;
	}
#mainContent .leftCol a {
	color:#666666;
	}
/* ----- FOOTERS ------ */

#footer, #footerHome {
	font-size:10px;
	text-align:left;
	width:825px;
	color:#666666;
	}
#footerHome {
	margin:0px auto;
	}
#footerHome .leftCol, #footer .leftCol {
	float:left;
	margin:20px 0 0 20px;
	width:260px;
	padding-bottom:20px;
	}
#footerHome .rightCol, #footer .rightCol {	
	float:right;
	width:500px;
	margin:20px 20px 0 0;
	text-align:right;
	background-color:#fff;
	}
#footerHome .rightCol li, #footer .rightCol li {
	list-style-type:none;
	display:inline;
	padding:0px 1px;
	}
#footerHome .rightCol a, #footer .rightCol a {
	color:#666666;
	}
	
/* ----- EVERYTHING ELSE ------ */
#row1 .content {
	background-color:#a4bb30;
	border-bottom:1px solid #fff;
	}
#row1 .content2 {
	background-color:#a4bb30;
	}
.row1head {
	margin:70px 0 20px 20px;
	}
.mapInfo {
	z-index:1;
	}
.info .leftCol {
	float:left;
	width:450px;
 	color:#ffffff;	}
.info .leftCol h1 {
	margin:0px;
	}
.courseIcon {
	float:left;
	margin:0px 15px;
	}
.leftCol2 {
	width:480px;
	float:left;
	margin:20px 0 0 20px;
	color:#666666;
	}
.rightCol2 {
	width:290px;
	float:right;
	margin:20px 0px 20px 20px;
	}
.leftCol3 {
	width:350px;
	float:left;
	color:#666666;
	margin:20px 0 40px 20px;
	}
.rightCol3 {
	width:280px;
	float:left;
	color:#666666;
	margin:20px 0 40px 20px;
	}
.leftCol3 ul, .rightCol3 ul {
	margin:3px 0 0 15px;
	}
.leftCol3 li {
	margin-bottom:3px;
	}
.teeTable {	
	width:260px;
	margin:20px 0px;
	}
.teeTable td {
	padding:1px;
	}
.teeTable th {
	font-size:14px;
	}
.left {
	float:left;
	}
.featuredIntro {
	color:#fff;
	background-color:#525252;
	}
.featuredIntro h2 {
	padding:20px 0 0 20px;
	}
.featuredIntro p {
	padding: 0 20px 20px 20px;
	}
	
	/* ------ Special blocks ---*/
	
a#specials span, a#eighteenholes span, a#nineholes span {
	display:none;
	visibility:hidden;
	}
 
a#eighteenholes {
	background:url(images/18holes.gif) top left no-repeat;
	width:274px;
	height:231px;
	float:left;
	}
a#eighteenholes:hover {
	background:url(images/18holes_over.gif) top left no-repeat;
	}
a#nineholes {
	background:url(images/9holes.gif) top left no-repeat;
	width:275px;
	height:231px;
	float:left;

	}
a#nineholes:hover {
	background:url(images/9holes_over.gif) top left no-repeat;
	}
a#specials {
	background:url(images/discounts.gif) top left no-repeat;
	width:275px;
	height:231px;
	float:right;

	}
a#specials:hover {
	background:url(images/discounts_over.gif) top left no-repeat;
	}
.fullCol {
	color:#525252;
	margin:20px;
	}
.fullCol p {
	display:block;
	margin-bottom:20px;
	}
/* * * */
#row2 .leftColContent {
	width:405px;
	float:left;
	color:#666666;
	font-size:14px;
	padding:20px 0px;
	margin-right:25px;
	}
#row2 .leftCol2 {
	width:450px;
	float:left;
	color:#666666;
	font-size:14px;
	padding:20px 0px;
	margin-right:25px;
	}
#row2 .leftColContent p {
	margin: 0 0 15px 20px;
	}
#row2 .rightCol {
	width:290px;
	float:left;
	background:#3d3d3d;
	margin:20px 0px;
	}
.miniNav {margin-left:20px;}	
.miniNav li {
	display:inline;
	}	
.miniNav a {
	text-transform:uppercase;
	color:#a4bb30;
	text-decoration:none;
	}
.miniNav a:hover {
	color:#82922e;
	}
.miniNav img {
	float:left;
	}
div.miniNav {
	height: 50px;
	margin-top:20px;
	}
div.miniNav a.left {
	padding:10px 0 0 20px;
	display:block;
	float:left;
	}
ul.locationsList {
	margin-left:5px;
	}
.locationsList li {
	float:left;
	list-style-type:none;
	padding:5px 2px 20px 2px;
	}
 div.head {
	text-transform:uppercase;
	color:#a4bb30;
	padding-top:15px;
	border-bottom:0px;
	}
/* ----- DETAILS ------ */

.details {
	float:left;
	background:#3d3d3d;
	margin:20px 0px;
	}

.details1 table {
	margin:20px;
	}
	
.details1 {
	width:375px;
	float:left;
	background:#3d3d3d;
	margin:20px 0px;
	}
/* ----- TABLES OH, THE TABLES ------ */

.rates td, .golfClub td, .golfClub th {
	padding:2px;
	border-bottom:1px solid #494949;
	color:#fff;
	}
.rates th {
	border-bottom:1px solid #a4bb30;
	text-align:left;
	color:#a4bb30;
	}
tr.head td {
	text-transform:uppercase;
	color:#a4bb30;
	padding-top:8px;
	border-bottom:0px;
	}
tr.head2 td {
	text-transform:uppercase;
	color:#a4bb30;
	padding-bottom:8px;
	border-bottom:1px solid #a4bb30;
	margin-bottom:10px;
	}
td.colRight, th.colRight {
	text-align:right;
	width:20%;
	}
.contact td {
	padding:2px 0px;
	color:#fff;
	vertical-align:top;
	}
input.formfields, textarea.formfields  {
	background-color:#666666;
	border:1px solid #333333;
	width:200px;
	}
td.green, .green {
	color:#a4bb30; 
	font-weight:normal;
	text-decoration:none;
	}
.formButton {
	background-color:#a4bb30;
	color:#fff;
	text-transform:uppercase;
	border:0px;
	width:200px;
	padding:5px 0px;
	border:1px solid #333333;
	}
table.golfClub {
	width:320px;
	}
.golfClub td.nb {
	border-bottom:0px;
	}
.golfClub .pt td {
	padding-top:30px;
	}
th.greenhead{
	color:#a4bb30; 
	font-weight:normal; 
	padding-top:10px;
	}
.white {
	padding:20px;
	color:#fff;
	}
/* ----- MININAVS ------ */

.info ul {
	float:right;
	margin: 5px 10px 0 0;
	}
.info ul.detailsLinks {
	float:right;
	margin: 60px 10px 0 0;
	}
.info li {
	float:left;
	list-style-type:none;
	}

.info li span {
	display:none;
	visibility:hidden;
	} 
a#bookNow, a.bookNow {
	background:url(images/bookNow.gif) left -11px no-repeat;
	width:71px;
	height:13px;
	display:block;
	}
a#viewAll {
	background:url(images/viewAllCourses.gif) left -11px no-repeat;
	width:113px;
	height:13px;
	display:block;
	}
a#bookNow:hover, a.bookNow:hover {
	background:url(images/bookNow.gif) left 2px no-repeat;
	}
a#viewAll:hover {
	background:url(images/viewAllCourses.gif) left 2px no-repeat;
	}
a.viewSpecials {
	background:url(images/viewSpecials.gif) left -11px no-repeat;
	width:97px;
	height:13px;
	display:block;
	}
a.getInfo {
	background:url(images/getInfo.gif) left -11px no-repeat;
	width:57px;
	height:13px;
	display:block;
	}
a.viewSpecials:hover {
	background:url(images/viewSpecials.gif) left 2px no-repeat;
	}
a.getInfo:hover {
	background:url(images/getInfo.gif) left 2px no-repeat;
	}



.text,
.bg,
.logo,
.links {
position:absolute;z-index:11;text-align:left;display:block;white-space:nowrap;
}

.logo {
	top:8px;left:14px;
}
.links {
	top:20px;left:120px;
}

.links li {
	line-height:1em;
}
.links a {text-decoration:none;text-transform:uppercase;font-size:.85em;}
.links a:hover {color:#a4bb30;}
.text {
	top:82px;left:14px;
	font-weight:bold;color:#fff;
}
.dot
	{
	cursor:pointer;
	cursor:hand;
}
li span {
	display:block;
	} 
li {
	list-style-type:none;
	} 

#map1,
#map2,
#map3,
#map4,
#map5,
#map6,
#map7,
#map8 {position:absolute;top:-2500px; left:-2500px}

