
/* ---------------------------------- Global Resets ---------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: middle;
}
p, ul {
	line-height: 18px;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a {
	cursor: pointer;
}

/* ---------------------------------- Styles ---------------------------------- */

body, a, textarea {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-size: 12px;
}

body {
	background: url(images/bodyBackground.jpg) no-repeat center 200px #000000;
}

#container {
	width: 1000px;
	margin: 0 auto 0 auto;
	padding: 0 0 25px 0;
}

/* ---------------------------------- Header ---------------------------------- */

#header {
	width: 1000px;
	height: 270px;
	background: url(images/header/1.png) no-repeat top center;
}

#header img {
	position: absolute;
	z-index: 1;
}

#header p {
	text-align: right;
	position: absolute;
	width: 915px;
	top: 75px;
	z-index: 10;
	color: #FFFFFF;
}

#header a {
	color: #FFFFFF;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}

/* ---------------------------------- Page Content ---------------------------------- */

#pageContent {
	background: url(images/containerBackground.gif) repeat-y;
}

/* ---------------------------------- Main Nav ---------------------------------- */

#mainNav {
	margin: 0 0 0 57px;
}

#mainNav a {
	text-decoration: none;
	height: 73px;
	display: block;
	float: left;
	background-position: top;
}

#mainNav a:hover {
	background-position: bottom;
}

#welcomeBtn {
	width: 168px;
	background-image: url(images/mainNav/welcome.png);
}

#instructionBtn {
	width: 179px;
	background-image: url(images/mainNav/instruction.png);
}

#clubFittingBtn {
	width: 183px;
	background-image: url(images/mainNav/clubFitting.png);
}

#fitnessBtn {
	width: 181px;
	background-image: url(images/mainNav/fitness.png);
}

#clubSalesBtn {
	width: 174px;
	background-image: url(images/mainNav/clubSales.png);
}

.onPage {
	background-position: bottom !important;
}

/* ---------------------------------- Main Content ---------------------------------- */

#mainContent {
	margin: 0 69px 0 69px;
	clear: both;
}

#mainContent td {
	padding: 10px;
	vertical-align: top;
}

#mainContent h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: bold;
	margin: 10px 0 0 0;
	color: #330000;
}

#mainContent h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 15px;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	color: #330000;
	background: url(images/h2Background.png) no-repeat bottom left;
}

#mainContent a {
	text-decoration: none;
	color: #350000;
}
#mainContent a:hover {
	text-decoration: underline;
}

#mainContent p {
	font-size: 12px;
	margin: 10px 0 0 0;
}

#mainContent ul {
	font-size: 12px;
	margin: 10px 0 0 30px;
	list-style-type: disc;
}

#mainContent li {
	margin: 5px 0 0 0;
}

.wgcButton a {
	width: 239px;
	height: 88px;
	margin: 10px auto 0 auto;
	display: block;
	background: url(images/wgc.png) no-repeat top #000000;
}
.wgcButton a:hover {
	background-position: bottom;
}

.mainContentImage {
	text-align: center;
}

.bioTable {
	width: 100%;
	margin: 0 0 0 -10px;
}

.bioTable td, .bioTable th {
	padding: 0 !important;
	vertical-align: bottom !important;
}

.bioTable td {
	width: 100% !important;
	padding: 0 0 10px 5px !important;
}

.bioTable h1 {
	font-size: 20px !important;
}

.bioTable h2 {
	font-size: 12px !important;
}

.bioTable img {
	width: 125px;
	height: 100px;
	padding: 16px;
	background: url(images/bioImageBackground.png) no-repeat center;
}

.ratesTable td, .ratesTable th {
	width: 0 !important;
}

.ratesTableLabels {
	width: 80px !important;
}

.ratesTable th {
	font-weight: bold;
	color: #350000;
}

.ratesTable th h1 {
	font-size: 14px !important;
	padding: 0 0 5px 0;
}

.contactTable {
	width: 100%;
	margin: 10px 0 0 0;
}

.contactTable td, .contactTable th {
	padding: 2px 0 0 0 !important;
}

.contactTable td input {
	width: 60%;
}

.contactTable td textarea {
	width: 100%;
}

.contactTable th {
	width: 100px !important;
	vertical-align: top;
}

/* ---------------------------------- Side Bar ---------------------------------- */

#sideBar {
	text-align: center;
	margin:0 0 0 0;
}

#sideBar h1 {
	font-size: 20px;
}

#sideBar h2 {
	font-size: 12px;
	font-style: italic;
	margin-bottom: 10px;
	padding: 0 0 0 0;
	background: none;
}

#sideBar p {
	font-size: 12px;
	text-align: left;
	margin-left:10px;
	font-style:italic;
}

#lesson-btn {
	position:relative;
	float:left;
	width:220px;
	height:220px;
	margin-left:60px;
	margin-top:30px;
	background-image:url(images/lessons.png);
}

#lesson-btn:hover {
	background-position:0 -220px;
}

/* ---------------------------------- Sub Nav ---------------------------------- */

.subNav {
	height: 50px;
	margin: 0 0 0 -10px;
	
}

.subNav td {
	padding: 0 !important;
	vertical-align: middle !important;
	background: url(images/subNavBackground.png) repeat-x;
}

.subNav a {
	font-size: 14px !important;
	font-weight: bold;
	margin: 10px;
	color: #c9c9c9 !important;
	text-decoration: none !important;
}

.subNav a:hover {
	color: #FFFFFF !important;
}
	
.subNavLeft {
	width: 15px;
	background: url(images/subNavBackgroundLeft.png) no-repeat right !important;
}
	
.subNavRight {
	width: 15px;
	background: url(images/subNavBackgroundRight.png) no-repeat right !important;
}

/* ---------------------------------- Footer ---------------------------------- */

#footer {
	font-size: 12px;
	height: 36px;
	padding: 20px 69px 0 69px;
	color: #FFFFFF;
	background: url(images/footerBackground.gif) no-repeat top;
}

#golf_course_link a{
	
	text-decoration:none;
	color:#CCC;
}

#golf_course_link a:hover{
	
	color:#FFF;
	
}

#copyright {
	
	float:right;
	color:#CCC;
}

#top_nav a{
	text-decoration:none;
	color:#CCC;
	
}

#top_nav a:hover{
	
	color:#FFF;
	text-decoration:none;
	
}

.bold {
	
	font-weight:bold;
}

.pic {
	size:50%;
}

#course_link {
	position:relative;
	background-image:url(images/course-button.png);
	background-repeat:no-repeat;
	width:239px;
	height:88px;
	margin-left:115px;
	margin-bottom:20px;
	text-indent:-999em;
}

#course_link:hover {
	background-position:0 -88px;
}



	
