﻿/*[fmt]1A20-1A0A-3*/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: 0px;
  font-size: 100%;
}
ul {
  margin: 0 20px 12px;
  list-style-type: square;
}
#main_text ul {
  margin-left: 50px;
}
#main_text p {
  padding-bottom: 10px;
}
.clearboth {
  clear: both;
}
hr {
	border: 0;
	width: 80%;
	color: #C3DAE0;
	background-color: #C3DAE0;
	height:2px;
	margin-left:40px;
	margin-top:2px;
	margin-bottom: 30px;
}

/*header text*/

.med-text {
	font-size:120%;
	font-weight:normal;
	line-height:normal;
}

.flag_hdr {
	height:75px;
  background: url(images/webdesign/h1_bg.jpg) no-repeat bottom left;
	padding-bottom: 10px;
}
.flag_hdr p {
  color: #B30000;
  font-size: 175%;
  font-weight: normal;
	padding-top: 42px;
	padding-left:24px;
}
.flag_hdr2 {
	height:75px;
  background: url(images/webdesign/h1_bg2.jpg) no-repeat bottom right;
	padding-bottom: 10px;
}
.flag_hdr2 p {
  color: #B30000;
  font-size: 175%;
  font-weight: normal;
	text-align:right;
	padding-top: 42px;
		padding-right:24px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #B30000;
  background-color: transparent;
  margin: 0;
}
h1 {
  font-size: 175%;
  font-weight: normal;
  padding-bottom: 18px;
	color:#61803D;
}
#header h1 {
	text-indent: -99999px;
}
h2 {
	color: #354F70;
  font-size: 150%;
  font-weight: normal;
  line-height: 115%;
  padding-bottom: 14px;
	padding-top:10px;
}
h3 {
  font-size: 110%;
  font-weight: bold;
  color: #000000;
  padding-bottom: 8px;
}
h4 {
  font-size: 125%;
  font-weight: normal;	
  color: #006600;
  padding-bottom: 8px;
}

.alert {
	color:#CC0000;
}

/*images*/
img {
  border: 0px;
  margin: 0px;
}
.imgleft {
  float: left;
  margin: 8px 15px 8px 0px;
/*top right bottom left*/
}
.imgright {
  float: right;
  margin: 8px 0px 8px 15px;
/*top right bottom left*/
}

/* tables */
table {
	margin-top:10px;
}
th {
	text-align:left;
}
td {
	padding: 4px 5px 5px 5px;
}
tr:hover {
	background-color: #FFFFCC;
}
.hdr {
	font-weight: bold;
	color:#ffffff;
	background-color:#354F70;
}
td.underline {
	border-bottom:#333333 1px solid;
}
/* Specifics for schedule tables */
tr.sched_title {
	font-weight: bold;
	color:#2D435F;
	background-color: #fff;
	text-align:center;
	font-size:14px;
}
tr.sched_hdr {
	font-weight: bold;
	color:#2D435F;	
	background-color:#fff;
	border-bottom:#C5D8AD 1px solid;
}
.schedule td {
	padding: 2px 0 2px 0;
}
tr.sched_hdr:hover {
	background-color: #fff; /* no hover on table headers */
}
.td-underline {
	border-bottom:thin dotted #999999;
}
.td-bold {
	font-weight:bold;
	color:#666666;
}
.td-shaded {
	background-color:#88B058;
}


/* golf program sections */
.prog_info {
	margin-top: 10px;
	font-size:12px;
	padding: 8px;
	border: thin dotted #354F70;
	background-color: #E9F0E0;
	line-height: 1em;
	margin-bottom:10px;
}
.prog_info strong {
	color: #354F70;
}
.prog_info table {
	margin-top:0px;
}
.prog_info tr:hover {
	background-color: transparent;  /* no hover */
}
.schedule {
	padding-top:20px;
	padding-bottom:20px;	
	font-size:12px;
}

/* forms */
label {
	float:left;
	width:200px;
	margin-right:8px;
	vertical-align:top;
	font-weight:bold;
}
fieldset {
	border:#477295 1px dotted;
	background-color:#E9F0E0;
	padding:15px;
}
fieldset ul {
	list-style:none;
}
fieldset li {
	padding-top:12px;
	padding-bottom:5px;
}
.text {
	width: 200px;
	height: 20px;
	border:#999999 thin solid;
}
.textarea {
	width:250px;
	height:135px;
	border:#999999 thin solid;
}
.submit {
	margin-top:8px;
	margin-bottom:8px;
	padding-top:2px;
	padding-bottom:5px;
	width:115px;
	border:#999999 thin solid;
	color:#FFFFFF;
	background-color:#4764a6;
}
.text:hover {
	background-color:#FFFFE6;
}
.textarea:hover {
	background-color:#FFFFE6;
}
.submit:hover {
	color:#FFFF99;
}
#formdiv tr {

	vertical-align:top;
}
#formdiv tr:hover {
	background-color: transparent;  /* no hover */
}


/*links*/
a:link {
  color: #0B50BD;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
  color: #0B50BD;
}
a:hover {
  text-decoration: underline;
  color: #0B50BD;
  background-color: transparent;
}
a:active {
  text-decoration: none;
}
/*footer links*/
.footer_links {
  font-size: 12px;
  line-height: 18px;
  color: #FFFFFF;
  text-align: center;
}
.footer_links a:link {
  color: #FFFFFF;
  text-decoration: none;
}
.footer_links a:visited {
  text-decoration: none;
  color: #FFFFFF;
}
.footer_links a:hover {
  text-decoration: underline;
  color: #1D1D1F;
  background-color: transparent;
}
.footer_links a:active {
  text-decoration: none;
}

.copyright_line {
  font-size: 12px;
  color: #333333;
}