@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
}

a:link {
	color: #690;
	text-decoration: none;
}
a:visited {
	color: #690;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #690;
}
a:active {
	color: #690;
	text-decoration: none;
}

h1 {
	color: #690;
	font-size: 13px;
	line-height: 21px;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff;
	z-index: 5;
}

h2 {
	color: #333;
	font-size: 14px;
	line-height: 19px;
	margin: 0px 0px 10px 0px;
	text-shadow: 1px 1px 1px #fff;
	z-index: 5;
}


h3 {
	color: #26451F;
	font-size: 16px;
	line-height: 19px;
	margin: 15px;
	text-shadow: 1px 1px 1px #fff;
	z-index: 5;

}

h4 {
	color: #26451F;
	font-size: 23px;
	line-height: 27px;
	margin: 0px 0px 20px 0px;
	letter-spacing: 2px;
	text-transform:uppercase;
	text-shadow: 1px 1px 1px #fff;
	z-index: 5;
}

h5 {
	color: #26451F;
	font-size: 18px;
	line-height: 27px;
	margin: 0px 0px 15px 0px;
	letter-spacing: .03em;
	text-transform:uppercase;
	text-shadow: 1px 1px 1px #fff;
	padding: 0px;
	z-index: 5;
}

h6 {
	color: #333;
	font-size: 12px;
	line-height: 18px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff;
	z-index: 5;
}


p {
	margin: 0px 0px 15px 0px;
	color:#000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	width: 460px;
	z-index: 5;
	text-shadow: 1px 1px 1px #fff;
}

.black {
	color:#000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	z-index: 5;
	font-weight: normal;
}

ul {
	margin: 0px 0px 10px 20px;
	color:#333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	width: 650px;
	padding: 0px;
	z-index: 5;
}

li {
	list-style-image: url(../images/bullet.png);
	z-index: 5;
}

#header_container {
	width: 100%;
	height: auto;
	background:url(../images/header_repeat.jpg) repeat-x;
	position:relative;
}
#header {
	width: 1024px;
	height: 198px;
	margin:auto;
	background:url(../images/logo.jpg) center no-repeat;
	position:relative;
	text-align: center;
}

#header_links {
	position: absolute;
	right: 94px;
	top: 20px;
	color:	 #7FAA30;
	z-index: 2;
	font-size: 14px;
}

#header_nationwide {
	position: absolute;
	left: 50px;
	top: 47px;
	z-index: 2;
}

#header_links a {
	color:	 #7FAA30;
	text-decoration: none;
}

#header_links a:hover {
	color:	 #97c93c;
	text-decoration: none;
}

#navigation_container {
	position:absolute;
	top: 156px;
	left: 17px;
	width: 990px;
	height: 42px;
	display: inline;
}

.left_tab, .middle_tab, .right_tab  {
	position: relative;
	float:left;
	display: inline;
	
}
	
.left_tab a, .middle_tab a , .right_tab a {
	display: block;
	height: 39px;
	color: #333;
	font-size:14px;
	line-height: 42px;
	text-decoration:none;
	text-transform: uppercase;
	text-align: center;
	padding-top: 3px;
}

.left_tab a {
	width: 160px;
	background: url(../images/tab_left.png) 0px 0px no-repeat;
	padding-left: 23px;
}

.left_tab a:hover {	
	background: url(../images/tab_left.png)  0px -42px no-repeat;
}

.left_tab a:active {	
	background: url(../images/tab_left.png) 0px -84px no-repeat;
}

	
.middle_tab a {
	width: 152px;
	background: url(../images/tab_middle.png) 0px 0px no-repeat;
	padding-right: 5px;
}

.middle_tab a:hover {	
	background: url(../images/tab_middle.png)  0px -42px no-repeat;
}

.middle_tab a:active {	
	background: url(../images/tab_middle.png)  0px -84px no-repeat;
}


	
.right_tab a {
	width: 160px;
	background: url(../images/tab_right.png) 0px 0px no-repeat;
	padding-right: 19px;
}

.right_tab a:hover {	
	background: url(../images/tab_right.png)  0px -42px no-repeat;
}

.right_tab a:active {	
	background: url(../images/tab_right.png)  0px -84px no-repeat;
}


.about #about_active a {
background: url(../images/tab_left.png)  0px -84px no-repeat;
color:#fff;
}

.pros #pros_active a, .sponsors #sponsors_active a, .volunteer #volunteer_active a, .tickets #tickets_active a {
background: url(../images/tab_middle.png)  0px -84px no-repeat;
color:#fff;
}

.spectator #spectator_active a {
background: url(../images/tab_right.png)  0px -84px no-repeat;
color:#fff;
}

#home_container {
	width: 100%;
	height: auto;
	background: url(../images/home_wide.jpg) center no-repeat;
	position:relative;
	background-color:#001000;
	border-top: 3px solid #fcb040;
	border-bottom: 3px solid #fcb040;
}

#content_container {
	width: 100%;
	height: auto;
	background: url(../images/background.jpg) center no-repeat;
	position:relative;

}

#green {
	width: 100%;
	height: auto;
	position: relative;
	background: url(../images/greensliver.jpg) right repeat-y;
	display: block;
}

#black {
	width: 100%;
	height: auto;
	position: relative;
	background-color:#040000;
	border-top: 3px solid #fcb040;
	border-bottom: 3px solid #fcb040;
	display: block;
}

.background {
	background-color: #f9f9f9;
	width: 610px;
	height: auto;
	padding: 5px;
	border: 2px solid #fff;
	margin: 0px;
}

#content{
	width: 1024px;
	height: auto;
	position:relative;
	margin: auto;
	display: block;
	min-height: 650px;
}

#container {
	position: absolute;
	left: 17px;
	width: 990px;
	height:auto;
	background: url(../images/sidenav.png) bottom  left no-repeat;
	padding-bottom: 35px;
	z-index: 3;
	margin-bottom: 35px;
	display: block;
}

#contentbox {
	position: relative;
	width: 828px;
	z-index: 2;
	height:auto;
	display:block;
	margin-top: 50px;
	margin-left: 179px;
}

#contentbox_nosidenav {
	position: relative;
	width: 885px;
	height: 515px;
	z-index: 2;
	display:block;
	margin-top: 50px;
	margin-left: 60px;
	background: url(../images/box.png) top left no-repeat;
}

#contentbox_tickets {
	position: relative;
	width: 885px;
	height: 720px;
	z-index: 2;
	display:block;
	margin-top: 50px;
	margin-left: 60px;
	background: url(../images/tickets.png) top left no-repeat;
}

#contentbox_bottom {
	width: 828px;
	height: 33px;
	background: url(../images/contentbox_bottom.png);

}

#info {
	position:relative;
	width: 800px;
	height: auto;
	background: url(../images/contentbox_repeat.png);
	padding-left: 28px;
	padding-bottom: 15px;
	min-height: 470px;
	z-index: 5;
	color:#000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}


#info_nosidenav {
	position:relative;
	width: 885px;
	height: auto;
	padding-left: 28px;
	padding-bottom: 15px;
	z-index: 5;
	padding-top: 30px;
}

.switchgroup1 {
	margin-left: 90px;
	margin-bottom: 20px;
	margin-top: 5px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 650px;
}



#info a.handcursor {
	color: #333;
	font-size: 14px;
	line-height: 19px;
	margin: 0px 0px 10px 40px;
	text-shadow: 1px 1px 1px #fff;
	text-decoration: none;
	font-weight:bold;
}

#info a:hover.handcursor {
	text-decoration: underline;
	color:#030;
}

#2column_info {
	position: absolute;
	top: 220px;
	left: 30px;
	width: 700px;
}
	
#one_column {
	display:inline;
	float: left;
	width: 240px;
	margin-right: 20px;
	position: relative;
}

#2column_events {
	position: absolute;
	top: 220px;
	left: 30px;
	width: 700px;
}
	
#one_column_events {
	display:inline;
	float: left;
	width: 200px;
	margin-right: 20px;
	position: relative;
}


#contentbox_top {
	position: relative;
	width: 828px;
	height: 32px;
	background: url(../images/contentbox_top.png);
	margin-top: 50px;
}


#image {
	position: absolute;
	bottom: 12px;
	right: 25px;
	width: auto;
	height: auto;
}

#image_players {
	position: absolute;
	bottom: -70px;
	right: 25px;
	width: 310px;
	height: 530px;
	background: url(../images/content_pics/kisner_swingback.png);
	z-index: 500;
}

#image_contact {
	position: absolute;
	bottom: -45px;
	right: 25px;
	width: 310px;
	height: 530px;
	background: url(../images/content_pics/kisner_swingback.png);
	z-index: 500;
}

#image_pros {
	position: absolute;
	bottom: -90px;
	right: 25px;
	width: 400px;
	height: 646px;
	background: url(../images/content_pics/kisner_putting.png);
	z-index: 500;
}

#image_tickets {
	position: absolute;
	bottom: -40px;
	right: 25px;
	width: 400px;
	height: 646px;
	background: url(../images/content_pics/kisner_putting.png);
	z-index: 500;
}

#image_courseinfo {
	position: absolute;
	bottom: 12px;
	right: 14px;
	width: 814px;
	height: 532px;
	background: url(../images/content_pics/spectators.png) center no-repeat;
}

#image_teetimes {
	position: absolute;
	bottom: 12px;
	right: 14px;
	width: 814px;
	height: 532px;
	background: url(../images/content_pics/teetimes.png) center no-repeat;
}

#image_schedule {
	position: absolute;
	bottom: 12px;
	right: 14px;
	width: 814px;
	height: 532px;
	background: url(../images/content_pics/schedule.png) center no-repeat;
}

#image_history {
	position: absolute;
	bottom: 12px;
	right: 14px;
	width: 814px;
	height: 532px;
	background: url(../images/content_pics/history.png) center no-repeat;
}

#image_about {
	position: absolute;
	bottom: 12px;
	right: 14px;
	width: 814px;
	height: 532px;
	background: url(../images/content_pics/about.png) center no-repeat;
}

#image_sponsors {
	position: absolute;
	bottom: 12px;
	right: 14px;
	width: 814px;
	height: 532px;
	background: url(../images/content_pics/sponsors.png) center no-repeat;
}

#image_sponsor_opps {
	position: absolute;
	bottom: 12px;
	right: 14px;
	width: 814px;
	height: 532px;
	background: url(../images/content_pics/sponsorship_opportunities.png) center no-repeat;
}


#image_volunteer {
	position: absolute;
	bottom: 12px;
	right: 14px;
	width: 814px;
	height: 532px;
	background: url(../images/content_pics/volunteer.png) center no-repeat;
}

#image_weather {
	position: absolute;
	bottom: 12px;
	right: 14px;
	width: 814px;
	height: 532px;
	background: url(../images/content_pics/weather.png) center no-repeat;
}

#sidenav {
	position: absolute;
	left: 0px;
	height: auto;
	width: 188px;
	text-align: left;
	top: 120px;
	background: url(../images/sidenav_green.png) bottom no-repeat;
	padding-top: 20px;
	padding-bottom: 28px;
}

#sidenav a {
	color: #FFF;
	display: block;
	height: 35px;
	letter-spacing: 1px;
	line-height: 35px;
	padding-left: 20px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #26451F;
	font-size: 14px;
	border-bottom: 1px solid #2b6a32;
}

#sidenav a#noborder {
	border-bottom: none;
}

#sidenav a:hover {
	background: #ccc;
	text-shadow: 1px 1px 1px #ccc;
	color: #26451F;
}

#sidenav a:active {
	background: #b3d678;
	color: #26451F;
	text-shadow: 1px 1px 1px #b3d678;
}

#sidenav a.active {
	background: #b3d678;
	color: #26451F;
	text-shadow: 1px 1px 1px #b3d678;

}



#text {
	position: absolute;
	top: 65px;
	left: 90px;
	height: auto;
	width: 373px;
	text-align: center;
	color: #26451F;
}


.btn {
	background: url(../images/btn_left.png) no-repeat;
	padding: 0 0 0 14px;
	margin: 5px 15px 0px 0px;
	display: inline;
	width: auto;
	height: 33px;
	float: left;
}
.btn a {
	float: left;
	height: 33px;
	background: url(../images/btn_stretch.png) repeat-x left top;
	line-height: 33px;
	padding: 0 10px;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
}
.btn span {
	background: url(../images/btn_right.png) no-repeat;
	float: left;
	width: 13px;
	height: 33px;
	_background-image: none;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/btn_right.png,
sizingMethod='fixed');
	display: inline;
}



.clear {
	clear: both;
}



#footer_container {
	width: 950px;
	height: auto;
	position: relative;
}

#footer {
	color: #666;
	width: auto;
	position:absolute;
	left: 110px;
	font-size: 10px;
	height: 50px;
	line-height: 50px;
}

.line {
	border-top: 1px solid #ccc;
	width: 55%;
	margin: 5px 0px 5px 0px;
}

.sponsorlogos {
	float: left;
	width: 750px;
	height: auto;
}

.sponsorlogos img {
	border: 1px solid #fff;
	margin: 5px;
	float: left;
}

