/*fonts*/
h1 {font-size:20px; color:black;}
h2 {font-size:15px;}
h3 {font-size:15px;font-weight:bold;color: #006601;}
p {line-height:1.5em; font-size:14px;}

/* end of fonts */

a:link {color: #56874d;text-decoration:underline;}
a:visited { color: #003096;text-decoration: none;}
a:hover {color: #56874d;text-decoration: none;}
img { border:0px;}
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: url(images/bg-texture.jpg)no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#wrapper {
	width: 986px;
	border: 7px solid clear;
	margin-top:5px;
	background-color: clear;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#wrapper-top { 
 margin: 0 auto;
 width: 1000px;
 height:115px;
 margin-top:0px;
}
#wrapper-top h1{
	font-size: 24px;
	color: white;}

#wrapper-top p{
	font-size: 16px;
	color: #7c7c7c;
	font-weight:bold; }

#header {
 width: 986px;
 height: 180px;
 float: left;
 padding: 0px;
 background-image:url(images/header2.jpg);
 margin: 0px 0px 0px 0px;
}

#golfheader {
 color: #333;
 width: 940px;
 float: left;
 padding: 0px;
 height: 180px;
 background-image:url(images/golf-header.jpg);
 margin: 0px 0px 0px 0px;
}

#leftcolumn { 
 color: black;
 background: clear;
 margin: 0px 0px 0px 0px;
 padding: 10px 0px 0px 0px;
 min-height: 350px;
 width: 160px;
 float: left;
}
#content { 
 float: left;
 background: clear;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 min-height: 350px;
 width: 601px;
 display: inline;
}

#content2 { 
 float: left;
 background: clear;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 min-height: 350px;
 width: 725px;
 display: inline;
}

#rightcolumn { 
 color: black;
 background: clear;
 margin: 0px 0px 0px 0px;
 padding: 10px 0px 0px 0px;
 min-height: 350px;
 width: 205px;
 float: left;
}
#bottom { 
 width: 940px;
 clear: both;
 color: #ffffff;
 height:10px;
 margin: 0px 0px 0px 0px;
}
#footer { 
 width: 980px;
 clear: both;
 color: #000000;
 height:90px;
 background-image:url(images/footer.gif);
 background-repeat:repeat-x;
 margin: 0 auto;
 padding: 10px 10px 10px 10px;
}

#footer a:link {color: white;text-decoration: none;font-weight:bold;}
#footer a:visited {color: white;text-decoration: none;font-weight:bold;}
#footer a:hover {color: #80d41f;text-decoration: none;font-weight:bold;}

#the_box {
  color: #000000;
  background-color: #788190;
  border:1px solid #333333;
}
.box_header {
  padding:6px;
  color: #80d41f;
  font-size:14px;
  font-weight:bold;
  background-color: #000000;
}

.box_header2 {
  padding:6px;
  color: #80d41f;
  font-size:14px;
  font-weight:bold;
  background-color: #86c37b;
}


.box_header3 {
  padding:6px;
  color: #80d41f;
  font-size:22px;
  text-align:center;
  font-weight:bold;
  background-color: #86c37b;
}


.box_header3 a:link {color: white;text-decoration: none;
  text-align: left;
  color:#fff;
  padding:6px;
 }

.box_header3 a:hover {color: #56874d;text-decoration: none;
  text-align: left;
  padding:6px;
}


.box_header2 a:link {color: white;text-decoration: none;
  text-align: left;
  color:#fff;
  padding:6px;
 }

.box_header2 a:hover {color: #56874d;text-decoration: none;
  text-align: left;
  padding:6px;
}


.box_text {
  text-align: left;
  color:#fff;
  padding:6px;
}

.box_text a:link {color: white;text-decoration: none;
  text-align: left;
  color:#fff;
  padding:6px;
 }

.box_text a:hover {color: #80d41f;text-decoration: none;
  text-align: left;
  padding:6px;
}

table.sample {
	border-width: 1px;
	border-spacing: 2px;
	border-style: none;
	border-color: #dedede;
	border-collapse: collapse;
	background-color: white;
}
table.sample tr {
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: #dedede;
	background-color: white;
	-moz-border-radius: ;
	
}
table.sample td {
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: #dedede;
	background-color: white;
	-moz-border-radius: ;
}

.blueberry { margin: 0 auto; }
.blueberry .slides {
	display: block;
	position: relative;
	overflow: hidden;
}
.blueberry .slides li {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.blueberry .slides li img {
	display: block;
	width: 100%;
	max-width: none;
}
.blueberry .slides li.active { display: block; position: relative; }
.blueberry .crop li img { width: auto; }

.blueberry .pager {
	height: 40px;
	text-align: center;
}
.blueberry .pager li { display: inline-block; }
.blueberry .pager li a,
.blueberry .pager li a span {
	display: block;
	height: 4px;
	width: 4px;
}
.blueberry .pager li a {
	padding: 18px 8px;
-webkit-border-radius: 6px;
   -moz-border-radius: 6px;
	border-radius: 6px;
}
.blueberry .pager li a span {
	overflow: hidden;
	background: #c0c0c0;
	text-indent: -9999px;
-webkit-border-radius: 2px;
   -moz-border-radius: 2px;
	border-radius: 2px;
}
.blueberry .pager li.active a span { background: #404040; }

#content-ad {
	margin: 0 auto;
	min-width: 180px;
	max-width: 180px;
}

