/* globals */
* {
	padding: 0;
	border: 0;
	margin: 0;
}

html,body {
	background-image: url('../images/main_bg.gif');
	background-repeat: repeat-x;
	background-color: #101010;
	text-align: center;
	font-family: "Arial", "Helvetica", "Tahoma", "Verdana", sans-serif;
	font-size: 12px;
	line-height: 150%;
}

a {
	color: #FCFF00;
}

a img {
	border: 0;
	margin: 0;
}

img {
	margin: 0;
	border: 0;
	padding: 0;
}

form {
	margin: 0;
}

input.text,select.text {
	border: 1px solid #589400;
	padding: 3px;
}

h2 {
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin: auto;
}

p {
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: left;
}

td {
	vertical-align: top;
	font-size: 12px;
}

.pad {
	padding: 15px;
	text-align: left;
}

.red {
	color: #D50000;
}

/* global structures */
#container {
	width: 800px;
	background: transparent;
	margin: 0 auto;
}

#nav {
	width: 800px;
	height: 120px;
	display: table;
	margin: 0 auto;
	background: transparent;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#nav ul li a {
	display: inline;
	margin: 0;
	padding: 0;
}

/* home page */
#homeContent {
	width: 800px;
	height: 507px;
	background: transparent;
	margin: 5px auto;
}

#homeLeft {
	width: 588px;
	height: 383px;
	background-image: url('../images/home_left_bg.gif');
	background-repeat: no-repeat;
}

#homeRight {
	width: 212px;
	height: 383px;
	background-image: url('../images/home_right_bg.gif');
	background-repeat: no-repeat;
	text-align: center;
	color: #fff;
	font-size: 10px;
}

#homeLogos {
	width: 800px;
	height: 66px;
	background-image: url('../images/home_logos.gif');
	background-repeat: no-repeat;
}

#homeRight h2 {
	padding-top: 15px;
	margin-bottom: 0;
	padding-bottom: 0;
}

#homeCalendar {
	text-align: center;
}

#homeCalendar table {
	margin: 5px auto;
	color: #000;
}

#homeCalendar table td {
	width: 18px;
	height: 19px;
	background-color: #C5C7C0;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

#homeCalendar table td.orange {
	background-color: #F7BA13;
	cursor: pointer;
}

#homeCalendar table td.label {
	width: 130px;
	color: #fff;
	font-size: 10px;
	text-align: left;
	padding-left: 3px;
	background: transparent;
}

#monthYear {
	text-align: center;
	color: #fff;
	font-size: 11px;
}

#monthYear table {
	margin: 0 auto;
	padding: 0px;
}

#monthYear table td {
	color: white;
	background: transparent;
}

table#homeCalKey {
	margin: auto;
}

table#homeCalKey td {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 10px;
	vertical-align: middle;
}

#homeCalOutput {
	width: 142px;
	margin: auto;
	text-align: center;
}

#homeCalOutputTop {
	background-image: url('../images/cal_output_top.gif');
	background-repeat: no-repeat;
	width: 142px;
	height: 18px;
	margin: auto;
}

#homeCalOutputBody {
	width: 142px;
	height: auto;
	background-color: #3C5D13;
	color: #fff;
	font-size: 11px;
	line-height: 120%;
}

#homeCalOutputBody .pad {
	padding: 10px;
}

#homeCalOutputBottom {
	background-color: #F9BA17;
	text-align: center;
	color: #3C5D13;
}

#homeCalOutputBottom a {
	color: #3C5D13;
}

#homeSignup {
	background-image: url('../images/home_signup_bg.gif');
	background-repeat: no-repeat;
	width: 800px;
	height: 100px;
	margin-top: 10px;
}

#homeSignup table {
	margin: auto;
	padding-top: 10px;
}

#homeSignup table td input {
	width: 120px;
}

#homeSignup table td {
	color: #fff;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
}

#homeSignup table td .label {
	margin-left: 10px;
}

#contact {
border-top:1px dotted #848174;
margin:10px 20px 0 20px;
text-align:center;
color:#fff;
font-size:11px;
}

/* secondary pages */
#headDr {
	width: 318px;
	height: 64px;
	background-image: url('../images/sec_dr_heading.gif');
	background-repeat: no-repeat;
}

#headProshop {
	width: 318px;
	height: 64px;
	background-image: url('../images/sec_proshop_heading.gif');
	background-repeat: no-repeat;
}

#headInstruction {
	width: 268px;
	height: 61px;
	background-image: url('../images/sec_instruction_heading.gif');
	background-repeat: no-repeat;
}

#headPromo {
	width: 200px;
	height: 65px;
	background-image: url('../images/sec_promo_events_heading.gif');
	background-repeat: no-repeat;
}

#headDirections {
	width: 426px;
	height: 62px;
	background-image: url('../images/sec_directions_heading.gif');
	background-repeat: no-repeat;
}

#headMerchandise {
	width: 318px;
	height: 64px;
	background-image: url('../images/sec_merchandise_heading.gif');
	background-repeat: no-repeat;
}

#headDr h1,#headProshop h1,#headInstruction h1,#headPromo h1,#headDirections h1, #headMerchandise h1
	{
	text-indent: -9000px;
	overflow: hidden;
}

#secContent {
	width: 800px;
	height: 507px;
	background: transparent;
	margin: 5px auto;
}

#secTop {
	height: 15px;
	width: 800px;
	background-image: url('../images/sec_content_top.gif');
	background-repeat: no-repeat;
}

#secBody {
	height: auto;
	width: 800px;
	background-image: url('../images/sec_content_bg.gif');
	background-repeat: repeat-y;
	text-align: left;
}

#secBodyLeft {
	width: 592px;
	color: #fff;
}

#secBodyRight {
	width: 208px;
	color: #fff;
	height: 371px;
	background-image: url('../images/sec_right_content_bg.gif');
	background-repeat: no-repeat;
	background-position: 1px 0;
	text-align: center;
}

#secBodyRight h2 {
	margin-left: 10px;
}

#secBodyRight ul {
	margin: 15px;
}

#secBodyRight ul li {
	margin-bottom: 10px;
}

#secBottom {
	height: 15px;
	width: 800px;
	background-image: url('../images/sec_content_bottom.gif');
	background-repeat: no-repeat;
}

.secGrayboxTop,.secGrayboxBottom {
	width: 547px;
	height: 10px;
	overflow: hidden;
}

.secGrayboxTop {
	background-image: url('../images/sec_graybox_top.gif');
	background-repeat: no-repeat;
	margin-top: 10px;
}

.secGrayboxBottom {
	background-image: url('../images/sec_graybox_bottom.gif');
	background-repeat: no-repeat;
}

.secGraybox {
	width: 547px;
	height: auto;
	overflow: auto;
	background-color: #D6D6D6;
	color: #000;
	text-align: center;
}

.secGraybox a {
	color: #36580C;
}

.secGraybox table {
	margin: 5px auto;
	text-align: left;
	width: 450px;
}

img.photoThumb {
	margin: 5px 7px 5px 0;
	border: 1px solid #000;
}

.secGraybox .pad p.indent {
	margin: 0 30px 0 30px;
}

/* driving range */
#drMembership {
	width: 486px;
	height: 167px;
	background-image: url('../images/dr_membership_bg.gif');
	background-repeat: no-repeat;
	margin: 8px auto;
	text-align: center;
	line-height: 100%;
}

#drMembership table {
	margin: auto;
}

#drMembership table td {
	border-bottom: 1px solid #848174;
	padding: 3px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding-top:10px;
	padding-bottom:10px;
}

#drMembership table tr.text td {
	border: 0;
}

#drMembership table tr.bottom td {
	border:0;
}

#drMembership table td.cost {
	width: 65px;
}

#drMembership table td.type {
	width: 95px;
}

/* directions */
img.map {
	border: 1px solid #838280;
}

#table.mapFormStructure {
	width: 490px;
}

table.mapFormStructure td {
	text-align: center;
	width: 50%;
}

#mapApi {
	width: 155px;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	margin-left: 40px;
}

#mapApi table {
	width: 157px;
	font-size: 11px;
	font-weight: normal;
}

#mapApi table td {
	width: 50%;
	text-align: left;
}

#mapApi input,select {
	padding: 3px;
}

.error-msg {
	color: red;
	height: 15px;
	display: block;
	background: transparent;
	padding-left: 150px;
	margin-bottom: 10px;
}

.error-msg li {
	display: inline;
	margin-right: 20px;
}

/* foot */
#foot {
	width: 800px;
	height: 40px;
	background-image: url('../images/foot_bg.gif');
	background-repeat: no-repeat;
	padding-top: 12px;
	color: #D4D4D4;
}

#homeGreenTees {
width:800px;
height:78px;
overflow:hidden;
background-image:url('../images/home-green-tees.jpg');
background-repeat:no-repeat;
margin-top:10px;
}

.green {
color: #36580C;
}

.strong {
font-weight:bold;
}

.merchandise img {
float:left;
border:1px solid #000;
}

.merchandise div.content {
float:right;
width:347px;
}

.merchandise .pad {
padding-bottom:10px;
}

