/* basic structure */
html {
	margin: 0;
	padding: 0;
	}
	
body { 
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #002774; 
	background: url(../../images/back.gif) repeat-x top left;
	background-color: #0F2879;
	margin: 0; 
	padding: 0;
	text-align:center;
	}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #E8AA2C;
	}
	
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #CE8410;
	}
	
a:hover, a:active { 
	text-decoration: underline; 
	}
	

/* specific divs */
#wrapper {
	padding: 0px; 
	margin: 0px; 
	width: 800px;
	position: relative;
	text-align:center;
   	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	min-height:500px;
	}

#container {
	background-color: #EDEDFF;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 800px;
	border:thin #000033 solid;
	border-color: #000033;
	position: absolute;
	text-align:center;
	top:25px;
	left:1px;
	right:0;
	margin-left:auto;
	margin-right:auto;
	min-height:600px;
	color: #002774;
	font-weight:normal;
	}

#header {
	background: url(../../images/header.jpg) no-repeat top left;
	height:85px;
	width:800px;
	}

#bluBar {
	background-color: #6877AB;
	height: 17px;
	color:#FFFFFF;
	font-style:italic;
	font-size : 10px;
	text-align:right;
	line-height:1.7;
	padding-right: 5px;
	margin-left:auto;
	margin-right:auto;
	}
	
#navigation {
	background-color: #092486;
	height: 25px;
	color:#FFFFFF;
	font-size : 10px;
	text-align:right;
	padding-right: 5px;
	line-height: 2.2;
	margin-left:auto;
	margin-right:auto;
	}

#breadcrumbs {
	font-size: 9px;
	text-align:left;
	padding: 1px 1px 1px 3px;
	}
	
#contentBox { 
	text-align:left;
	padding:10px;
	padding-bottom:20px;
	padding-right:15px;
	padding-left: 250px;
	margin-left:auto;
	margin-right:auto;
	min-height:502px;
  	height:auto !important;
  	height:502px;
	}	

#bluLine {
	background-color: #6877AB;
	height: 2px;
	position:absolute;
	bottom: 16px;
    width: 100%;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	}
	
#footer {
	height: 16px;
	background-color:#0F2879;
	color:#FFFFFF;
	font-size:9px;
	line-height:1.7;
	position:absolute;
	bottom: 0px;
    width: 100%;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
}

/* for navigation*/
a.nav:link, a.nav:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FFFFFF;
	}
	
a.nav:hover, a.nav:active { 
	text-decoration: underline; 
	}
	
#dropmenudiv{
	position:absolute;
	margin-top:9px;
	border:1px solid #FFFFFF;
	border-bottom-width: 0;
	font:normal 10px Verdana;
	line-height:18px;
	z-index:100;
	text-align:left;
	min-height:1px;
	clear: both;
	.margin-top: 5px; /* IE6 & IE7, fixing gap between bottom of nav and dropdown box */
	}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #FFFFFF;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	background-color: #092486;
	color: #FFFFFF;
	}

#dropmenudiv a:hover{ 
	background-color: #6877AB;
	text-decoration: underline;
	}

a.small:link, a.small:visited {
	font-size:9px;
	font-weight:normal;
	text-decoration:none;
	color: #002774;
	}

a.small:hover, a.small:active {
	text-decoration:underline;
	}

	
	
/* For copy/content */
.subheading {
	font-weight:bold; 
	font-style:italic; 
	font-size : 12px;
}

.bold {
	font-weight:bold;
	}

/* For body background images */	
.hmpg {
	background: url(../../images/hmpg_bigswoosh.jpg) no-repeat bottom center;
	}
	
.contact {
	background: url(../../images/backgrounds/bg_contact.jpg) no-repeat top left;
	}
	
.coming_soon {
	background: url(../../images/backgrounds/bg_coming.jpg) no-repeat top left;
	}
	
.ab_kp {
	background: url(../../images/backgrounds/bg1.jpg) no-repeat top left;
	}
	
.history {
	background: url(../../images/backgrounds/bg2.jpg) no-repeat top left;
	}
	
.team {
	background: url(../../images/backgrounds/bg3.jpg) no-repeat top left;
	}
	
.directors {
	background: url(../../images/backgrounds/bg4.jpg) no-repeat top left;
	}
	
.mission {
	background: url(../../images/backgrounds/bg5.jpg) no-repeat top left;
	}
	
.intprop {
	background: url(../../images/backgrounds/bg6.jpg) no-repeat top left;
	}
	
.legal {
	background: url(../../images/backgrounds/bg_legal.jpg) no-repeat top left;
	}
	
.regmed {
	background: url(../../images/backgrounds/bg_regmed.jpg) no-repeat top left;
	}
	
.lisop {
	background: url(../../images/backgrounds/bg_lisop.jpg) no-repeat top left;
	}
	
.pipeline {
	background: url(../../images/backgrounds/bg_pipe.jpg) no-repeat top left;
	}

.trials {
	background: url(../../images/backgrounds/bg_trials.jpg) no-repeat top left;
	}

.pubs {
	background: url(../../images/backgrounds/bg_pubs.jpg) no-repeat top left;
	}
	
