@charset "utf-8";
/* CSS Document */
body {
	font: 13px/15px Arial, Helvetica, sans-serif;
	color: #003300;
	background: #89aba1;
	margin: 0px;
	padding: 0px 0px 60px;
}
img {
	display: block;
}
h1 {
	font: bold 26px/30px Arial, Helvetica, sans-serif;
	/* ORIGINAL, ORANGE color: #f8a300; */
	color: #0c60ce;
	text-align: center;
}
h2 {
	font: 20px/20px Arial, Helvetica, sans-serif;
	color: #ef922d;
}
h3 {
	font: bold 16px/18px Arial, Helvetica, sans-serif;
	color: #003300;
}
h6 {
	font: 20px/24px Arial, Helvetica, sans-serif;
	color: #ef922d;
	margin-top: 0px;
	margin-bottom: 0px;	
	}
a {
	color: #006852;
	text-decoration: underline;
}
a:hover {
	color: #f8a300;
	text-decoration: none;
}
#container {
	background: #FFFFFF url(images/bottom_band.gif) repeat-x left bottom;
	margin: 30px auto 0px;
	width: 772px;
	position: relative;
	border-top: 5px solid #00684e;
	padding-bottom: 12px;
}
#header {
	height: 180px;
	width: 772px;
	background: #FFFFFF url(images/top_band.gif) repeat-x left bottom;
}
.bluetext {
	color: #0c60ce;
}
.grassgreentext {
	color: #4f9c45;
}
/* Navigation styles */
#nav {
	background: #DFECE8 url(images/nav_bg.gif) repeat-y;
	width: 250px;
}
#first {
	margin: 0px;
	padding: 0px;
	list-style: url(none) none;
}
#first li {
	text-indent: 20px;
	padding: 5px 0px;
	border-top: 1px solid #f8a300;
	width: 230px;
}
#first li a {
	color: #003300;
	text-decoration: none;
}
#first li a:hover {
	color: #f8a300;
}
#first li.first {
	border-top: 0px none;
}
#second {
	margin: 0px;
	padding: 0px;
	list-style: url(none) none;
}
#second li {
	text-indent: 40px;
	padding: 0px 0px 5px;
	border-top: 0px none;
}
#second li a {
	color: #003300;
	text-decoration: none;
}
#second li a:hover {
	color: #f8a300;
}
#third {
	margin: 0px;
	padding: 0px;
	list-style: url(none) none;
}
#third li {
	text-indent: 60px;
	padding: 0px 0px 5px;
	border-top: 0px none;
}
#third li a {
	color: #003300;
	text-decoration: none;
}
#third li a:hover {
	color: #f8a300;
}
#content {
	background: #FFFFFF;
	width: 512px;
	padding: 10px 10px 10px 0px;
	font: 13px/18px Arial, Helvetica, sans-serif;
}
#footer {
	background: url(images/footer_bg.gif) no-repeat;
	height: 187px;
	width: 772px;
	clear: both;
}
/* pages with images on the mountain graphic will use these 3 styles to build the footer */
#left {
	background: #DFECE8 url(images/nav_bg.gif) repeat-y;
}
#right {
	background: url(images/bottom_right.gif) no-repeat center bottom;
	height: 260px;
	padding-right: 10px;
}
#left_bottom {
	background: url(images/bottom_left.gif) no-repeat center bottom;
	height: 260px;
}
/****************************************************************************************/
/* Home page styles */
#home {
	background: url(images/home_golfer.jpg) no-repeat 115px 40px;
}
#home p {
	margin-top: 20px;
	margin-bottom: 20px;
}
#home2 {
	background: #fff;
}
.homephrase { 
	padding-left: 20px;
}
.hometitle {
	font-style: italic;
	color: #003300;
}
.hometext {
	width: 175px;
}
/* Classes used site wide */
.imgright {
	float: right;
	margin-left: 10px;
}
.imgrightborder {
	float: right;
	margin-left: 10px;
	border-top: 1px solid #D7E4E0;
	border-right: 1px solid #89ABA1;
	border-bottom: 1px solid #89ABA1;
	border-left: 1px solid #D7E4E0;
}
.imgleft {
	float: left;
	margin-right: 10px;
}
.imgborder {
	border-top: 1px solid #D7E4E0;
	border-right: 1px solid #89ABA1;
	border-bottom: 1px solid #89ABA1;
	border-left: 1px solid #D7E4E0;
}
.line {
	border-bottom: 1px dashed #ef922d;
	padding-bottom: 15px;
}
.line2 {
	border-bottom: 1px dashed #ef922d;
	padding-bottom: 15px;
}
.orangetext {
	color: #ef922d;
}
.greentext {
	color: #003300;
}
.smallertext {
	font: 11px/13px Arial, Helvetica, sans-serif;
}
.medtext {
	font: 13px/15px Arial, Helvetica, sans-serif;
}
.outlinedpale {
	border: 1px solid #c9dac9;
	padding: 7px;
	width: 350px;
}
.shadow {
	box-shadow: 0px 3px 5px #999999;
	-moz-box-shadow: 0px 3px 5px #999999;
	-webkit-box-shadow: 0px 3px 5px #999999;
}
.clearright {
	clear: right;
}
.clearleft {
	clear: left;
}
/* Styles used for the admin section */
.cartform {
	border: 1px solid #00684E;
	background: #DFECE8;
}
.cartform a {
	color: #EF922D;
	text-decoration: underline;
}
.cartform a:hover {
	color: #EF922D;
	text-decoration: none;
}
.cartform p {
	margin: 10px;
}
.carthead {
	color: #00684E;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
}
.formhead {
	color: #00684E;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
	border: 1px solid #00684E;
	background: #A1C7BF;
}
.adminhead {
	color: #00684E;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
	margin-left: 10px;
}
.adminnavhead {
	color: #333333;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
	background: #89aba1;
	border-top: 1px solid #00684E;
	border-bottom: 1px solid #00684E;
}
.adminli {
	list-style: none;
	font: 13px/18px Arial, Helvetica, sans-serif;
	padding: 0px;
}
.adminli a {
	color: #EF922D;
	text-decoration: underline;
}
.adminli a:hover {
	text-decoration: none;
}
.adminsmall {
	font-size: 11px;
	color: #000;
}
.next a {
	color: #006852;
	font: bold 20px/25px Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.next a:hover {
	color: #006852;
	text-decoration: none;
}
#events {
	background: url(images/events_bg.gif) no-repeat center top;
	height: 300px;
	width: 500px;
	padding: 15px 10px 0px;
}
#events p {
	padding: 5px 15px;
}
.sitemap a {
	color: #006852;
	font: normal 9px/12px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.sitemap a:hover {
	color: #006852;
	text-decoration: underline;
}
