/* --------------------------------------------------------------
	BASICS
-------------------------------------------------------------- */

* { margin: 0; padding: 0; outline: none; }

body {
	/*background: url('/images/bg-main3.gif') left repeat-y;*/
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	/*line-height: 1.7em;*/
	color: #000;
	width: 2000px;
	
}

p, blockquote, ul { padding: .5em 0; }

/* --------------------------------------------------------------
	LINKS
-------------------------------------------------------------- */

a:link, a:active, a:visited {
	text-decoration: none;
	color: #0000ff;
}

a:hover {
	text-decoration: underline;
}

a img { border: none; }

#headerContent li a, #sidebar li a {
	color: #000;
	text-decoration: none;
}

#headerContent li a:hover, #sidebar li a:hover { text-decoration: underline; }

/* --------------------------------------------------------------
	HEADINGS
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding: .4em 0 .2em 0;
}

h1 { font-size: 170%; }

	#header h1 { text-indent: -9000px; }
	
	#research_info h1 { font-size: 120%; }

h2 { font-size: 145%; }

	#sidebar h2 {
		background: url('/images/bg-sidebar-h2.gif') no-repeat;
		width: 178px;
		height: 25px;
		margin: 1px 0 0 5px;
		font-size: 100%;
		line-height: 1.2em;
		padding-left: 6px;
		padding-bottom: 0;
	}

	#mainContent h2, #featured h2, #news h2, #pagecell h2, #research_info h2{
		background: url('/images/bg-content-h2.gif') 0 1px no-repeat;
		padding-left: 25px;
		padding-top: 0;
	}

	#pagecell h2{
		padding-left: 25px;
		padding-top: 0;
	}

h3 { font-size: 125%; }
	#research_info h3 {
		font-size: 110%;
	}

h4 { font-size: 110%; }
	#research_info h4 {
		font-size: 100%;
	}

h5 { font-size: 105%; }

h6 { font-size: 100%; }

/* --------------------------------------------------------------
	STRUCTURE & TYPOGRAPHY
-------------------------------------------------------------- */

#wrap {
	min-width: 2000px;
}

#header {
	height: 133px;
	border-bottom: 1px #000 solid;
	min-width: 2000px;
}

	#headerContent {
		float: left;
		width: 434px;
		padding-top: 25px;
		margin-left:43px;
	}

#sidebar {
	background: url('/images/bg-sidebar.gif') repeat-y;
	width: 195px;
	float: left;
	margin-top: 20px;
	margin-left: 12px;
	_margin-left: 6px;			/* for ie 6 */
}

#mainContent {
	background: url('/images/bg-mainContent.gif') repeat-y;
	margin: 22px 0 0 215px;
	_margin-left: 213px;		/* for ie 6 */
	padding: 7px;
	min-height: 373px;
	border: 1px #dadada solid;
}

#pagecell {
	/*background: url('/images/bg-mainContent.gif') repeat-y;*/
	margin: 22px 0 0 215px;
	_margin-left: 213px;		/* for ie 6 */
	padding: 7px;
	min-height: 750px;
	border: 1px #dadada solid;
}

#research_pic {
	float: left;
	width: 349px;
	height: 150px;
	border: 1px #dadada solid;

}

#research_info {
	float: right;
	width: 349px;
	height: 150px;
	border: 1px #dadada solid;

}

#research_body {
	float: left;
	width: 720px;
	border: 1px #dadada solid;

}

#subContent {
	margin: 12px 0 0 215px;
	_margin-left: 213px;		/* for ie 6 */
	padding: 0;
	width: 738px;
}

#featured {
	float: left;
	background: url('/images/bg-featured.gif') repeat-y;
	padding: 7px;
	width: 349px;
	min-height: 372px;
	border: 1px #dadada solid;
}

#news {
	float: right;
	background: url('/images/bg-news.gif') repeat-y;
	padding: 7px;
	width: 349px;
	min-height: 372px;
	border: 1px #dadada solid;
}

#indent {
	padding: 0 0 0 15px;
}

#curate_footer {
	float: left;
	margin: 15px 15px 0 213px;
}

#footer {
	float: left;
	margin: 15px 15px 0 213px;
	_margin-right: 6px;			/* for ie 6 */
	height: 77px;
	width: 750px;
}

/* --------------------------------------------------------------
	LISTS
-------------------------------------------------------------- */

ul {
	margin-left: 30px;
}

#headerContent ul {
	list-style: none;
	margin-left: 0;
	line-height: 1em;
}

#headerContent li {
	margin-bottom: 12px;
	float: left;
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px #000 solid;
}

#headerContent li.last {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}

#sidebar ul {
	list-style: none;
	margin-left: 0;
	padding-top: 0.05em;
	padding-left: 15px;
	line-height: 1.1em;
	font-size: 85%;
}

#sidebar ul.indent {
	padding-left: 20px;
	padding-top: 0;
	
}

/* --------------------------------------------------------------
	p tag styles
-------------------------------------------------------------- */

.researchp{
	font: 13px Arial,sans-serif;
	color: #000000;
	margin: 7px;
	padding: 10px;
}

/* --------------------------------------------------------------
	MISC
-------------------------------------------------------------- */

.logo { float: left; }

.searchMenu, .searchBox, .searchButton {
	position: absolute;
	top: 60px;
}

.searchMenu {
	border: 1px #1f2b6e solid;
	padding: 1px;
	height: 21px;
	width: 130px;
}

.searchBox {
	border: 1px #1f2b6e solid;
	padding: 2px;
	height: 17px;
	width: 195px;
	margin-left: 135px;
}

.searchButton {
	border: 1px #1f2b6e solid;
	padding: 1px;
	height: 23px;
	width: 60px;
	margin-left: 341px;
}

#headerContent form { clear: left; }

.database-updated {
	font-style: italic;
	text-align: right;
	margin-right: 30px;
	margin-top: 30px;
}

#sidebar .top {
	background: url('/images/bg-sidebar-top.gif') no-repeat;
	width: 195px;
	padding-top: 4px;
}

#sidebar p {
	font-weight: bold;
	padding: 0 0 0 15px;
	font-size: 85%;
	line-height: 1em;

}

#sidebar .bottom {
	background: url('/images/bg-sidebar-bottom.gif') no-repeat;
	width: 195px;
	height: 16px;
}

#footer p {
	line-height: 1.2em;
	font-size: 80%;
}

/* --------------------------------------------------------------
	gene record page stuff
-------------------------------------------------------------- */

#masthead{
position: absolute;
top: 156px;
left: 215px;
width:auto;
z-index:103;

}
#globalNav{
position: relative;
left:0px;
width: 1784px;
height: 35px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image: url(glbnav_background.gif);
}


#globalNav img{
margin-bottom: -4px;

}

#gnl {
position: absolute;
top: 0px;
left:0px;
}

#gnr {
position: absolute;
top: 0px;
right:0px;
}
/*for IE*/

#globalLink{
position: absolute;
top: 1px;
height: 35px;
min-width: 640px;
padding: 0px;
margin: 0px;
left: 11px;
z-index: 105;
}


a.glink, a.glink:visited,a.glink_active:visited{
font-size: 11px;
color: #333333;
font-weight: bold;
margin: 0px;
padding: 10px 5px 10px 5px;
border-right: 1px solid #cccccc;
}
a.glink:hover{
background-image: url(glblnav_selected.gif);
text-decoration: none;
}
a.glink_active{
font-size: 11px;
color: #333333;
font-weight: bold;
margin: 0px;
padding: 10px 5px 10px 5px;
border-right: 1px solid #cccccc;
background-image: url(glblnav_selected.gif);
}



/*ie hack for all other browsers*/
html>body #globalLink{
position: absolute;
top: 9px;
height: 35px;
min-width: 640px;
padding: 0px;
margin: 0px;
left: 11px;
z-index: 105;

}
html>body a.glink, html>body a.glink:visited,html>body a.glink_active:visited{
font-size: 11px;
color: #333333;
font-weight: bold;
margin: 0px;
padding: 8px 5px 8px 5px;
border-right: 1px solid #cccccc;
}
html>body a.glink_active{
font-size: 11px;
color: #333333;
font-weight: bold;
margin: 0px;
padding: 8px 5px 8px 5px;
border-right: 1px solid #cccccc;
background-image: url(glblnav_selected.gif);
}
a.glink_active:hover{
text-decoration:none;
}
#info-table{
margin-top:32px;
margin-bottom:80px;
/*
for testing
border:1px solid #333333;
*/
width:100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#info-table th{
font-weight:bold;
text-align:right;
width:20%;
vertical-align:top;
}
#info-table td{
/*width:60%; changed by KCG on 18OCT06*/
vertical-align:top;
}
#info-table form select{
width:250px;
}
/*** report styles
#report th{
font-weight:bold;
text-align:left;
width:20%;
vertical-align:top;
}

/* --------------------------------------------------------------
	CLEARFIX
-------------------------------------------------------------- */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/

* html .clearfix { height: 1%; }

.clearfix { display: block; }

/* End hide from IE-mac */


