/** html background override **/
html{
	background:#003060 url(../img/home_bg.gif) top left repeat-x;
}

/** visual **/
div#visual{
	width:860;
	height:195px;
	overflow:hidden;
	background:url(../img/visualbg.jpg) top left no-repeat;
}

/** agenda, news, golf, sponsors **/
div#leftcol{
	float:left;
	width:402px;
}
div#rightcol{
	float:right;
	width:422px;
}
div#agenda, div#news, div#golf{
	width:402px;
	background:#EEEADB;
	margin-bottom:10px;
	border:1px solid #C8BEAD;
	padding:8px;
	padding-top:28px;
}
#news, #sponsors{
	float:right;
	clear:right;
}
#golf, #agenda{
	float:left;
	clear:left;
}
#sponsors{
	clear:right;
	border:none;
	padding:0;
	margin:0;
}
div#flashcontent{
	float:right;
	margin: 0;
	clear:right;
}
div#news, div#agenda{
	margin-top:-30px;
	position:relative;
}

div#news h1, div#agenda h1, div#golf h1{
	height:28px;
	top:-28px;
	position:relative;
	margin-bottom:-28px;
}
div#golf h1{background:url(../img/golfh1.gif) top left no-repeat}
div#news h1{background:url(../img/newsh1.gif) top left no-repeat}
div#agenda h1{background:url(../img/agendah1.gif) top left no-repeat}

/** dynamically created layers **/
div#news div.extra1, div#agenda div.extra1, div#golf div.extra1{
	border:1px solid white;
	padding:8px;
	padding-top:28px;
	margin:-28px -8px -8px -8px;
}
div#news div.extra2, div#agenda div.extra2, div#golf div.extra2{
	background:white;
	border:1px solid #C9C4AF;
}
div#news div.extra2 h1, div#agenda div.extra2 h1, div#golf div.extra2 h1{
	top:-29px;
}


/** news.css overrides **/
.event_summary abbr.dtstart, .event_summary html\:abbr.dtstart{margin-left:0}
.event_summary h3.summary{color:#5F86A8}
a.event_summary:hover h3.summary{color:#007E43}
div#news a.more{
	margin-left:96px;
}
div#agenda div.extra2{padding-bottom:10px}
div.event_full h3.summary a.detail, 
div.event_full p.description a.button, 
div.article_summary p a.button{
	display:inline;margin:0;
	padding-left:6px;
	background-position:5px right;
}
div.event_full{min-height:73px}

/** golf menu (tabs) **/
ul#golfmenu{
	position:relative;
	top:-3px;
	overflow:hidden;
	list-style:none;
	padding:3px 0px 0 2px;
	margin:0;
	height:31px;
	background:url(../img/golf_line.gif) bottom left repeat-x;
	margin-bottom:-2px;
}
#golfmenu li{float:left}
#golfmenu li a{
	font-weight:bold;
	color:#5D7489;
	padding:6px 7px 0 7px;
	display:block;
	height:22px;
}
#golfmenu li a:hover{
	color:#003060;
}
#golfmenu li a.selected{
	color:#003060;
	position:relative;
	padding:9px 23px 0 23px;
	background:url(../img/selected.gif) top left no-repeat;
	top:-3px;
	margin:0 -16px -1px -16px;
	height:30px;
}
#golfmenu li a.selected span.extra1{
	display:block;
	height:26px;
	background:url(../img/selected_2.gif) top right no-repeat;
	margin:-9px -23px 0 0;
	padding:9px 23px 0 0;
}

#golf div.article_summary{
	background:url(../img/path_stripes.gif);
	margin-top:0;
}

div#golfmenu_patch{
	position:absolute;
	z-index:100;
	border:1px solid red;
	height:20px;
	top:0px;
}



/** Dropdown above (z-index) flash content fix for some os'es **/
div#visual.noflash object, div#visual.noflash embed{
	display:none;
}
