/* Used to remove top bar/top nav when Lab Service and CSR layouts are Present and to move search box for CSR*/


	#wrapper {
		background: #69be36;
		margin: 6px auto 0 auto;
		min-width: 968px;
		position: relative;
		width: 100%;
	}
	
	#wrapper-inner
    {
        position: relative;
    }
    
	#headerTop {
        display: none;
	}
		
	#headerBottom {
        display: none;
	}
	
	#header 
	{
	    background: transparent !important;
	    filter: none !important;
	    border-left: none;
		border-right: none;
		display:block;
	    height: 0px;
	    width: 0px;
	    
	    /*height: 30px;*/
		/*margin: 0;*/
		/*width: 200px;*/	
		/*text-align:left;*/

        position:relative;
		*position: absolute;
		_position: absolute;
		
		/*margin-top: 100px;*/
		
		_margin-left: 40px;
		*margin-left: 40px;
		z-index: 999;
		
	}
	
	.topLogo  
	{
	    text-align:center;
	    height: 126px; 
	}
		
	#header form {
		margin-left: 0px;
		width: 200px;
		margin-top: 100px;
		position: absolute;
		margin-left: -444px;
		_margin-left: 0px;
		*margin-left: -0px;
	}
	
	#col2 {_margin: 0px 0px -5px -7px;}
