@charset "utf-8";
/* CSS Document */
body {
	background-color:#101F1F;
	margin:10px
}
.div_wrapper {
	padding:0;
	width:960px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
.container {
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	background-color:#fff;
	background-image:url(../img/bg_container.png);
}
.div_col_left {
	float:left;
}
.div_col_right {
	float:left;
	width:763px;
}
.div_content {
	margin:10px;
}
.clearer {
	clear: both;
}
.div_morelinks {
	margin:auto;
	margin-top:10px;
	text-align:center;
}
#copyright {
	margin:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCC;
	text-align:center;
}
.icon {
	margin:0;
	padding:0;
	border:0;
	display:inline-block;
}
a.submenu {
	color:#666;
}
/* NAV BUTTONS */
.btn_home {
	width:50px;
	height:38px;
	display:inline-block;
	text-decoration: none;
	background-repeat:no-repeat;
	background-image:url(../img/btn.home.off.png);
}
.btn_home:hover {
	background-image:url(../img/btn.home.on.png);
}
.btn_legacy {
	width:56px;
	height:38px;
	display:inline-block;
	text-decoration: none;
	background-repeat:no-repeat;
	background-image:url(../img/btn.legacy.off.png);
}
.btn_legacy:hover {
	background-image:url(../img/btn.legacy.on.png);
}
.btn_about {
	width:67px;
	height:38px;
	display:inline-block;
	text-decoration: none;
	background-repeat:no-repeat;
	background-image:url(../img/btn.about.off.png);
}
.btn_about:hover {
	background-image:url(../img/btn.about.on.png);
}
.btn_news {
	width:48px;
	height:38px;
	display:inline-block;
	text-decoration: none;
	background-repeat:no-repeat;
	background-image:url(../img/btn.news.off.png);
}
.btn_news:hover {
	background-image:url(../img/btn.news.on.png);
}
.btn_golf {
	width:88px;
	height:38px;
	display:inline-block;
	text-decoration: none;
	background-repeat:no-repeat;
	background-image:url(../img/btn.golf.off.png);
}
.btn_golf:hover {
	background-image:url(../img/btn.golf.on.png);
}
.btn_faq {
	width:41px;
	height:38px;
	display:inline-block;
	text-decoration: none;
	background-repeat:no-repeat;
	background-image:url(../img/btn.faq.off.png);
}
.btn_faq:hover {
	background-image:url(../img/btn.faq.on.png);
}
.btn_contact {
	width:74px;
	height:38px;
	display:inline-block;
	text-decoration: none;
	background-repeat:no-repeat;
	background-image:url(../img/btn.contact.off.png);
}
.btn_contact:hover {
	background-image:url(../img/btn.contact.on.png);
}
/* TEXT FORMATTING */
h1 {
	font-size:18px;
	font-weight:normal;
}
h2 {
	font-size:16px;
	font-weight:normal;
}
.txt_green {
	color:#175F59;
	font-size:16px;
	font-weight:bold;
}
.txt_red {
	color:#893b39;
	font-size:14px;
	font-weight:bold;
}
.txt_grey {
	color:#666;
	font-size:14px;
}
.txt_instructions {
	color:#666;
	font-size:12px;
}
strong {
	font-size:14px;
	font-weight:lighter;
}
.smallprint {
	font-size:9px;
}
em {
	font-weight: bold;
	vertical-align: top;
}
/* HOME PAGE */
.txt_mission {
	color:#666;
	font-size:14px;
}
.div_homenews {
	margin:auto;
	width:400px;
}
.div_homevid {
	margin:auto;
	width:255px;
}
.hr_home {
	width:260px;
	height:2px;
	color:#893b39;
	background-color:#893b39;
	margin:auto;
	margin-bottom:10px;
	border:none;
}
a.pdf {
	color:#893b39;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	text-decoration:none;
}
ul {
	margin-left:20px;
	list-style:square;
	color:#666;
}
/* ABOUT PAGE */
a.bio {
	color:#893b39;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
a.bio2 {
	color:#893b39;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}
.div_bio {
}
a:hover {
	text-decoration:underline;
}
/* CONTACT PAGE */
.div_contact {
	margin:auto;
	width:600px;
}
fieldset ul, fieldset li {
	border:0;
	margin:0;
	padding:0;
	list-style:none;
}
fieldset li {
	clear:both;
	list-style:none;
	padding-bottom:20px;
}
fieldset input {
	float:left;
	margin-bottom:20px;
}
fieldset textarea {
	float:left;
	margin-bottom:20px;
}
fieldset label {
	font-family:Verdana, Geneva, sans-serif;
	margin-right:20px;
	width:75px;
	float:left;
	text-align:right;
	color:#666;
	font-size:14px;
}
label.error {
	float: none;
	color: red;
	padding-left: .5em;
	vertical-align: top;
	font-size:12px;
}
p {
	clear: both;
}
fieldset button {
	margin-left:95px;
}
/* NEWS PAGE */
.vidcontainer {
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
	overflow: auto;
	padding-left:125px;
}
.div_vidtext {
	float:left;
	width:200px;
	height:206px;
	text-align:left;
	padding-right:10px;
}
.div_vidtext strong {
	font-size:12px;
	font-weight:bold;
}
.div_video {
	float:left;
	width:300px;
	height:220px;
}
.div_redbyline {
	width:100%;
	padding:2px;
	color:#fff;
	background-color:#893b39;
	font-size:11px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
}
.div_greybyline {
	padding:2px;
	color:#fff;
	background-color:#999;
	font-size:11px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
}

