/* ----- CSS ----- */

/* Changes to the style sheet:
 *
 * Apri, 11, 2007: MBF - added the images styles - copied from the mbfbioscience website.
 */

*{
margin:0;
padding:0;
border:0;
}
html{
width:100%;
height:100%;
}
body{
background-color:#b2c7b6;
font-family:Verdana, Helvetica, Arial, sans-serif;
font-size:11px;
line-height:18px;
text-align:left;
color:#000;
}

/* ----- ID ----- */

div#document{
width:780px;
margin:10px auto 100px auto;
}
div#header{
}
div#header div#globalMenu{
}
div#header div#mastHead{
background-color:#1D4681;
border-bottom:15px solid #0C2E5C;
padding:20px 10px 10px 10px;
}
div#header div#mastHead div#brand{
float:left;
color:#fff;
padding:30px 0 0 0;
background:transparent url(../images/brand.gif) no-repeat top left;
}
div#header div#mastHead div#sponsor{
float:right;
color:#b2c7b6;
padding:32px 0 0 0;
font-size:0.83em;
}
div#content{
background-color:#fff;
}
div#content div#leftColumn{
float:left;
width:160px;
padding:40px 0 40px 0;
}
div#content div#leftColumn div#explore{
padding:0 0 5px 12px;
}
div#content div#middleColumn{
float:left;
width:560px;
padding:40px 40px 40px 20px;
}
div#footer {
text-align:right;
padding:5px;
}

/* ----- CLASSES ----- */

.clearFloat:after{
content:"."; 
display:block; 
height:0; 
clear:both; 
visibility:hidden;
}
.clearFloat{display:inline-block;}
/* Hides from IE-mac \*/
* html .clearFloat {height: 1%;}
.clearFloat {display: block;}
/* End hide from IE-mac */.success{
color:#27821C;
}
.error{
color:#891518;
}

/* ----- HEADINGS ----- */

h1{
font-size: 22px; 
line-height: 33px;
margin-bottom: 18px;
font-weight:normal;
color:#04152b;
}
h2{
font-size: 18px; 
line-height: 24px; 
margin-bottom: 18px;
font-weight:normal;
color:#797979;
}
h3{
font-size: 11px; 
line-height: 18px; 
text-transform:uppercase;
letter-spacing:0.1em;
}

/* ----- PARAGRAPHS ----- */

p{
margin-bottom: 18px;
}

/* ----- QUOTES ----- */

/* ----- DEFINITIONS ----- */

/* ----- LISTS ----- */

#middleColumn ul,
#middleColumn ol{
list-style:none;
margin-bottom: 18px;
}
#middleColumn li{
}
#middleColumn ul li{
padding-left:20px;
background:url(../images/diamond-black.gif) 2px 0.66em no-repeat;
}
#middleColumn ol{
padding-left:20px;
list-style:decimal;
}
#middleColumn ol li{
padding-left:5px;
background-image:none;
}
div#globalMenu ul{
list-style:none;
float:right;
color:#092a55;
}
div#globalMenu li{
font-size: 11px;
float:left;
text-transform:lowercase;
padding:6px 0 6px 0;
}
div#globalMenu li#contact-us{
padding-right:10px;
}
div#globalMenu li#search{
padding:5px 10px 6px 10px;
background-color:#1d4681;
color:#fff;
}
#menu{
list-style:none;
font-size: 11px;
}
#menu li{
background-color:#dbeade;
margin:0 0 1px 0;
}
#menu li a{
color:#04152b;
display:block;
padding:4px 0 4px 12px;
border:0;
}
#menu li a.active{
font-weight:bold;
}
#menu li ul{
list-style:none;
}
#menu li li{
background-color:#E5F0E7;
padding:0 0 0 12px;
margin:0;
}

/* ----- IMAGES ----- */

.imgRight{
   color:#006644;
   font-style:italic;
}

.imgLeft{
text-align:center;
color:#006644;
font-style:italic;
}

.caption{
display: block;
margin-top: 18px;
}

.imgLeft img,
.imgRight img{
display:block;
margin:0 auto;
}

.imgLeft a:hover,
.imgLeft a,
.imgRight a:hover,
.imgRight a{
border:0;
margin:0;
padding:0;
background:none;
}

.gallery img{
float:left;
padding:15px;
margin:15px 15px 0 0;
border:1px solid #75818A;
}

/* ----- TEXT FORMATTING ----- */

/* ----- LINKS ----- */

a{
text-decoration:none;
color:#B77A1A;
border-bottom: 1px dotted #B77A1A;
}
a:hover{
border-bottom: 1px solid #B77A1A;
}
#globalMenu a{
color:#092a55;
font-weight:bold;
margin:0 5px 0 5px;
border:0;
}
#footer a {
color:#092a55;
border:0;
}

/* ----- TABLES ----- */

table{
width:100%;
margin:0 0 18px 0;
border:1px solid #96B39C;
}
.th{
padding:3px 7px 3px 7px;
background-color:#96B39C;
font-weight:bold;
}
td{
padding:3px 7px 3px 7px;
background-color:#E7F0E9;
}

/* ----- FORMS ----- */

form{
padding:0;
margin:0;
}
.formrow{
margin:0 0 10px 0;
display:block;
padding:0;
}
.formrow label{
float:left;
width:100px;
padding:2px 0 0 0;
text-align:left;
}
.formrow input,
.formrow textarea{
width:300px;
border:2px solid #B2C7B6;
padding:1px 2px 2px 2px;
color:#636468;
background:#FAFAFB;
font-family:inherit;
font-size:inherit;
}
.formsubmit{
padding:0;
text-align:left;
margin:0 0 0 100px;
}
.formsubmit input{
padding:0;
border:0;
}
button{
border:0;
padding:0;
margin:0;
background-color:transparent;
cursor:pointer;
}

#q{
border:2px solid #B2C7B6;
font-family:inherit;
font-size:inherit;
}
#q, #submit{
vertical-align:bottom;
}
#submit{
margin:0 0 0 4px;
}

/* ----- OTHER ----- */
