/* @override http://lorus.fn.mac/css/screen.css */
/* =General ---------------------*/

/* Remove padding and margin */
* {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul, ol {
	margin: 1em 0 0;
}

/* Remove border around linked images */
img, a img {
	border: none;
}


/* =Typography ---------------------*/

body {
	background: #c5c5b2;
	color: #555;
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	line-height: 1.4;
	padding: 0 0 20px;
	text-align: center;
	}
body        { font-size: 84%; }   /* IE */
html > body { font-size: 13px; }  /* Other browsers */


/* =Headings ---------------------*/

h1 {
	color: #000;
	font-size: 1.8em;
	line-height: 1;
	}

h2 {
	color: #000;
	font-size: 1.4em;
	line-height: 1;
	margin-top: 1.25em;
	}
h2 span {
	font-weight: normal;
	}

h3 {
	color: #000;
	font-size: 1.2em;
	line-height: 1.1;
	}
h4 {
	color: #000;
	line-height: 1.1;
	}


/* =Links ---------------------*/

a:link {
	color: #007fa3;
	text-decoration: none;
	}
a:visited {
	color: #0b5e75;
	text-decoration: none;
	}
a:hover {
	color: #C30;
	text-decoration: none;
	}
a:active {
	text-decoration: none;
	}


/* Text elements
-------------------------------------------------------------- */

ul { margin: .75em 0 0 1.4em; }
ol { margin: .75em 0 0 2em; }
ul ul, ol ol, ul ol, ol ul { margin-top: .25em; }

li { margin: .25em 0 0; }
dl { margin: 1em 0 0; }
dt { font-size: 1.1em;font-weight: bold; margin: 1em 0 0; }
dd { margin: .25em 0 0 1em; }

abbr { border-bottom: 1px dotted #666; }
blockquote { margin: 1.5em; font-style: italic; }


/* =Forms ---------------------*/

/* Removes fieldset borders. even on Opera 7 */
fieldset {
  border: 1px solid transparent;
}

form .input {
	padding: .5em 0 0;
	}
form .input input,
form .input textarea,
form .input select {
	background: #FFF;
	border: 1px solid #007fa3;
	}
form .leftlabel {
	clear: left;
	}
form .leftlabel label {
	display: block;
	width: 8em;
	float: left;
	margin: 0 .5em 0 0;
	padding: 0;
	}
form .leftlabel .error_message {
	display: block;
	}
form label .note {
	display: block;
	font-size: .85em;
	}
form .checkbox {
	padding-left: 8.5em;
	}
form .section {
	padding-top: 1em;
	}
form .action {
	clear: left;
	padding: 1em 0 1em 8.5em;
	}


/* =Tables ---------------------*/

table { border-spacing: 0; border-collapse: collapse; }
tr { vertical-align: top; }
th { text-align: left; }


/* =Default classes ---------------------*/

.reset-margin { margin: 0; }
.reset-padding { padding: 0; }
.reset { margin: 0; padding: 0; }

.nowrap { white-space: nowrap; }
.clear { clear: both; height: 0 !important; line-height: 0 !important; margin: 0 !important; }

.required, div.error, p.error, span.error, label.error { font-weight: bold; color: #C30; }
input.error, textarea.error { border: 3px solid #C30 !important; }

div.textblock { margin: 1em 0 0; }
.docsize { color: #666; font-size: .85em; }
.note { font-size: .85em; }
.intro { font-size: 1.15em; }

.col2 { float: left; margin: 0 18px 0 0; width: 415px; }
.col3 { float: left; margin: 0 18px 0 0; width: 270px; }
.col4 { float: left; margin: 0 16px 0 0; width: 200px; }
.withmenu .col1 { float: left; margin: 0; width: 285px; }
.withmenu .col2 { float: right; margin: 0; width: 285px; }


/* =Custom classes ---------------------*/


/* =Layout ---------------------*/

#page {
	background: #FFF url(/img/bg/bg-page.png) 0 0 repeat-y;
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 950px;
	}
#main {
	clear: both;
	margin: 0 15px;
	overflow: hidden;
	width: 920px;
	}


/* =Header ---------------------*/

#header {
	background: transparent url(/img/bg/bg-top.png) 0 0 no-repeat;
	height: 315px;
	position: relative;
	}

#header #logo {
	position: absolute;
	top: 37px; left: 56px;
	width: 191px; height: 49px;
	}
#header #tagline {
	color: #065970;
	position: absolute;
	top: 54px; left: 300px;
	width: 500px;
	}
#visual {
	background: transparent url(/img/visuals/visual-0.jpg) 0 0 no-repeat;
	position: absolute;
	top: 135px; left: 15px;
	width: 920px; height: 180px;
	z-index: 0;
	}
#about #visual {
	background-image: url(/img/visuals/visual-1.jpg);
	}	
#products #visual {
	background-image: url(/img/visuals/visual-2.jpg);
	}	
#investors #visual {
	background-image: url(/img/visuals/visual-3.jpg);
	}	
#news #visual {
	background-image: url(/img/visuals/visual-4.jpg);
	}	
#bizdev #visual {
	background-image: url(/img/visuals/visual-5.jpg);
	}	

#header-btm {
	background: transparent url(/img/bg/bg-header.png) 0 0 no-repeat;
	position: absolute;
	top: 295px; left: 0;
	width: 950px; height: 40px;
	}


/* =Main Nav ---------------------*/

#menu {
	background: #62a65b;
	position: absolute;
	top: 97px; left: 39px;
	width: 771px; height: 30px;
	z-index: 10;
	}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 771px;
	}
#menu li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	}
#menu li a {
	color: #FFF !important;
	float: left;
	display: block;
	text-decoration: none;
	}

#menu li a {
	background-color: #62a65b;
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #FFF !important;
	display: block;
	float: left;
	height: 29px;
	line-height: 29px;
	text-align: center;
	text-decoration: none;
	text-indent: -9999px;
	}
/*hover states*/
#b_home a:hover, #home #b_home a,
#b_about a:hover, #about #b_about a,
#b_products a:hover, #products #b_products a,
#b_investors a:hover, #investors #b_investors a,
#b_news a:hover, #news #b_news a,
#b_bizdev a:hover, #bizdev #b_bizdev a {
	background-position: 0 -29px !important;
	}
#b_home a {
	width: 74px;
	background-image: url(/img/menu/home.png);
	}
#b_about a {
	width: 113px;
	background-image: url(/img/menu/about.png);
	}
#b_products a {
	width: 179px;
	background-image: url(/img/menu/products.png);
	}
#b_investors a {
	width: 96px;
	background-image: url(/img/menu/investors.png);
	}
#b_news a {
	width: 130px;
	background-image: url(/img/menu/news.png);
	}
#b_bizdev a {
	width: 179px;
	background-image: url(/img/menu/bizdev.png);
	}


/* subnav formatting */

#menu ul ul {
	background: #65B561;
	border: 1px solid #999;
	border-top-color: #FFF;
	display: none;
	position: absolute;
	top: 28px; left: -1px;
	width: 160px;
	z-index: 1000;
	}

#menu ul li:hover ul, #menu ul li.over ul {
	display: block;
	}

#menu ul ul li {
	border: 1px solid #FFF;
	border-top: none;
	display: block;
	float: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .94em;
	text-shadow: #345e33 1px 1px 1px;
	width: 158px;
	}
#menu ul ul li a {
	background: none;
	float: none;
	padding: 4px 10px;
	height: auto;
	line-height: 1.1;
	text-align: left;
	text-indent: 0;
	width: auto !important;
	}
#menu ul ul li a:hover {
	background: #0084AA;
	}
/* Hides from IE-mac \*/

* html #menu ul ul li a {height: 1%;}

/* End hide from IE-mac */



/* =Util Nav ---------------------*/

#util {
	background: #FFF;
	position: absolute;
	top: 46px; left: 840px;
	width: 95px;
	z-index: 10;
	}
#util ul {
	background: transparent url(/img/bg/dotted-rule.png) left bottom no-repeat;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#util li {
	background: transparent url(/img/bg/dotted-rule.png) 0 0 no-repeat;
	font-size: .85em;
	line-height: 1;
	margin: 0;
	padding: 3px 0;
	width: 95px;
	}

#util li a {
	color: #069 !important;
	text-decoration: none;
	}
#util li a:hover, #util li a.select {
	text-decoration: underline;
	}


/* =Section Nav ---------------------*/

#sectionmenu {
	background: #FFF url(/img/bg/sm_body.png) 0 0 repeat-y;
	display: inline;
	float: left;
	margin: 20px 0 0 15px;
	width: 245px;
	}

#smhead {
	background: #008bb3 url(/img/bg/sm_head.png) 0 0 repeat-y;
	}
#smhead h2 {
	background: transparent url(/img/bg/sm_head_top.png) 0 0 no-repeat;
	color: #FFF;
	font-size: 1.7em;
	margin: 0;
	padding: 35px 25px 12px;
	text-shadow: #333 1px 1px 2px;
	}

#sectionmenu ul {
	background: transparent url(/img/bg/sm_btm.png) left bottom no-repeat;
	list-style: none;
	margin: 0;
	padding: 0 11px 30px;
	}
#sectionmenu li {
	background: transparent url(/img/bg/sm_sep.png) 0 0 no-repeat;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.1;
	margin: 0;
	padding: 10px 14px;
	}
#sectionmenu li a {
	color: #0b5e75;
	}

#sectionmenu li a:hover {
	color: #C30;
	}
#sectionmenu li.select a {
	color: #C30;
	}
#sectionmenu li.select li a {
	color: #007fa3;
	}

#sectionmenu ul ul {
	background: none;
	padding: 0 0 0 15px;
	}
#sectionmenu ul ul li {
	background: transparent url(/img/bg/dotted-rule.png) 0 0 no-repeat;
	font-weight: normal;
	}

#sectionmenu ul.docs {
	background: #FFF;
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 20px 0 0;
	width: 245px;
	}
#sectionmenu ul.docs li {
	background: none;
	clear: both;
	font-weight: normal;
	margin: 0;
 	padding: 0;
	}
#sectionmenu ul.docs li img {
	float: left;
	margin: 0 5px 10px 8px;
	}
#sectionmenu ul.docs li span {
	display: block;
	padding: 1em 0 0;
	}



/* =Content ---------------------*/

#content {
	margin: 0 25px;
	padding: 30px 0 20px;
	overflow: hidden;
	position: relative;
	width: 870px;
	}
.withmenu #content {
	display: inline;
	float: right;
	margin-left: 0;
	width: 610px;
	}


/* =Footer ---------------------*/

#footer {
	background: #c5c5b2 url(/img/bg/bg-btm.png) 0 0 no-repeat;
	color: #557077;
	font-size: .85em;
	padding: 30px 40px;
	}
#footer a {
	color: #557077 !important;
	text-decoration: underline;
	}


/* =Misc   ---------------------*/
#yearlist {
	width: 5em;
	}
table.data {
	border-bottom: 1px solid #C5C5B2;
	width: 100%;
	}
table.data th, table.data td {
	line-height: 1.2;
	padding: 3px 2em 3px 0;
	}
table.data td {
	background: transparent url(/img/bg/dotted-rule.png) 0 0  no-repeat;
	}
table.infoscles {
	line-height: 1.2;
	margin: 1em 0 0;
	width: 100%;
	}
table.infoscles th {
	background: #F3F9FB;
	padding: 4px 0 4px 8px;
	border-bottom: 1px solid #FFF;
	}
table.infoscles td {
	background: #F3F9FB;
	padding: 4px 0 4px 8px;
	border-bottom: 1px solid #FFF;
	}
table.infoscles tr.symbol th {
	background: #CCE6ED;
	font-size: 1.3em;
	font-weight: bold;
	}
table.infoscles td.note {
	background: none;
	font-size: .9em;
	font-weight: normal;
	text-align: left;
	color: #999;
	border-bottom: none;
	}

div.pipeline {
	background: #FFF url(/img/bg/pipeline-bg-btm.png) 0 100% no-repeat;
	margin: .5em 0 0;
	padding: 2px 0 6px;
	}
.pipeline table {
	border-collapse: collapse;
	line-height: 1;
	margin: 0;
	width: 610px;
	}
.pipeline thead th {
	background: #FFF;
	font-family: "Arial Narrow", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	padding: 2px 0;
	text-align: center;
	width: 80px;
	}
.pipeline thead th.first {
	text-align: left;
	width: auto;
	}
.pipeline thead th.target {
	text-align: left;
	width: auto;
	}
.pipeline td {
	padding: 6px 0 0;
	}
.pipeline td p {
	color: #FFF;
	font-family: "Arial Narrow", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 4px;
	position: relative;
	}
.pipeline td p a {
	color: #FFF !important;
	display: block;
	}
.pipeline td.target p {
	padding-left: 0;
	}
.pipeline p.rna {
	background: transparent url(/img/bg/pipeline-pipe-blue.png) 0 50% no-repeat;
	}
.pipeline p.smol {
	background: transparent url(/img/bg/pipeline-pipe-green.png) 0 50% no-repeat;
	}
.pipeline p.immu {
	background: transparent url(/img/bg/pipeline-pipe-orange.png) 0 50% no-repeat;
	}
.pipeline p.pipe {
	background-position: 100% 50%;
	font-style: italic;
	text-align: right;
	}	
.pipeline p.pipe a {
	padding-right: 5px;
	}	
	
#career_intro {
	float: left;
	width:  550px;
	}
#career_post {
	float: right;
	width:  260px;
	}
#career_post h3 {
	margin-top: .75em;
	}


