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

html {
	height:100%;
	margin-bottom:1px;
}
body {
	text-align:center;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	color:#000;
	background-color: #333;
	behavior: url(/media/css/csshover.htc);
}
#container {
	position:relative;
	text-align:left;
	margin:0 auto;
	width:1079px;
	font-size: 1.2em;
	background: url(../images/shadow-middle.png) repeat-y;
	margin-bottom: 40px;
}
#inside-container {
	padding: 0 7px;
}
#shadow-bottom {
	width: 1079px;
	height: 8px;
	background: url(../images/shadow-bottom.png) no-repeat;
}
#header {
	position: relative;
	height: 123px;
	padding: 1px 0;
	background: url(../images/header-bg.png) no-repeat;
	z-index: 100;
}
#header h1 {
	margin: 0;
}
#header h1 a {
	display: block;
	width: 331px;
	height: 76px;
	background: url(../images/logo.jpg) no-repeat;
	text-indent: -999999em;
	margin: 22px 0 0 32px;
}

#nav, #nav li{
	margin:0; 
	border:0; 
	list-style:none; 
	padding:0;
	position: relative;
	z-index: 100;
}
#nav {
	position: absolute;
	float: right;
	bottom: 33px;
	right: 108px;
	height:21px;
}
#nav li{
	position: relative;
	display:inline;
	font-family: Georgia, Times, serif;
	font-size: 13px;
	color: #342413;
	text-transform: uppercase;
	margin-right: 30px;
}

#nav li span {
	border:solid 1px #EFEFEF; 
	padding:4px 2px 4px 6px; 
	border-bottom:none; 
	margin-right:10px; 
	line-height:18px;
}
#nav li a{
	font-weight:normal;
	text-decoration: none;
	color: #342413;
}
#nav li a:hover {
	color: #984221;
}
#nav li span:hover {
	border:solid 1px #DEDEDE; 
	border-right:1px solid #999999; 
	border-bottom:none;
}
.subnav {
	display:none; 
	position:absolute; 
	margin:10px 0; 
	top:5px; 
	left: 0;
	width:194px; 
	z-index: 100;
}
.ie6 #nav li:hover {
}
#nav li:hover .subnav {
	display: block;
}
.subnav a:link, 
.subnav a:visited, 
.subnav a:hover {
	display:block; 
	font-size:10px; 
	padding:4px 8px;
	margin: 0 11px 0 7px;
	font-family: Georgia, Times, serif;
	font-style: italic;
	background: url(../images/subnav-separator.png) bottom center repeat-x;
	z-index: 100;
}
.subnav a:last-child {
	background: none;
}
.subnav a:hover {
	color: #984221;
}
.item_line {
	border-top:solid 1px #DEDEDE;
}
.subnav-top {
}
.subnav-bottom {
	padding-bottom: 10px;
	background: url(../images/subnav-bg-bottom.png) bottom no-repeat;
	_background: url(../images/subnav-bg-bottom.gif) bottom no-repeat;
}
.subnav-middle {
	padding: 1px;
	background: url(../images/subnav-bg-middle.png) repeat-y;
	_background: url(../images/subnav-bg-middle.gif) repeat-y;
	z-index: 100;
}

#twitter-link {
	position: absolute;
	right: 18px;
	top: 66px;
}

#login-area {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/login-bg.png) top right no-repeat;
	width: 889px;
	height: 18px;
	padding: 3px 20px 0 0;
	text-align: right;
	font-family: Georgia, Times, serif;
	font-size: 11px;
	color: #5c5c5c;
	z-index: 200;
}
#login-box {
	display: none;
	z-index: 200;
	text-align: left;
	position: absolute;
	top: 22px;
	right: 30px;
	width:194px;
}
#login-box .subnav-middle {
	padding: 10px;
}
#login-box h3 {
	font-weight: normal;
	margin-bottom: 10px;
}
#login-box input {
	background: #f3f3f3;
	color: #717171;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 4px 3px 3px;
	border: 1px solid #717171;
	margin: 0 0 5px 0;
}

#body,
#body * {
	position: relative;
	z-index: 1;
}
#body ul,
#body ol {
	margin-left: 2em;
}
#content-top {
	padding-top: 32px;
	background: url(/media/images/content-top-bg.png) no-repeat top;
}
#content-bottom {
	padding-bottom: 32px;
	background: url(/media/images/content-bottom-bg.png) no-repeat bottom;
}
#content-middle {
	padding: 12px 152px 12px 37px;
	background: url(/media/images/content-middle-bg.png) repeat-y;
}

#pics {
	margin: 0;
	width: 212px;
	float: left;
	margin-right: 72px;
}
#pics li {
	list-style-type: none;
	margin-bottom: 3px;
}
#content {
	text-align: justify;
	width: 552px;
	float: left;
	color: #666;
	font-size: 13px;
	line-height: 18px;
}
.page-title {
	font-family: Georgia, Times, serif;
	font-size: 15px;
	color: #d55e4b;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 1px;
	padding-top: 10px;
	line-height: 15px;
	text-transform: uppercase;
	background: url(/media/images/page-title-dotted-line.png) left top no-repeat;
}
.page-subtitle {
	font-size: 12px;
	color: #7a7f77;
	font-weight: normal;
	font-style: italic;
	margin-top: 0px;
	line-height: 12px;
	padding-bottom: 10px;
	background: url(/media/images/page-title-dotted-line.png) left bottom no-repeat;
}

#bottom-ads ul {
	margin: 0;
}
#bottom-ads li {
	position: relative;
	list-style-type: none;
	width: 212px;
	height: 144px;
	background: url(../images/bottom-ad-bg.png) no-repeat top;
	float: left;
	margin: 0;
	border: 1px dotted #aaa;
	border-left: none;
}
#bottom-ads li.last,
#bottom-ads li.last .ad-pic {
	width: 213px;
	border-right: none;
}
#bottom-ads .padding {
	padding: 18px 37px;
}
#bottom-ads li a {
	text-decoration: none;
}
#bottom-ads li a h3 {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #d55e4b;
	font-style: italic;
	text-transform: uppercase;
	margin: 0;
}
#bottom-ads li a p {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #7f7a77;
	font-style: italic;
	text-transform: lowercase;
}
.ad-pic {
	width: 212px;
	height: 68px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-position: top left;
}
#bottom-ads li:hover .ad-pic {
	background-position: bottom left;
}
#course-tour .ad-pic {
	background: url(../images/ad-course-tour.jpg) no-repeat;
}
#rates .ad-pic {
	background: url(../images/ad-rates.jpg) no-repeat;
}
#lessons .ad-pic {
	background: url(../images/ad-lessons.jpg) no-repeat;
}
#gift-cards .ad-pic {
	background: url(../images/ad-gift-cards.jpg) no-repeat;
}
#tee-times .ad-pic {
	background: url(../images/ad-tee-times.jpg) no-repeat;
}
#footer {
	position: relative;
	width: 1065px;
	height: 49px;
	background: url(../images/footer-bg.png) no-repeat;
}
#footer-copyright {
	position: absolute;
	top: 21px;
	left: 21px;
}	
#email-signup {
	float: right;
	margin: 10px 20px;
	font-family: Georgia, Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#email-signup .text {
	background: #fcf4ec;
	color: #717171;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 4px 3px 3px;
	width: 150px;
	border: 1px solid #717171;
}
#email-signup .send {
	background: #e5e5e5;
	color: #717171;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	border: 1px solid #717171;
	padding: 4px 3px 3px;
}
#email-box {
	display: none;
	z-index: 200;
	text-align: left;
	position: absolute;
	top: 32px;
	right: 31px;
	width:194px;
}
#email-box .subnav-middle {
	padding: 10px;
}
#email-box h3 {
	font-weight: normal;
	margin-bottom: 10px;
}
#email-box input {
	background: #f3f3f3;
	color: #717171;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 4px 3px 3px;
	border: 1px solid #717171;
	margin: 0 0 5px 0;
	width: 150px;
}

.rates-table td {
	border-bottom: 1px solid #999;
}.rates-table th {
	padding-top: 30px;
}

a, a:link, a:active, a:visited {
	color: #333;
}