/* Crystal Falls, blue tone */

/* Background for h1 div section */
tr.div_h1_top {
	background: url("/images/BG-div-Top.jpg") no-repeat top center;
	height: 50px;
}

tr.div_h1_mid td {
	background: url("/images/BG-div-Mid.jpg") repeat-y top center;
	padding: 3 9 0 8;
}

tr.div_h1_bottom {
	background: url("/images/BG-div-Bottom.jpg") no-repeat top center;
	height: 10px;
}

table.h1 {
	padding: 0px;
	margin-bottom: 10px;
	width: 100%;
}

/* Basic Structure */
body {
	font-family: Trebuchet MS;
	margin: 0px;
	margin-top: 1px;
	color: #009999;
	text-align: center;
	background: #FFFFFF url("/images/BG-Body.jpg");
	scrollbar-face-color: #CCCCCC;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-darkshadow-color: #666666;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #f5f5f5;
}

h1 {
	color: #FFFFFF;
	font-family: sans-serif;
	font-variant: small-caps;
	font-size: 21pt;
	font-weight: normal;
	line-height: 120%;
	padding-left: 54px;
	margin-top: 8px;
	margin-bottom: 0px;
	text-align: left;
	
}

/* Used on home page */
h2 {
	color: #FFFFFF;
	font-family: sans-serif;
	font-variant: small-caps;
	font-weight: normal;
	line-height: 150%;
	font-size: 16pt;
	padding-left: 38px;
	margin-top: 8px;
	margin-bottom: 5px;
	text-align: left;
	background: url("/images/BG-H2.jpg") no-repeat top left;
}

/* On Golf Club page */
h3 {
	font-family: script mt bold;
	font-size: 15pt;
	text-align: center;
	text-decoration: underline;
	padding-top: 20px;
}

h4 {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 13pt;
}

table {
	font-family: Trebuchet MS;
	font-size: 12;
	color: #000000;
	border-width: 0;
	line-height: 130%;
}

tr {		vertical-align: top; }

/* Table Header */
th {
	border-width: 0px 2px 2px 0px;
	border-style: solid;
	border-color: #FFFFFF;
	padding: 0;
	font-size: 16;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	line-height: 150%;
	background: #666699 url("1images/BG-Button.jpg");
}

img	{	border-width: 0px; }

a {
	text-decoration: underline;
	font-weight: bold;
}

a:link,
a:visited {	color: blue; }
a:active {	color: blue; }
a:hover	{	color: red; }

a.std:link,
a.std:visited { color: blue; }

.rollover a {
	height: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	float: left;
	position: relative;
}
.rollover a:hover {
	border: 1px solid #000000;
}

/* hover img is needed for IE to work, thus removing need of height: 100% which could affect layout */
a.rollover:hover,
a.rollover:hover img {
	opacity: .90;
	filter: alpha(opacity=90);
}

input,
select,
textarea {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 13;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
	padding: 1px 0px 1px 2px;
}

.noborder {	border-width: 0px; }
.border { border: 1px solid #333333; }

table.menu td {
	padding: 4px;
	border: 1px solid #666666;
	background: url(images/BG-Button.jpg) center left repeat-y;
}

table.menu a {
	font-face: tahoma;
	font-size: 13;
	text-decoration: none;
	font-weight: bold;
	line-height: 120%
}

table.menu a:link,
table.menu a:visited,
table.menu a:active {	color: #FFFFFF; }
table.menu a:hover	{	color: #FFFF00; }

td.menubar {
	width: 168px;
	padding-top: 12px;
	background: url("/images/BG-Menubar.jpg");
	text-align: center;
}

div#separator {
	clear: both;
}