body{
	font-family:"Lucida Sans",Arial, Helvetica, sans-serif;
  font-size:10pt;
  line-height:1.3;
  color:#5c5c5c;
  background-color:#fff;
}

#container {
	width:800px;
  margin: 10px auto 10px auto;
}

/* 
 * Headaer stuff - logo, header navigation 
 *
 */

#header {
	height: 70px;
}
  
#header img{
	padding-top:15px;
	position: absolute;
}

#header ul{
	float:right;
  margin:0px;
  padding:0px;
  list-style:none;
}

#header li {
	text-align:right;
  line-height:1.5em;
  font-size:.85em;
}

#header li a {
	text-decoration:none;
  color: #0d2474;
}

#header li a:visited {
	text-decoration:none;
  color: #0d2474;
}

#header li a:hover {
	text-decoration:none;
  color:#000099;
}

/* 
 * Navition stuff - main navitional part 
 *
 */
 
#navigation {
	height: 29px;  
 }
 
#slogan {
	height: 205px;
  background:url(../images/slogan-back.png)  no-repeat;
  }

#slogan img {
	float:right;
  margin: 1px 2px;
}

#slogan p {
margin:0px;
	width: 525px;
  text-align: center;
  padding-top: 40px;
  color:#003399;
  font-style:italic;
  font-size: 1.4em;
  line-height:2em;
}

/*
 * left links box stuff
 *
 */

.rtop, .rbottom{display:block}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden; background: #EEE}
.r1{margin: 0 4px; background: #003399;}
.r2{margin: 0 3px; border-right: 1px solid #003399; border-left:1px solid #003399;}
.r3{margin: 0 2px; border-right: 1px solid #003399; border-left:1px solid #003399;}
.r4{margin: 0 1px; height: 2px; border-right: 1px solid #003399; border-left:1px solid #003399;}

#side-links {
	margin:20px 0px 0px 0px;
	padding: 0px;
	width:195px;
  float:left;
}

#side-links-content {
  background: #EEE;
  font-size: .78em;
  /*font-weight: bold;*/
  padding: 5px 5px 5px 5px;
	margin: 0px;
  border-right: 1px solid #003399;
  border-left: 1px solid #003399;
  text-align:left;
}

#side-links-content ul {
  padding: 0px 0px 0px 15px;
	margin: 2px 2px 2px 4px;
}

#side-links-content li {
  padding: 0px 0px 8px 0px;
	margin: 0px;
}

#side-links-content a {
	text-decoration:none;
  }


/*
 * Content stuff - all the other stuff that matters
 *
 */
#content {
  margin-left:220px;
	margin-right: 5px;
  text-align:justify;
}

#content p{
	font-size:1em;
}

#goBalto {
	float: left;
	width: 119px;
	height: 34px;
}

#content h3{
	font-weight:bold;
}


/*
 * Footer stuff - the leftovers go here
 * 
 */
#footer {
	margin-top: 20px;
	border-top: 1px solid #dcdce9;
}
#footer p{
  font-size:.8em;
  text-align:center;
  margin:0px;
  padding:2px;
  font-style:italic;
}


/**
 * Management page
 *
 */


#senior_manager {
  border-top:1px dashed gray;
  padding:30px 0;
}

#senior_manager h2{
  font-style:italic;
}


#senior_manager_text {
	padding-top:10px;
  text-align:justify;
}

#senior_manager_right_summary {
	text-align:left;
	margin-left:180px;
  height:210px;
}

#senior_manager_right_summary li{
	margin-bottom: 5px;
}

#senior_manager_right_pic {
  float:left;
  width:170px;
  height:210px;
}

#senior_manager_left_summary {
	text-align:left;
  height:210px;
  width: 420px;
}

#senior_manager_left_summary li{
	margin-bottom: 5px;
}

#senior_manager_left_pic {
  float:right;
  padding: 0px;
  margin: 0px;
  height:210px;
}

#assays_services {
	border-top: 1px dashed gray;
  padding-top: 30px;
}

#careers {
	text-align:center;
  padding-top:100px;
  height:260px;    
}

#contact_page {
  height:340px; 
}

#contact_page img {
	float:right;
  margin: 70px 50px 0px;
}

#contact_page p {
	padding:100px 0px 0px 100px;
}






