﻿#aboutContainer {
    min-width:1000px; 
    width: expression( document.body.clientWidth < 1001 ? "1000px" : "auto" ); /* set min-width for IE */
    height:99%;        
}


#aboutHeader{
    margin:0;
    padding:0;
    width:99%;
    height:93px;
    border:solid 0px #289728;
}

#aboutLogo {
    margin:0;
    padding:10px 0 0 10px;
    width:266px;
    height:83px;
    float:left;
    border:solid 0px #0052a5;
}
        
#aboutTitle {
    margin:20px 0 0 50px;
    padding:0;
    width:250px;
    height:45px;
    float:left;
    border:solid 0px #b31b34;
}

#aboutWrapper{
    margin:0;
    padding:0;
    position:absolute;
    width:99%;
    
    border:dashed 0px #289728;
}

#aboutNavigation {
    position:absolute;
    top:0px;
    left:0px;
    margin:0px 0px 0 0px;
    width:270px;
    height:500px;
    
    border:dashed 0px #0052a5;
}    


#aboutNav {
    margin:30px 0 0px 40px;
    padding:0 0 0 0;
    width:200px;
    height:170px;
    border:dashed 0px #f89828;
}



#aboutBeaker {
    margin:0 0 0 0px;
    padding:0;
    width:150px;
    height:350px;
    border:dashed 0px #f89828;
}

#aboutContent {
    position:relative;
    margin:0 0 0 276px;
    padding:20px 20px 0 40px;
    min-width:710px;
    max-width:790px;
    
    width: expression( document.body.clientWidth < 801 ? "800px" : "auto" ); /* set min-width for IE */
    border:dashed 0px #b31b34;
}
    * html #aboutContent { width:63%;}

    .dna {
        position:absolute;
        margin: -20px 0px 0px 495px;
        width:316px;
        height:692px;
        background: url('images/dna_chain.jpg') bottom right no-repeat;
    }
    

#aboutContentLtCol{
    background: url('images/bkgd_testtube_lt.gif') top right repeat-x;
    margin:0;
    padding:0;
    width:55%;
    float:left;
    border:solid 0px #289728;    
}

.ltColHead{
    margin:0;
    padding:10px 0 0 0;
}

#aboutContentCtCol{
    margin:0;
    padding:0;
    width:15%;
    float:left;
    border:solid 0px #0052a5;    
}

#aboutContentRtCol{
    margin:0;
    padding:0;
    width:25%;
    float:left;
    border:solid 0px #289728;    
}

    #ContentHand 
    {
        margin:0 0 0 -20px;
        padding:0 0 0 20px; 
        width:95%;  
        height:40em; 
        background: url('images/beaker_hand2.jpg') bottom left no-repeat;    
        border:solid 0px #289728;    
    }

        * html #ContentHand {width:85%;}


    #ContentLtCol{
        padding:0;
        width:45%;        
        float:left;
        border:solid 1px #289728;    
    }
    
    #ContentCtCol{
        padding:0;
        width:23%;                
        float:left;
        border:solid 1px #0052a5;    
    }

    #ContentRtCol{
        padding:0;
        width:23%;                
        float:left;
        border:solid 0px #289728;    
    }    


        
            #titleA        
            {
                margin:100px 0 0 130px;
                width:120px;
                height:55px;
                float:left;
                display:inline;
            }
            
          
                    
            #titleB {
                margin:10px 0 0 0px;
                width:120px;
                height:55px;
                float:left;
    
                  
            }
            
            #titleC {
                margin:150px 0 0 20px;
                width:120px;
                height:55px;
                float:left;
            }        

                


            #imageRt {
                padding:5px 0 5px 10px;
                float:right;
                
            }
            
            #imageLt {
                padding:5px 10px 3px 0 ;
                float:left;
            }            



#abouttitle_1 {            
    margin:10px 0 0 50px;
    width:120px;
    height:55px;
    float:right;            
}
        
#abouttitle_2 {
    margin:120px 0 0 50px;
    width:120px;
    height:55px;
    float:right;            
}

#aboutFooter {
    padding:10px 0 0 316px;
    width:400px;
    font-size:7pt;
    color:#5e5e5e;
    clear:left;
    border:solid 0px #289728;  
}

* html #aboutFooter {padding-top:30px;}
