/*	----------------------------------------------------------------------------
	
	STYLESHEET 2
	
	--------------------------------------------------------------------------*/

	
	/* HEADER IMAGE & NAVIGATION BAR */
	#header {
		background:#3d3d33 url(images/bg_header7.jpg) no-repeat;
    /*border: 1px dashed red; /* debug display */
		}
	
/* HEADER BG IMAGE IMAGE MAP */
#header a#imagemapHome
{
         display: block;
         float: left;
         /*border: 1px dashed red; /* debug display */

}
#header a#imagemapHome span
{
         display: none;
}

#header a#imagemapHome
{
         height: 55px;
         width: 105px;
}

  

	/* NAVIGATION ITEM SEPARATOR GRAPHIC*/
	#navigation li img {
		background:transparent url(images/nav_divider.gif) no-repeat;
		}
	
	/* LINK COLOR IN LEFT COLUMN */
	a, a:link, a:visited, a:hover, a:active {
		/*color:#c96109;*/
		/*color:#FF9300;*/
		color:#7BAD18;
		}
	
	/* NAVIGATION COLOR OVERRIDE (LEAVE THIS AS WHITE) */
	#navigation a, #navigation a:link, #navigation a:visited, #navigation a:hover, #navigation a:active {
		color:#fff;
		}
		
	#pipeline_launcher {
	    display:block;
	    position:relative;
	    width:468px;
	    height:160px;
	    }
	    
	#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:22px;
        }
        
    #pipeline_launcher a.thumb2 img, #pipeline_launcher a.thumb2 span {
        left:164px;
        }
        
    #pipeline_launcher a.thumb3 img, #pipeline_launcher a.thumb3 span {
        left:321px;
        }
        
    #scoring #left {
        background:transparent url(images/left_accent_scoring_pipeline.gif) repeat-x;
        }
	    

			
