/* CSS Document */

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	behavior: url(./css/csshover2.htc);
}

.clearFloat {
	clear: both;
}

#mainContainer {
	border: 1px solid #999999;
	margin:0px auto;
	background-color: #FFFFFF;
	padding: 0px;
	position: relative;
	width: 770px;
	left: 0px;
}

table.noborder, table.noborder td {
	border:1px solid #FFFFFF;
	margin-left:-2px;
}

#importantmsg {
	border:1px dotted #CC6600;
	color:#CC6600;
	padding:3px;
	background-color:#fbe8cf;
}
		/* Header */
		#header {
			height: 110px;
			position: relative;
		}
		
		/*#header .toplinks{
			position: absolute;
			font-size: 10px;
			text-transform: uppercase;
			left: 325px;
			top: 56px;
			height: 25px;
			z-index:100;
		}*/
		
		#header .toplinks{
			
			margin-top:12px;
			font-size: 10px;
			text-transform: uppercase;
			text-align:right;
			z-index:100;
			margin-right:25px;
		}
		
		#header .toplinks a:link, #header .toplinks a:visited, #header .toplinks a:active{
			color: #000000;
			text-decoration: none;
		}
		
		#header .toplinks a:hover{
			color: #10b1e2;
			border-bottom: 1px dotted #10b1e2;
		}
		
		#header .pagelinks{
			margin-top:12px;
			font-size: 10px;
			text-transform: uppercase;
			text-align:right;
			z-index:100;
			margin-right:13px;
		}
		
		#header .pagelinks a:link, #header .pagelinks a:visited, #header .pagelinks a:active{
			color: #000000;
			text-decoration: none;
		}
		
		#header .pagelinks a:hover{
			color: #10b1e2;
			border-bottom: 1px dotted #10b1e2;
		}
		
		
		#search{
			padding-right:5px;
		}
		
		#header .logo {
			position: absolute;
			width: 120px;
			height: 78px;
			left: 40px;
			top: 15px;
		
			/*background-image: url(../images/logo.gif);
			background-repeat: no-repeat;	*/	
				
		}
		
		#header .logo img {
			border:none;
		}
		
		#header .printlogo{
			display:none;
		}
		
		#header .search{
			
			width:360px;
			position: absolute;
			left: 415px;
			top: 13px;
		}
		
		html>body #header .search {
			top:13px;
		}
		
		html>body #header .search table{
			margin:0px!important;
			padding:0px!important;
		}
		.search table{
			margin:0px!important;
			padding:0px!important;
		}	
		
		.search td {
			font-weight:bold;
			text-transform:uppercase;
			color: #10b1e2;
			font-size: 10px;
			padding:0px;
			margin:0px;
			border:1px solid #666;
		}
		
		#header .search input{
			font-size: 10px;
		}
		
	
		#header .searchPage{
			width:360px;
			position: absolute;
			left: 402px;
			top: 13px;
		}
		
		html>body #header .searchPage {
			top:13px;
		}
		.searchPage a:link, .searchPage a:visited, .searchPage a:active{
			
			text-transform:uppercase;
			color: #10b1e2;
			font-size: 10px;
			padding:0px;
			margin:0px;
			
			text-decoration: none;
		}
		
		.searchPage a:hover{
		
			text-transform:uppercase;
			color: #10b1e2;
			font-size: 10px;
			padding:0px;
			margin:0px;
			
			text-decoration: none;
		}
		
		html>body #header .searchPage table{
			margin:0px!important;
			padding:0px!important;
		}
		.searchPage table{
			margin:0px!important;
			padding:0px!important;
		}	
		
		.searchPage td {
			font-weight:bold;
			text-transform:uppercase;
			color: #10b1e2;
			font-size: 10px;
			padding:0px;
			margin:0px;
			border:1px solid #666;
		}
		
		#header .searchPage input{
			font-size: 10px;
		}
		
		.input{
			font-size: 10px;
		}
		
		
		/* navigation */		
		#navigation{
			height: 25px;
			background-image: url(../images/nav_bg.gif);
			background-repeat: repeat-x;
			padding: 1px 0px 0px 25px;
		}
		
		#navigation ul
		{
			margin: 0px;
			padding: 0px;
			display:block;
			float:left;
			height:25px;
		}
		
		#navigation ul li
		{
			float:left;
			display:block;
			height:25px;
		}
		
		#navigation ul li a
		{
			display:block;
			height:25px;
		}
			
		#navigation span
		{
			display:none;
		}
		
		
		#navigation a.About
		{
			background:url(../images/about.gif);
			width:68px;
		}
		
		#navigation a.About:hover, #navigation a.Abouton
		{
			background:url(../images/about_.gif);
			width:68px;
		}
		
		#navigation a.Pipeline
		{
			background:url(../images/pipeline.gif);
			width:83px;
		}
		
		#navigation a.Pipeline:hover, #navigation a.Pipelineon
		{
			background:url(../images/pipeline_.gif);
			width:83px;
		}
		
		#navigation a.Technology
		{
			background:url(../images/technology.gif);
			width:107px;
		}
		
		#navigation a.Technology:hover, #navigation a.Technologyon
		{
			background:url(../images/technology_.gif);
			width:107px;
		}
		
		#navigation a.Partnering
		{
			background:url(../images/partners.gif);
			width:95px;
		}
		
		#navigation a.Partnering:hover, #navigation a.Partneringon
		{
			background:url(../images/partners_.gif);
			width:95px;
		}
		
		
		#navigation a.Careers
		{
			background:url(../images/careers.gif);
			width:86px;
		}
		
		#navigation a.Careers:hover, #navigation a.Careerson
		{
			background:url(../images/careers_.gif);
			width:86px;
		}
		
		#navigation a.News
		{
			background:url(../images/news.gif);
			width:67px;
		}
		
		#navigation a.News:hover, #navigation a.Newson
		{
			background:url(../images/news_.gif);
			width:67px;
		}
		
		#navigation a.Investors
		{
			background:url(../images/investors.gif);
			width:96px;
		}
		
		#navigation a.Investors:hover, #navigation a.Investorson
		{
			background:url(../images/investors_.gif);
			width:96px;
		}


		#navigation a.clinical_trials
		{
			background-image:url(../images/clinical_link.gif);
			width:123px;
		}
		
		#navigation a.clinical_trials:hover, #navigation a.clinical_trialson
		{
			background-image:url(../images/clinical_.gif);
			width:123px;
		}
		

		
		
		
		#breadcrumbs {
			background-image: url(../images/bread_bg.gif);
			background-repeat: repeat-x;
			padding-top: 8px;
			padding-bottom: 9px;
			font-size: 9px;
			padding-left: 40px;
			color: #ffffff;
		}

		#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:active{
			color: #ffffff;
			text-decoration: none;
		}
		
		#breadcrumbs a:hover{
			color: #EB8600;
			border-bottom: 1px dotted #EB8600;
		}

		#sitemain{
			padding: 20px;
		}
		
		#sitemain #leftcol{
			float: left;
		}
		#tertiarynav {
			background-color:#FFFFFF;
			margin-left:-20px;
			padding-left:5px;
		}
		
		html>body #tertiarynav {
			background-color:#FFFFFF;
			margin:0px;
		}
		
		#sitemain #subnav{
			font-size: 12px;
			width: 215px;
			border: 1px solid #5accf5;
			background-color: #eefbff;
			padding: 15px 0px 15px 0px;
		}
		
		#sitemain #subnav a:link, #sitemain #subnav a:visited, #sitemain #subnav a:active{
			color: #000000;
			text-decoration: none;
		}
		
		#sitemain #subnav a:hover{
			font-weight: normal;
			color: #EB8600;
		}
				
		#sitemain #subnav ul{
			margin: 0px;	
			padding: 0px;
		}
			
		#sitemain #subnav ul li{
			list-style-type: none;		
			margin: 0px;	
			padding: 4px 0px 4px 0px;
			margin-right: 15px;
			margin-left: 15px;
			border-top: 1px solid #5accf5;
		}
		#sitemain #subnav ul li.noline{
			list-style-type: none;		
			margin: 0px;	
			padding: 4px 0px 4px 0px;
			margin-right: 15px;
			margin-left: 15px;
			border-top: 0px solid #5accf5;
		}

		#sitemain #subnav ul li.highlight{
			list-style-type: none;
			margin: 0px;
			padding: 4px 0px 4px 15px;
			border-top: 1px solid #5accf5;
			font-weight: normal;
			color: #FFFFFF;
			background-image:url(../images/2ndlevel.gif);
			background-repeat: repeat-x;
			background-color:#ffa400;			
		}


		#sitemain #subnav a.white:link, #sitemain #subnav  a.white:visited, #sitemain #subnav  a.white:active{
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#sitemain #subnav  a.white:hover{
			color: #FFFFFF;
			/*border-bottom: 1px solid #FFFFFF;*/
		}


		#sitemain #subnav ul ul li{
			border-top: 1px none #5accf5;
			font-weight: normal;
			color: #000000;
			padding-left:15px;
		}
		
		#sitemain #subnav  ul ul li.highlight{
			margin: 0px;
			padding: 4px 10px 4px 15px;
			margin-left:15px;
			background-image: url(../images/3rdlevel.gif);
			background-repeat: no-repeat;
			background-position: 0px 7px;
			border: 0px none;
			font-weight: normal;
			color:#000000;
			background-color:#FFFFFF;
		}
		
		#sitemain #subnav ul ul {
			margin-top: 8px;
		}		
		
		#sitemain #picture{
			margin-top: 10px;
			background-image: url(../images/placement/photo.jpg);
			background-repeat: no-repeat;
			height: 137px;
			width: 217px;			
		}
		
		#sitemain #rightcol{
			float: left;
			width: 400px;
			margin-left: 40px;
			color: #00498c;
			font-size: 12px;
			line-height: 18px;
		}
		
		#sitemain #rightcol h1{
			font-size: 16px;
			margin-top: 0px;
			margin-bottom: 10px;
		}	
		
		#sitemain #rightcol h2{
			font-size: 12px;
			margin-top: 0px;
			margin-bottom: 10px;
			font-weight: bold;
			color: #19B7E8;
		}		
		
		#sitemain #rightcol h3{
			font-size: 12px;
			margin-top: 0px;
			margin-bottom: 10px;
			font-weight: bold;
		}		
		
		#sitemain #rightcol h4{
			font-size: 12px;
			margin-top: 0px;
			margin-bottom: 10px;
		}		

		#sitemain #rightcol ul{
			padding: 0px;
			margin: 0px;
			margin-bottom: 8px;
			list-style-type: none;
		}
		
		#sitemain #rightcol ol{
			padding: 0px;
			margin: 0px;
			margin-bottom: 8px;
		}

		#sitemain #rightcol ol li{
			margin-left: 30px;
		}
		
		#sitemain #rightcol ul li{
			margin-left: 8px;
			padding-left: 20px;
			background-image: url(../images/bullet_list.gif);
			background-repeat: no-repeat;
			background-position: 0px 6px;
		}

		
		#sitemain #rightcol a:link, #sitemain #rightcol a:visited, #sitemain #rightcol a:active{
			color: #10b1e2;
			text-decoration: underline;
			
			/*border-bottom: 1px solid #10b1e2;*/
		}
		
		#sitemain #rightcol a:hover{
			color: #00498c;
			text-decoration: none;
			/*border-bottom: 1px none #10b1e2;*/
		}
		
		#sitemain #rightcol a img {
			padding:0px;
			margin:0px;
		
			border-bottom: 0px none;
		}
		
		#sitemain #rightcol a:hover img {
			padding:0px;
			margin:0px;
			border-bottom: 0px none;
		}
			
		
		#footer {
			background-image: url(../images/footer_bg.gif);
			background-repeat: repeat-x;
			padding-top: 7px;
			padding-bottom: 7px;
			font-size: 10px;
			color: #FFFFFF;
			text-align: center;			
		}
		
		
		#footer a:link, #footer a:visited, #footer a:active{
			color: #ffffff;
			text-decoration: none;
		}
		
		#footer a:hover{
			color: #ffffff;
			border-bottom: 1px solid #ffffff;
		}
		
		#plastyk {
			padding-top:20px;
			padding-bottom:20px;
			text-align:center;
		}
		
		#plastyk img {
			border:0px;
		}
		
		#homecopy {
			height: 205px;
			margin-left: 12px;
			position: relative;
		}

.left {
	float:left;
	padding-right:10px;
	margin-right:10px;
}

.right {
	float:right;
	padding-left:10px;
	margin-right:10px;
}

#homecopy .right, #homecopy .left{
	padding-left:5px;
	margin-right:5px;
}

hr {
	border:none;
  	height:1px;
  	color:#5accf5;
}

html>body hr{
	background-color:#5accf5;
	height:1px;
	border-top:1px;
}
	
thead {
	
	border-collapse:collapse;
	background-color:#00498c;
	border:1px solid #00498c;
}
	
tbody {
	border-collapse:collapse;
}

th {
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border-collapse:collapse;
	padding:2px;
	border:1px solid #00498c;
	text-align:left;
}

td {
	border-collapse:collapse;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color: #00498c;
	padding:2px;
	border:1px solid #00498c;
}

table {
	border-collapse:collapse;
	border:none;
}

table #noborder, #noborder td  {
	border:1px none red;
}

/*---------------------------------------*/
		
		#homecopy .left, #homecopy .right {
			float: left;
			background-color: #EEFBFF;
			border: 1px solid #5accf5;
			overflow: auto;
			padding: 15px;
			margin-top: 15px;
			height: 150px;
			width: 207px;
			line-height: 14px;
		}
		
		#homecopy .left {
			margin-right:10px;
		}
		
		#homecopy .left a:link,
		#homecopy .left a:visited,
		#homecopy .left a:active{
			color: #000000;
			text-decoration: none;
			border-bottom: 1px dotted #10b1e2;
		}
		
		#homecopy .right a:link,
		#homecopy .right a:visited,
		#homecopy .right a:active {
			color: #000000;
			text-decoration: none;
			border-bottom: 1px dotted #10b1e2;
			font-weight:normal;
			font-size:11px
		}
		
		#homecopy .left a:hover{
			color: #10b1e2;
			border-bottom: 1px dotted #10b1e2;
		}
		
		#homecopy .right a:hover{
			color: #10b1e2;
			border-bottom: 1px dotted #10b1e2;
		}
		
		#homecopy .middlePic {
			border: 1px solid #5accf5;
			width: 238px;
			float: left;
			height: 180px;
			margin-top: 15px;
			margin-right: 15px;
			background-image: url(../images/placement/home_photo1.jpg);
			background-repeat: no-repeat;
			
		}
		#homecopy .curve {
			position: absolute;
			height: 134px;
			width: 126px;
			left: 298px;
			top: 0px;
			z-index:100;
		}
		
		#homecopy .left h1, #homecopy .right h1{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 16px;
			font-weight: bold;
			color: #00498c;
			margin-top: 0px;
			margin-bottom: 8px;
		}
		
		#homecopy .left h2, #homecopy .right h2{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 16px;
			font-weight: bold;
			color: #00498c;
			margin-top: 0px;
			margin-bottom: 8px;
		}
		
		
		#homecopy .left p {
			font-size:9pt;
			color:#666666;
			padding:0px;
			margin:0px;
		}
		
		#homecopy .right p {
			font-size:9px;
			color:#A1A1A1;
			padding:0px;
			margin:0px;
		}
		
		#homecopy .left p strong {
			font-size: 12px;
			color: #000000;
			font-weight: normal;
			padding-bottom:0px;
		}
		
		#homecopy .right p strong {
			font-size: 12px;
			color: #000000;
			font-weight: normal;
		}
		
		#homecopy h2 {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 16px;
			font-weight: normal;
			color: #00498c;
			margin-top: 0px;
			margin-bottom: 8px;
			font-weight:normal;
		}
		
		#homecopy {
			font-size: 10px;
			color: #595959;
			font-family: Tahoma, Arial, Helvetica, sans-serif;
		}
		
		#homecopy strong {
			font-size: 12px;
			color: #000000;
			font-weight: normal;
		}
		
		#homecopy ul {
			padding: 0px;
			margin: 0px;
			margin-bottom: 8px;
			font-size:12px;
			color:#000000;
		}
		
		#homecopy ul{
			list-style-type: none;
		}
		
		#homecopy li{
			margin-top: 4px;
			padding-left: 14px;
			background-image: url(../images/bullet_list.gif);
			background-repeat: no-repeat;
			background-position: left center;
			font-size:12px;
			color:#000000;
		}
		
		table .pipeline {
			border:none;
		}
		
			
		.pipeline td {
			padding:0px;
			margin:0px;
			height:30px;
			border:none;
		}
	
		
		
		td.orange  {
			background-image: url(../images/pipe_bit.gif);
			background-repeat:repeat-x;
			background-position:0px 6px;			
		}
		
		div.white {
			padding:0px;
			margin:0px;
			background-color: white;
			background-image:url(../images/pipe_arrow.gif);
			background-position:0px 0px;
			background-repeat:no-repeat;
			height:18px;	
		}
		
		.special {
			padding:0px;
			margin:0px;
			background-image:url(../images/pipeline_bg.gif);
			background-repeat:repeat-y;
			background-position:211px 95px;
		}
		
		#sitemain #rightcol td.pipelink {
			border-bottom:1px solid #dddddd;
			text-align:right;
			padding-right:5px;
		}
		
		#sitemain #rightcol .pipelink a:link,
		#sitemain #rightcol .pipelink a:visited,
		#sitemain #rightcol .pipelink a:active  {
			text-decoration: none;
			color: #e68300;
			border-bottom:0px dotted #10b1e2;
		}
		
		#sitemain #rightcol .pipelink a:hover {
			text-decoration: none;
			color: #EB8600;
			border-bottom: 1px dotted #EB8600;
		}
		
		.small-txt {
			font-size:7pt;
		}
		
		img {
			border:0px;
		}
		/*----------------------------------------*/

/*Home Page Menu Styles*/

/*----------------------------------------*/

#t-menu {
	position:absolute;
	top:123px;
}

html>body #t-menu{
	top:-16px;
}

#t-menu ul{
	list-style: none;
	margin: 0px;
	padding:0px;
	width:auto;
}

html>body #t-menu ul {
	float:left;
	width:auto;
}

/* Main menu styles */

#t-menu h2 {
	margin:0px;
	background-image:url(../images/nav_bg.gif);
	background-repeat:repeat-x;
} 

html>body #t-menu h2 {
	margin-top:139px;
}

/*Developers*/
#t-menu h2#investors {	
	width:96px;
	height:25px;
	background-image:url(../images/investors.gif);
	background-repeat:no-repeat;
} 

#t-menu h2#investors:hover {	
	background-image:url(../images/investors_.gif);
	background-repeat:no-repeat;
} 


/*News*/
#t-menu h2#news {	
	width:67px;
	height:25px;
	background-image:url(../images/news.gif);
	background-repeat:no-repeat;
} 

#t-menu h2#news:hover {	
	background-image:url(../images/news_.gif);
	background-repeat:no-repeat;
} 



/*Careers*/
#t-menu h2#careers {	
	width:86px;
	height:25px;
	background-image:url(../images/careers.gif);
	background-repeat:no-repeat;
} 



#t-menu h2#careers:hover {	
	background-image:url(../images/careers_.gif);
	background-repeat:no-repeat;
} 

/*Partners*/
#t-menu h2#partnering {	
	width:95px;
	height:25px;
	background-image:url(../images/partners.gif);
	background-repeat:no-repeat;
} 

#t-menu h2#partnering:hover {	
	background-image:url(../images/partners_.gif);
	background-repeat:no-repeat;
} 

/*Technology*/
#t-menu h2#technology {	
	width:107px;
	height:25px;
	background-image:url(../images/technology.gif);
	background-repeat:no-repeat;
} 

#t-menu h2#technology:hover {	
	background-image:url(../images/technology_.gif);
	background-repeat:no-repeat;
} 

/*Pipeline*/
#t-menu h2#pipeline {	
	width:83px;
	height:25px;
	background-image:url(../images/pipeline.gif);
	background-repeat:no-repeat;
} 

#t-menu h2#pipeline:hover {	
	background-image:url(../images/pipeline_.gif);
	background-repeat:no-repeat;
} 

/*clinical*/
#t-menu h2#clinical_trials {	
	width:123px;
	height:25px;
	background-image:url(../images/clinical_link.gif);
	background-repeat:no-repeat;
} 

#t-menu h2#clinical_trials:hover {	
	background-image:url(../images/clinical_.gif);
	background-repeat:no-repeat;

} 


/*About*/
#t-menu h2#about {	
	width:68px;
	height:25px;
	background-image:url(../images/about.gif);
	background-repeat:no-repeat;
} 

#t-menu h2#about:hover {	
	background-image:url(../images/about_.gif);
	background-repeat:no-repeat;
} 

#t-menu li h2 a {
	display:block;
	height:50px;
}

#t-menu ul li h2 a{
	background-image:url(../images/menu-divider.gif);
	background-repeat:no-repeat;
	background-position:right;
	margin-top:10px;
}



#t-menu ul li h2#home a{
	background-image:none;
}



html>body ul li h2 a {
	padding-top:0px;
}


/* Wraps sub nav*/
#t-menu ul ul{
	padding:1px;
	margin:0px;
	width:9em;
}



/*Each nav item*/
#t-menu ul ul li{
	
	background-color: #EEFBFF;
	
	width:11em;
	padding:0px;
	float:none;
	border-left:1px solid #5accf5;
	border-right:1px solid #5accf5;
}



#t-menu ul ul li:hover{
	background-color: #ffa400;
	background-image:url(../images/2ndlevel.gif);
	background-repeat:repeat-x;
	width:11em;
	padding:0px;	
	
}

#t-menu ul ul li:hover a{
	color:#FFFFFF;
}

#t-menu ul ul li a{
	font: 12px verdana, arial, garamond, helvetica, sans-serif;
	color: #000000;
	display: block;
	text-decoration: none;
	margin-left:1px;
	margin-top:5px;
	margin-bottom:5px;	
	padding:1px;
	padding-left:5px;
}



#t-menu ul ul li a:hover{
	font: 12px verdana, arial, garamond, helvetica, sans-serif;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	margin-left:1px;
	margin-top:5px;
	margin-bottom:5px;	
	padding:1px;
	padding-left:5px;
}



html>body #t-menu ul ul li a{
	margin-top:0px;
	margin-bottom:0px;
	padding-top:5px;
	padding-bottom:5px;
}



html>body #t-menu ul ul li a:hover{
	margin-top:0px;
	margin-bottom:0px;
	padding-top:5px;
	padding-bottom:5px;
}



/*Positioning the popouts*/

#t-menu ul ul{
	position: absolute;
	top: 24px;
	left: -1px;
	z-index:500;
}

html>body #t-menu ul ul{
	top: 24px;
}

#t-menu li {
	position: relative;	
}



/*Hiding and Revealing popouts*/

#t-menu ul ul{
	display:none;
}

#t-menu ul li:hover ul{
	display:block;
}


/* Fix IE. Hide from IE Mac */
* html #t-menu  ul li { float: left; }
* html #t-menu ul li a { height: 1%; }
/* End */

/*Styles for sub menu separators*/

#t-menu ul ul li#sub{
	border-bottom:1px solid #5accf5;
}



#t-menu ul ul li#sub:hover {
	border-bottom:1px solid #5accf5;
}
</style>

