
* { margin: 0; padding: 0; }

#bodyDiv ul, #bodyDiv ol, body.mceContentBody ul, body.mceContentBody ol{ padding: 2px 0 2px 40px; overflow: hidden; }

blockquote{ margin: 1.12em 40px; display:block;}

img{ border:none; }


body{ background:#FFF url(../images/header_imgs/header_6.jpg) no-repeat top left;	margin:0; text-align:center; }

#wrapper{
	margin: 0 auto;
	border-top:0 solid #666;
	border-right:0 solid #666;
	border-bottom:0 solid #666;
	border-left:0 solid #666;
	width:990px;
	background:;}
	
hr{
	margin:0 0 10px 0; *margin:-7px 0 0 0;
	color:#ccc;
	background-color:#ccc;
	text-align:left;
	height:1px;
	border:0;}

#bodyDiv{
	text-align:left;
	float:;
	width:;
	margin:0;
	padding:0 0 10px 245px;
	font:normal normal 13px/1.4 Lucida Sans Unicode, Lucida Grande, verdana, arial, sans-serif; }

#bodyDiv_MOD{
	text-align:left;
	float:;
	width:;
	margin:0;
	padding:0 0 10px 245px;
	font:normal normal 12px verdana, arial, sans-serif; }

#contactMsgDiv{
	width:500px;
	padding:5px;
	background:#FFFFCC;
	border:1px solid #666;
	margin:5px auto;
	}
.contactFormStyle input, .contactFormStyle textarea, .contactFormStyle select{
	border:1px solid #666;
	font: normal normal 12px verdana, arial, sans-serif;
	padding-left:1px; }
	
input.contactSubmitBTN{
	border:3px double #666;
	padding:2px 8px;
	font-weight:bold;}
	
.off{ background:#FFF; }
.over{ background:#CCC; cursor:pointer; }

#headerDiv{
	margin:-155px auto 5px 40px;
	text-align:left; }
	
#headerDiv_MOD{
	margin:-155px auto 5px 40px;
	text-align:left; }
	
/*#headerIMG{	position:absolute; top:2px; left:3%; 	}*/

/* ############################################################################################################ */
/* ######## TOP NAV ############ TOP NAV ############ TOP NAV ############ TOP NAV ############ TOP NAV ####### */
/* ############################################################################################################ */
#topNavDiv{
	width:600px;
	margin:117px 80px 20px auto;
	padding:0; }
	
#topNavDiv_MOD{
	width:600px;
	margin:117px 80px 20px auto;
	padding:0; }

#topNavDiv #innerTopNavDiv{
	height:20px;
	background:#000 ;
	padding:0; }

#topNavDiv_MOD #innerTopNavDiv{
	height:18px;
	background:#000 ;
	padding:2px 0 0 0; }

#topNavUL{ margin:0; padding:0; }
.mainLI { display:inline; position:relative; }
.mainLI a.topNavLinks_main, .mainLI a.topNavCurrent_main{
	font: normal bold 12px/1.3 Lucida Sans Unicode, Lucida Grande, verdana, arial, sans-serif;
	padding:2px 13px 4px 13px;
	margin:0; }

#topNavUL li a.topNavLinks_main:link, #topNavUL li a.topNavLinks_main:visited{
	color: #FFF;
	text-decoration: none; }
	
#topNavUL li a.topNavLinks_main:focus, #topNavUL li a.topNavLinks_main:hover{
	color: #3DA9F1; 
	text-decoration: none;
	background: ; }

/* ___________________________________________________________________________ Top Nav: CURRENT Links _____ */
#topNavUL li a.topNavCurrent_main:link, #topNavUL li a.topNavCurrent_main:visited{
	color: #3DA9F1;
	text-decoration: none;
	background: ; }
	
#topNavUL li a.topNavCurrent_main:focus, #topNavUL li a.topNavCurrent_main:hover{
	color: #3DA9F1; 
	text-decoration: none;
	background: ; }

/* _______________________________________________________________________________________________________ */
/* ___________________________________________________________________________ Top Nav: SUB DROPDOWN _____ */
/* _______________________________________________________________________________________________________ */
#topNavUL li ul { /* second-level lists */
	position: absolute;
	z-index:9999;
	padding:5px;
	/* use left instead of display to hide, because display: none isn't read by screen readers */
	left: -999em;
	margin:0;
	background:#444 ;
	border-top:2px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	border-left:1px solid #000; }

#topNavUL li:hover ul, #topNavUL li.sfhover ul { /* lists nested under hovered list items */
	left:0; }

.subLI{ display:block; }
.subLI a{
	white-space:nowrap;
	display:block;
	padding:2px 10px;
	font: normal normal 12px/1.5 Lucida Sans Unicode, Lucida Grande, verdana, arial, sans-serif;
	margin:0;
	text-align:left; }

#topNavUL li ul a.topNavLinks:link, #topNavUL li ul a.topNavLinks:visited{
	color: #FFF;
	font: normal normal 12px/1.5 Lucida Sans Unicode, Lucida Grande, verdana, arial, sans-serif;
	background: ;
	text-decoration: none; }

#topNavUL li ul a.topNavLinks:focus, #topNavUL li ul a.topNavLinks:hover{
	color: #3DA9F1; 
	font: normal normal 12px/1.5 Lucida Sans Unicode, Lucida Grande, verdana, arial, sans-serif;
	background: ;
	text-decoration: none; }

/* ____________________________________________________________________ Top Nav: SUB CURRENT Links _____ */
#topNavUL li ul a.topNavCurrent:link, #topNavUL li ul a.topNavCurrent:visited{
	color: #3DA9F1;
	background: ;
	text-decoration: none; }
	
#topNavUL li ul a.topNavCurrent:focus, #topNavUL li ul a.topNavCurrent:hover{
	color: #3DA9F1; 
	background: ;
	text-decoration: none; }
	
	
/* _______________________________________________________________________________________________________ */
/* ________________________________________________________________________ Top Nav: SUB NO-DROPDOWN _____ */
/* _______________________________________________________________________________________________________ */
#topSubNavUL_NO_DD{
float:right;
margin:4px 0 10px 0;
background:#666 ;
border-top:1px solid #CCC;
border-right:2px solid #CCC;
border-bottom:0px solid #666;
border-left:0px solid #666; }

#topSubNavUL_NO_DD li{
	display:block;
	position:relative;
	text-align:center;
	padding:4px 30px 4px 30px;
	margin: 0 0; }

#topSubNavUL_NO_DD a { font: normal bold 11px verdana, arial, sans-serif; }

#topSubNavUL_NO_DD a.topNavLinks:link, #topSubNavUL_NO_DD a.topNavLinks:visited{
	color: #FF6600;
	background: #FFF;
	text-decoration: none; }

#topSubNavUL_NO_DD a.topNavLinks:focus, #topSubNavUL_NO_DD a.topNavLinks:hover{
	color: #FF6600; 
	background: #f0f0f0;
	text-decoration: none; }
	
/* ________________________________________________________________ Top Nav: SUB NO-DD CURRENT Links _____ */
#topSubNavUL_NO_DD a.topNavCurrent:link, #topSubNavUL_NO_DD a.topNavCurrent:visited{
	color: #FF6600;
	background: #f0f0f0;
	text-decoration: none; }
	
#topSubNavUL_NO_DD a.topNavCurrent:focus, #topSubNavUL_NO_DD a.topNavCurrent:hover{
	color: #FF6600; 
	background: #f0f0f0;
	text-decoration: none; }
	

/* ############################################################################################################ */
/* ######## LEFT NAV ########### LEFT NAV ########### LEFT NAV ########### LEFT NAV ########### LEFT NAV ###### */
/* ############################################################################################################ */
#leftNavDiv{
	float:left;
	position:absolute;
	width:225px;
	text-align:left;
	background: ;
	border-top:0 solid #666;
	border-right:0 solid #666;
	border-bottom:0 solid #666;
	border-left:0 solid #666;
	margin:0;
	padding:0;
	font: normal normal 11px verdana, arial, sans-serif;
	}

table.leftNav{ width:100%; }
table.leftNav td a.leftNavLink{
	display: block;
	font: normal normal 11px verdana, arial, sans-serif;
	padding:0;
	margin:0 auto;
	border-bottom:1px dashed #999;
	}

table.leftNav td a.leftNavLink:link, table.leftNav td a.leftNavLink:visited {
	color: #000;
	text-decoration: none; }
	
table.leftNav td a.leftNavLink:focus, table.leftNav td a.leftNavLink:hover {
	color: ; 
	text-decoration: none;
	background: ; }
	
/* _________________________________________________________________________ Left Nav: CURRENT Links _____ */
table.leftNav td a.leftNavCurrent:link, table.leftNav td a.leftNavCurrent:visited {
	color: ;
	text-decoration: none;
	background: ; }
	
table.leftNav td a.leftNavCurrent:focus, table.leftNav td a.leftNavCurrent:hover {
	color: ; 
	text-decoration: none;
	background: ; }

/* _______________________________________________________________________________________________________ */
/* _______________________________________________________________________ Left Nav: SUB NO-DROPDOWN _____ */
/* _______________________________________________________________________________________________________ */
tr.leftNavSub td a{
	display: block;
	text-decoration: none;
	font: normal normal 10px verdana, arial, sans-serif;
	padding: 0 0 0 15px; }
	
tr.leftNavSub td a:link, tr.leftNavSub td a:visited {   color: #FFF;	}
tr.leftNavSub td a:focus, tr.leftNavSub td a:hover {
	color: #000; 
	text-decoration: none;
	background: #E6E6E6; }


/* ############################################################################################################ */
/* ######### FOOTER ############ FOOTER ############ FOOTER ############ FOOTER ############ FOOTER ########### */
/* ############################################################################################################ */
#footerDiv{
	clear:both;
	text-align:center;
	background:;
	padding:25px 0 5px 80px;
	font:normal normal 10px verdana, arial, sans-serif;
	color: #999;	}


/* ############################################################################################################ */
/* ########### FONTS ############ FONTS ############# FONTS ############ FONTS ############ FONTS ############# */
/* ############################################################################################################ */
h1{
	font:normal bold 22px Lucida Sans Unicode, Lucida Grande, verdana, arial, sans-serif;
	color: #000;
	text-align:left;
	margin:0 0 15px 0;
	text-shadow: 2px 2px 5px #BBB; }
	
.tagline{
	font:italic bold 14px verdana, arial, sans-serif;
	color: #000;
	text-align:left;
	margin: 0 0 5px 0; }

.bodyText {
	font:normal normal 13px/1.4 Lucida Sans Unicode, Lucida Grande, verdana, arial, sans-serif;
	color: #000;
	word-spacing:; }
	
.bodyTextRight {
	font:normal normal 13px/1.4 Lucida Sans Unicode, Lucida Grande, verdana, arial, sans-serif;
	color: #000;
	word-spacing:;
	text-align:right; }
	
.bodyTextBold {
	font:normal normal 13px/1.4 Lucida Sans Unicode, Lucida Grande, verdana, arial, sans-serif;
	color: #000;
	word-spacing:;
	font-weight:bold; }
	
.bodyTextBoldRight {
	font:normal normal 13px/1.4 Lucida Sans Unicode, Lucida Grande, verdana, arial, sans-serif;
	color: #000;
	word-spacing:;
	font-weight:bold;
	text-align:right; }


a:link, a:visited { color: #287FBF; text-decoration: underline; text-weight:bold; }
a:focus, a:hover { color: #3DA9F1; text-decoration: none; text-weight:bold; }





/* TinyMCE editor body */
body.mceContentBody{ background: #FFF; text-align:left; }
body.mceContentBody p, body.mceContentBody td { margin:0; font:normal normal 13px/1.4 Lucida Sans Unicode, Lucida Grande, verdana, arial, sans-serif;}

h2{
	margin:0 0 5px 0;
	font:normal bold 16px Lucida Sans Unicode, Lucida Grande, verdana, arial, sans-serif;
	color:#000;
	}

p, #phpbb #leftNavDiv td p{ margin:0; padding:0; }

#bodyDiv table, #bodyDiv_MOD table{ font:normal normal 13px/1.4 Lucida Sans Unicode, Lucida Grande, verdana, arial, sans-serif; }

.eventPromoTitle{
	font: normal bold 11px verdana, arial, sans-serif;
	text-decoration:none;
	color:#000;
	}
#event_table{ border:1px solid #DFDFDF; border-collapse:collapse; }
#event_table td, body.mceContentBody #event_table td{
	font: normal normal 12px/1.4 Lucida Sans Unicode, Lucida Grande, verdana, arial, sans-serif;
	border-bottom:1px dotted #DFDFDF;
	border-left:1px dotted #DFDFDF;
	padding:3px 3px 5px 0;}

#event_table ul li{ padding:0 0 3px 0; }

#event_table th, body.mceContentBody #event_table th{ padding:2px 0; }
.side_bar_title, body.mceContentBody .side_bar_title{
	color:#FFF;
	text-align:center;
	font: normal bold 12px Lucida Sans Unicode, Lucida Grande, verdana, arial, sans-serif;
	width:100%;
	margin:0 auto;
	}

.minutesP{ font: normal normal 8px arial, sans-serif; }

#right_side_div{
	float:right;
	border:1px solid #DFDFDF;
	margin:3px 0 10px 15px;
	font: normal normal 11px verdana, arial, sans-serif;
	text-align:left;
	}

#right_side_div th .side_bar_title{ padding:1px 0; }
#right_side_div td{ padding:3px 0 0 0; }


#leftNavDiv a:link, #leftNavDiv a:visited{ color:#287FBF; text-decoration:underline; }
#leftNavDiv a:focus, #leftNavDiv a:hover{ color:#3DA9F1; text-decoration:none;}

#supporters_div{
	margin:5px auto;
	/*border:1px solid #DFDFDF;*/ }
	
#supporters_div div{
	margin:0 auto 10px auto;
	padding:6px 0;
	border-top:1px dashed #E6E6E6;}

#supporters_div a.discgolfstation:link, #supporters_div a.discgolfstation:visited{ color:#4bc2d0; font: normal bold 14px Geneva, verdana, arial, sans-serif; text-decoration:underline; }
#supporters_div a.discgolfstation:focus, #supporters_div a.discgolfstation:hover{ color:#466049; font: normal bold 14px Geneva, verdana, arial, sans-serif; text-decoration:none; }

#bodyDiv_MOD a:link, #bodyDiv_MOD a:visited{ color:#054B7F; text-decoration:none; }
#bodyDiv_MOD a:focus, #bodyDiv_MOD a:hover{ color:#006699;  text-decoration:underline; }

#bodyDiv_MOD thead a:link, #bodyDiv_MOD .header a:link, #bodyDiv_MOD thead a:visited, #bodyDiv_MOD .header a:visited{ color:#FFF; }
#bodyDiv_MOD thead a:focus, #bodyDiv_MOD .header a:focus, #bodyDiv_MOD thead a:hover, #bodyDiv_MOD .header a:hover{ color:#999; }

#hideTagsLink, #restOfTags{ display:none; }
body.mceContentBody #restOfTags{ display:table; }
body.mceContentBody #hideTagsLink{ display:inline; }

#registration_msg_box{
	background:#FFE6E6;
	width:500px;
	font-weight:bold;
	margin:30px 0 5px 40px;
	padding:10px;
	border:1px solid #000;
}

#table_1{ border-bottom:1px solid #333; border-right:1px solid #333; border-left:1px solid #333; }
#table_2, #table_3, #table_4, #table_5, #table_6, #table_7, #table_8, #table_9, #table_10 {
		width:100%;
		border-bottom:1px solid #333;
		border-right:1px solid #333;
		border-left:1px solid #333;
		}

.hideThis{ display:none; }

#myTabsTable{
	border-top:1px solid #333;
	border-right:1px solid #333;
	border-left:1px solid #333;
	margin:0; }
#myTabsTable td{
	color:#666;
	font:normal bold 11px verdana, arial, sans-serif;}

body.mceContentBody #table_1, 
	body.mceContentBody #table_2, 
	body.mceContentBody #table_3, 
	body.mceContentBody #table_4, 
	body.mceContentBody #table_5, 
	body.mceContentBody #table_6, 
	body.mceContentBody #table_7, 
	body.mceContentBody #table_8, 
	body.mceContentBody #table_9, 
	body.mceContentBody #table_10 { display:table; margin:10px 0; }

@media screen {
	div#preloader {
		position: absolute;
		left: -9999px;
		top:  -9999px;
	}
	div#preloader img {
		display: block;
		}
	}
@media print {
	div#preloader, 
	div#preloader img {
		visibility: hidden;
		display: none;
		}
	}

#footerDiv a.footerLink:link { color: #999; text-decoration: underline;}
#footerDiv a.footerLink:visited { color: #999; text-decoration: underline;}
#footerDiv a.footerLink:focus { color: #333; text-decoration: none;}
#footerDiv a.footerLink:hover { color: #333; text-decoration: none;}
