/* CSS Document */

#stdFormat a:link
{
	color:blue;
	text-decoration:underline;
}

#div.articleSummaryContainer{
	width:99.5%; 
	float:left;
	}
	
.floatRight{
	float: right;
	}
	
.floatLeft{
	float: left;
	}
	
	
body, #content, ul {
	margin:0; 
	padding:0;
}
#wrapper {
	width:900px;
}
#header {
	width:900px;
	height:68px;
	background: url('images/header_left.gif');
	background-repeat: no-repeat;
	margin:0;
	padding:0;
	background-color: #546292;
}
#logo {
	margin-left:26px; 
	margin-top:7px; 
	float:left;
}
#headertag {
	margin-right:20px;
	margin-top:25px;
	clear:none;
	float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
} 

#footer {
	width:900px; 
	height:25px; 
	background-color:#546292; 
	clear:both; 
	font-family: Arial; 
	font-size:9px; 
	color:#FFFFFF; 
	text-align:right; 
	margin-right: 20px; 
	padding-top: 9px;
}

/* Top Navigation Elements */
#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	background-color: #6e7649;
	color: White;
	float: left;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-top-width: thin;
	text-transform: uppercase;
}
#navcontainer li { 
	display: inline; 
}

#navcontainer a {
	padding: 0.4em 1.3em;
	background-color: #6e7649;
	color: White;
	text-decoration: none;
	white-space: nowrap;
	float: left;
	border-right: 1px solid #fff;
}
#navcontainer a:hover {
	background-color: #bb565a;
	color: #fff;
}
#nav_home a#homenav,
#nav_riskstests a#riskstestsnav
#nav_products a#productsnav,
#nav_technologies a#technav,
#nav_news a#newsnav,
#nav_info a#infonav,
#nav_contact a#contactnav {
	background-color: #bb3137;
	color: #fff;
}
/* End Top Navigation Elements */

/* Side Navigation Elements */
#sub_navcontainer {
}
#sub_navcontainer ul {
	padding: 10px 0px 20px;
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-type:none;
	width:100%;
}
#sub_navcontainer li{
}
#sub_navcontainer li a {
	color: White;
	text-decoration: none;
	padding-left:15px;
	white-space:nowrap;
}
#sub_navcontainer li:hover {
	background-color: #bb565a;
	color: #fff;
}
#sub_nav li.sub_nav-heading {
	font-weight: bold;
	font-size: 10px;
	text-indent:-10px;
	margin-top:10px;
	text-transform: uppercase;
}
/* End Side Navigation Elements */

.header-bottom {
	border-bottom-style: solid;
	border-bottom-color: #444444;
	border-bottom-width: 1px;
}

/*HOME*/
#home_mid {
	width:430px;
	float:left;
	clear:none;
	background-image: url('images/body_corner.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	min-height:600px;
	/* IE 6 and 7 Hack */
  	height:auto !important; 
  	height:600px;
}
#home_right { 
	width: 318px; 
	float:right; 
	clear:none; 
	background: url('images/rt-col-bkrd-home.gif') repeat-y; 
	min-height:600px;
	/* IE 6 and 7 Hack */
  	height:auto !important; 
  	height:600px;
}
#home_right p {
	text-align:justify;
	margin: 15px 15px 15px;
}

#home_right a {
	font:Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#546292;
	text-decoration:none;
}

#home_right h1 {
	font-family: Arial;
	font-size: 140%;
	color:#8B916D;
	font-weight:bold;
	margin-left:15px;
	margin-top:10px;
	margin-bottom: 15px;
}


/*INTERIOR*/
#body_int {
	width:900px; 
	overflow:hidden; 
	float:left; 
	clear:both;
}

#left_int {
	width:152px; 
	float:left;  
	clear:both; 
	background-color: #546292; 
	margin-bottom: -3000px; 
	padding-bottom: 3000px
}

#mid_int_header{
	float:left;
	clear:none;
	width:748px;
	background-image: url('images/mid_int_bkrd-sm.gif');
	background-repeat: repeat-x;
}

#mid_int {
	width:748px;
	float:right;
	clear:none;
	background-image: url('images/body_corner.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
  	min-height:600px;
	/* IE 6 and 7 Hack */
  	height:auto !important; 
  	height:600px;
}

#mid_int_footer{
}
#mid_int p {
	text-align:justify; 
	font-family: Arial; 
	font-size: 90%; 
	margin-left:28px; 
	margin-right: 20px;  
	margin-top:0px; 
	margin-bottom:20px;
}
#mid_int ul {
	width: 500px; 
	list-style-type:disc; 
	text-align:justify; 
	font-family: Arial; 
	font-size: 90%; 
	padding-left:22px; 
	margin-left:22px; 
	margin-right: 20px;  
	margin-top:0px;
}
#mid_int a {
	color:#000000;
	text-decoration:none;
}

#mid_int_std a {
	color:blue;
	text-decoration:underline;
}

#mid_int span.italic {font-style:italic; font-weight:bold;}



h1 {
	font-family: Arial;
	font-size: 130%;
	color:#8B916D;
	font-weight:bold;
	margin-left:28px;
	margin-top:20px;
	margin-bottom: 28px;
}
h2 {
	font-family: Arial; 
	font-size: 105%; 
	color:#546292; 
	font-weight:lighter; 
	margin-left:28px; 
	margin-top:27px;
}
h3 {
	font-family: Arial;
	font-weight:bold;
	font-style:italic;
	font-size:95%;
	color:#000000;
	margin-left:28px;
	margin-bottom:0;
	text-decoration: none;
}
#news-coverage h2 {
	font-size:100%;
	color:#6e7649;
	font-weight:bold;
	margin-left:28px;
	margin-bottom:0px;
	text-decoration: none;
}
#news-coverage h3 {
	font-family: Arial;
	font-weight:bold;
	font-style:italic;
	font-size:95%;
	color:#000000;
	margin-left:28px;
	margin-top:0px;
	margin-bottom:0;
	text-decoration: none;
}

#news-coverage h3 a:hover {
	text-decoration:underline;
}

blockquote {font-family: Arial; font-size: 100%; font-weight:lighter; margin-left:40px;}

table {
	font-family: Arial;
	font-size: 80%;
	margin-left:28px;
	margin-top: 0px;
}

thead {
	border-left:1px solid #546292;	
}

thead th {
	background: #546292;
	color: #FFFFFF;
	font-size: 120%;
	border-top:1px solid #546292;
	border-right:1px solid #546292;
	padding: 4px 0.4em 4px 0.4em;	
}

tfoot td, tfoot th {
	border-right: none;
	font-weight: bolder;
	padding: 0.4em 0.5em 0.4em 0.5em;
}

tbody td, tbody th {
	background-color: #ffffff;
	padding: 0.4em 0.5em 0.4em 0.5em;
	border:1px solid #546292
}


tbody tr.odd th, tbody tr.odd td{
	background-color: #dde0e9;
}

tbody tr.even th, tbody tr.even td{
	background-color: #ffffff;
}


tbody th{	
	font-weight: bold;	
	border-left:1px solid #546292
}

table.lung-cancer-screen {
	float:right;
	clear:right;
} 

table.bladder-cancer-screen {
	float:right;
	clear:right;
} 

.data {
	text-align:center;
}

table caption {
	font-size:120%;
	color:#6e7649;
	font-weight:bold;
}

.image {
    text-align:center;
    margin-top:0px;
    margin-bottom:20px;
    padding:0px;
}
	 

.caption { 
	font-size:110%;
	color:#6e7649;
	font-weight:bold;
	text-align:center;
}

.pullquote-right {
	float:right;
	text-align:left;
	width: 20%;
	font-size:130%;
	margin:15px;
	padding-right:20px;
	font-family: Arial;

}

.pullquote-left {
	float:left;
	text-align:right;
	width: 20%;
	font-size:130%;
	margin:10px;
	padding-right:20px;
	font-family: Arial;
}

/*****************************/
/* Products Image Navigation */
/*****************************/

#product-image2 {
	position:relative;
	margin-left:100px;
	height:355px;	
	background-color:#fff;
	background:url(images/projects-all-organs.png) no-repeat;
	clear:both;
}

#product-image2 a.firstimage {
	margin-left:120px;
	float:left;
}

#product-image2 a {
	display:inline;
	float:left;
	padding-left:40px;
	text-decoration:none;
}

#product-image2 a:hover {background:transparent}

#product-image2 a span.popup {display:none;}

#product-image2 a:hover span.popup {
	display:inline;
	position:absolute;
	top:30px;
	left:120px;
	width:340px;
	height:150px;
	font-size:85%;
}

#product-image2 span.colon_facts {
	display:inline;
	position:absolute;
	top:30px;
	left:120px;
	width:340px;
	height:150px;
	font-size:85%;
}

#product-image2 a h1 {
	font-family: Arial; 
	font-size: 105%; 
	color:#546292; 
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration:none;
}

#product-image2 a:hover h1 {
	text-decoration:underline;
}

#product-image2 a h2 {
	font-family: Arial;
	color:#8B916D;
	font-size:95%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration:none;
}


#product-image2 a span.lung-image {width:53px; height:0; padding-top:63px; overflow:hidden; position:absolute; left:23px; top:48px;}
* html div#product-image2 a span.lung-image {height:63px; he\ight:0;}
#product-image2 a:hover span.lung-image {background:transparent url(images/projects-lung.gif) no-repeat 0 0; overflow:visible; cursor:pointer}

#product-image2 a span.colon-image {width:50px; height:0; padding-top:50px; overflow:hidden; position:absolute; left:23px; top:115px;}
* html div#product-image2 a span.colon-image {height:50px; he\ight:0;}
#product-image2 a:hover span.colon-image {background:transparent url(images/projects-colon.gif) no-repeat 0 0; overflow:visible; cursor:pointer}

#product-image2 a span.bladder-image {width:23px; height:0; padding-top:19px; overflow:hidden; position:absolute; left:36px; top:160px;}
* html div#product-image2 a span.bladder-image {height:19px; he\ight:0;}
#product-image2 a:hover span.bladder-image {background:transparent url(images/projects-bladder.gif) no-repeat 0 0; overflow:visible; cursor:pointer}


