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

html, body {
	height:100%;
	margin:0;
	width:100%;
	background-image:url(../_images/page_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color:#161d16;
	text-align: center; /* used to centre the main div */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003300;
}


* :focus { outline: 0; }

/* Custom text */

a:link {
	color: #161D16;
	text-decoration: none;
}
a:visited {
	color: #303730;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: #333333;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 15px;
}

/* end Custom text */

/* Content */

#main_wrapper {
	width: 858px;
	height: auto;
	margin: 0 auto; /* align for good browsers */
	text-align: left; /* counter the body center */	
}

/* Header */

#header_wrapper {
	position: relative;
	clear:both;
}

#logo {
	width: 217px;
	height: 134px;
	border: 0;
	position: relative;
	float: left;
}

#logo img {
	margin: 7px 0 0 50px;
	border: 0;
}

#header_content {
	width: auto;
	width: auto;
	margin: 90px 15px 0 0;
	position: relative;
	float: right;
	
	color: #fffaf4;
	text-align: right;	
}

#header_content a {
	color: #fffaf4;
	text-decoration: none;
}
#header_content a:hover {
	text-decoration: underline;
}

/* end Header */


/* Body */

#body_wrapper {
	width: 858px;
	height: auto;
	padding: 10px 0 0 0;
	position: relative;
	clear:both;
}

#body_top {
	width: 858px;
	height: 9px;	
	background: transparent url(../_images/body_bg_top.png) no-repeat;
	font-size: 0;
}

#body_content {
	width: 858px;
	min-height: 550px;
	height: auto !important;
	height: 550px;
	background: transparent url(../_images/body_bg_centre.png) repeat-y;
}

#body_bottom {
	width: 858px;
	height: 12px;	
	background: transparent url(../_images/body_bg_bottom.png) no-repeat;
	position: relative;
	clear: both;
}

/* Nav 1 */

#nav1 {
	background:url(../_images/nav1_bg.jpg) no-repeat;
	width: 840px;
	height: 37px;
	margin: 0 0 0 12px;
	font-size: 14px;
}

#nav1 a {
	text-decoration: none;
	padding: 8px 21px 0;
}
#nav1 a:hover {
	text-decoration: none;
}

#nav1_home a {
	position: relative;
	float: left;
}
#nav1_golf a {
	position: relative;
	float: left;
}
#nav1_membership a {
	position: relative;
	float: left;
}
#nav1_dining a {
	position: relative;
	float: left;
}
#nav1_lessons a {
	position: relative;
	float: left;
}
#nav1_contact a {
	position: relative;
	float: left;
}

/* end Nav 1 */

/* Flash */

#flash_slideshow {
	width: 836px;
	height: 159px;
	margin: 0 0 0 12px;
}

/* end Flash */

/* Nav2 */

#nav2_wrapper {
	width: 229px;
	height: auto;
	margin: 0 0 0 12px;
	position: relative;
	float: left;
}

#nav2_heading {
	width: 214px;
	height: auto;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0 5px 15px;
}

#nav2_top {
	width: 229px;
	height: 5px;
	background:url(../_images/nav2_top.jpg) no-repeat;
	font-size: 0;
}
#nav2_centre {
	width: 229px;
	background:url(../_images/nav2_centre.jpg) repeat-y;
}

#nav2_text {
	width: 210px;
	padding: 0 0 0 10px;
}

#nav2_text ul {	
	margin: 0;
	padding: 0;
}

#nav2_text li {
	background: url(../_images/li_logo.gif) left 3px no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
	list-style: none;
}
#nav2_text li ul li {
	margin: 3px 0 0 0;
}



#nav2_text p {
	margin: 0 0 0 0;
}

#nav2_bottom {
	width: 229px;
	height: 7px;
	background:url(../_images/nav2_bottom.jpg) no-repeat;
}

/* end Nav2 */

/* Info area */

#info_area {
	width: 550px;
	height: auto;
	margin: 5px 0 0 10px;
	position: relative;
	float: left;
	clear: right;
}

#info_area img {
	border: 0;
}

#info_area p {
	margin: -3px 0 18px 0;
}

#spacer {
	width: 100%;
	height: 1px;
	position: relative;
	float: inherit;
	clear: both;
}

.hole_image {
	padding: 0 10px 0 0;
}

/* end Info area */

/* Contact form */

#contact-area {
	width: 450px;
	margin: 0;
	padding: 0;
	border: 0;
	margin: 25px 0 15px 0;
}

#contact-area input, #contact-area textarea, #contact-area select {
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 200px;
	font-size: 12px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 70px;
	margin: 0 0 0 0;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
}

#notification {
	color: #5B0B0B;
	font-weight: bold;
}

/* end Contact form */

/* Misc info area styles */

.faq-question {
}

.faq-answer {
	display:none;
	font-weight: bold;
}

/* end Misc info area styles */

/* end Body */

/* Footer */

#footer {
	width: 858px;
	color: #464f46;
	font-size: 12px;
	position: relative;
	clear: both;
	margin: 0 auto;
}

#footer a {
	color: #464f46;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#thermosis {
	width: 600px;
	position: relative;
	float: right;
	clear: both;
	text-align: right;
	margin: 5px 22px 5px 0;
}

/* end Footer */

/* end Content */
