/* 
InNexus Biotechnology Inc.
---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
*/
* { padding: 0; margin: 0; }
body {
  padding:0;
  margin:0;
  color: #272B2F;
  font-family: Arial,Helvetica,Verdana,sans-serif;
  background: #903499;
  font-style:normal;
  font-variant:normal;
  font-size: 12px;
}
/*--------------------------------------------
Misc Helpers
---------------------------------------------*/
div.clear {clear:both;}
img {border:0;}
.tField {font-size: 14px; border: 1px solid #CCC; padding: 2px;}
img.bioPic {
	padding: 3px;
	border: 1px solid #ccc;
	margin-right: 15px;
}
/*--------------------------------------------
Typography
---------------------------------------------*/
h1 {
	font-size: 17px;
	font-weight:normal;
	margin-bottom: 10px;
}
h1.grey { color: #737373; }
h2 {
	font-size: 17px;
	color: #272B2F;
	font-weight: 700;
	margin-bottom: 10px;
}
h2.nomargin {
	margin:0;
}
em.subHeading { 
	color: #999;
}
h4 {
	margin-bottom: 9px;
}
/*--------------------------------------------
Global Page Styles
---------------------------------------------*/
div#headerWrap {
	width: 100%;
	background: #903499;	
}
div#header, div#content, div#footer {
  width:950px;
	margin-left: auto;
	margin-right: auto;	
}
div#header {
	text-align: right;
	height: 50px;
}
	div#header ul {
		font-size: 15px;
		list-style:none;
    font-weight: 700;
		padding-top: 20px;
		color: #CCC;
		padding-right: 0px;
	}
		div#header ul li {
			display: inline;
			padding-left: 0px;
      padding-top: 10px;
			padding-bottom: 10px;
			padding-right: 0px;
			color: #FFF;
			text-decoration:none;
			font-weight:normal;
			font-family: "Trebuchet MS";
			cursor:pointer;
		}
			div#header ul li a{
		  	color: #FFF;
				text-decoration:none;
				font-weight:normal;
				margin-right: 10px;
				margin-left: 10px;
			}
			div#header ul li a:hover{ text-decoration:none; }
div#wrap {
	background: #FFF;
	width: 100%;
	border-bottom: 1px solid #ccc;
	/* background: #fff url('../images/contentShadow.gif') top repeat-x;	*/
	position: relative;
	z-index: 1;
}
div#content {
	padding-top: 40px;
	padding-bottom: 20px;
}			
/*--------------------------------------------
Drop Down Menu Styles
---------------------------------------------*/
div#header  ul.level2, ul.level3 {
	margin-top: 2px;
  padding-top: 0px;
	position: absolute;
	top: 5px;
	left: 0px;
	visibility: hidden;
	border: 1px solid #F0F0ED;
	background: #F9F9F8;
	text-align: left;
	margin-left: -5px;
  color: #272B2F;
  z-index: 999999;
}
div#header ul.level2 li, ul.level3 li {
	margin: 0;
	padding: 0;
  padding-left: 5px;
	display: block;
	font-size:13px;
	color: #272B2F;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #F0F0ED;
  width: 200px;
}
div#header  ul.level2 li:hover, ul.level3 li:hover {
	background: #F0F0ED;
}
div#header  ul.level2 li a, ul.level3 li a {
  padding: 10px;
	color: #272B2F;
}
div#header  ul.level2 li a:hover, ul.level3 li a:hover {
	font-weight: normal;
	background: #F0F0ED;
  text-decoration: none;
}
div#header div#logo {
	float: left;
	position: relative;
	z-index: 2;
}
/*--------------------------------------------
Home Page Styles
---------------------------------------------*/
div#content div#banner {
	width: 688px;
	height: 260px;
	float: left;
}
div#content div#aboutBlurb {
	margin-left: 690px;
	background: #93a546;
	padding: 10px;
	color: #FFF;
	line-height: 20px;
	height: 240px;
	width: 240px;
}
	div#content div#aboutBlurb h1 {
		color: #FFF;
	}
	div#content div#aboutBlurb a {color: #FFF; text-decoration:underline;}
div#content div#homeMenu {
	background: #e5e5e5;
}
div#content div#homeMenu img{
	display:inline;
	margin-right: -5px;
}	
div#news_column {
	float: left;
	width: 450px;
	border-right: 1px solid #eaeaea;
	padding-right: 40px;	
	font-size: 13px;
}
div#newsletter_column {
	float: right;
	width: 390px;
	padding-left: 40px;
}
/*--------------------------------------------
Sub Page Styles
---------------------------------------------*/	
div#breadCrumbs {
	border-bottom: 1px solid #eaeaea;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}			
	div#breadCrumbs ul {
		display: inline;
		color: #272B2F;
		list-style: none;
	}
		div#breadCrumbs ul li {
			display: inline;
			font-size: 13px;
		}
		div#breadCrumbs ul li a{ color: #0099cc; text-decoration:underline; }
		div#breadCrumbs ul li a:hover{ text-decoration:none; }
div#menu {
	width: 235px;
	float: left;
}
	div#menu ul {
		list-style:none;
		border: 1px solid #f0f0ed;
		background: #f9f9f8;
	}
	  div#menu ul li {
			padding: 10px;
			border-bottom: 1px solid #f0f0ed;
	  }
		div#menu ul li.heading {
			background: #f0f0ed;
			color: #000;
			font-weight: bold;
			font-size: 13px;
		}
		div#menu ul li a {color: #272B2F; text-decoration:underline;}
		div#menu ul li a:hover {color: #272B2F; text-decoration:none;}
div#rightSide {
	margin-left: 260px;
	line-height: 18px;
}
	div#rightSide p{ line-height: 22px; }
	div#rightSide a{ color: #0099cc; text-decoration:underline; }
	div#rightSide a:hover{ text-decoration:none; }
div#contactBox {
	padding: 15px;
	background: #e5f5fa url('../images/contactBoxBg.gif') no-repeat left;
	color: #888;
	border: 2px solid #eaeaef;
	padding-left: 70px;
}
	div#contactBox a{ color: #0099cc; text-decoration: none; }
        div#contactBox a:hover{ text-decoration: underlined; }
div#calendar {
	width: 45px;
	height: 45px;
}
div.jan {background: url('../images/jan.gif') no-repeat left;}
div.feb {background: url('../images/feb.gif') no-repeat left;}
div.mar {background: url('../images/mar.gif') no-repeat left;}
div.apr {background: url('../images/apr.gif') no-repeat left;}
div.may {background: url('../images/may.gif') no-repeat left;}
div.jun {background: url('../images/jun.gif') no-repeat left;}
div.jul {background: url('../images/jul.gif') no-repeat left;}
div.aug {background: url('../images/aug.gif') no-repeat left;}
div.sep {background: url('../images/sep.gif') no-repeat left;}
div.oct {background: url('../images/oct.gif') no-repeat left;}
div.nov {background: url('../images/nov.gif') no-repeat left;}
div.dec {background: url('../images/dec.gif') no-repeat left;}
	div#calendar div.day{
		font-size: 17px;
		font-weight: bold;
		padding-top: 18px;
		padding-left: 11px;
	}
div#pressRelease p{
	padding-top: 1px;
	padding-bottom: 5px;
}	
div#pressRelease span.subhd {
	display:block;
	margin-top: 10px;
}
/*--------------------------------------------
Table Styles
---------------------------------------------*/
table#press {
	margin-left: -5px;
	border-collapse: collapse;
}
table#press td{ 
	padding: 5px;
}
table#press tr.color {
	background: #f9f9f9;
	border-bottom: 1px solid #eaeaea;
}
table#press a{ color: #0099cc; text-decoration:underline; }
table#press a:hover{ text-decoration:none; }
table#career {
	border-collapse: collapse;	
}
table#career th, td{
	padding: 4px;
}
table#career th {
	background: #F0F0ED;
	border-bottom: 1px solid #f0f0ed;
}
table#career a{ color: #0099cc; text-decoration:underline; }
table#career a:hover{ text-decoration:none; }
/*--------------------------------------------
Footer Styles
---------------------------------------------*/			
div#footer {
	margin-top: 20px;
	color: #FFF;
}
	div#footer div.left {
		float: left; 
		width:700px;
		line-height: 18px;
	}
	div#footer div.right {
		margin-left: 400px;
		text-align: right;
		line-height: 18px;
	}
		div#footer a{
			color: #FFF;
			text-decoration:underline;	
		}
		div#footer a:hover{ text-decoration:none; }
/*--------------------------------------------
Form Styles
---------------------------------------------*/
input, textarea {
	font-size: 12px;
	border: 1px solid #CCC;
	padding: 3px;
}
div#notice {
	padding: 8px;
	background: #f7f7f7;
	font-weight: bold;
	margin-bottom: 12px;
}