﻿/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #15401e;
	margin: 0px;
	padding-bottom: 20px;
	background-repeat: no-repeat;
}

a {
	color:#415723;
	font-size: 11px;
	text-decoration: none;
	z-index:6;
}
a:visited {
	text-decoration: none;
	color:#6c8051;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color:#000;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 30px;
	line-height: normal;
	color: #415723;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #1E3A51;
	margin-top: 0px;
}

h4 {
	font-weight: bold;
	font-size: 14px;
}

hr {
	margin: 20px 0px;
	height: 1px;
	border: none;
	border-top: 3px double #CCC;
}

strong {
	color: #415723;
}

/* IDs */

#container {
	width: 910px;
	text-align: left;
	margin-top:0px;
	margin-bottom: 0px;
	overflow: hidden;
	padding-bottom: 0px;
}

#header {
	margin-top: 56px;
	color:#FFF;
	border-bottom: 1px solid #FFF;
}

#menu {
	color: #3f5723;
	float:right;
	padding: 5px;
}
#menu a {
	font-size: 11px;
	color: #FFF;
	padding: 0px 15px;
	text-transform:uppercase;
	z-index:5;
	margin: 0px;
}
#menu a.current {
	font-weight: bold;
}

#logo{
	position: absolute;
	left: inherit;
	top: 10px;
	padding-left: 20px;
	z-index: 5;
}

#banner {
	height:220px;
	background-color:#FFF;
	background-image:url(../images/course.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	color:#415723;
	margin:0;
}
#banner_title {
	position: relative;
	left: inherit;
	padding-left:206px;
	top: 15px;
	font-size:24px;
	font-weight:normal;
}
#banner_title .small{
	font-size:16px;
}	
#banner_text {
	position:absolute;			
	left:inherit;
	top:270px;
	padding-left:42px;
}

#main {
	border-top: 6px solid #546c7e;
	background-image: url(../images/bottom_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 5px;
}

#content {
	line-height: 160%;
	padding: 28px 35px;
	background-color: #FFF;
}

#rightMenu {
	float: right;
	background-color: #e2edb8;
	color: #000;
	padding: 10px;
	width: 200px;
	margin-left: 30px;
}
#rightMenu a {
	display: block;
}
	

#golfer {
	float: right;
	margin-top: -150px;
	margin-bottom: -30px;
	margin-right: -35px;
	z-index: 100;
}

#gallery {
	
}

#gallery img {
	border: medium solid #1e3a51;
	margin: 13px;
	width: 100px;
	height: auto;
	padding: 1px;
}

#footer {
	color: #79915e;
	font-size: 10px;
	padding-top: 10px;
	text-align: left;
	width: 900px;
}
#footer a {
	color: #79915e;
	font-size: 10px;
	text-decoration: underline;
}


/*Classes*/

img.left {
	float: left;
	padding: 0px 10px 0px 0px;
	width: auto;
}

.left {
	float: left;
	width: 50%;
}

.spaced {
	line-height: 2;
}

.oddRow {
	background-color: #f2f7de;
}

.box {
	width: 603px;
	margin: 30px 0px;
	background-image: url(../images/box_bg_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 6px;
	line-height: 160%;
	font-weight:normal;
	font-size:12px;
}
.box div {
	background-color: #e5e6e8;
	background-image: url(../images/box_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	color:#546c7e;
	padding: 10px 32px;
}
.box div .left {
	margin:0;
	padding:0;
	float:left;	
	width:286px;
}

.clear {
	clear:both;
	margin:0;
	padding:0;
}
