/* ----- universal settings -----*/
body {
	margin:0px; 
	padding:0px 0px 0px 0px; 
	background:url('bg.jpg') center top repeat-x #768d4a; 
	font-family:arial, san-serif; 
	font-size:8pt; 
	color:#493914;
	text-align:left;
}

td {font-size:8pt;}
p {margin:0px; padding:0px;}

#ctr {margin-left:auto; margin-right:auto; width:760px;}


/* ----- typography/positioning ----- */
.content {padding:0px 35px 10px 35px;}

.footer, .copyright {color:#342522; text-align:center; font-size:7pt;}


/* ----- links ----- */
a:link {text-decoration:none; color:#375976;}
a:visited {text-decoration:none; color:#375976;}
a:hover {text-decoration:underline; color:#375976;}
a:active {text-decoration:none; color:#375976;}

.footer a:link, .copyright a:link {text-decoration:none; color:#342522;}
.footer a:visited, .copyright a:visited {text-decoration:none; color:#342522;}
.footer a:hover, .copyright a:hover {text-decoration:underline; color:#342522;}
.footer a:active, .copyright a:active {text-decoration:none; color:#342522;}


/* ----- backgrounds ----- */
.bg-y {background:url('bg-y.jpg') left top repeat-y;}
.hole td {font-size:9pt;}
.bCourse td {background-color:#375976; color:#fff;}
.wCourse td {background-color:#fff;}
.gCourse td {background-color:#ccc32f;}
.rCourse td {background-color:#700; color:#fff;}
.par td {background-color:#070; color:#fff;}
.handicap td {background-color:#CDA67E;}
.fields td {border:1px solid #CDA67E;}


/* ----- other stuff ----- */
ul {margin-top:0; margin-bottom:0px;}
ul li {margin-left:-20px; list-style-image:url('bullet.gif');}
.img {border:3px solid #fff; margin-left:5px; margin-bottom:5px;}
#gallery img {border:3px solid #fff;}
#fader {width: 760px; height: 316px; overflow: hidden;} 


/* ----- navigation ----- */
.chromestyle {width:760px;}

	/* -------- Style for Drop Down Menu -------- */
	.dropmenudiv {position:absolute; text-align:left; top:0; border:1px solid #cda67e; border-bottom-width:0; font:normal 8pt arial; line-height:20px; z-index:100; background-color:#ebd7c4; width:130px; visibility:hidden;}
	.dropmenudiv a {width:auto; display:block; text-indent:4px; border-bottom:1px solid #cda67e; border-top:1px solid #f4eae0; text-decoration:none; color:#342522; text-align:left;}		
	.dropmenudiv a:hover {background-color:#f4eae0; text-align:left;}
	* html .dropmenudiv a { /*IE only hack*/ width:100%;}
	.notop {border-top:0px !important;}