
/*	----------------------------------------------------------------------------
	
	Style Sheet for 2007 PGA Championship Microsite
	Contact: jeff.gray@turner.com
	
	--------------------------------------------------------------------------*/

	/* EVENT-SPECIFIC BRANDING GRAPHIC & NAVIGATION BAR WITH SECTION NAVIGATION */
	#header {
		background:#c6c6c6 url(http://i.cdn.turner.com/pga/.element/microsites/1.0/img/global_rev2/template/bg_header.jpg) no-repeat;
		}
		
	/* EVENT-SPECIFIC BRANDING GRAPHIC & NAVIGATION BAR FOR HOME PAGE */
	#home #header {
		background:transparent url(http://i.cdn.turner.com/pga/.element/microsites/1.0/img/global_rev2/template/bg_header.jpg) no-repeat;
		height:119px;
		}
		
	/* EVENT-SPECIFIC BRANDING GRAPHIC & NAVIGATION BAR FOR PAGES WITHOUT A SECTION SUBNAVIGATION */
	#no_subnav #header{
		background:transparent url(http://i.cdn.turner.com/pga/.element/microsites/1.0/img/global_rev2/template/bg_header.jpg) no-repeat;
		height:119px;
		}
	
	/* LINK COLOR IN LEFT COLUMN */
	a, a:link, a:visited, a:hover, a:active {
		color:#89761a;
		}
	
	/* NAVIGATION COLOR OVERRIDE (LEAVE THIS AS WHITE) */
	#navigation a, #navigation a:link, #navigation a:visited, #navigation a:hover, #navigation a:active {
		color:#fff;
		}
		
		
	
	
	/* SPONSOR PLACEMENT */
	#header div.site_sponsor {
		position:absolute;
		top:18px;
		left:750px;
		width:234px;
		height:60px;
		}
		
	#header div.site_sponsor img {
		background:none;
		width: 120px;
		height: 60px;
		padding: 0;
		clear:both;
		}
		
		
		
	/* PGA SPONSOR PLACEMENT */
	#header div.site_sponsor_pga {
		position:absolute;
		top:28px;
		left:750px;
		width:231px;
		height:50px;
		}
		
	#header div.site_sponsor_pga img {
		background:none;
		width: 231px;
		height: 50px;
		padding: 0;
		clear:both;
		}
		
		
		
	/* NEWS ALERT PLACEMENT */
	#header div.news_alert {
		position:absolute;
		top:8px;
		left:765px;
		}
		
	#header div.news_alert img {
		background:none;
		padding: 0;
		clear:both;
		}
		
		
		
	
	
	
	
	/* PIPELINE LAUNCHER STYLES */
	#pipeline_launcher {
	    display:block;
	    position:relative;
	    width:500px;
	    height:187px;
	    }
	    
	#pipeline_launcher img {
	    position:absolute;
	    top:65px;
	    z-index:99;
        }
        
    #pipeline_launcher img.launcher {
	    z-index:100;
	    }
	    
	#pipeline_launcher img.head {
	    top:0;
        }
	    
	#pipeline_launcher a, #pipeline_launcher a:link, #pipeline_launcher a:visited, #pipeline_launcher a:active {
	    color:#fff;
        }
        
    #pipeline_launcher span {
        display:block;
        position:absolute;
        width:130px;
        top:138px;
        font-size:9px;
        }
        
    #pipeline_launcher a.thumb1 img, #pipeline_launcher a.thumb1 span {
        left:31px;
        }
        
    #pipeline_launcher a.thumb2 img, #pipeline_launcher a.thumb2 span {
        left:188px;
        }
        
    #pipeline_launcher a.thumb3 img, #pipeline_launcher a.thumb3 span {
        left:346px;
        }
