@charset "utf-8";
/*
Basic Style Sheet

version: 1.1
author: Deyga Media, LLC
email: info@deygamedia.com
website: http://www.deygamedia.com/
*/
* {
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 860px;
	margin: 20px auto;
	text-align: left; /* fixes ie6 alignment issues*/
	background-color: #FFFFFF;
}
#content {
	width: 860px;
	background-color: #FFFFFF;
	
}
body {
	background: #7e6a44 url(../images/background-full.jpg) no-repeat top fixed;
	min-width: 820px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
}
#header {
	float: left;
	width: 860px;
	height: 146px;
	background-color: #fff;
    -moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;


}

p {
	padding-top: 10px;
	padding-bottom: 8px;
}
a:link, a:active {
	color:#009966;
	text-decoration: underline;
}
a:hover {
	color: #009966;
	text-decoration: none;
}
a:visited {
	color:#996633;
	text-decoration: underline;
}
.content_text {
	padding-top: 20px;
	line-height: 1.3em;
}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

h2 {
	padding-top: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size:14px;
	color: #06432B;
	line-height: 28px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BAB5A9;
	padding-bottom: 10px;
}
h3 {
	font-size: 14px;
	color: #927e49;
	margin-top: 0px;
	margin-bottom: 8px;
	font-weight: bold;
	padding-bottom: 3px;
	line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	clear: both;
	padding-top: 3px;
	text-transform: uppercase;
	margin-right: 0px;
	margin-left: 0px;
}
h6{
	padding-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size:14px;
	color: #06432B;
	line-height: 28px;
	margin: 0px;
	padding-bottom: 10px;
}
/*---------------------------------------------------header-----------------------------------*/
#header {
	float: left;
	width: 860px;
	height: 146px;
	background-color: #FFFFFF;
}
#logo {
	width: 670px;
	height: 166px;
	float: left;
	clear: both;
	padding-bottom: 10px;
}
#social {
	width: 221px;
	height: 146px;
	float: left;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: right;
}
#header_right {
	width: 165px;
	height: 50px;
	float: right;
	text-align: right;
	padding-right: 2px;
}
.header p {
	color: #333;

}
#2011-social {
	width: 175px;
	height: 96px;
	float: left;
	text-align: right;
	padding-bottom: 10px;
}
#nav_bar {
	height:44px;
	width: 860px;
	background: url(../images/navigation_bg.gif) no-repeat;
	float: left;
}
#nav_bar ul {
	width: 860px;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	height: 44px;
	font: normal 14px Arial, Helvetica, sans-serif;
}
#nav_bar ul li {
	float: left;
}
#nav_bar ul a {
	display: block;
	padding: 0 1.5em;
	line-height: 3.1em;
	text-decoration: none;
	float: left;
	color: #FFF;
	background: url(../images/divider.gif) no-repeat left center;
}
#nav_bar li a:hover {
	color:#66cc99;
}
#nav_bar ul .first a {
	background: none;
}

#main_content {
	margin: 0;
	padding: 0;
	width: 860px;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	border-top: 1px solid #d4d4d4;
	float: left;

}
#main_img_holder {
	text-align: center;
	padding-left: 25px;
	background: #FFF;
	width: 800px;
	height: 510px;
}
#main_img {
	float: left;
	width: 800px;
	height: 300px;
	margin: 2px;
	padding: 2px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	background: #fff;
}
#inner_img {
	width: 600px;
	height:200px;
	float: left;
}
#main_content img {
	background-color:#E8E6DD;
	margin: 10px 0 10px 0;
	padding: 3px;
	border-left: 1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
	border-top: 1px solid #B5B5B5;
	border-bottom: 1px solid #B5B5B5;
}


#inner_content{
	width: 600px;
	float:left;
	padding: 10px 10px;
}
#inner_content h1 { 
	margin-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 24px;
	color: #927e49;
	line-height: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BAB5A9;
	padding-bottom: 10px;
}
#inner_content h4 { 
	margin-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 24px;
	color: #927e49;
	line-height: 28px;
	padding-bottom: 3px;
}
#inner_content ul {
	margin: 0;
	padding: 0;
	list-style-type: disc;
	padding-left: 25px;
}
#inner_content li {
	padding-left: 10px;
}
#course_img {
	width: 580px;
	float: left;
	background-color: #fff;
	margin: 2px;
	padding: 2px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}
#course_img_holes {
	width: 600px;
	float: left;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}
#next_arrowLT {
	float: left;
	width: 300px;
	height: 35px;
	padding-left: 1px;
	padding-bottom: 0px;
	padding-top: 3px;
}
#next_arrowRT {
	float: left;
	width: 290px;
	height: 35px;
	padding-bottom: 0px;
	padding-top: 3px;
	padding-right: 0px;
}
.maroon {
	background-color:#990000;
	padding-left:3px;
	color: #FFF;
}
.black {
	background-color: #000;
	padding-left:3px;
	color: #FFF;
}
.silver {
	background-color:#999;
	padding-left:3px;
	color: #FFF;
}
.gold {
	background-color:#999933;
	padding-left:3px;
	color: #FFF;
}
.hdcp {
	background-color: #ececeb;
	padding-left:3px;
}
#hole_tip {
	width: 600px;
	clear: both;
	float: left;
}

/*-------------------------------------------------- Sub Nav -----------------------------------*/
#sub_nav {
	width: 235px;
	float:right;
	padding-top: 20px;
	padding-left: 0px;
	clear: none;
}
#sub_nav h2 {
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 0px;
	border-bottom: 1px solid #DADADA;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#sub_nav h2 a {
	padding-left: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 9px;
	padding-right: 25px;
	padding-bottom: 11px;
	display: block;
	color: #226f51;
	text-decoration: none;
	margin: 0px 0px 0px 1px;
}

#sub_nav h2 a:hover {
	color: #009966;
	background-color:#e1e1d2;
}

#sub_nav h2 select a {
	background:url(../images/bulletLeftOnWhite.gif) left 2px no-repeat;
	margin-left: 0px;
	padding-left: 41px;
}

#sub_nav  h3 {
	margin-left: 25px;
	font-size: 15px;
	line-height: 20px;
	margin-top: 5px;
	margin-right: 25px;
	text-transform: none;
	padding-top: 0px;
	padding-bottom: 3px;
	color:#927e49;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#sub_nav p {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: -3px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 12px;
	font-size: 12px;
	line-height: 17px;
	color: #226f51;
}

#contactPage #sub_nav p {
	margin-bottom: 25px;
}


/* -------------------------------------------------- Misc -------------------------------------------- */
.frameborder_left {
	float: left;
	background-color:#E8E6DD;
	margin-top: 10px;
	padding: 3px;
	border-left: 1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
	border-top: 1px solid #B5B5B5;
	border-bottom: 1px solid #B5B5B5;
}
.frameborder_right {
	float: right;
	background-color:#E8E6DD;
	margin-top: 3px;
	margin-left: 5px;
	padding: 3px;
	border-left: 1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
	border-top: 1px solid #B5B5B5;
	border-bottom: 1px solid #B5B5B5;
}
.frameborder_staff {
	background-color:#E8E6DD;
	padding: 2px;
	border-left: 1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
	border-top: 1px solid #B5B5B5;
	border-bottom: 1px solid #B5B5B5;
}
.underline {
	background-image: url(../images/sub_navUnderline.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.arrow_link_rt {
	background: url(../images/next_arrow.gif) no-repeat;
	padding-left: 30px;
}
#memberships ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#memberships li {
	padding-left: 30px;
	height: 25px;;
}
#all_holes {
	width: 600px;
	padding-bottom: 5px;
	float: left;
}
/*-----------------------------------------------------Form------------------------------------------*/
.cForm {
	font-size: 13px;
	color: #06432B;
}

.cForm td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD7CB;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
	background-color: #F2EFE9;
	padding-left: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
}

.cForm input, .aForm textarea {
	width: 98%;
}

.cForm   .tableHead3 p {
	font-size: 14px;
	text-transform: uppercase;
	color: #333;
	padding: 0px;
	margin: 0px;
}

.cForm .tableHead3 {
	background-color: #176948;
	background: url(../images/topTable.gif) repeat-x;
	background-position: left top;

}
/*------------------------------------------------------Table Data----------------------------------*/
#yardage {
	float: left;
}
#table_fees {

	background-color: #F0ECE2;

}

#table_fees td {
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	vertical-align: top;
	color:#6E6E6E;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #DEDBD2;
	border-bottom: 1px solid #DEDBD2;
	border-left: 1px solid #F9F6F0;
	background-image: url(../images/tableTdBkg.gif) left top repeat-x;
	background-color: #F2EFE9;
}

#table_fees td p {
	font-size: 12px;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 4px;

}

#table_fees td  a {
	color: #941616;
	border-bottom-width: 1px solid #941616;
	padding-bottom: 1px;
	text-decoration: none;
}

#table_fees td .link a {
	color: #06432B;
	text-decoration: none;
	border-bottom: 1px solid #B9D39A;
	padding-bottom: 5px;
}

#table_fees td .link a:hover {
	color: #A2886C;
	border-bottom-color: #E9E1D9;
}

#table_fees .tablehead_fees td {
	background-color: #89764c;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left: 1px solid #89764c;
	border-bottom: 1px solid #786743;
	border-top: 1px solid #89764c;
	border-right: 1px solid #695730;
}
#table_fees .tablehead_specials td {
	background-color: #4e894c;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left: 1px solid #89764c;
	border-bottom: 1px solid #786743;
	border-top: 1px solid #89764c;
	border-right: 1px solid #695730;
}

#table_fees  .rowHigh  {
	background-color: #AC9F89;
	background-image: none;
	color: #FFF;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 25px;

}

#costsPage #table_fees td p {
	font-size: 13px;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 3px;
}

#table_fees .blankTd td, .aForm .blankTd td {
	background-color: #FFFFFF;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




/*----------------------------------------------------- footer --------------------------------------*/
#footer {
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background: #FFF url(../images/shadow.png) no-repeat top center;
	margin-top: 10px;
	clear: both;
}
#footer a:link, a:active, a:visited {
	color:#999;
	text-decoration: underline;
}
#footer a:hover {
	color:#333;
	text-decoration: none;
}
/*-------------------------------------------------------ad-----------------------------------------*/
#ad {
	float:right;
	position: absolute;
	top: 10;
	right: 0;
	width: 90px;
	height: 89px;
}
#hp_ad {
	width: 220px;
	float: left;
	color:#666;
	padding-left: 10px;
	padding-top: 20px;
	font: 12px Arial, Helvetica, sans-serif;
	padding-right: 5px;
}
#hp_ad2 {
	width: 230px;
	float: left;
	color:#666;
	padding-left: 10px;
	padding-top: 20px;
	font: 12px Arial, Helvetica, sans-serif;
}
#table_bg {
	color: #666;
}
.white_text {
	color: #FFF;
}
.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#996600;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 1.8em;
}
#header_right p {
	line-height: 0.7em;
	font-size: 24px;
}

