/* Receptor Logic CSS Document */

* {	margin: 0; padding: 0; }

img { border: 0; }

body {
	height:100%;
}

html {
	height:100%;
}

html, body, form, fieldset {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
}

.clear {
	clear:both;
}

input, select, textarea {
	font-size: inherit;
	font-family: inherit;
}

p { margin: 10px 0; line-height: 16px; }

a {
	color: #de1f26;
	text-decoration: none;
	outline:none;
}

a:hover { text-decoration: underline; }

h1, h2, h3, h4, h5 { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-weight:bold; }

h1 {
	font-size: 20px;
	background-image:url(../images/bg/title_underline.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-bottom:15px;
	padding-bottom:3px;
	color:#4b4b4b;
}

h2 {
	font-size: 16px;
	color:#4b4b4b;
}

h3 {
	font-size: 14px;
	color:#808080;
	margin:10px 0 10px 0;
}

#wrapper {
	width: 990px;
	margin: 0 auto;
	height:100%;
}

#logo {
	float:left;
	margin:10px 0 20px 0;
}
	
#header {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
}

#header .headernav {
	width:160px;
	height:34px;
	float:right;
	background-image:url(../images/bg/header_bg.gif);
	margin-right:20px;
}

#header .headernav ul {
	list-style: none;
	padding:8px 0 0 8px;
}

#header .headernav ul li {
	border-right: 1px solid #ad0c13;
	padding: 0 12px;
	display:inline;
}

#header .headernav ul li a { color: #fff; }

#nav {
	border-bottom: 3px solid #de1f26;
	z-index: 10;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	width:970px;
}

#nav ul { list-style: none; margin: 0; }

/* sub nav drop down*/
#nav li .sub { 
	position: absolute;
	top: 26px;
	left: 0px;
	visibility: hidden;
}
#nav li:hover .sub,
#nav li a:hover .sub,
#nav li.sfhover .sub {
	visibility: visible;
	border-top: 3px solid #715e5f;
	z-index: 20;
}
#nav .right_sub {
	visibility: hidden;
	top: 0;
	left: 100%;
	position: absolute;
}
#nav li li:hover ul,
#nav li li a:hover ul,
#nav li li.sfhover ul {
	visibility: visible;
}
#nav li { 
	
	float: left;
	background: url(../images/nav/tab_bg.gif) top left no-repeat;
	position: relative;
	padding: 2px 0 1px 0px;
}

/* sub nav items */
#nav .sub li,
#nav li:hover li,
#nav li:hover li:hover,
#nav li.sfhover li,
#nav li.sfhover li.sfhover {
	float: none;
	margin: 0;
	background: none;
	padding: 0;
	border-right: none;
}
#nav li a,
#nav li a:visited {
	display: block;
	padding: 2px 19px 9px 19px;
	height: 12px;
	background: url(../images/nav/tab_bg.gif) right -2px no-repeat;
	color: #fff;
	font-weight:bold;
	float: left;
	border-right: 1px solid #de1f26;
}
#nav li:hover, #nav li.sfhover {
	background: url(../images/nav/tab_bg.gif) 0 -26px no-repeat;
}
#nav li:hover a,
#nav li a:hover,
#nav li.sfHover a {
	text-decoration: none;
	background: url(../images/nav/tab_bg.gif) 100% -28px no-repeat;
}
#nav li.current {
	background: url(../images/nav/tab_bg.gif) 0 -52px no-repeat;
}

#nav .last a,
#nav .last a:visited {
	border-right: 1px solid #808080;
}
#nav .last.current a {
	border-right: 1px solid #de1f26;
}
#nav .current a,
#nav .current a:visited,
#nav .current a:hover,
#nav .current:hover a {
	background: url(../images/nav/tab_bg.gif) 100% -54px no-repeat;
	border-right: none;
}
#nav .pre a,
#nav .pre a:visited {
	border-right: none;
}


#nav .sub a,
#nav .sub a:visited,
#nav li:hover li a,
#nav li.current li a,
#nav li.current:hover li a,
#nav li.sfhover li a {
	background: #656565;
	width: 190px;
	font-weight: normal;
	height: auto;
	padding: 7px;
	border-bottom: 1px solid #888081;
	position: relative;
	float: none;
}

#nav li:hover li li a {
	background: #7fcee2;
}

#nav .sub a:hover,
#nav li:hover .sub a:hover {
	background: #715e5f;
}

#ribbon {
	width: 50%;
	height: 178px;
	position: absolute;
	left:0;
	margin-top:21px;
	background-color:#de1f26;
	z-index:-9999;
}

#btm { position: absolute; left: 50%; height: 100%;}

#btmribbon {
	background-image:url(../images/bg/content_bg.gif);
	background-repeat:repeat-y;
}

#content {
	background-image:url(../images/bg/content_bg.gif);
	background-repeat:repeat-y;
}

#leftcol_home {
	float:left;
	width:710px;
}

#rightcol_home {
	float:right;
	width:260px;
	margin-right:20px;
}

#rightcol_home .box {
	background-image:url(../images/callout_box.gif);
	height:138px;
	width:233px;
	margin:6px 0 0 7px;
	padding:20px 30px 10px 20px;
	color:#000;
	font-size:13px;
}

#rightcol_home .box .title {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}

#rightcol_home .box .learn {
	text-align:right;
	font-size:12px;
	width:78px;
	float:right;
}

#rightcol_home .box .last {
	margin-top:15px;
}

#rightcol_home .box .learn a {
	display:block;
	background-image:url(../images/bg/target.gif);
	background-repeat:no-repeat;
	background-position:left;
}

#leftcol {
	float:left;
	width:635px;
	padding:20px 0 20px 20px;
}

#leftcol .copy {
	margin-left:10px;
}

#bullets {
	margin-left:40px;
	list-style-image:url(../images/bg/target.gif);
}

#bullets li {
	padding:3px;
}

#numbers {
	margin:0 0 20px 40px;
}

#rightcol {
	float:right;
	width:260px;
	margin-right:20px;
}

#rightcol .box {
	margin:30px 0 0 -30px;
}

#rightcol .last {
	margin:15px 0 0 -30px;
}

#rightcol .links ul {
	font-size:13px;
	font-weight:bold;
	margin:15px 0 20px 38px;
	color:#fff;
}

#rightcol .links a {
	color:#fff;
}

#footer {
	background-image:url(../images/bg/footer_bg.gif);
	height:62px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:18px 0 0 32px;
}

#footer ul {
	position: relative;
	list-style: none;
}

#footer ul li {
	border-right: 1px solid #6f080c;
	padding:0 7px;
	float: left;
	position: relative;
}

#footer ul li a { color: #b7b7b2; }

#copyright {
	color: #808080;
	font-size: 11px;
	background-image:url(../images/bg/content_bg.gif);
	background-repeat:repeat-y;
	padding:10px 0 10px 15px;
}

#copyright a {
	color: #808080;
}

#copyright .left {
	float:left;
	width:250px;
}

#copyright .right {
	float:right;
	width:440px;
}

table.news a {
	text-decoration:underline;
}

table.news a:hover {
	text-decoration:none;
}

table.news tr td {
	padding:5px;
}

table.news tr td.label {
	vertical-align:top;
	width:130px;
	color:#000;
	font-weight:bold;
}

table.team tr td {
	padding:5px;
}

table.team tr td img {
	border: 1px solid #808080;
}

.footnote {
	font-size:10px;
}

.callout {
	padding:10px;
	border: 1px solid #ad0c13;
	margin:20px;
}

table.assays {
	border: 1px solid #ad0c13;
	color:#000;
}

table.assays tr td {
	padding:6px;
}

table.assays tr td.title {
	text-align:center;
	color:#fff;
	font-weight:bold;
}

table.assays tr td.values {
	text-align:center;
	font-weight:bold;
	color:#de1f26;
}

.about {
	border-top: 1px solid #de1f26;
	margin-top:20px;
}

.mgmt_title {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:17px;
	color:#de1f26;
	border-bottom: 1px solid #818181;
	margin:10px 0 12px 7px;
}

.featured {
	background-color:#eeeeee;
	padding:10px;
	border: 1px solid #de1f26;
	margin:0 0 20px 10px;
}