* {
	margin: 0px;
	padding: 0px;
}
HTML {
	overflow: -moz-scrollbars-vertical;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background-color:#EBEBEB;
}
a:link, a:hover, a:visited, h1, h2, h3 {
	font-weight:bold;
}
a:link {
	color:#017735;
	text-decoration: none;
}
a:hover {
	color:#109449;
	text-decoration: none;
}
a:visited {
	color:#017735;
	text-decoration:underline;
}
h1, h2, h3, p {
	margin:10px;
}
h1 {
	color:#017735;
	font-size:16px;
}
h2 {
	font-size:14px;
}
h3 {
	font-size:12px;
}
.golf {
	color:#015526;
	padding:0px 5px;
	margin:20px 0px 10px;
	background-image:url(images/bg_whatsnew.jpg);
	background-repeat:no-repeat;
	height:28px;
	line-height:28px;
	border:1px Solid #959595;
	text-align:center;
}
/* styles for forms - remove if not needed */
#formContainer {
	width:500px;
	margin:10px auto;
	padding:10px;
	border:1px solid #CCCCCC;
}
#formContainer label { 
	float:left;
	width:160px;
	font-weight:bold;
	line-height:1em;
}
#formContainer div {
	padding:10px 0px;
	border-bottom:1px Solid #CCCCCC;
}
textarea {
	font-size:12px;
}
#formContainer .buttongroup {
	float:left;
	border:none;
	padding:0px;
}
#formContainer .buttongroup label {
	float:right;
	color: #333333;
	padding-top:2px;
	width:270px;
}
#formContainer .buttongroup div {
	border:none;
	width:300px;
	padding:0px 0px 8px;
}
/* styles to add border and highlight to text fields on focus, only works in Mozilla Remove if not needed 
textarea:focus, input:focus {
	border:1px #0033CC Solid;
	background-color: #99CCFF;
}*/
ul {
	margin:5px 0px 5px 60px;
}
ol {
	margin:5px 0px 5px 66px;
}
ul li, ol li {
	padding:3px;
}
.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
.clearfix {
	display:block;
}
* html .clearfix {
	height:1%;
}
#container {
	width:926px;
	margin:20px auto 10px;
	padding-bottom:10px;
	position:relative;
	background-color:#FFFFFF;
	background-image:url(images/bg_footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom;

}
#content {
	padding:0px 12px;
	border:1px #B7B7B7 solid;
	border-top:none;
	border-bottom:none;
}
/* styles for two col layout remove if not needed */
#leftCol {
	float:left;
	width:300px;
}
#rightCol {
	float:left;
	width:598px;
}
#newsBox {
	width:582px;
	clear:both;
	margin-left:10px;
	border:1px Solid #959595;
}
#newsBox h1 {
	background-color:#82C19E;
	color:#015526;
	margin:0px;
	background-image:url(images/bg_whatsnew.jpg);
	background-repeat:no-repeat;
	height:28px;
	line-height:28px;
	padding:0px 5px;
	border-bottom:1px Solid #959595;
}
#newsBox ul{
	margin: 5px 5px 5px 10px;
	padding:0px;
}
#newsBox li {
	border-bottom:1px dashed #67B489;
	list-style-type:none;
	background-image:url(images/icon_arrow_black.gif);
	background-repeat:no-repeat;
	background-position:0px 10px;
	padding:5px 5px 10px 14px;
}
#golflist ul{
	margin: 5px 5px 5px 10px;
	padding:0px;
}
#golflist li {
	list-style-type:none;
	background-image:url(images/icon_arrow_black.gif);
	background-repeat:no-repeat;
	background-position:0px 10px;
	padding:5px 0px 3px 10px;
}
#testimonial {
	clear:both;
	margin-top:16px;
}
#testimonial img {
	float:right;
	padding:5px;
}
#boxes {
	 width:280px; 
	 float:left;
	 margin-right:10px;
}
.byline {
	font-weight:bold;
	font-style:italic;
}
.attention {
	font-weight:bold;
	color:#FF0000;
}
#footer {
	border-top:2px Solid #109449;
	color:#017735;
	padding:10px 0px;
}
#copyright {
	text-align:center;
	font-size:10px;
}
/* styles for vertical navigation remove if not needed */
#verticalMenu {
	width:300px;
	border:1px Solid #959595;
	background-image:url(images/bg_list2.jpg);
	background-repeat: repeat-y;
}
#verticalMenu ul {	
	margin:0px;
}
#verticalMenu li {
	list-style-type:none;
	border-bottom:1px dashed #C8C8C8;
	padding:0px;
	width:100%;
}
#verticalMenu li img {
	padding-right:5px;
}
#verticalMenu a {
	display:block;
	padding:5px 8px;
	height:100%;
	font-weight:normal;
} 
#verticalMenu a:link, #verticalMenu a:hover, #verticalMenu a:visited {
	color:#037635;
	text-decoration:none;
}
#verticalMenu h1 {
	background-color:#D2D2D2; 
	color:#000000; 
	border-bottom:1px Solid #959595; 
	padding:0px; 
	margin:0px;
	font-weight:normal;
	font-size:12px;
	height:30px;
	line-height:30px;
}	
#verticalMenu h1 img {
	float:left;
	padding-right:10px;
}