@charset "UTF-8";
<!--
@import"sitenav.css";
-->

/* ------------------------------------------------------------------------------
								screen styles 								             
------------------------------------------------------------------------------ */

@media screen {
	
/* compatibility, added by Xinbin Dai for compatibility with previous design */	

.mypagecontainer {
	width: 975px;
	border-bottom: 1px solid #bbc2d3;
	float: left;
	margin-left: 5px; !important;
	_margin-left: 5px; /* IE Lack of Compliance */
	/*margin-right: 10px;*/
	margin-top: 10px;
	margin-bottom: 10px;
}

.mypage {
		font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
		font-size: 12px;
		width: 100%;
	    margin: 0px auto;
		float: left;
		align: center
	}
			
.mypage	td	{
	            font: 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Georgia, Geneva, Arial, sans-serif;
	            line-height: 20px;
			}
.mypage	th	{
	            font: 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Georgia, Geneva, Arial, sans-serif;
	            font-weight: bold;
	            line-height: 20px;
			}
.mypage	h3	{
	            font: 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Georgia, Geneva, Arial, sans-serif;
	            font-weight: bold;
	            line-height: 20px;
			}
.mypage	pre
		    {
	            font: 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Georgia, Geneva, Arial, sans-serif;
	            line-height: 20px;
			}
	
	
.mypage a:link, .mypage a:active, .mypage a:visited 
	{ color:#0000a0; TEXT-DECORATION:none;  font-size: 12px; }
.mypage a:hover   
	{ color:#FF0000; TEXT-DECORATION:underline;  font-size: 12px; }
.mypage .rowstyle-general                      { background-color:#E8E8E8; }
.mypage .rowstyle-general-alt                  { background-color:#F0F0F0; }
.mypage .rowstyle                              { background-color:#F0F0F0; }
.mypage .rowstyle-alt, .mypage .rowstyle-head  { background-color:#E8E8E8; }
	
/* below is just for the left menu of microarray expression section */
.mypage a.mymenu:link, .mypage a.mymenu:active, .mypage a.mymenu:visited {
	color: #013d78;
	text-decoration: none;
	font-size: 13px;
}
.mypage a.mymenu:hover {
	color:#990000;
	text-decoration:underline;
	font-size: 13px;
}

.mypage a.selectedmymenu:link, .mypage a.selectedmymenu:active, .mypage a.selectedmymenu:visited {
	color: #013d78;
	text-decoration:underline;
	font-size: 13px;
	font-weight: bold;
}

.mypage a.selectedmymenu:hover {
	color:#990000;
	text-decoration:underline;
	font-size: 13px;
	font-weight: bold;
}

.mypage a.submymenu:link, .mypage a.submymenu:active, .mypage a.submymenu:visited {
	color: #013d78;
	text-decoration: none;
	font-size: 12px;
}

.mypage a.submymenu:hover {
	color:#990000;
	text-decoration:underline;
	font-size: 12px;
}

.mypage a.selectedsubmymenu:link, .mypage a.selectedsubmymenu:active, .mypage a.selectedsubmymenu:visited {
	color: #013d78;
	text-decoration:underline;
	font-size: 12px;
	font-weight: bold;
}

.mypage a.selectedsubmymenu:hover {
	color:#990000;
	text-decoration:underline;
	font-size: 12px;
	font-weight: bold;
}
/* end of microarry expression section */


/* end of compatibility */
	
	* {
	margin: 0px;
	padding: 0px;
}
	
body {
	background: #eceded;
	color: #000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;*/
	}
	
img {
	border: 0px;
	}
	
p {
	margin-bottom: 10px;
}

dl {
	margin-bottom: 10px;
}

dt {
	margin-left: 5px;
}

dd {
	margin-left: 10px;
}

ol {
	margin-top: 5px;
	margin-left: 40px;
}

a, .article a {
	color: #013d78;
	text-decoration: none;
}

a:hover, .article a:hover {
	color: #990000;
	text-decoration: underline;
}

a:visited, .article a:visited {
	color: #424141;
	text-decoration: none;
}

sup {
	font-size: 9px;
	color: #003399;
}


.sideshadow { 
	background: url('http://www.noble.org/Templates/images/shade_bg.gif') repeat-y top center; 
	width: 999px;
	margin: 0px auto;
	text-align: left;
	}

.container {
	width: 985px;
	background-color: #ffffff;
	margin: 0px auto;
	}
	
#spacer {
	clear:both;
}

.pngfix {
	behavior: url("pngHack.htc");
}
	
/* ------------------------------------------------------------------------------
								header 								             
------------------------------------------------------------------------------ */

.header{
	background: url('http://www.noble.org/Templates/images/header_bg.gif') repeat;
	width: 985px;
	height: 77px;
	float: left;
	background-color: #fff;
	}
	
.head1 {
	/*background: url('http://www.noble.org/Templates/images/nf_logo.gif') no-repeat 10px;*/
	background: url('../images/trichOME_logo.gif') no-repeat 10px;
	width: 266px;
	padding: 0px 0px 0 0;
	float: left;
}

.head2 {
	/*width: 276px;*/
	width: 276px;
	float: right;
	padding: 0px 0px 0px 0px;
}

.head3 {
	width: 716px;
	float: right;
	padding: 0px 0px 0px 0px;
	position: relative; /* brings to front */
	z-index: 5; /* brings to front */
}

/* ------------------------------------------------------------------------------
								header links 								             
------------------------------------------------------------------------------ */

.lilLinks {
	background: url('http://www.noble.org/Templates/images/lilLinks_bg.gif') no-repeat;
	width: 276px;
	height: 14px;
	text-align: right;
}

.lilLinks ul {
	list-style-type: none;
	/*margin-left: 30px;*/
	}

.lilLinks li {
	display: inline;
	padding: 0px 5px 0px 5px;
	}

.lilLinksIMG {
	background: url('http://www.noble.org/Templates/images/lilLinks_bg2.gif') no-repeat;
	/*width: 276px;*/
	width: 276px;
	height: 2px;
	float: right;
}

a#home img {
	background-image: url('http://www.noble.org/Templates/images/home_btn.gif');
	margin-bottom: 2px;
}
a#home:hover img {
	background-image: url('http://www.noble.org/Templates/images/homeOver_btn.gif');
}
a#home:active img {
	background-image: url('http://www.noble.org/Templates/images/home_btn.gif');
}

a#news img {
	background-image: url('http://www.noble.org/Templates/images/news_btn.gif');
	margin-bottom: 2px;
}
a#news:hover img {
	background-image: url('http://www.noble.org/Templates/images/newsOver_btn.gif');
}
a#news:active img {
	background-image: url('http://www.noble.org/Templates/images/news_btn.gif');
}

a#events img {
	background-image: url('http://www.noble.org/Templates/images/events_btn.gif');
	margin-bottom: 2px;
}
a#events:hover img {
	background-image: url('http://www.noble.org/Templates/images/eventsOver_btn.gif');
}
a#events:active img {
	background-image: url('http://www.noble.org/Templates/images/events_btn.gif');
}

a#contact img {
	background-image: url('http://www.noble.org/Templates/images/contact_btn.gif');
	margin-bottom: 2px;
}
a#contact:hover img {
	background-image: url('http://www.noble.org/Templates/images/contactOver_btn.gif');
}
a#contact:active img {
	background-image: url('http://www.noble.org/Templates/images/contact_btn.gif');
}

a#about img {
	background-image: url('../images/about_btn.gif');
	margin-bottom: 2px;
}
a#about:hover img {
	background-image: url('../images/aboutOver_btn.gif');
}
a#about:active img {
	background-image: url('../images/about_btn.gif');
}

a#personnel img {
	background-image: url('../images/personnel_btn.gif');
	margin-bottom: 2px;
}
a#personnel:hover img {
	background-image: url('../images/personnelOver_btn.gif');
}
a#personnel:active img {
	background-image: url('../images/personnel_btn.gif');
}

a#publications img {
	background-image: url('../images/publications_btn.gif');
	margin-bottom: 2px;
}
a#publications:hover img {
	background-image: url('../images/publicationsOver_btn.gif');
}
a#publications:active img {
	background-image: url('../images/publications_btn.gif');
}

div#login { 
	float: right;
	width: 276px;
	text-align: left;
	font: normal 9px/22px Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 0px 0px 0px;
}

/*div#login form {
	padding: 0px 0px 0px 0px;
	text-align: right;
	float: right;
	width: 163px;
	height: 19px;
	background-color: #999;
	margin: 0px;
	}*/
	
.searchbox {
	float: right;
	margin: 0px;
	}
	
.searchbox form {
	text-align: right;
	float: right;
	/*background-color: #999;*/
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

.searchbox input {
	vertical-align: top;
	margin-top: top;
}

.search2 {
	background: #fff;
	border: 1px solid #635e54;
	color: #000;
	text-align: left;
	/*font: normal 11px/22px Verdana, Arial, Helvetica, sans-serif;*/
	font: 11px Verdana, Arial, Helvetica, sans-serif !important;
	/*margin-left: 5px;*/
	height: 15px;
	padding: 1px;
	margin-top: 0px;
	margin-bottom: 2px;
	vertical-align: top;
	}
	
.search_btn {
	width: 22px;
	height: 19px;
	cursor: pointer;
	text-indent: -9999px;
	border: none;
	margin-right: 10px;
	background: url('http://www.noble.org/Templates/images/go_btn.gif') no-repeat;
}

#IEroot .search_btn {
	width: 22px;
	height: 19px;
	margin-top: 1px;
	font-size: 0;
	color: #fff;
	text-align: right;
	}

div#navfooter {
	background-color: #d9c78b;
	background: url('http://www.noble.org/Templates/images/navfooter.gif') no-repeat;
	height: 3px;
	width: 773px; /* 773px */
	float: right;
	padding: 0;
}

/* ------------------------------------------------------------------------------
								main 					                         
------------------------------------------------------------------------------ */

.main {
	width: 975px;
	background: #fff;
	}
	
.main a {
	color: #013d78;
	text-decoration: underline;
	}

.content {
	padding: 6px 10px 0 10px;
	float: left;
	width: 604px;
	background: #fff;
	}
	
.content a {
	color: #013d78;
	}
	
.flashcontainer {
	margin-bottom: 10px;
	z-index: 1;
	width: 604px;
	height: 343px;
}

.flash {
	z-index: 1;
	position: absolute;
}

.flash embed {
	z-index: 0;
}

.fWrap {
	width: 300px;
	float: left;
	margin: 0;
}
	
.features {
	padding: 0px 5px 0px 0px;
	width: 295px;
	height: 90px;
	background-color: #e7eae9;
	border-bottom: 1px solid #bbc2d3;
	margin-bottom: 10px;
	float: left !important;
	float: none;
	}
	
.features a {
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
	}

.features a:hover {
	line-height: 18px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}

.features a:visited {
	line-height: 18px;
	font-weight: bold;
	color: #424141;
	text-decoration: none;
}

.featureIcon {
	/*width: 105px;*/
	float: left;
	padding: 0px 5px 0 0;
	margin: 0;
}

.featureIcon img {
	border-width: 0px;
	padding: 0;
	margin: 0;
}

/*.latest {
	padding: 0px 5px 0px 5px;
	float: right;
	width: 284px;
	height: 293px;
	background-color: #dde2e1;
	border-bottom: 1px solid #bbc2d3;
	color: #000;
	}*/

/* One column option */
.content-onecolumn {
	padding: 6px 10px 10px 10px;
	float: left;
	width: 965px;
	background: #fff;
}
	
/* ------------------------------------------------------------------------------
								sidebar 					                         
------------------------------------------------------------------------------ */
	
.sidebar {
	float: left;
	width: 351px;
	padding: 6px 0px 0px 0px;
	text-align:left;
	background: #fff;
	}
	
/* ------------------------------------------------------------------------------
								footer 					                         
------------------------------------------------------------------------------ */
	
.footholder { 
	background: url('http://www.noble.org/Templates/images/shade_bg_footer.png') repeat-y top center; 
	width: 992px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	clear: both;
	_background: none; /* IE hack */
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.noble.org/Templates/images/shade_bg_footer.png', sizingMethod='scale');   IE hack */
	}

.footer {
	clear:both;
	background-color: #fff;
	background: url('http://www.noble.org/Templates/images/footer_bg.gif') repeat;
	height: 19px;
	width: 985px;
	margin: 0px auto;
	font-size: 9px;
	padding: 0px 0px 0px 0px;
}

/* ------------------------------------------------------------------------------
								tabs								             
------------------------------------------------------------------------------ */

.tabscontainer {
	width: 276px;
	padding: 0;
	margin: 0 0 10px 0;
}

/* ------------------------ Tab content containers ------------------------ */

.tabcontentstyle { /*style of tab content container*/
	width: 351px;
	/*font: normal 10px Verdana, Arial, Helvetica, sans-serif;*/
	/*font: 10px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;*/
	color: #000;
	margin-bottom: 1em;
	margin-top: -1px;
	float: left;
	padding: 0px;
	background-color: #f5f6f6;
	border-top: 1px solid #a5acbd;
	/*height: 323px;*/
}

.tabcontentstyle p {
	padding: 5px 5px 0px 5px;
	/*font: normal 10px Verdana, Arial, Helvetica, sans-serif;*/
	/*font: 11px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;*/
	color: #000;
}

.tabcontentstyle-image-footer {
	border-bottom: 1px solid #bbc2d3;
	margin-bottom: 10px;
}

.tabcontent {
	display: none;
	position: relative;
}

div.tabcontent div.test {
	background-color: #e7eae9;
	position: absolute;
	bottom: 0px;
	width: 351px;
	height: 17px;
	padding: 0;
	margin-bottom: -1px; /*IE only. Spacing issue */
}

/* ------------------------ Menu footer tabs ------------------------  */

#footertabs {
	margin: 0;
	padding: 0;
	float: left;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	width: 351px;
	background-color: #e7eae9;
	border-bottom: 1px solid #bbc2d3; 
}

#footertabs li{
	display: inline;
}

#footertabs li img {
	padding: 0;
	vertical-align: text-top;
}

#footertabs li a{
	float: left;
	color: #3b3a3a;
	padding: 1px 8px 1px 8px;
	text-decoration: none;
	background-color: #e7eae9;
	border-left: 1px solid #bbc2d3;
	height: 15px;
}

#footertabs li a#leftmostitem { /*Extra CSS for left most menu item*/
	border-left: 1px solid #e7eae9; /*left border style*/
}

#footertabs li a#leftmostitem:hover { /*Extra CSS for left most menu item*/
	border-left: 1px solid #bbc2d3; /*left border style*/
}

#footertabs li a:visited{
	color: #3b3a3a;
}

#footertabs li a:hover{
	color: #3b3a3a;
	background-color: #bbc2d3;
}

/* ------------------------------------------------------------------------------
								slide tabs								             
------------------------------------------------------------------------------ */

#slidetabsmenu {
	float:left;
	width:100%;
	font-size:90%;
	line-height:normal;
}

.slidetabsmenu {
	float:left;
	width:100%;
}

.slidetabsmenu ul{
	list-style-type: none;
	margin: 0;
	margin-left: 10px;
	padding: 0;
}

.slidetabsmenu li{
	display:inline;
	margin:0;
	padding:0;
}

.slidetabsmenu a {
	float:left;
	background: #cdd3d2 url('http://www.noble.org/Templates/images/shade.gif') top left repeat-x;
	border: 1px solid #a5acbd;
	border-left: none;
	margin:0;
	padding:0 0 0 9px;
	text-decoration:none;
}

.slidetabsmenu a span {
	float:left;
	display:block;
	padding: 3px 14px 3px 5px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color:#3b3b3b;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.slidetabsmenu a span {
	float:none;
}
/* End IE5-Mac hack */

.slidetabsmenu a:hover span {
	color: black;
}

.slidetabsmenu #current a {
	background: #f5f6f6 url('http://www.noble.org/Templates/images/shadeactive.gif') top left repeat-x;
	border-bottom: none;
}

.slidetabsmenu #current a span {
	color: #000;
}

.slidetabsmenu a:hover {
}

.slidetabsmenu a:hover span {
}

.slidetabsmenu li.selected a { /*selected main tab style */
	background: #f5f6f6 url('http://www.noble.org/Templates/images/shadeactive.gif') top left repeat-x;
	border-bottom: 1px solid #f5f6f6;
}

.slidetabsmenu li.selected a:hover { /*selected main tab style */
	text-decoration: none;
}

.slidetabsholder {
	padding: 0px 0px 0px 0px;
	width:276px;
	float:left;
	margin: 0;
	position: relative; /* brings to front */
	z-index: 1; /* brings to front */
}

* html #slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
	margin-bottom: 1em;
}

#slidetabsmenu ul{
	list-style-type: none;
	margin: 0;
	margin-left: 10px;

	padding: 0;
}

#slidetabsmenu li{
	display: inline;
	margin: 0;
	padding: 0;
}

#slidetabsmenu a {
	float: left;
	background: #cdd3d2 url('http://www.noble.org/Templates/images/shade.gif') top left repeat-x;
	border: 1px solid #a5acbd;
	border-left: none;
	margin: 0;
	padding: 0 0 0 9px;
	text-decoration: none;
}

#slidetabsmenu a span {
	float: left;
	display: block;
	padding: 3px 14px 3px 5px;
	font-weight: bold;
	color: #3b3b3b;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#slidetabsmenu a span {
	float:none;
}
/* End IE5-Mac hack */

#slidetabsmenu a:hover span {
	color: black;
}

#slidetabsmenu #current a {
	background: #f5f6f6 url('http://www.noble.org/Templates/images/shadeactive.gif') top left repeat-x;
	border-bottom: none;
}

#slidetabsmenu #current a span {
	color: #000;
}

#slidetabsmenu a:hover {
}

#slidetabsmenu a:hover span {
}

/* ------------------------------------------------------------------------------
								latest tabs								             
------------------------------------------------------------------------------ */

.latest_tabscontainer {
	width: 294px;
	padding: 0;
	float: right;
	margin: 0 0 10px 0;
}

/* ------------------------------------------------------------------------------
								latest tabs	content containers							             
------------------------------------------------------------------------------ */

.latest_tabcontentstyle { /*style of tab content container*/
	width: 294px;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	/*font: 11px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;*/
	color: #000;
	margin-bottom: 1em;
	margin-top: -1px;
	float: left;
	padding: 0px;
	background-color: #f5f6f6;
	border-top: 1px solid #a5acbd;
}

.latest_tabcontentstyle p {
	padding: 5px 5px 0px 5px;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	/*font: 10px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;*/
	color: #000;
}

.latest_tabcontentstyle-image-footer {
	border-bottom: 1px solid #bbc2d3;
	margin-bottom: 10px;
}

.latest_tabcontent {
	display: none;
	position: relative;
}

div.latest_tabcontent div.latest_test {
	background-color: #e7eae9;
	position: absolute;
	bottom: 0px;
	width: 351px;
	height: 17px;
	padding: 0;
	_margin-bottom: -1px; /*IE only. Spacing issue */
}

#latest_content {
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	border-bottom: 1px solid #bbc2d3;
}

#latest_content-alt {
	background-color: #d5dae4;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	border-bottom: 1px solid #bbc2d3;
	overflow: hidden;
}

#latest_content ul a, #latest_content-alt ul a {
	padding-left: 5px;
	padding-left: 10px;
	line-height: 18px;
}

#latest_content a, #latest_content-alt a, #news a {
	color: #013d78;
	text-decoration: none;
}

#latest_content a:hover, #latest_content-alt a:hover, #news a:hover {
	color: #990000;
	text-decoration: underline;
}

#latest_content a:visited, #latest_content-alt a:visited, #news a:visited {
	color: #424141;
	text-decoration: none;
}

/* ------------------------------------------------------------------------------
								latest footer tabs						             
------------------------------------------------------------------------------ */

#latest_footertabs {
	margin: 0;
	padding: 0;
	float: left;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	width: 294px;
	background-color: #e7eae9;
	border-bottom: 1px solid #bbc2d3; 
}

#latest_footertabs li{
	display: inline;
}

#latest_footertabs li img {
	padding: 0;
	vertical-align:text-top;
}

#latest_footertabs li a{
	float: left;
	color: #3b3a3a;
	padding: 1px 8px 1px 8px;
	text-decoration: none;
	background-color: #e7eae9;
	border-left: 1px solid #bbc2d3;
	height: 15px;
}

#latest_footertabs li a#leftmostitem { /*Extra CSS for left most menu item*/
	border-left: 1px solid #e7eae9; /*left border style*/
}

#latest_footertabs li a#leftmostitem:hover { /*Extra CSS for left most menu item*/
	border-left: 1px solid #bbc2d3; /*left border style*/
}

#latest_footertabs li a:visited{
	color: #3b3a3a;
}

#latest_footertabs li a:hover{
	color: #3b3a3a;
	background-color: #bbc2d3;
}

/* ------------------------------------------------------------------------------
								news								             
------------------------------------------------------------------------------ */
#news {
	padding-bottom: 10px;
}

#news ul {
	margin: 10px 5px 0px 20px;
	list-style: square url('http://www.noble.org/Templates/images/news_bullet.gif') outside;
}

#news li {
	margin: 0px 0px 0px 3px;
	color: #68aedf;
	line-height: normal;
	/*list-style-image: url('http://www.noble.org/Templates/images/news_bullet.gif');
	list-style: none;*/
}

#news a {
	/*background: url('http://www.noble.org/Templates/images/news_bullet.gif') no-repeat left .45em;
	background: url('http://nytimes.com/images/misc/bullet4x4.gif') no-repeat left .45em;
	padding-bottom: 2px;*/
}

/* ------------------------------------------------------------------------------
								profiles								             
------------------------------------------------------------------------------ */

.profiletab {
	background: #f5f6f6 url('http://www.noble.org/Templates/images/shadeactive.gif') top left repeat-x;
	border: 1px solid #bbc2d3;
	border-left: none;
	border-bottom: none;
	float: left;
	display: block;
	padding: 3px 7px 3px 8px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color:#3b3b3b;
}

.profilescontent {
	width: 266px;
	/*font: normal 10px Verdana, Arial, Helvetica, sans-serif;*/
	font: 10px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	color: #000;
	margin-bottom: 1em;
	margin-top: -1px;
	float: left;
	padding: 9px 5px 0px 5px;
	background-color: #f5f6f6;
	border-top: 1px solid #bbc2d3;
	border-bottom: 1px solid #bbc2d3;
}

/* ------------------------------------------------------------------------------
								bio pages								             
------------------------------------------------------------------------------ */

.bio_sidebar {
	width: 341px;
	/*font: normal 10px Verdana, Arial, Helvetica, sans-serif;*/
	font: 10px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	color: #000;
	margin-bottom: 1em;
	margin-top: -1px;
	float: left;
	padding: 9px 5px 0px 5px;
	background-color: #f5f6f6;
	border-top: 1px solid #bbc2d3;
	border-bottom: 1px solid #bbc2d3;
}

.bio_tag {
	width: 287px;
	/*width: 250px;*/
	padding-right: 10px;
	background-color: #f5f6f6;
	margin: 0 10px 10px 0;
	overflow: hidden;
	border-bottom: 1px solid #bbc2d3;
}

.bio_tag_content {
	margin-left: 100px;
	margin-top: 5px;
}

.bio_tag_content h5 {
	font-family: Tahoma;
    padding-bottom: 0.17em;
	text-align: left;
	color: #3583ba;
	font-size: 12px;
	line-height: 16px;
	}
	
.bio_tag p {
	margin-bottom: 5px;
}

.bio_columns-container {
	float: left;
	width: 604px;
	font: 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Georgia, Geneva, Arial, sans-serif;
}

.bio_column {
	float: left;
	width: 297px;
	/*margin-right: 15px;*/
	margin: 0 10px 0 0;
}

.bio_column-right {
	float: left;
	width: 297px;
}

.article h4, .bio_column h4, .bio_column-right h4 {
	float: left;
	width: 297px;
	/*color: #202020;*/
	color: #4a5e8b;
	font: 13px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif; 
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
    border-bottom: 1px solid #8a8482;
}

.lab {
	padding: 6px 10px 0 10px;
	float: left;
	width: 604px;
	background: #fff;
	font: 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Georgia, Geneva, Arial, sans-serif;
	}
	
.lab h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
    padding-bottom: 0.17em;
	text-align: left;
	margin: 0 0 10px 0;
	color: #231f20;
	font-size: 14px;
	width: 599px;
	padding-top: 2px;
	padding-left: 5px;
	background-color:#eeeff0;
	border-bottom: 1px solid #bbc2d3;
	}
	
.lab_staff {
	width: 110px;
	float:left;
	font-size: 11px;
	padding-bottom: 10px;
}

/* ------------------------------------------------------------------------------
								article pages					                         
------------------------------------------------------------------------------ */
.article, .app {
	padding: 6px 5px 10px 5px;
	float: left;
	width: 975px;
	background: #fff;
	font: 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Georgia, Geneva, Arial, sans-serif;
	line-height: 16px;
	}

.article h1 {  /* headline */
	font-family: Georgia, "Times New Roman", Times, serif;
    padding-bottom: 0.17em;
	text-align: left;
	margin: 0 0 5px;
	color: #000;
	font-size: 18px;
	line-height: 22px;
	width: 660px;
	padding-top: 0px;
	border-bottom: 1px solid #bbc2d3;
	}
	
.article h2 { /* byline */
    color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0 0 5px;
    padding-top: 0.5em;
    padding-bottom: 0.17em;
	font-size: 11px;
	text-align: left;
}

.article h3, .app h3 { /* subhead */
    color: #4a5e8b;
	/*color: #8a8482; */
	font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0 0 5px;
    padding-top: 0.5em;
    padding-bottom: 0.17em;
	font-size: 14px;
	text-align: left;
	font-style: italic;
}

.article h4 {
	float: left;
	width: 300px;
	/*color: #202020;*/
	color: #4a5e8b;
	font: 13px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif; 
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
    border-bottom: 1px solid #8a8482;
}
	
.article ul, .app ul {
	margin-left: 40px;
	margin-bottom: 10px;
	}

/* article images */
#NV_right { 
	text-align: left;
	background-color: #e9eaea;
	padding: 10px 10px 10px 10px;
	float: right;
	border-bottom: 1px solid #bbc2d3;
	margin-left: 7px;
	margin-bottom: 1px;
	font: 11px 'Lucida Grande', Verdana, Geneva, Arial, sans-serif;
}

#NV_left { 
	text-align: left;
	background-color: #e9eaea;
	padding: 10px 10px 10px 10px;
	float: left;
	border-bottom: 1px solid #bbc2d3;
	margin-right: 7px;
	margin-bottom: 1px;
	font: 11px 'Lucida Grande', Verdana, Geneva, Arial, sans-serif;
}

.article td, .app td {
	font: 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Georgia, Geneva, Arial, sans-serif;
	line-height: 16px;
	padding: 3px;
}

.article td span, .app td span {
	font: 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Georgia, Geneva, Arial, sans-serif;
	line-height: 16px;
	padding: 10px 0px 10px 0px;
}

.article td sup, sub, .app td sup, sub {
	font: Verdana, Geneva, Arial, sans-serif;
}

/* ------------------------------------------------------------------------------
								app pages					                         
------------------------------------------------------------------------------ */

.app h1 {  /* headline */
	font-family: Georgia, "Times New Roman", Times, serif;
    padding-bottom: 0.17em;
	text-align: left;
	margin: 0 0 5px;
	color: #000;
	font-size: 18px;
	line-height: 22px;
	/*width: 660px;*/
	padding-top: 0px;
	border-bottom: 1px solid #bbc2d3;
	}

/* ------------------------------------------------------------------------------
								columns layout					                         
------------------------------------------------------------------------------ */

.columns-container {
	float: left;
	width: 961px;
}

.column {
	float: left;
	width: 308px;
	/*margin-right: 15px;*/
	margin: 0 15px 0 0;
}

.column-right {
	float: left;
	width: 315px;
}

.columns-img {
	 margin-bottom: 10px;
	 font-size: 11px;
	 font-style: italic;
	 color: #4a5e8b;
}

.twocolumns-right {
	float: left;
	width: 638px;
}

.twocolumns-right h4 {
	float: left;
	width: 620px;
	/*color: #202020;*/
	color: #4a5e8b;
	font: 13px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif; 
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
    border-bottom: 1px solid #8a8482;
}

.indent {
	clear: both;
	margin: 0;
	padding: 0 0 10px 10px;
}

/* ------------------------------------------------------------------------------
								options bar 					                         
------------------------------------------------------------------------------ */

.optionsbar {
	width: 975px;
	background: url('http://www.noble.org/Templates/images/options_bg.gif') repeat;
	border-bottom: 1px solid #bbc2d3;
	height: 17px;
	float: left;
	margin-left: 5px; !important;
	_margin-left: 5px; /* IE Lack of Compliance */
	/*margin-right: 10px;*/
	margin-top: 6px;
	margin-bottom: 4px;
}
	
.options {
	width: 95px;
	float: left;
	text-align: right;
	padding: 2px 5px 0px 2px;
	border-left: 1px solid #bbc2d3;
}

.options ul {
	list-style: none;
	width: 95px;
	height: 13px;
	padding: 1px 0px 2px 0px;
	margin: 0;
	/*background-color: #FFCCCC;*/
}

.options li {
	display: inline;
	list-style: none;
	width: 16px;
	padding: 0;
	margin: 0;
	height: 13px;
}

.ratings {
	width: 110px;
	height: 15px; /*added */
	float: left;
	text-align: left;
	padding: 3px 5px 0px 2px;
	border-left: 1px solid #bbc2d3;
	/*background-color: #CCCC99;*/
}

/*.ratings ul {
	list-style: none;
	width: 110px;
	height: 13px;
	padding: 1px 0px 2px 0px;
	margin: 0;
}

.ratings li {
	display: inline;
	list-style: none;

	padding: 0;
	margin: 0;
	height: 13px;
}*/

.rate {
	width: 99px;
	float: left;
	text-align: right;
	padding: 3px 5px 2px 2px;
	border-left: 1px solid #bbc2d3;
}

.filler {
	width: 210px;
	height: 15px; /*added */
	float: left;
	text-align: left;
	padding: 3px 5px 0px 2px;
	/*background-color: #CCCC99;*/
}

.breadcrumb {
	width: 632px;
	float: left;
	padding: 2px 0px 0px 5px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.breadcrumb_app {
	width: 720px;
	float: left;
	padding: 2px 0px 0px 5px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*.breadcrumb_app a::after {
  content: " \2022";
  color: #8a8482;
  display: inline;
}*/

.breadcrumb_app span {
	color: #8a8482;
}

.breadcrumb a {
	color: #013d78;
	text-decoration: none;
}

.breadcrumb a:hover {
	color: #990000;
	text-decoration: underline;
}

.breadcrumb_app a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #4a5e8b;
	padding: 2px 0px 4px 0px;
}

.breadcrumb a:visited {
	color: #424141;
	text-decoration: none;
}

.optionshover {
	background-color:#fff;
	width: 965px;
	height: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
}

/* ------------------------------------------------------------------------------
								ratings 					                         
------------------------------------------------------------------------------ */

#subcontent {
	position:absolute;
	visibility: hidden;
	border: 1px solid #bbc2d3;
	/*border-top: none;*/
	background-color: #f3f4f4;
	width: 300px;
	margin-top: 1px;
	margin-left: -207px;
	padding: 5px;
	}

.star-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}

.star-rating li{
	display: inline;
}

.star-rating a, 
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}

.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
}

.star-rating a.one-star{
	width:20%;
	z-index:6;
}

.star-rating a.two-stars{
	width:40%;
	z-index:5;
}

.star-rating a.three-stars{
	width:60%;
	z-index:4;
}

.star-rating a.four-stars{
	width:80%;
	z-index:3;
}

.star-rating a.five-stars{
	width:100%;
	z-index:2;
}

.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}

/* smaller star */
.small-star{
	width:50px;
	height:10px;
}

.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating{
	background-image: url('http://www.noble.org/Templates/images/star_small.gif');
	line-height: 10px;
	height: 10px;
}

/* ------------------------------------------------------------------------------
								staff pages				                         
------------------------------------------------------------------------------ */
	
.content_staff {
	padding: 6px 10px 10px 10px;
	float: left;
	width: 679px;
	background: #fff;
	font: 10px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	}
	
.sidebar_staff {
	float: left;
	width: 276px;
	padding: 6px 0px 0px 0px;
	text-align:left;
	background: #fff;
	}
	
.content_staff h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
    padding-bottom: 0.17em;
	text-align: left;
	margin: 0 0 10px 0;
	color: #231f20;
	font-size: 14px;
	width: 674px;
	padding-top: 2px;
	padding-left: 5px;
	background-color:#eeeff0;
	border-bottom: 1px solid #bbc2d3;
	}
	
.staff_container {
	width: 679px;
}
	
.staff_head_title {
	width: 223px;
	background-color: #d0d3d9;
	border-bottom: 1px solid #8e9ab6;
	border-top: 1px solid #a5afc5;
	padding: 4px 0px 5px 8px;
	margin-right: 10px;
	float: left;
	font-size: 11px;
	text-align: left;
}

.staff_head_research {
	width: 285px;
	background-color: #d0d3d9;
	border-bottom: 1px solid #8e9ab6;
	border-top: 1px solid #a5afc5;
	padding: 4px 0px 5px 8px;
	margin-right: 10px;
	float: left;
	font-size: 11px;
	text-align: left;
}

.staff_head_division {
	width: 127px;
	background-color: #d0d3d9;
	border-bottom: 1px solid #8e9ab6;
	border-top: 1px solid #a5afc5;
	padding: 4px 0px 5px 8px;
	float: left;
	font-size: 11px;
	text-align: left;
}

.staff_title_row {
	width: 223px;
	background-color: #fff;
	padding: 4px 0px 5px 8px;
	margin-right: 10px;
	float: left;
	text-align: left;
}

.staff_research_row {
	width: 285px;
	background-color: #fff;
	padding: 4px 0px 5px 8px;
	margin-right: 10px;
	float: left;
	text-align: left;
}

.staff_division_row {
	width: 127px;
	background-color: #fff;
	padding: 4px 0px 5px 8px;
	float: left;
	text-align: left;
}

.staff_title_row-alt {
	width: 223px;
	background-color: #eeeff0;
	border-bottom: 1px solid #bbc2d3;
	border-top: 1px solid #d6dbe5;
	padding: 4px 0px 5px 8px;
	margin-right: 10px;
	float: left;
	text-align: left;
}

.staff_research_row-alt {
	width: 285px;
	background-color: #eeeff0;
	border-bottom: 1px solid #bbc2d3;
	border-top: 1px solid #d6dbe5;
	padding: 4px 0px 5px 8px;
	margin-right: 10px;
	float: left;
	text-align: left;
}

.staff_division_row-alt {
	width: 127px;
	background-color: #eeeff0;
	border-bottom: 1px solid #bbc2d3;
	border-top: 1px solid #d6dbe5;
	padding: 4px 0px 5px 8px;
	float: left;
	text-align: left;
}

/* ------------------------------------------------------------------------------
								trichOME 					                         
------------------------------------------------------------------------------ */

div#navfooterTrichOME {
	background-color: #d9c78b;
	background: url('http://www.noble.org/Templates/images/navfooter.gif') no-repeat;
	height: 3px;
	width: 375px; /* 773px */
	float: right;
	padding: 0;
}

.trichOME {
	/*width: 100%;*/
	background-color: #f5f6f6;
	border-top: 1px solid #bbc2d3;
	border-bottom: 1px solid #bbc2d3;
}

.trichOME td {
	font-size: 10px;
}

.trichOME_staff_container {
	float: left;
	width: 965px;
	margin-top: 10px;
}

.trichOME_staff{
	width: 130px;
	float: left;
	font-size: 11px;
	margin-bottom: 10px;
}


}
