/***************************************
****************************************
    2 and 3 COLUMN LAYOUT
    ------------------------------------
    DO NOT ADD FORMATTING STYLES TO
    THIS STYLESHEET - IT IS FOR *LAYOUT*
    INFORMATION ONLY. MARGIN AND PADDING
    INFORMATION *SHOULD* GO IN HERE.
****************************************
***************************************/



div#shadowwrapper
{
    
    margin:0 auto;
    width:1000px;
}

div#container
{
    margin:0 auto;
    width:960px;
    
   
}
/**************************************/
/*LHS*/
div#lhs
{
float:left;

padding:95px 11px 0px 0px;
margin-right:20px;
width:210px;    
}


/*---------------------------------->8   
end cut to here*/


/* HEADER */
div#header
{
    height:auto !important; /*ie6 min height*/
    height:135px;
    min-height:135px;
}
div#globalnav{
height:20px;

}
div#lowerheaderimg
{
    height:auto !important;
    height:256px;
    min-height:256px;
  
    
}

div#lowerheaderimghome
{
    height:auto !important;
    height:225px;
    min-height:225px;
  
    
}




/**************************************/
/* CONTENT */

div#main
{
    
}

div#content
{    
    width:960px;
    float:left; 
    min-height:145px;   	
}

div#contenthome
{    
    width:960px;
    float:left; 
    min-height:145px;   	
}

div#content_inside
{       
    background:url(../images/content_inner.gif) no-repeat top right;
    margin:10px 22px 22px 22px;  
    padding-left:218px;
    padding-bottom:20px;
   	
}

div#content_inside_home
{       
    
    margin:10px 22px 22px 22px;  
    
    padding-bottom:20px;
   	
}

div#content_inside_port
{       
    background:none;
    margin:10px 22px 22px 22px;  	
}
/**************************************/
/* RHS / EXTRA INFO */
div#rhs
{    
    float:right;   
    width:194px;
}
/**************************************/
/* FOOTER */
div#footer
{   
    clear:both;
    height:58px;
}

/***************************************
    END
***************************************/
