/* CSS Document */

/******** COLOR SCHEME ******
====================*/

/*
Yellow (headings, footer text): #fcce3e
Red (blockquotes): #ec1a1a
Green (sidebar li titles): #32ba20
Blue (headings, text marquee): #2458ed
Dark gray (background color for content): #131313
Light gray (body text): #b1b1b1
Medium gray (text marquee title, text marquee entry): #808081
Medium gray 2 (border in text marquees): #4b4a4a
*/


/******** RESET *****
====================*/

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, input, th, td {
	margin: 0; padding: 0; border: 0; outline: none;
	}

html, body {
	height: 100%;
	}

body {
	color: #b1b1b1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	letter-spacing: -1px;
	}

ul, ol {
	list-style: none;
	}

.floatLeft {
	float: left;
	}

.floatRight {
	float: right;
	}

.clear {
	clear: both;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
	
	
/***** Basic Elements ****
=======================*/

body {
	background: #000 url(images/bodybg.jpg) repeat-x; 
	}

/* Text marquee settings*/
	
#news {
	background: #070707;
	padding: 20px;
	}
	
#container {
	background: transparent url(images/headerbglg.jpg) center top no-repeat;
	height: auto !important;
	height: 100%;
	margin: 0 auto -94px;
	min-height: 100%;
	width: 1263px;
	}
	
h1 {
	background: url(images/logo.png) top left no-repeat;
	height: 183px;
	position: absolute;
	margin: 0 0 0 498px;
	text-indent: -5000px;
	width: 322px;
	z-index: 7000;
	}
	
h1 a {
	display: block;
	height: 183px;
	width: 322px;
	}
	
h2 { 
	color: #fcce3e;
	font-size: 5em;
	letter-spacing: -3px;
	}

#home h2 {
	padding-top: 28px;
	}

h2.bluemargin {
	color: #2458ed;
	margin: -35px 0 0 80px;
	padding: 0;
	}
	
#about h2, #contact h2 {
	border-bottom: 1px solid #202020;
	margin-bottom: 30px;
	margin-left: 30px;
	padding: 30px 30px 30px 0;
	width: 90%;
	}
	
h3 {
	color: #808081;
	font-size: 3em;
	letter-spacing: -2px;
	margin: 20px 0 20px 20px;
	}
	
h4 { 
	border-top: 1px solid #4b4b4a;
	color: #2458ed;
	font-size: 1.2em;
	margin-top: 25px;
	padding-top: 25px;
	}
	
h5 {
	background: url(images/h5line.jpg) bottom left repeat-x;
	color: #fff;
	font-size: 2.5em;
	margin: 20px;
	padding-bottom: 20px;
	}
	
/***** Divisions *********
========================*/

#header { 	
	width: 1006px;
	}
	
.topimages {
	position: relative;
	top: 57px;
	left: 127px;
	height: 460px;
	width: 1006px;
	}
	
#nav {
	margin: 57px 0 0 127px;
	position: relative;
	width: 1005px;
	}
	
#content { 
	background: #131313 url(images/contentbg.jpg) bottom left no-repeat;
	margin: 0 0 0 127px;
	width: 1005px;
	}
	
#homecontent {
	float: left;
	padding: 0 20px;
	width: 480px;
	}
	
#textmarquee { 
	background: #070707;
	float: right;
	/*padding: 20px 20px 0 20px;*/
	margin: 0 22px 0 0;
	}
	
#textmarquee iframe {
	border: 0;
	height: 620px;
	width: 245px;
	}
	
.googlemap {
	float: left;
	margin: 30px; 
	}

.email {
	background: #32ba20 url(images/emailbg.jpg) repeat-x;
	float: right;
	height: 226px;
	margin: 30px 30px 0 0;
	width: 295px;
	}

.push, #footer {
	height: 94px;
	}

#footer {
	color: #fcce3e;
	margin: 0 auto;
	width: 1263px;
	}

#insidefooter {
	background: url(images/footerbg.jpg) top center no-repeat;
	height: 74px;
	margin: 0 0 0 123px;
	padding-top: 20px;
	position: relative;
	width: 1017px;
	}
	
/**** Unordered Lists ****
========================*/


/* Top navigation */

#nav ul {
	height: 100%;
	width: 1005px;
	}

#nav ul li {
	float: left;
	height: 89px;
	text-indent: -7000px;
	}
	
#nav ul li.first {
	background: url(images/home.jpg) top left no-repeat;
	width: 300px;
	}
	
#nav ul li.second {
	background: url(images/about.jpg) top left no-repeat;
	width: 371px;
	}
	
#nav ul li.third {
	background: url(images/contact.jpg) top left no-repeat;
	width: 334px;
	}
	
#nav ul li a {
	display: block;
	height: 89px;
	}
	
#nav ul li.first a {
	width: 300px;
	}

#nav ul li.second a {
	width: 371px;
	}

#nav ul li.third a {
	width: 334px;
	}
	
/* Go-kart and golf course on sidebar in content */

#content ul#attractions {
	background: transparent url(images/sidebarbg.jpg) top right repeat-y;
	float: left;
	width: 177px;
	}
	
#content ul#attractions li {
	color: #32ba20;
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 35px;
	padding-left: 28px;
	width: 130px;
	}
	
#content ul#attractions li img {
	border: 5px solid #323030;
	margin-bottom: 9px;
	}
	
#content ul#attractions li.first {
	margin-top: 28px;
	}

/* Bottom navigation lists */

#insidefooter ul {
	background: url(images/footerlines.png) top right no-repeat;
	float: left;
	padding: 0 70px;
	width: 230px;
	}
	
#insidefooter ul.first {
	padding-left: 10px;
	}

#insidefooter ul.last {
	background: none;
	padding-right: 0;
	}
	
#insidefooter ul li {
	font-size: 1.5em;
	line-height: 1.2;
	}	
	

/******* Paragraphs *****
=======================*/

#content p {
	font-size: 1.7em;
	letter-spacing: -.5px;
	line-height: 1.2;
	margin-top: 20px;
	}

#news {
	font-size: 1em;
	letter-spacing: -.5px;
	margin-top: 10px;
	}
	
#about #content p, #contact #content p {
	font-size: 2.5em;
	margin: 0 30px;
	}

#contact #content .email p {
	margin: 0 20px;
	}
	
#news p.small {
	color: #333333;
	font-size: .7em;
	margin: 970px 0;
	padding: 10px 0;
	}
	
#contact #content p.map {
	font-size: 1.2em;
	}
	
/******* Blockquotes ****
=======================*/

.welcome {
	color: #ec1a1a;
	font-size: 2em;
	line-height: 1.2;
	margin: 15px 0;
	}
	
.disclaimer {
	color: #ec1a1a;
	font-size: 1.8em;
	line-height: 1.2;
	margin: 15px 0;
	}
	
.holeinone {
	background: url(images/holeinone.png) top left no-repeat;
	float: left;
	height: 142px;
	margin: 18px 18px 18px -50px;
	text-indent: -7000px;
	width: 142px;
	}
	
/****** Data container in iframed news page *
=======================*/

#datacontainer { 
	margin: 0 auto;
	position: relative;
	}
	
/*************** Links ****
=======================*/

a:link { 
	color: #fcce3e;
	text-decoration: none;
	}
	
a:visited {
	color: #e39c12;
	text-decoration: none;
	}
	
a:hover {
	color: #fff;
	text-decoration: none;
	}
	
a:active {
	color: #2458ed;
	text-decoration: none;
	}
	
.email p a:link {
	color: #000;
	}
	
.email p a:hover {
	color: #fcce3e;
	}
	
#news p.small a {
	color: #666666;
	}