
/* 
CSS by Reid Stott http://reidstott.com/
Revised 21:46 11/26/2011

TOC
	Tags/Reset
	Structure
		Grid Divs & Combos
	Typography
		Paragraphs
		Headings
		Lists
		Links
		Font trimmings
		Images
	Header
	Nav
	Main
	Footer
	IE hacks
COLORS:
background light green	#d9e9d9
sidebar green		#b9c9b9
highlight link green	#699979
Burgundy		#891933
Yellow			#eedd00
header teal		#225566
header blue		#113355
*/
/* ----------------------------------------------------------------------- */
/* -------------------------- Tags / Reset ------------------------------- */
/* ----------------------------------------------------------------------- */
body {
	font-family: "Trebuchet MS", Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-size: 62.5%;
	line-height: 140%;
	color: #222222;
	background: #d9e9d9 url(../gfx/bodyback2011.jpg) repeat-x scroll 0% 0%;
	text-align: center;
        margin: 0;
        padding: 0;
	}
html {
	font-size: 100.01%
        margin: 0;
        padding: 0;
	height: 100%;
	margin-bottom: 1px;
	overflow-y: scroll;
	}
h1, h2, h3, h4, h5, h6, blockquote, ul, ol, dl, dt, dd, pre, form, fieldset, input, textarea, td {
        margin: 0px;
        padding: 0px;
	font-weight: normal; 
	}
li, blockquote {
        margin-left: 15px;
	}
ol, ul { 
	list-style:none; 
} 
p { 
	margin: 0px 0px 1em 0px;
	}
table { 
	border-collapse: collapse; 
	border-spacing: 0; 
	} 
q:before,q:after { 
	content:''; 
	} 
abbr, acronym, fieldset, img { 
	border: 0; 
	} 
a {
	color: #3344aa;
	text-decoration: none;
	}
a:visited {

	text-decoration: none;
	}
a:hover {
	color: #990000;
	text-decoration: underline;
	}

/* |||||||||||||||||||||||||||||||||| */
/*            GRID DIVS               */
/* |||||||||||||||||||||||||||||||||| */
/* Set common styles - all grid divs must be assigned this class */
.generic {
	float: left;
	padding-top: 0;
	margin-bottom: 0;
}
/* this class must be given to a grid div that is the first in a horizontal series */
.break, .clear {
	clear: both;
}
/* this class must be given to a grid div that is the last in a horizontal series */
.end {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.grid180 {
	width: 180px;
	margin-right: 20px;
}
.grid220 {
	width: 220px;
	margin-right: 20px;
}
.grid260 {
	width: 260px;
	margin-right: 20px;
}
.onethird {
	width: 285px;
	margin-right: 20px;
	}
.grid300 {
	width: 300px;
	margin-right: 20px;
}
.grid340 {
	width: 340px;
	margin-right: 19px;
}
.grid380 {
	width: 380px;
	margin-right: 20px;
}
.grid420 {
	width: 420px;
	margin-right: 20px;
}

.grid440, .onehalf {
	width: 440px;
	margin-right: 20px;
}
.grid460 {
	width: 460px;
	margin-right: 20px;
}
.grid500 {
	width: 500px;
	margin-right: 20px;
}

.grid540 {
	width: 540px;
	margin-right: 20px;
}
.grid580 {
	width: 580px;
	margin-right: 20px;
}
.grid620 {
	width: 620px;
	margin-right: 20px;
}

.grid660 {
	width: 660px;
	margin-right: 20px;
}
.grid700 {
	width: 700px;
	margin-right: 20px;
}
.grid900, .full {
	width: 900px;
	margin-right: 20px;
}
/* ----------------------------------------------------------------------- */
/* ------------------------ Typography Base ------------------------------ */
/* ----------------------------------------------------------------------- */
/*|||||||||||| PARAGRAPHS ||||||||||||| */
.generic p {
	font-size: 1.3em;
	line-height: 150%;
	margin-bottom: 1.5em;
	text-align: left;
}
/* Assign this class to the first paragraph in an article */
p.intro:first-line {
	font-variant:small-caps;
}
/* Styles a drop cap on each paragraph with this class */
p.drop:first-letter {
	float:left;
	font-size:3em;
	margin-top:-0.05em;
	margin-right:0.1em;
	margin-bottom:-0.5em;
}
/* |||||||||||||HEADINGS ||||||||||||||| */
h1, h2, h3, h4, h5, h6 {
/*	font-family:  "Palatino Linotype", Palatino, "Book Antiqua", Georgia, "Times New Roman", Times, serif; */
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	}
h1 {
	color: #000;
	font-size: 3.2em;
	margin-bottom: 0.6em;
	font-style:italic;
	line-height: 1.2em;
}
h2 {
	color: #000;
	font-size: 2.4em;
	font-weight: 700;
	margin-bottom: 0.9em;
	line-height: 0.9em;
}
h3 {
	color: #000;
	font-size: 1.9em;
	margin-bottom: 1.2em;
	line-height: 1.2em;
	font-variant: small-caps;
}
h4 {
	color:#000;
	font-size: 1.6em;
	font-weight: 700;
	line-height: 140%;
	margin-bottom: 1.5em;
}
h5 {
	color:#000;
	font-size: 1.2em;
	margin-bottom: 1.8em;
	line-height: 1.8em;
	font-variant: small-caps;
}
h6 {
	color: #000;
	font-size: 1.1em;
	margin-bottom: 1.8em;
	line-height: 1.8em;
}
/* ||||||||||||||| LINKS |||||||||||||| */
p a {
	color:#3344aa;
	border-bottom: 1px dotted #3344aa;
}
p a:hover {
	text-decoration:none;
}
h1 a {
	color:#000;
}
h1 a:hover {
	text-decoration:none;
}
li a {
	color:#000;
}
li a:hover {
	text-decoration:none;
}
/* |||||||||||||||| LISTS |||||||||||||||| */
ul{
	margin-bottom: 1.5em;
	list-style: square inside;
}
ul li{
	font-size: 1.3em;
	line-height: 150%;
	text-align: left;
	list-style-position: outside;
}
ul li.caption{ /* Apply this class to the first list item in a list to give it a caption */
	font-variant: small-caps;
	list-style: none;
	color: #000;
}
li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 3em;
}
li > ul li, li > ol li {
	font-size: 1em;
}
ol{
	margin-bottom: 1.5em;
	list-style: decimal inside;
}
ol li{
	font-size: 1.3em;
	line-height: 150%;
	text-align: left;
}
/* |||||||||||||| FONT TRIMMINGS ||||||||||| */
blockquote p {
	font-size: 1.3em!important;
	line-height: 1.5em!important;
	margin-bottom: 1.5em!important;
	font-style: italic;
	font-weight: bold;
}
blockquote p cite {
	font-style: normal;
}
.generic strong.caps {
	font-variant:small-caps;
}
.generic em {
	font-style: italic;
	font-weight: inherit;
}
.amp { 
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style: italic;
	font-weight: normal;
	line-height: inherit;
}
abbr {
	border-bottom:1px dotted #666;
	border-color:inherit;
	cursor: help;
}
.clear{
	clear: both;
}
.floatright { 
	float:right;
	margin-left: 2em;
	margin-right: 0;
}
.floatleft {
	float: left;
	margin-right: 2em;
	margin-left: 0;
}
/* ||||||||||||||| IMAGES ||||||||||||||||||||| */
img {
	font-size: 1em;
}
img.imgleft { 
	font-size: 1em;
	float: left;
	padding: 4px;
	border: 1px solid #ccc;
	margin-bottom: 1.8em;
	margin-right: 2em;
	margin-top: 0.3em;
}
img.imgright { 
	font-size: 1em;
	float: right;
	padding: 4px;
	border: 1px solid #ccc;
	margin-bottom: 1.8em;
	margin-left: 2em;
	margin-top: 0.3em;
}
/* ----------------------------------------------------------------------- */
/* ---------------------------- Structure -------------------------------- */
/* ----------------------------------------------------------------------- */
#wrap {
	text-align: center;
	}
#container {
	background-image: url(../gfx/mainback2011.jpg);
	background-repeat : repeat-y; 
	background-position : center top;
	width: 920px;
	margin: 0 auto;
	}
div.hr {
	clear: both;
	}
div.hr hr {
	display: none;
	}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
.clearfix { display: block; }
* html .clearfix { height: 1%; }
/* End hide from IE-mac */
/* ----------------------------------------------------------------------- */
/* ---------------------------- Header ----------------------------------- */
/* ----------------------------------------------------------------------- */
#header {
	margin: 0 auto;
	text-align: center;
	}
#fixed-head {
	width: 920px;
	height: 130px;
	margin: 0 auto;
	background: #113355;
	background-image: url(../gfx/headback2011.jpg);
	background-repeat: no-repeat;
	background-position : left top;
	}
#fixed-head h1, #fixed-head h2 {
	display: none;
	}
/* ----------------------------------------------------------------------- */
/* ---------------------------- Nav -------------------------------------- */
/* ----------------------------------------------------------------------- */


div#navlist {
	margin: 0;
	float: left;
	}
img#logolink {
	float: left;
	margin: 10px 0 0 0;
	width: 430px;
	height: 85px;
	}
body#contact ul.MenuBarHorizontal li#contact_link a:link,
body#contact ul.MenuBarHorizontal li#contact_link a:visited,
body#careers ul.MenuBarHorizontal li#careers_link a:link,
body#careers ul.MenuBarHorizontal li#careers_link a:visited,
body#trials ul.MenuBarHorizontal li#trials_link a:link,
body#trials ul.MenuBarHorizontal li#trials_link a:visited,
body#programs ul.MenuBarHorizontal li#programs_link a.MenuBarItemSubmenu:link,
body#programs ul.MenuBarHorizontal li#programs_link a.MenuBarItemSubmenu:visited,
body#products ul.MenuBarHorizontal li#products_link a.MenuBarItemSubmenu:link,
body#products ul.MenuBarHorizontal li#products_link a.MenuBarItemSubmenu:visited,
body#about ul.MenuBarHorizontal li#about_link a.MenuBarItemSubmenu:link,
body#about ul.MenuBarHorizontal li#about_link a.MenuBarItemSubmenu:visited,
body#home ul.MenuBarHorizontal li#home-link a:link,
body#home ul.MenuBarHorizontal li#home-link a:visited,
body#investors ul.MenuBarHorizontal li#investors_link a:link,
body#investors ul.MenuBarHorizontal li#investors_link a:visited {
	background-color: #891933;
	color: #fff;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}
div#navcolumn {
	float: left;
	clear: left;
	width: 200px;
	display: inline;
	}
div#navcolumn ul {
	margin: 0 0 0 0;
	}
div#navcolumn ul li {
	list-style-type: none;
	margin: 0 0 0 0;
	}
body#contact div#navcolumn li#overview-link a:link,
body#contact div#navcolumn li#overview-link a:visited,
div#navcolumn ul li a:link,
div#navcolumn ul li a:visited {
	display: block;
	height: 35px;
	line-height: 34px;
	text-align: right;
	padding: 0px 15px 0px 0px;
	color: #222939;
	background-color: transparent;
	background-image: 0 none;
	}
/* IE hacks for navlist width at bottom of stylesheet */
body.about-overview div#navcolumn li#overview-link a:link,
body.about-overview div#navcolumn li#overview-link a:visited,
body.board div#navcolumn li#board-link2 a:link,
body.board div#navcolumn li#board-link2 a:visited,
body.management div#navcolumn li#management-link a:link,
body.management div#navcolumn li#management-link a:visited,
body.management div#navcolumn li#executive-link a:link,
body.management div#navcolumn li#executive-link a:visited,
body.exec div#navcolumn li#executive-link a:link,
body.exec div#navcolumn li#executive-link a:visited,
body.d1mt div#navcolumn li#d1mt-link a:link,
body.d1mt div#navcolumn li#d1mt-link a:visited,
body.ip div#navcolumn li#ip-link a:link,
body.ip div#navcolumn li#ip-link a:visited,
body.bio div#navcolumn li#bio-link a:link,
body.bio div#navcolumn li#bio-link a:visited,
body.arginase div#navcolumn li#arginase-link a:link,
body.arginase div#navcolumn li#arginase-link a:visited,
body.ido div#navcolumn li#ido-link a:link,
body.ido div#navcolumn li#ido-link a:visited,
body.programs-overview div#navcolumn li#overview-link a:link,
body.programs-overview div#navcolumn li#overview-link a:visited,
body.hyperacute div#navcolumn li#hyperacute-link a:link,
body.hyperacute div#navcolumn li#hyperacute-link a:visited,
body.hyperacute-lung div#navcolumn li#lung-link a:link,
body.hyperacute-lung div#navcolumn li#lung-link a:visited,
body.hyperacute-pancreas div#navcolumn li#pancreas-link a:link,
body.hyperacute-pancreas div#navcolumn li#pancreas-link a:visited,
body.hyperacute-melanoma div#navcolumn li#melanoma-link a:link,
body.hyperacute-melanoma div#navcolumn li#melanoma-link a:visited,
body.pipeline-overview div#navcolumn li#overview-link a:link,
body.pipeline-overview div#navcolumn li#overview-link a:visited,
body.home div#navcolumn li#overview-link a:link,
body.home div#navcolumn li#overview-link a:visited,
body#contact div#navcolumn li#contact-link a:link,
body#contact div#navcolumn li#contact-link a:visited,
div#navcolumn ul li.on a:link,
div#navcolumn ul li.on a:visited {
	background: #699979;
	color: #eedd00;
	background-image: url(../gfx/linkback2011a.jpg);
	background-repeat: no-repeat;
	background-position : right center;
	}
div#navcolumn ul li a:hover {
	background: #c9d9c9;
	color: #000;
	background-image: url(../gfx/linkback2011b.jpg);
	background-repeat: no-repeat;
	background-position : right center;
	}
.ie7 body#home div#navcolumn img {
	margin-right: -13px;
	float: left;
	}
body#programs div#navcolumn li#hyperacute-link a {
	font-size: 13px;
	}
.ie9 body#programs div#navcolumn li#hyperacute-link a {
	font-size: 13px;
	}
/* ----------------------------------------------------------------------- */
/* ---------------------------- Main ------------------------------------- */
/* ----------------------------------------------------------------------- */
#main {
	padding-left: 0px;
	}
body#home div#content {
	background-image: url(../gfx/photo1.jpg);
	background-repeat: no-repeat;
	background-position : right 90px;
	}
div#photo1 {
	float: right;
	width: 260px;
	height: 230px;
	margin: 0 0 20px 20px;
	}
div#content div.imgholder img {
	display: none;
	}

div#photo14 {
	float: right;
	width: 260px;
	height: 220px;
	margin: 0 0 20px 20px;
	}
body#trials div#content {
	background-image: url(../gfx/clinical-trials1.jpg);
	background-repeat: no-repeat;
	background-position : right 125px;
	}
div#clinical-trials1 {
	float: right;
	width: 200px;
	height: 415px;
	margin: 0 0 20px 20px;
	}
div#photo32 {
	float: right;
	width: 260px;
	height: 220px;
	margin: 0 0 20px 20px;
	}
body.programs-overview div#content {
	background-image: url(../gfx/paul-ehrlich.jpg);
	background-repeat: no-repeat;
	background-position : right 130px;
	}
div#ehrlich {
	float: right;
	width: 350px;
	height: 415px;
	margin: 0 0 10px 25px;
	}
div#ehrlich p {
	margin: 345px 10px 0 0;
	}
p.caption {
	font-size: 1.1em;
	}
div#photo23 {
	float: right;
	width: 370px;
	height: 230px;
	margin: 0 0 20px 20px;
	}
body.about-overview div#content {
	background-image: url(../gfx/photo1.jpg);
	background-repeat: no-repeat;
	background-position : right 90px;
	}
div#photo28 {
	float: right;
	width: 260px;
	height: 230px;
	margin: 0 0 20px 20px;
	}

div#key-pathways {
	float: right;
	width: 260px;
	height: 120px;
	margin: 0 0 20px 20px;
	}
body.ido div#content {
	background-image: url(../gfx/SEM2.jpg);
	background-repeat: no-repeat;
	background-position : right 120px;
	}
div#SEM2 {
	float: right;
	width: 350px;
	height: 320px;
	margin: 0 0 20px 20px;
	}
div#SEM2 p {
	margin: 265px 10px 0 0;
	}
body.hyperacute-pancreas div#content {
	background-image: url(../gfx/photo2.jpg);
	background-repeat: no-repeat;
	background-position : right 120px;
	}
div#photo2 {
	float: right;
	width: 350px;
	height: 340px;
	margin: 0 0 20px 20px;
	}
div#photo2 p {
	margin: 270px 10px 0 0;
	}
body.hyperacute-pancreas div#content h2 {
	margin-right: 15px;
	}
div#hyperacute-pancreas {
	float: right;
	width: 270px;
	height: 320px;
	margin: 0 0 20px 20px;
	}
body.hyperacute-lung div#content {
	background-image: url(../gfx/photo3.jpg);
	background-repeat: no-repeat;
	background-position : right 120px;
	}
div#photo3 {
	float: right;
	width: 360px;
	height: 250px;
	margin: 0 0 20px 20px;
	}
body.d1mt div#content {
	background-image: url(../gfx/SEM1.jpg);
	background-repeat: no-repeat;
	background-position : right 120px;
	}
div#SEM1 {
	float: right;
	width: 325px;
	height: 450px;
	}
div#SEM1 p {
	margin: 370px 10px 0px 25px;
	}
body.hyperacute-melanoma div#content {
	background-image: url(../gfx/photo4.jpg);
	background-repeat: no-repeat;
	background-position : right 120px;
	}
div#photo4 {
	float: right;
	width: 260px;
	height: 250px;
	margin: 0 0 20px 20px;
	}
div#content {
	float: left;
	width: 720px;
	color: #222;
	padding-top: 1em;
/*	display: inline; */
	}
.ie6 body.pipeline-overview div#content {
	float: right;
	width: 610px;
	margin-top: -50em;
	}
.ie7 body.pipeline-overview div#content {
	float: right;
	width: 710px;
	margin-top: -50em;
	}
.ie8 body.pipeline-overview div#content {
	float: right;
	width: 610px;
	margin-top: -50em;
	}
.ie9 body.pipeline-overview div#content {
	float: right;
	width: 610px;
	margin-top: -50em;
	}
div#printlink {
	width: 200px;
	float: right;
	text-align: left;
	}
div#printlink a {
	text-transform: uppercase;
	color: #999;
	}
body#home div#content .margins,
body#about div#content .margins {
	margin: 0px 100px 0px 75px;
	}
div#content .margins h2,
div#content .margins h3,
div#content .margins h4 {
	font-family: 'Artifika', "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	}
div#content .margins h2 {
	color: #891933;
	font-size: 2.4em;
	letter-spacing: 0.1em;
	text-align: left;
	font-weight: 400;
	line-height: 140%;
	}
h4.subhead {
	color: #225566;
	text-align: left;
	margin: 1em 0px 0.75em 0px;
	font-size: 1.5em;
	line-height: 130%;
	}
div#sidebar {
	float: right;
	width: 270px;
	margin: 0px 0px 20px 30px;
	}
#content .margins {
	clear: right;
	}
body#about .margins p strong em {
	font-family: 'Artifika', Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	}
/* ------------------ products ----------------------------*/
body#products div#content .margins {
	margin: 0px 100px 0px 75px;
	}
body#products div#content .margins {
	margin: 0px 100px 0px 75px;
	}
img#products-image { display: none; }
img#matrix {
	border: 1px solid #999;
	}

table#pipeline {
	font-size: 1.3em;
	line-height: 150%;
	margin: 0 0 1em 0;
	}
table#pipeline th {
	padding: 3px 3px 3px 5px;
	background: #d9e9d9;
	}
table#pipeline th.wide {
	padding: 5px 3px 5px 5px;
	background: #225566;
	color: #fff;
	}
table#pipeline th.top {
	border-right: 1px solid #bbb;
	}
table#pipeline th.side {
	border-bottom: 1px solid #bbb;
	}
table#pipeline td {
	text-align: left;
	padding: 3px 3px 3px 7px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
body.d1mt #wrap div#content .margins {
	margin: 0px 0px 0px 75px;
	}
body.d1mt .margins  p {
	margin: 0px 100px 1em 0px;
	}
body.d1mt .margins #sidebar {
	background: #ddd9ee;
	padding-top: 1em;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	}
body.d1mt .margins  #sidebar p {
	margin: 0px 12px 1em 15px;
	}
body.hyperacute-lung #wrap div#content .margins {
	margin: 0px 0px 0px 75px;
	}
body.hyperacute-lung .margins  p {
	margin: 0px 100px 1em 0px;
	}
body.hyperacute-lung .margins #sidebar {
	background: #ddd9ee;
	padding-top: 1em;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	}
body.hyperacute-lung .margins  #sidebar p {
	margin: 0px 12px 1em 15px;
	}
.margins  #sidebar h4 {
	margin: 0px 12px 0.5em 15px;
	font-size: 1.3em;
	}
/* ------------------ programs ----------------------------*/
body#programs div#content .margins {
	margin: 0px 100px 0px 75px;
	}
body.hyperacute #wrap div#content .margins {
	margin: 0px 0px 0px 75px;
	}
body.hyperacute h4.top {
	text-align: left;
	margin-right: 70px;
	}
body.hyperacute .margins #sidebar {
	background: #c9d9c9;
	padding-top: 1em;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-bottom-left-radius: 7px;
	}
body.hyperacute .margins p {
	margin: 0px 100px 1em 0px;
	}
body.hyperacute .margins li {
	margin-right: 100px;
	}
body.hyperacute .margins  #sidebar p {
	margin: 0px 12px 1em 15px;
	}
body.hyperacute-pancreas #wrap div#content .margins {
	margin: 0px 0px 0px 75px;
	}
body.hyperacute-pancreas .margins  p {
	margin: 0px 80px 1em 0px;
	}
	
body.programs-overview #wrap div#content .margins {
	margin: 0px 0px 0px 75px;
	}
body.programs-overview .margins  p {
	margin: 0px 100px 1em 0px;
	}
body.programs-overview .margins #sidebar {
	background: #ddd9ee;
	padding-top: 1em;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	}
body.programs-overview .margins  #sidebar p {
	margin: 0px 12px 1em 15px;
	}
body.ido #wrap div#content .margins {
	margin: 0px 0px 0px 75px;
	}
body.ido .margins  p {
	margin: 0px 80px 1em 0px;
	}
body.ido .margins  li {
	margin: 0px 80px 0.25em 0px;
	}
/* ------------------ trials ----------------------------*/
body#trials div#content .margins {
	margin: 0px 100px 0px 75px;
	}
/* ------------------ company ----------------------------*/
body#company div#content .margins {
	margin: 0px 100px 0px 75px;
	}
/* ------------------ careers page ----------------------------*/
body#careers div#content .margins {
	margin: 0px 100px 0px 75px;
	}
body#careers .margins h4 {
	text-align: left;
	margin-bottom: 1em;
	border-bottom: 2px solid #443344;
	line-height: 150%;
	}
body#careers .margins li a {
	color: #3344aa;
	border-bottom: 1px dotted #3344aa;
	}
body#careers .margins h3 {
	text-align: left;
	margin: 0.75em 0 0.25em 0;
	}
/* ------------------ contact page ----------------------------*/
body#contact div#content .margins {
	margin: 0px 40px 0px 75px;
	min-width: 560px;
	padding-bottom: 20px;
	}
body#contact div#content .margins img {
	border: 1px solid #333;
	}
body#contact div#content .margins ul li {
	margin: 0px 0px 0.5em 0px;
	}
body#errors div#content .margins {
	margin: 0px 100px 0px 75px;
	height: 300px;
	}
body#errors div#printlink {
	display: none;
	}
/* ------------------------- investors ----------------------------------- */
body#investors div#content .margins {
	margin: 0px 100px 0px 75px;
	}
body#investors div#navcolumn ul li {
	list-style-type: none;
	margin: 0 0 0 0;
	}
body#investors div#navcolumn ul li a:link,
body#investors div#navcolumn ul li a:visited {
	display: block;
	height: auto;
	line-height: 140%;
	text-align: right;
	padding: 0.25em 20px 0.25em 3px;
	color: #222939;
	border-bottom: 1px solid #aaa;
	}
body#investors div#navcolumn ul li a:hover {
	background: #b9b9b9;
	color: #000;
	background-image: 0 none;
	}
body.investors-overview div#navcolumn ul li#investors-over-link a:link,
body.investors-overview div#navcolumn ul li#investors-over-link a:visited,
body.investors-overview div#navcolumn ul li#investors-over-link a:hover,
body.nominating div#navcolumn ul li#governance-link a:link,
body.nominating div#navcolumn ul li#governance-link a:visited,
body.nominating div#navcolumn ul li#governance-link a:hover,
body.audit div#navcolumn ul li#audit-link a:link,
body.audit div#navcolumn ul li#audit-link a:visited,
body.audit div#navcolumn ul li#audit-link a:hover,
body.ethics div#navcolumn ul li#ethics-link a:link,
body.ethics div#navcolumn ul li#ethics-link a:visited,
body.ethics div#navcolumn ul li#ethics-link a:hover,
body.compensation div#navcolumn ul li#compensation-link a:link,
body.compensation div#navcolumn ul li#compensation-link a:visited,
body.compensation div#navcolumn ul li#compensation-link a:hover,
body.guidelines div#navcolumn ul li#guidelines-link a:link,
body.guidelines div#navcolumn ul li#guidelines-link a:visited,
body.guidelines div#navcolumn ul li#guidelines-link a:hover,
body.open div#navcolumn ul li#open-link a:link,
body.open div#navcolumn ul li#open-link a:visited,
body.open div#navcolumn ul li#open-link a:hover,
body.section16 div#navcolumn ul li#section16-link a:link,
body.section16 div#navcolumn ul li#section16-link a:visited,
body.section16 div#navcolumn ul li#section16-link a:hover {
	background: #220022;
	color: #eecc44;
	background-image: 0 none;
	}
body#investors div#content .margins h2 {
	text-align: center;
	}
body#investors div#content .margins h3 {
	text-align: left;
	margin-bottom: 0.5em;
	}
body#investors div#content .margins h3.heading {
	text-align: center;
	margin-bottom: 1em;
	border-bottom: 2px solid #000;
	}
body#investors div#content .margins h4.head {
	text-align: center;
	line-height: 140%;
	color: #888;
	}
body#investors div#content .margins h4.subhead {
	text-align: left;
	line-height: 140%;
	padding-left: 30px;
	margin-bottom: 0.5em;
	}
body#investors div#content .margins ul li {
	list-style-position: outside;
	margin-bottom: 0.5em;
	}
body#investors div#content .margins ol li {
	list-style-position: outside;
	margin-bottom: 0.5em;
	}
span.caps {
	font-variant: small-caps;
	font-weight: 700;
	font-size: 1.2em;
	}
body#investors .margins p.lastup {
	text-align: right;
	color: #777;
	font-variant: small-caps;
	}
body#investors .margins li a:link {
	color: #3344aa;
	border-bottom: 1px dotted #3344aa;
	}
body#investors .margins li a:visited {
	color:  #60F;
	border-bottom: 1px dotted #60f;
	}
table#filings {
	font-size: 1em;
	}
table#filings th,
table#filings td {
	padding: 0.5em 0.75em 0.5em 0.75em;;
	}
table#filings th {
	font-size: 1.3em;
	font-weight: 700;
	background: #220022;
	color: #fff;
	}
table#filings td {
	font-size: 1.2em;
	text-align: center;
	border: 1px solid #ccc;
	}
/* ----------------------------------------------------------------------- */
/* ---------------------------- Footer ----------------------------------- */
/* ----------------------------------------------------------------------- */
#footer {
	clear: both;
	margin: 0 auto;
	text-align: center;
/*	background-image: url(../gfx/footback1.jpg);
	background-repeat: repeat-x;
	background-position : left top; */
	}
#fixed-foot {
	width: 920px;
	height: 120px;
	margin: 0 auto;
	padding-top: 20px;
	background-image: url(../gfx/footback2011.jpg);
	background-repeat: repeat-x;
	background-position : left top; 
	}
#fixed-foot h5 {
	margin: 0px 0px 0px 0px;
	}

/* ---------------------------- IE6 hacks -------------------------------- */
.ie6 p.drop:first-letter {
	float:left;
	font-size:3em;
	padding:0.5em;
	color:#fff;
	background:#666;
}
.ie6 ul li.caption{ 
	font-variant:small-caps;
	list-style:none;
	color:#000;
	text-indent:-1.5em;
}
.ie6 .generic {
	display: inline;
	}
.ie6 li ul li, .ie6 li ol li {
	font-size: 1em;
}
.ie6 li ul, .ie6 li ol {
	margin-bottom: 0;
	margin-left: 3em;
}
.ie6 #container {
	width: 920px;
	margin: -5px auto 0 auto;
	}
.ie6 div#navcolumn ul {
	margin: 0 0 0 -20px;
	}
.ie6 div#navcolumn ul li {
	list-style-type: none;
	margin: 0 0 0 0;
	}
.ie6 div#navcolumn ul li a:link,
.ie6 div#navcolumn ul li a:visited {
	display: block;
	width: 184px;
	height: 42px;
	line-height: 42px;
	padding: 0px 20px 0px 0px;
	background-position : right top;
	}
.ie6 body#investors div#navcolumn ul li a:link,
.ie6 body#investors div#navcolumn ul li a:visited {
	display: block;
	width: 177px;
	height: auto;
	padding: 0.25em 20px 0.25em 3px;
	}
.ie6 div#navlist {
	margin: 0px 0px 0px 0px;
	padding: 0;
	clear: both;
	width: 920px;
	}
.ie6 img#logolink {
	float: left;
	margin: 10px 0 0 0;
	width: 430px;
	height: 84px;
}
.ie6 ul.MenuBarHorizontal li#trials_link ul {
	margin-left: -4.25em;
	}
.ie6 img#matrix {
	margin-right: -5px;
	}
.ie6 ul.MenuBarHorizontal li#about_link ul {
	margin-left: -4.5em;
	}
/* ---------------------------- IE7 hacks -------------------------------- */

.ie7 p.drop:first-letter {
	float:left;
	font-size:3em;
	padding:0.5em;
	color:#fff;
	background:#666;
}
.ie7 ul li.caption{ 
	font-variant:small-caps;
	list-style:none;
	color:#000;
	text-indent:-1.5em;
}
.ie7 div#navcolumn ul {
	margin: 0 0 0 -16px;
	}
.ie7 div#navcolumn ul li {
	list-style-type: none;
	margin: 0 0 0 0;
	}
.ie6 div#navcolumn ul li a:link,
.ie6 div#navcolumn ul li a:visited {
	display: block;
	width: 200px;
	height: 35px;
	padding: 0px 15px 0px 0px;
	}
.ie7 div#navcolumn ul li a:link,
.ie7 div#navcolumn ul li a:visited {
	display: block;
	width: 200px;
	height: 35px;
	padding: 0px 15px 0px 0px;
	}
.ie8 div#navcolumn ul li a:link,
.ie8 div#navcolumn ul li a:visited {
	display: inline-block;
	float: left;
	width: 200px;
	height: 35px;
	padding: 0px 15px 0px 0px
	}
.ie7 body#investors div#navcolumn ul li a:link,
.ie7 body#investors div#navcolumn ul li a:visited {
	display: inline-block;
	width: 200px;
	height: auto;
	padding: 0.25em 20px 0.25em 3px;
	}
.ie7 div#navlist {
	margin: 0px 0px 0px 0px;
	padding: 0;
	clear: both;
	width: 920px;
	}
.ie7 img#logolink {
	float: left;
	margin: 10px 0 0 0;
	width: 430px;
	height: 84px;
}
.ie7 ul.MenuBarHorizontal li#trials_link ul {
	margin-left: -4.25em;
	}
.ie7 ul.MenuBarHorizontal li#about_link ul {
	margin-left: -4.5em;
	}
.ie8 div#navlist {
	margin: 0px 0px 0px 0px;
	padding: 0;
	clear: both;
	width: 920px;
	}
.ie9 div#navlist {
	margin: 0px 0px 0px 0px;
	padding: 0;
	clear: both;
	width: 920px;
	}
.ie8 ul.MenuBarHorizontal li#about_link ul {
	margin-left: -4.5em;
	}
.ie9 ul.MenuBarHorizontal li#about_link ul {
	margin-left: -4.5em;
	}
