/* gratefully adopted & modified from http://www.bluerobot.com/web/layouts/ */
/* Andrew Perry, 2005 */

body {
        color:#333;
        background-color:white;
        margin:20px;
        padding:0px;
        font:14px verdana, arial, helvetica, sans-serif;
        }
h1 {
        margin:0px 0px 15px 0px;
        padding:0px;
        font-size:28px;
        font-weight:900;
        color:#FF0000;
        }
h2 {
        font:bold 16px/18px verdana, arial, helvetica, sans-serif;
        margin:0px 0px 5px 0px;
        padding:0px;
        }
p {
        font:14px/24px verdana, arial, helvetica, sans-serif;
        margin:0px 0px 16px 0px;
        padding:0px;
        }
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

a {
        color:#00248F;
        font-size:14px;
        font-family:verdana, arial, helvetica, sans-serif;
        font-weight:600;
        text-decoration:none;
  }
a:link {color:#00248F;}
a:visited {color:#0033CC;}
a:hover {background-color:#eee;}

a.biochem {
	color:#00208E;
	font-size:8pt;
	font-weight:100;
          }
a.biochem:hover {background-color:white;}

li { /*list-style-type:square;*/
     color:#666;
   }

HR {  color:#00248F;
      background-color:#00248F;
      height: 1px;
      border: 0px;      
   }
   
/*blue*/
#header-title strong { color:#00248F;
                       font:20px/22px verdana, arial, helvetica, sans-serif;
                       font-weight:600;
                     } 
/*grey*/
#header-title { color:#333;
                font:16px/20px verdana, arial, helvetica, sans-serif;
                font-weight:600;
                
              }
#header-title-big strong { color:#00248F;
                           font:36px/38px verdana, arial, helvetica, sans-serif;
                           font-weight:800;
                         } 
              
/* All the content boxes belong to the content class. */

.content {
        position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
        width:auto;
        min-width:120px;
        margin:20px 0px 20px 190px;  /* top right(170) bottom left */
        /*border:1px solid gray;*/
        background-color:transparent;
        padding:10px;
        z-index:3; 
        }

#about { 
        margin:0px 170px 0px 170px; */
        height:0%;
        border:2px solid #0033CC; 
        }

.header {
        position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
        width:98%;
        margin:20px 20px 20px 0px;
        border:1px solid black;
        background-color:white;
        padding:10px;
        z-index:1;
        }

/*for the BAMBII logo, which is a presented a little larger */
img.bambii_logo { 
        margin: 10px 10px 10px 10px; 
        vspace: 10px; 
        border: 0;
        width: 150px;
        }
        
/* for company/institution logos */
img.logo { 
        margin: 10px 10px 0px 10px;
        /* padding:10px; */
        vspace: 10px; 
        border: 0;
        height: 100px;
        }

/* for biochem cone shell */
img.biochem {
	margin: 3px 0px 0px 0px;
        /* padding:10px; */
        vspace: 10px; 
        border: 0;
        width: 100px;
        }

/* for wide logos .. eg BIO-RAD */
img.logo_wide { 
                margin: 20px 10px 0px 10px;
                vspace: 10px;
                border: 0;
                width: 200px;
               }
/* BIG major sponsor logo */
img.big_logo { 
           margin: 10px 10px 10px 10px; 
           vspace: 10px; 
           border: 0;
           height: 200px;
         }

/* BIG major sponsor logo, for wide logos .. eg BIO-RAD */
img.big_logo_wide { 
                margin: 10px 10px 10px 10px;
                vspace: 10px;
                border: 0;
                width: 400px;
               }
                       
.footer {
        position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
        width:98%;
        margin:20px 20px 20px 0px;
        border:1px solid black;
        background-color:white;
        padding:10px;
        z-index:1; 
        }

#navLeft {
/*    height:100%; */
/*    min-height:80%; */
/*    height:auto; */
/*    bottom:160px; */
        position:absolute;
		width:150px; 
        top:260px;
        left:20px;
        border:1px solid #00248F;
        background-color:#BFCFFF;
        padding:10px;
		z-index:3;
		
    
/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
        voice-family: "\"}\"";
        voice-family:inherit;
        width:150px;
        }
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navLeft {width:128px;}

#navRight {
        position:absolute;
        width:190px;
        top:20px;
        right:20px;
        border:1px dashed black;
        background-color:#eee;
        padding:10px;
        z-index:3;
/* Again, the ugly brilliant hack. */
        voice-family: "\"}\"";
        voice-family:inherit;
        width:168px;
        }
/* Again, "be nice to Opera 5". */
body>#navRight {width:168px;}

/*.img {position: absolute;
      z-index:10;}*/
