/* General - These apply to many elements. */

body {

	background: #3e2b1b;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

.alt {

	display: none;

}

h1,h2,h3 {

	margin: 0;

}

.nav ul {

	list-style: none;
	margin: 0;

}

.nav ul li {

	float: left;

}

.nav ul li a {

	display: block;
	padding: 2px;

}

.columnFix {

	clear: both;

}

.image {

	margin: 10px;
	border: none;

}

.left {

	float: left;

}

.right {

	float: right;

}

/* Layout */

#page {

	display: block;
	text-align: center;

}

#layout {

	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background: #553e2a;
	padding-bottom: 50px;

}

#content {

	margin: 30px 22px 0 22px;
	border-top: 1px solid #335318;
	background: #fff;

}

body#home #content {

	background: #fff url("images/content_bg_home.gif") top left repeat-y;

}

#sidebar {

	float: left;
	width: 150px;
	padding: 10px 0 10px 10px;
	position: relative;
	z-index: 10;
	background: url("images/sidebar_top.gif") top left no-repeat;
	margin-left: -146px;

}s

#footer {

	clear: both;
	margin: 0 22px;
	background: #fff url("images/content_br.gif") bottom right no-repeat;

}

/* Style Elements [graphics, fonts, etc.] */

#header {

	width: 780px;
	height: 431px;
	background: url("images/header.jpg") top left no-repeat;

}

#middle {

	position: relative;
	margin-top: -50px;

}

#middle h3 {

	float: right;
	margin-right: 50px;
	margin-top: -35px;
	margin-bottom: 0;
	width: 350px;
	height: 70px;
	position: relative;
	top: 15px;

}

body#home #middle h3 {

	background: url("images/pagetitle_welcome.png") top right no-repeat;

}

body#courseinfo #middle h3 {

	background: url("images/pagetitle_courseinfo.png") top right no-repeat;

}

body#events #middle h3 {

	background: url("images/pagetitle_events.png") top right no-repeat;

}

body#specials #middle h3 {

	background: url("images/pagetitle_specials.png") top right no-repeat;

}

body#location #middle h3 {

	background: url("images/pagetitle_location.png") top right no-repeat;

}

body#timesfees #middle h3 {

	background: url("images/pagetitle_timesfees.png") top right no-repeat;

}

body#membership #middle h3 {

	background: url("images/pagetitle_joinus.png") top right no-repeat;

}

body#members #middle h3 {

	background: url("images/pagetitle_members.png") top right no-repeat;

}

body#proshop #middle h3 {

	background: url("images/pagetitle_proshop.png") top right no-repeat;

}
body#clubhouse #middle h3 {

	background: url("images/pagetitle_clubhouse.png") top right no-repeat;

}
body#maintenance #middle h3 {

	background: url("images/pagetitle_maintenance.png") top right no-repeat;

}

#topNav {

	position: relative;
	top: -35px; 
	font-size: 14px;
	text-transform: capitalize;

}

html* #topNav {

	margin-left: 40px;

}

#topNav a {

	padding: 2px 6px;
	color: #557837;
	font-weight: bold;

}

#home #contentBody {

	background: url("images/content_bgtop.gif") top left no-repeat;

}

#sidebar ol {

	list-style: none;
	margin: 0;
	padding: 0;

}

#sidebar ol li {

	display: block;
	width: 125px;
	padding: 15px 15px 0 0;
	color: #fff;

}

#sidebar ol li a {

	color: #fff;

}

#sidebar h3 {

	color: #efff00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.5em;

}

#content .container {

	padding: 15px;
	line-height: 1.5em;
	color: #333;
	font-size: 1.25em;

}

#home #content .container {

	width: 566px;
	*width: 551px;
	padding: 15px 15px 15px 160px;
	*padding-left: 10px;

}

#bottomNav {

	text-align: center;

}

#bottomNav a {

	color: #335318;
	padding: 2px 5px;

}

#footer {

	width: 736px;
	margin-left: auto;
	margin-right: auto;

}


#footer #blLinks {

	background: #335318;
	text-align: center;
	width: 145px;
	border-left: 1px solid #fff;
	padding-bottom: 15px;

}

#footer #blLinks a img {

	position: relative;
	left: 4px;

}

#footer #tourneyDates {

	width: 146px;
	height: 87px;

}

body#home #footer #tourneyDates {

	background: url("images/sidebar_bottom.gif") top left no-repeat;

}

html* #footer #tourneyDates {
	
	margin-top: 0;

}

#footer #tourneyDates a {

	display: block;
	width: 145px;
	height: 85px;

}

#footer .container {

	background: #fff url("images/content_br.gif") bottom right no-repeat;

}

#copyright p {

	margin: 0;
	padding: 5px 30px;
	color: #fff;
	text-align: right;

}

#copyright p a {

	color: #fff;

}