@charset "utf-8";
html { 
	height:100%;
	min-height: 100%;
	}
body  {
	background-image:url(../images/bioset-background-gradient.jpg);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	height:100%;
	min-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	}
.bioset #container { 
	width: 843px;  
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	} 
.bioset #header-container { 
	position:relative;
	top:0px;
	left:0px;
	width:843px;
	height:343px;
	} 
.bioset #header-logo { 
	position:absolute;
	top:0px;
	left:100px;
	width:211px;
	height:98px;
	} 
.bioset #quick-nav {
	position:absolute;
	top:30px;
	left:690px;
	width:100px;
	height:30px;
}
.bioset #quick-nav { 
	font-size:12px;
	color:#FFF;
	padding:0;
	margin-bottom:16px;
	} 
.bioset #quick-nav ul { 
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
	} 
.bioset #quick-nav ul li { 
	display:inline;
	margin:0;
	} 
.bioset #quick-nav ul li a { 
	text-decoration:none;
	color:#FFF;
	} 
.bioset #quick-nav ul li a:hover { 
	text-decoration:underline;
	} 
.bioset #header-nav { 
	position:absolute;
	width:156px;
	margin-top:145px;
	margin-left:40px;
	height:158px;
	} 
.bioset #header-nav p { 
	display:none;
	} 
.bioset #header-nav { 
	font-size:12px;
	color:#fff;
	padding:0;
	margin-bottom:16px;
	} 
.bioset #header-nav ul { 
	list-style:none;
	margin:0;
	padding:0;
	} 
.bioset #header-nav ul li { 
	margin:0;
	border-top:1px solid #CCC;
	} 
.bioset #header-nav ul li.top-nav { 
	padding-top:20px;
	border-top:none;
	} 
.bioset #header-nav ul li.level2-nav { 
	border-top:none;
	} 
.bioset #header-nav ul li a { 
	display:block;
	padding:5px 0px 5px 15px;
	color:#fff;
	text-decoration:none;
	width:100%;
	} 
html>body .bioset #header-nav ul li a {
	width:auto;
	}
.bioset #header-nav ul li a:hover { 
	background-image:url(../images/bioset-bkgd-nav-select-gradient.jpg);
	background-repeat:repeat-y;
	color:#fff;
	} 	
	
	
	
	
.bioset #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	}
.bioset #content-container {
	position:relative; 
	background-image:url(../images/bioset-background-content.jpg);
	background-repeat:no-repeat;
	background-position:top;
	top:0;
	width: 843px; 
	height: 340px;

	}
.bioset #sidebar-container {
	position:absolute;
	width:215px;
	height:200px;
	top:0;
	left:15px;
	margin:0;
	padding:0;
	}
.bioset #sidebar-spotlight-container {
	position:relative;
	width:150px;
	height:150px;
	top:80px;
	left:30px;
	margin:0;
	padding:0;
	}
.bioset .sidebar-spotlight {
	font:Helvetica, sans-serif;
	font-size:18px;
	line-height:18px;
	font-style:italic;
	font-weight:300;
	color:#666;
	}
.bioset .sidebar-spotlight-image {
	position:absolute;
	top:20px;
	left:15px;
	vertical-align:top;
	margin:0;
	padding:0;
	}
.bioset #mainContent { 
	position:absolute;
	margin-left:235px;
	width:555px;
	height:350px;
	padding: 0 20px;
	background:#fff	;
	} 
.bioset #footer-container { 
	clear:both;
	position:relative;
	background-image:url(../images/bioset-background-footer.jpg);
	background-repeat:no-repeat;
	width:843px;
	height:87px;
	bottom:0;
	} 
.bioset #footer p { 
	font-size:12px;
	line-height:14px;
	color:#666;
	text-align:center;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 8px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */	
	} 
.bioset #footer p.sub-text { 
	font-size:10px;
	padding-top:20px;
	padding-bottom:10px;
	color:#666;
	} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
h1 { 
	font-size:26px;
	font-style:normal;
	font-weight:300;
	color:#666;
	}

h2 { 
	font-size:26px;
	font-style:italic;
	font-weight:300;
	color:#666;
	}
h3 {
	font-size:16px;
	line-height:22px;
	font-style:normal;
	font-weight:300;
	color:#666;
	}
	
.bioset a { 
	text-decoration:none;
	color:#666;
	} 
.bioset a:hover { 
	text-decoration:underline;
	} 

