<!--
/*
grey-green: #E5EED9
light-green: #92AF9B
green: #245E36
dark-green: #1B3122
gold: #AD6B08
brown: #6B470F
*/

/* --- begin SITE styles --- */

body{
	margin: 0px;
	padding: 0px;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 13px;
	font-color: #300;
	background: #FFF url(../images/bg_body_slice.gif) repeat-y left top;
}

p{
	margin: 0px;
	padding: 0px;
	margin: 5px 0 20px 0;
	line-height: 160%;
}

a, a:link, a:visited{
	color: #AD6B08;
	text-decoration: underline;
}

a:hover, a:active{
	color: #AD6B08;
	text-decoration: underline;
}

a img{
	border: 0;
}

h1{
	font-size: 18px;
	color: #245E36;
	margin-top: 5px;
	padding: 0;
}

ul li{
	margin: 4px 0;
	list-style-image: url(../images/bullet_golfball.gif);
}

/* --- end SITE styles --- */

div#header{
	float: left;
	width: 992px;
	padding: 0px;
	margin: 0px;
	background-color: #FFF;
	text-align: left;
}

#header_nav2{
	margin-left: 91px;
}

div#header_nav{
	padding-left: 458px;
	color: #FFF;
}



#header_nav ul{
	float: left;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#header_nav li{
	float: left;
	list-style-type: none;
	width: 82px;
	margin: 1px;
	padding: 0;
	padding-left: 20px;
	font-size: 15px;
	line-height: 25px;	
	text-align: center;	
	background-color: #ccc;
}

#header_nav li#golf{
	background: #AD6B08 url(../images/bg_tab_golf.gif) left top no-repeat;
}
#header_nav li#rec{
	background: #6B470F url(../images/bg_tab_rec.gif) left top no-repeat;
}
#header_nav li#special_uses{
	background: #245E36 url(../images/bg_tab_special.gif) left top no-repeat;
}
/* --- begin LEFT COLUMN styles --- */

div#left_column{
	float: left;
	text-align: center;
	width: 150px;
	padding: 40px 0px 0px 0px;
	margin: 0;
	background: #245E35 url(../images/bg_left_column2.gif) left top no-repeat;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 150px;
}
html>body #left_column{
  width: 150px;
}

#left_column a,
#left_column a:link,
#left_column a:visited{
	color: #FFF;
	text-decoration: none;
}

#left_column a:hover,
#left_column a:active{
	color: #FFF;
	text-decoration: underline;
}

#left_column ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: trebuchet MS, sans-serif;
}

#left_column li{
	padding: 3px 10px;
	margin: 4px 0px;
	text-align: center;
	background-image: url(../images/bg_left_column_li.jpg);
	list-style-image: none;
}

/* --- end LEFT COLUMN styles --- */

/* --- begin CENTER COLUMN styles --- */

div#center_column{
	float: left;
	width: 840px;
	padding: 0px;
	margin: 0px;
	border-top: 2px solid #FFF;	
	border-left: 2px solid #FFF;
	border-right: 2px solid #FFF;
	background-color: #E4EED8; 
}

div.center_text{
	padding: 0 5px 5px 5px;
}

div#footer{
	float: left;
	width: 840px;
	padding: 0;
	margin: 0;
	color: #FFF;
	background: #AD6B08 url(../images/bg_footer.jpg) left bottom repeat;		
	text-align: center;
}

#footer a,
#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active{
	color: #FFF;
	text-decoration: underline;
}

/* --- end CENTER COLUMN styles --- */

/* --- begin RIGHT COLUMN styles --- */

div#right_column{
	display: none;
	float: left;
	width: 120px;
	padding: 10px;
	padding-top: 20px;
	margin: 0px;
	color: #FFF;	
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 100px;
}
html>body #right_column{
  width: 100px;
}

#right_column h1{
	color: #FFF;
	font-size: 18px
}

#right_column h2{
	color: #FFF;
	font-size: 15px;
}
/* --- end RIGHT COLUMN styles --- */

div#contact{
	float: left;
	width: 840px;
	margin: 0;
	padding: 0 5px;
	background: #E5EED9 url(/images/bg_contact.jpg) right top no-repeat;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 830px;
}
html>body #contact{
  width: 830px;
}

div.framed_img_right{
	float: right;
	margin: 0 0 5px 5px;
	padding: 1px;
	background-color: #FFF;
	border: 1px solid #AD6B08;
}

div.framed_img_left{
	float: left;
	margin: 0 5px 5px 0px;
	padding: 1px;
	background-color: #FFF;
	border: 1px solid #AD6B08;
}

.error{
	color: #300;
	font-style: italic;
}

-->