/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
	
}
.tabs-nav a, .tabs-nav a span {
    display: block;
	opacity: 1.0;
    background: url(images/golf/buttons.jpg) no-repeat;
}

#join a span {
    display: block;
    background: url("images/golf/buttons.jpg") no-repeat scroll -145px 0 transparent;
	
}
#sponsor a span {
    display: block;
    background: url("images/golf/buttons.jpg") no-repeat scroll -275px 0 transparent;
	
}
#golf_promo p{
color:#000000;
line-height:18px;
padding-top:10px;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #27537a;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #000;
}
.tabs-nav #about a, .tabs-nav #about  a:hover span, .tabs-nav #about  a:focus span, .tabs-nav #about  a:active span{
    background-position: 0 -49px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav #join a:hover span, #join a:focus span, #join a:active span {
    background-position: -145px -49px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav #sponsor a:hover span, #join a:focus span, #join a:active span {
    background-position: -275px -49px;
    outline: 0; /* prevent dotted border in Firefox */
}



.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
}

.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 41px; /* IE 6 treats height as min-height */
    min-height: 43px;
    padding-top: 6px;
    padding-right: 0;
}
#about a span {
    width: 144px; /* IE 6 treats width as min-width */
	min-width:144px;
    height: 41px; /* IE 6 treats height as min-height */
    min-height: 43px;
    padding-top: 6px;
    padding-right: 0;
}
#join a span {
    width: 130px; /* IE 6 treats width as min-width */
	min-width:130px;
    height: 41px; /* IE 6 treats height as min-height */
    min-height: 43px;
    padding-top: 6px;
    padding-right: 0;
}
#sponsor a span {
    width: 155px; /* IE 6 treats width as min-width */
	min-width:155px;
    height: 41px; /* IE 6 treats height as min-height */
    min-height: 43px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
}
.radio {
clear:both;
display:inline;
float:left;
height:35px;
padding:23px 0 0 28px;
text-align:left;
width:68px;
}
#golf_promo form {
background: url(images/golf/sponsorevent.jpg) no-repeat;
margin-top: 15px;
margin-bottom: 10px;
margin-left: 0;

}
#golf_promo #form1 .radio {
clear:both;
display:inline;
float:left;
height:56px;
padding:34px 0 0 29px;
text-align:left;
width:68px;
}
#golf_promo #form1 {
background: url(images/golf/players.jpg) no-repeat;
margin-top: 15px;
margin-bottom: 10px;
margin-left: 0;
}
.button {
height:auto;
margin-top:20px;
width:auto;
}


.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
    padding: 1em 8px;
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}



#join.tabs-selected a span, #join a:hover span, #join a:focus span, #join a:active span {
    background-position: -145px -49px;
}

#about.tabs-selected a span, #about a:hover span, #about a:focus span, #about a:active span {
    background-position: 0 -49px;
}

#sponsor.tabs-selected a span, #sponsor a:hover span, #sponsor a:focus span, #sponsor a:active span {
    background-position: -275px -49px;
}

.directions {
border:medium none;
left:792px;
position:absolute;
top:417px;
}
#golf_promo input {
height: auto;
width: auto;
}


