@charset "UTF-8";
/* CSS Document */
html { overflow-y: scroll; }

body {
    font: 62.5% Arial, Helvetica, Verdana, sans-serif; 
}
a img {border:none;}
p {
	color:#515151;
	font-size:1.2em;
	line-height:1.4em;
	padding:0.75em 0 0.25em;
	margin:0;
}
ul {
	color:#515151;
	font-size:1.2em;
	line-height:1.4em;
	margin:0.5em 0 1em 0.5em;
	padding-left:1em;
	list-style-position:outside;
}
td {
	color:#515151;
	font-size:1.2em;
	line-height:1.4em;
	padding:0.75em 0 0.25em;
	margin:0;
}
h1 {
	font-weight:normal;
}
h2 {
	font-size:1.2em;
	color:#42326f;
	padding:0;
}
a {color:#515151;}
a:hover { color:#000;}
#logoprint {display:none;}
sup {font-size:0.6em;}
/*---------------------------------
			STRUCTURE
---------------------------------*/
#wrap {
	width:960px;
	margin:0 auto;
	position:relative;
	background:url(/images/bg_content.gif) repeat-y top;
}
#header {
	height:125px;
	width:960px;
	background-color:#fff;
	z-index:1;
}
#topnav {
	width:360px;
	height:20px;
	float:right;
	margin-top:35px;
	text-align:right;
}
#nav {
	height:43px;
	width:963px;
	position:absolute;
	top:95px;
	left:-1px;
	z-index:20;
}
#secNav {
	width:169px;
	float:left;
	padding-left:11px;
	border-top:40px solid #e6f6f9;
	padding-top:25px;
}
#content {
	width:768px;
	float:right;
	position:relative;
	min-height:600px;
}
#left {
	width:180px;
	padding:20px 0 0 0;
	float:left;
}
#right {
	width:525px;
	float:right;
	padding:16px 50px 30px 0;	
}
#wrap.home #content {
	width:960px;
	float:none;
}
#wrap.home #left {
	width:285px;
	padding:30px 0 30px 30px;
	float:left;
}
#wrap.home #right {
	width:469px;
	float:right;
	padding:0;
}
#footer {
	clear:both;
	background-color:#fff;
	border-top:10px solid #fff;
	width:960px;
}
.clear {clear:both;}
/*---------------------------------
			NAVS
---------------------------------*/
#topnav a {
	color:#666;
	font-size:1.1em;
	margin:10px 0;
	text-decoration:none;
	padding:0 10px;
	float:left;
}
#topnav a.line, #topnav a.line1 {
	border-right:1px solid #dddedf;
}
.home #topnav a.line1 {display:none;}
.home #topnav {width:310px;}
#topnav form {
	width:170px;
	float:right;
}
#topnav input.btn {vertical-align: text-bottom;}
#topnav a:hover {color:#000;}
#nav ul {
	margin: 0;
	padding: 0;
	white-space:normal;
	font-size:1.1em;
	width:966px;
	height:43px;
	float:left;
}
#nav li {
	display: inline;
	list-style-type: none;
	float:left;
	padding:0;
	z-index:20;
	position:relative;
	width:193px;
}
#nav a { 
	padding:0;
	line-height:43px;
	clear:none;
	display:block;
	float:left;
	color:#333; 
	width:193px;
}
#nav a:link, #nav a:visited {
	color:#000;
	text-decoration: none;
}
#nav li a {text-indent:-9000px; background-color:transparent; background-image:none;}

#nav li#about a.first {background:url(/images/nav_about-trans.png) no-repeat left}
#nav li#about a.first:hover, #nav li#about.on a.first
{background:url(/images/nav_about_over-trans.png) no-repeat left;}

#nav li#tech a.first {background:url(/images/nav_tech-trans.png) no-repeat left;}
#nav li#tech a.first:hover, #nav li#tech.on a.first
{background:url(/images/nav_tech_over-trans.png) no-repeat left;}

#nav li#royalty a.first {background:url(/images/nav_royalty-trans.png) no-repeat left;}
#nav li#royalty a.first:hover, #nav li#royalty.on a.first 
{background:url(/images/nav_royalty_over-trans.png) no-repeat left;}

#nav li#investor a.first {background:url(/images/nav_investor-trans.png) no-repeat left;}
#nav li#investor a.first:hover, #nav li#investor.on a.first 
{background:url(/images/nav_investor_over-trans.png) no-repeat left;}

#nav li#news a.first {background:url(/images/nav_news-trans.png) no-repeat left; width:190px;}
#nav li#news a.first:hover, #nav li#news.on a.first 
{background:url(/images/nav_news_over-trans.png) no-repeat left;}

/* --dropdown --*/
#nav li#about li, 
#nav li#tech li,
#nav li#royalty li,
#nav li#investor li,
#nav li#news li
{background-image:none; color:#333;}  
#nav li#about li a:hover,
#nav li#tech li a:hover,
#nav li#royalty li a:hover,
#nav li#investor li a:hover,
#nav li#news li a:hover, 
#nav li a.first:hover a:hover 
{background:#cbe68a url(/images/arrow_drop.gif) no-repeat 8% 0;}
#nav li#news li a {width:138px;}
#nav li ul {
	position:absolute;
	display:none;
	top:35px;
	padding:0;
	z-index:5;
	padding:10px 0 0 0;
	margin:0;
	width:188px;
	border:1px solid #999999;
	height:auto;
	background:#fff url(/images/shadow_drop.gif) repeat-x 0 0;
}
#nav li:hover ul, #nav a:hover ul, #nav li.over ul {
	display:block;
	left:0;
	
}
#nav li li a.last {padding-bottom:10px;}
#nav li li a {
	font-size:1em; /* text size of dropdown items */
	line-height:1.1em;
	text-decoration:none;
	display:block;
	z-index:20;
	width:138px; /* width of a items connected to ul width */
	padding:5px 20px 5px 30px;
	margin:0;
	color:#333; /* color of items in dropdown */
	text-indent:0px;
	background:#fff none;
	
}

/* this setting is also in an IE specific rule that needs to be modified: nav li  ul */

#nav li > ul {
	background-color:transparent; 
     opacity: 0.95;
      -moz-opacity: 0.95;
}
#nav li li a { 
	font-weight:normal;
}


#mainNav ul li a.image {color:transparent;}


/*---------------------------------
			HOME
---------------------------------*/
#wrap.home {background:url(/images/bg_home.jpg) repeat-y top;}
.home #content {background:url(/images/helix.jpg) no-repeat top left;}
.home #header {background:#fff url(/images/helix_header.jpg) no-repeat top left;}
.home h2, .home h3 {font-weight:normal; margin:0; padding:0;}

#slide {
	width:469px;
	height:263px;
	background-color:#fafdfe;
	position:relative;
}
.home #left div#introTxt {
	width:285px;
	height:200px;
	padding:18px 0 16px 0;
}
.home #left h1 {
	font-weight:normal;
	font-size:1.5em;
	line-height:1.8em;
	color:#000;
}
#left p.orange, #left p.blue {margin-bottom:10px; padding:0;}
#left p.orange a, #left p.blue a {
	display:block;
	width:197px;
	height:18px;
	padding:7px 5px 5px 20px;
	margin:0;
	color:#fff;
}
#left p.orange a:hover, #left p.blue a:hover {color:#000;}
p.orange a {background-color:#ee8a1d;}
p.blue a {background-color:#29abe2;}
.press {
	width:222px;
	min-height:200px;
	background-color:#fff;
	padding-bottom:10px;
}
#left div.press h2 {
	display:block;
	height:18px;
	padding:7px 20px 5px;
	font-weight:normal;
	font-size:1.2em;
	color:#fff;
	background-color:#8cc63f;
}
#left div.press h2 a {color:#fff;}
#left div.press h2 a:hover {color:#000;}
#left div.press p {
	margin:0 20px;
	font-size:1.2em;
}
#left div.press h3 {
	padding:10px 20px 2px;
	font-weight:normal;
	font-size:1.2em;
	color:#fff;
}
#left .press a {color:#000;}
#left .press a:hover {color:#8cc63f;}
#bar {
	background-color:#605386;
	height:31px;
}
#right #bar h2 {
	float:left;
	display:block;
	width:120px;
	background:#918f90 url(/images/arrow_news.gif) no-repeat 72% 50%;
	margin:0 20px 0 0;
	padding:0 0 0 20px;
	font-size:1.2em;
	color:#fff;
	font-weight:normal;
	height:31px;
	line-height:30px;
}
#right #bar h3 {
	font-size:1.2em;
	font-weight:normal;
	float:left;
	display:block;
	width:140px;
	height:31px;
	line-height:30px;
	margin:0;
	padding:0;
}
#right #bar h3 a {color:#fff;}
#right #bar h3 a:hover {color:#000;}
#bar select {
	border:1px inset #999;
	margin:4px 0 0 0;
	padding:2px 0 2px 5px;
	width:150px;
}
#newsframe {
	width:456px;
	height:250px;
	border:none;
	margin:0 0 0 13px;
	background-color:#f2f2f2;
}
/*---------------------------------
			SEC NAV
---------------------------------*/
#secNav ul {
	margin:0;
	padding:0;
	font-size:1.2em;
	line-height:1.2em;
	list-style-type:none;
}
#secNav li {
	margin:0;
	padding:0;
	display:inline;
}
#secNav li a {
	display:block;
	color:#333;
	text-decoration:none;
	padding:0.3em 1em 0.3em 1.8em;
}
#secNav li a:hover, #secNav li a.on {
	background:#cbe68a url(/images/arrow_drop.gif) no-repeat 5px 0%;
	font-weight:bold;
	color:#42326f;
	padding-right:0.5em;
}
#secNav li.section a {
	color:#42326f;
	text-transform:uppercase;
}
#secNav ul ul {
	font-size:1em;
	margin:0 0 0.5em 0;
}
#secNav li li a {
	padding:0.2em 0.9em 0.1em 2.7em;
}
/*---------------------------------
			CONTENT
---------------------------------*/
.bigTxt {
	font-size:1.4em;
	margin-top:0.3em;
	color:#4d4d4d;
}
#left a {color:#4d4d4d;}
#left h1 {
	font-size:2em;
	color:#42326f;
	margin:0.2em 0 5px 0;
	padding:0;
}
#left h2 {
	padding:1em 0 0  0;
	margin:0;
}
#right h1 {
	font-size:1.6em;
	color:#42326f;
	margin:0.75em 0 0 0;
	padding:0;
}
#right h2 {
	padding:1em 0 0  0;
	margin:0;
}
.green {color:#50aa00;}
.purple {color:#42326f;}
.orange, span.orange a {color:#DB650E;}
span.orange a:hover {color:#000;}
ul.indent {margin-left:3em;}
ul.indent li {margin-bottom:0.5em;}
div#rightbox {
	width:190px;
	float:right;
	margin:0.5em -30px 4em 1.5em;
}
.logos img {
	margin:0 0 5px 25px;
}
.box {
	border:1px solid #999;
	width:330px;
	margin:2em 0;
}
.box p {
	padding-left:1.5em;
	padding-right:1.5em;
	color:#77787b;
}
.box strong {color:#231f20;}
.box a {color: #77787b;}
#right div.box h2 {
	border-bottom:1px solid #999;
	padding:1em 1.5em;
}
#webcast {
	/*border:1px solid #a0a4a5;*/
	padding:10px 0 5px 0;
	margin:1em 0 2em 0;
}
#webcast h2 {
	padding:10px 0 0 25px;
	margin-bottom:0;
	background:url(/images/icn_webcast.gif) no-repeat top left;
}
#webcast a h2 {text-decoration:underline;}
#webcast a:hover h2 {color:#000;}
.smallTxt, .smallTxt a {
	color: #767677;
	font-size:0.9em;
}
.cal {
	width:340px;
	margin-top:2.3em;
}

#toolbar {
	text-align:right;
}
#toolbar p {
	margin:0;
	padding:0 15px 0 0;
	font-size:1em;
	position:absolute;
	top:270px;
	right:0;
}
#toolbar a {
	color: #767677;
	text-decoration:none;
	margin:0 4px;
}
#toolbar a:hover {
	color: #000;
}
a.print {
	padding:0 0 0 20px;
	margin-bottom:0;
	background:url(/images/icn_print.gif) no-repeat top left;
}
a.email {
	padding:0 0 0 20px;
	margin-bottom:0;
	background:url(/images/icn_email.gif) no-repeat top left;
}
a.rss {
	padding:0 0 0 18px;
	margin-bottom:0;
	background:url(/images/icn_rss.gif) no-repeat top left;
}
a.alert {
	padding:0 0 0 22px;
	margin-bottom:0;
	background:url(/images/icn_alert.gif) no-repeat top left;
}
a.sheet {
	padding:0 0 0 15px;
	margin-bottom:0;
	background:url(/images/icn_sheet.gif) no-repeat top left;
}
#right div.bar {
	padding:10px 0 0 0;
}
#right div.bar h3 {
	background-color:#918f90;
	color:#fff;
	margin:0;
	padding:0 0 0 20px;
	height:30px;
	width:482px;
	line-height:30px;
	font-size:1.2em;
}
#newsBox,#newsArchiveBox {
	padding: 0;
	background-color:#f2f2f2;
	margin:0 0 5em 0;
	float:left;
	width:500px;
}
#tabs {float:left; width:195px;}
#tabs p.newstab {margin:0; padding:0;}
#tabs p.newstab a {
	display:block;
	width:163px;
	height:18px;
	padding:6px 5px 5px 20px;
	color:#fff;
	font-size:1em;
	margin-bottom:5px;
	background-color:#918f90;
}
#tabs p.newstab a:hover, #tabs p.newstab a.on {background-color:#605386; width:170px;}
.col {width:200px; float:left;}
.rightimg {
	margin-right:-20px;
	padding:10px 0 10px 10px;
	float:right;
}
p.center {text-align:center;}
#sitemap ul {text-transform:uppercase;}
#sitemap ul ul {font-size:1em; text-transform:none;}
#sitemap ul ul ul {font-size:1em;}
table.newsList {
	margin:15px 0;
}
table.newsList th {
	text-align:left;
	color:#42326f;
	font-size:1.4em;
}
table.newsList td.pad {
	padding-right:20px;
}
a.pdf {
	background:url(/images/PDF.gif) no-repeat top left;
	padding:5px 0 5px 25px;
}
a.ppt {
	background:url(/images/ppt.gif) no-repeat top left;
	padding:5px 0 5px 25px;
}a.med {
	background:url(/images/md_win.gif) no-repeat top left;
	padding:5px 0 5px 25px;
}
#right h2.big {font-size:1.6em; font-weight:bold; padding:0.8em 0 1em 0;}
#right h2.big span {font-size:0.7em; font-weight:normal;}
/*---------------------------------
			FOOTER
---------------------------------*/
#footer p {
	font-size:1em;
	color:#999;
}
#footer a {
	color:#999;
	margin:0 0 0 2em;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
/*---------------------------------
			SEARCH
---------------------------------*/
#wrap.search {
	background:url(/images/bg_search.gif) 
}
#wrap.search #content {
	padding-top:20px;
}
#wrap.search #secNav  {
	color:#42326f;
	padding-left:20px;
	border-top:10px solid #e6f6f9;
	padding-top:15px;
}
#wrap.search #secNav h1 {
	color:#42326f;
}
/*---------------------------------
			ROYALTY
---------------------------------*/
table.royalty {
	width:495px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#e6f6f9;
	font-weight:normal;
	font-size:1em;
	margin:10px 0;
}
table.royalty th {
	background-color:#63528f;
	color:#e6f6f9;
	padding:5px 0;
	text-align:center;
	font-size:1.2em;
}
table.royalty td {
	color:#2e3132;
	padding:5px 0;
	text-align:center;
}
table.royalty tr.stripe {
	background-color:#ced7e5;
}

table.split {width:525px;}