@charset "UTF-8";
html, body {
				height: 100%;
			}
			
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #111;
	font-family: Arial, "Lucida Grande", Arial, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	background-image: url(../images/graphics/bg3.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 12px;
	letter-spacing: normal;
}
.toplinks{
	color:#999999;
	font-size: .65em;
	letter-spacing: 1px;
	text-align: right;
	margin: 0px 10px 0px 0px;
	padding: 1px 0px;
	z-index: 10;
}

#container {
    position: relative;
    min-height: 100%;
    height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
	}
	
html>body #container {
    height: auto;
	}

#container/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
  {
	width: 100%; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0px auto;
}
#page/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
  {
	width: 1000px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}
#header  {
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: auto;
	margin-top: 2px;
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#FFFFFF;
} 
#header  h1  {
	margin: 0px 0px  0px 0px; /* 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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
}

.tablestyle		{ width: 500px; margin: 0 0 15px; }
.tablestyle	 td	{ padding: 7px 5px;background: url("../images/graphics/dots.gif") repeat-x bottom left; line-height: 16px;}
.tablestyle	 th	{ font-size: 13px; text-align: left; color:#003366; padding: 7px; letter-spacing: 1px; font-family:Arial, Arial, sans-serif;}

/*nav 
nav {
	font-family: "Arial Narrow", Arial, sans-serif;
	width: 80%;
	font-size: 14px;
	font-weight: normal;
	margin: -21px 0px 0px 175px;
	padding: 0px 10px 0px 5px;
	z-index: 300px;
	background-color: #3f95b5;
	height: 20px;
	
}*/

body#home a.home, 
body#about a.about, 
body#history a.about,
body#organization a.about,
body#contactus a.about,
body#grants a.grants, 
body#catalyst a.grants, 
body#lever a.grants, 
body#spark a.grants, 
body#pastawards a.grants, 
body#facilities a.facilities,
body#services a.facilities,
body#pro_info a.facilities,
body#cellular a.facilities,
body#mass-spec a.facilities,
body#education a.education,
body#people a.people,
body#leadership a.people,
body#boards a.people,
body#staff a.people,
body#partners a.people,
body#publications a.publications,
body#funded a.publications,
body#facilities a.publications,
body#current a.news,
body#pastnews a.news,
body#innews a.news,
body#currentevents a.events,
body#contact_us a.contact_us{
	color: #fff;
	/*border-bottom: 7px #942923 solid;*/
	background-color: #942923;
}

/*end nav */


#mainHome{
	margin-top: 11px;
	padding: 15px 0px;
	margin: 0px auto;
}

#mainContent{
	padding: 20px 30px 10px 0px;
}

#content{
	padding: 10px 0px;
	background: #FFFFFF;
	margin-top: 20px;
}


#centercontent{
	padding: 0px 20px 0px 0px;
	margin: 0px 0px 0px 100px;
	width: 600px;
	float: left;
}

#centercontent p {
	font-size: 12px;
	color:#333;
	line-height: 17px;
	text-align: justify;
}

#centercontent a:link {
	color: #3366CC;
	text-decoration: none;
}
#centercontent a:visited {
	color: #3366CC;
	text-decoration: none;
}
 #centercontent a:hover {
	color: #3366CC;
	border-bottom: 1px #3366CC dotted;
	font-weight:500;
}

#centercontent  h1{
	color: #942923;
	font-size: 16px;
	text-transform: uppercase;
	padding-bottom: 5px;
	font-weight: normal;
}

#centercontent  h2{
	color: #0d2c58;
	font-size: .95em;
	padding-top: 8px;
	padding-bottom: 5px;
}

#centercontent  h3{
	color: #555;
	font-size: .90em;
	padding-top: 8px;
	padding-bottom: 5px;
}


#centercontent ul{
	margin-top:0;
	margin-bottom: 3px;
	font-size: 12px;
}

#centercontent li, .centercontent li a{
	color:#333333;
	line-height: 17px;
	padding: 5px 0px 5px 5px;
	text-align: justify;
	/*margin-top:0; 
	margin-bottom:.7em; */
	list-style-image: url("../images/graphics/arrow.gif");
}
	
	
#centercontent-events{
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 850px;
	float: left;
}

#centercontent-events p {
	font-size: 12px;
	color:#333;
	line-height: 17px;
}

#centercontent-events a:link {
	color: #0a6b8a;
	text-decoration: none;
}
#centercontent-events a:visited {
	color: #0a6b8a;
	text-decoration: none;
}
 #centercontent-events a:hover {
	color: #0a6b8a;
	border-bottom: 1px #0a6b8a dotted;
	font-weight:500;
}

#centercontent-events  h1{
	color: #c5141e;
	font-size: 1.1em;
	text-transform: uppercase;
	padding-bottom: 5px;
	font-weight: lighter;
}

#centercontent-events  h2{
	color: #0d2c58;
	font-size: .95em;
	padding-top: 8px;
	padding-bottom: 5px;
}

#centercontent-events  h3{
	color: #555;
	font-size: .90em;
	padding-top: 8px;
	padding-bottom: 5px;
}


#centercontent-events ul{
	margin-top:0;
	margin-bottom: 3px;
	font-size: 12px;
}

#centercontent-events li, .centercontent-events li a{
	color:#333333;
	line-height: 17px;
	padding: 5px 0px 5px 5px;
	/*margin-top:0; 
	margin-bottom:.7em; */
	list-style-image: url("../images/graphics/arrow.gif");
	}
	
/*breadcrumbs*/

p.breadcrumb {
	margin: 0px; 
	padding: 0px; 
	font-size: .7em;;
	color: #333;
	background-color: #FFF;
	text-transform: lowercase;
	}

.breadcrumb a {
	color: #666;
	text-decoration: none;
	}
	
/*end */

/* search box */
#search {
	padding:8px 0px 20px 8px;
	float:left;
	border:#000;
	border-width:medium;
	}

#search_results {
	border:"#eee";
	border-width:5px;
	font-family:Arial,"Lucida Grande",Arial,Arial,Helvetica,sans-serif;
	}
	
/* end */

/* search box */
#search-events {
	padding:8px 0px 20px 8px;
	float:right;
	border:#000;
	border-width:medium;
	}

#search_results-events {
	border:"#eee";
	border-width:5px;
	font-family:Arial,"Lucida Grande",Arial,Arial,Helvetica,sans-serif;
	}
	
/* end */

/* related box*/
#related {
	float: right;
	width: 225px;
	margin: 0px;
	background-color: #ffffff;
	padding: 5px;
	clear: right;
}

#related_side {
  margin: 35px 5px 20px 5px;
  float: right;
  width: 175px;
	background-color: #FFFFFF;
}

#related h1 {
	margin: 0px;
	font-size: 19px;
	color:#0d2c58;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 16px;
	padding-left: 4px;
	font-family:Arial, Arial, sans-serif;
	font-weight: lighter;
	line-height: 21px;
	float: left;
	width: 220px;
}

#related h2 {
	margin: 0px;
	font-size: 15px;
	font-weight: bold;
	color: #0d2c58;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
	font-family:Arial, Arial, sans-serif;
	text-transform: uppercase;
}
#related h3 {
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #767676;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
	font-family:Arial, Arial, sans-serif;
	text-transform: uppercase;
	
}
	
#related h5 {
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #c5141e;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
	font-family:Arial, Arial, sans-serif;
	text-transform: uppercase;
}

#related p{
	
	font-size: 1.0em;
	line-height: 1.25em;
	color: #333333;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 8px 0px;
}
#related a:link {
	font-size: 13px;
	font-weight: normal;
	color: #3366CC;
	text-decoration: none;
}
#related a:visited {
	font-size: 13px;
	font-weight: normal;
	color: #3366CC;
	text-decoration: none;
}
 #related a:hover {
	font-size: 13px;
	font-weight: normal;
	color: #3366CC;
	border-bottom: 1px #3366CC dotted;
}
#related ul{
	margin-top:0px;
	margin-bottom: 0.5em;
	font-size: 13px;
}

#related li, .related li a{
	color:#333333;
	line-height: 17px;
	padding: 2px 0px 2px 2px;
	/*margin-top:0; 
	margin-bottom:.7em; */
	list-style-image: url("../images/graphics/arrow_dbl.gif");
}

.relatedbox_side {
  background-color: #eee;
  margin:5px;
  padding:2px;
  color: #333333;
  text-align: center;
}


/* related box*/


/* boxes */
div#boxwrapper {
	width: 985px;
	margin: 60px 0px 15px 10px;
	padding: 0px 5px 0px 0px;
}

.imagebox {
	float: left;
	width: 125px;
	padding: 10px;
	vertical-align: top;
	text-align: center;
}

.boxtext {
	width: 300px;
	margin-left: 165px;
	padding: 5px;
	text-align: left;
	font-size: .9em;
	display: block;
}

div#left {
	padding: 0px 10px 0px 0px;
	width: 220px;
	float: left;
	background-color: #FFF;
	margin: 5px 0px 10px 0px;
}

div#center {
	padding: 0px 10px 0px 10px;
	width: 420px;
	float: left;
	background-color: #FFF;
	margin: 5px 0px 10px 0px;
}


div#right {
	padding: 0px 0px 0px 10px;
	width: 250px;
	float: left;
	background-color: #FFFFFF;
	margin: 5px 0px 10px 20px;
}

.info_boxes {
	float:left;
	/*margin:12px 0 0 50px; */
	padding:0px;
	width: auto;
}

.info_boxes h6 {
	padding:5px 7px;
	margin:0 0 15px 0;
	font-size: 12px;
	font-weight:normal;
	width:auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase;
	background-color: #334553;
	letter-spacing: 2px;
	border-left: solid #942923 7px;
	border-right: solid #942923 7px;
	text-align: center;
}

.spotbox{
	float:left;
	/*margin:12px 0 0 50px; */
	padding:2px 0 5px 0;
	background: url("../images/dots.gif") repeat-x bottom left;
	line-height: 16px;
}

.spotbox p{
	margin:0 0 0px 0;
	color:#333;
	font-size: 12px;
	padding-bottom: 10px;
	text-align:justify;
}
.spotimage{
	padding:1px;
	margin:0px;
	border: solid #ccc 1px;
}
.spotimage_right{
	padding:1px;
	margin:0px 0px 10px 10px;
	border: solid #ccc 1px;
}

.spotbox a:link{
	color: #3366CC;
	text-decoration: none;
	font-size: 12px;
}

.spotbox a:visited{
	color: #3366CC;
	text-decoration: none;
	font-size: 12px;
}

.spotbox a:hover{
	color: #3366CC;
	text-decoration: underline;
	font-size: 12px;
}

.spottitle a:link{
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color:#334654;
	font-family: Arial, Helvetica, sans-serif;
}

.spottitle a:visited{
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color:#334654;
	font-family: Arial, Helvetica, sans-serif;
}

.spottitle a:hover{
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
	color:#334654;
	font-family: Arial, Helvetica, sans-serif;
}

.eventbox{
	margin: 0px;
	background-color: #FFF;
	border-bottom: thin #eee solid;
	padding: 0px;
	color: #555;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.awardbox{
	width: 200px;
	margin: 0px 5px 0px 0px;
	background-color: #fff;
	border-bottom: thin #eee solid;
	padding: 0px;
	color: #555;
	line-height: 17px;
	font-family: Arial, Arial, sans-serif;
}

.award_date{
	font-size: 11px;
	color: #555;
	line-height: 14px;
	font-family:"Arial","Lucida Grande",Arial,Arial,Helvetica,sans-serif;
}

.award_name{
	font-size: 17px;
	padding: 0px;
	color: #555;
	line-height: 17px;
	font-family: Arial, Arial, sans-serif;
}


.events_text{
	text-align: left;
	display: block;
	padding: 0px;
}

.events_title{
	text-align: left;
	font-size: 14px;
	padding: 5px 0px 5px 0px;
	color: #0d2c58;
	font-weight: bold;
	line-height: 21px;
	font-family: Arial, Arial, sans-serif;
}
.events_title_sm{
	text-align: left;
	padding: 0px;
	font-weight: normal;
	font-style: italic;
}
.events_title_red{
	text-align: left;
	font-size: 12px;
	color: #942923;
	font-weight: bold;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}

.events_title_blue{
	text-align: left;
	font-size: 14px;
	padding: 0px;
	color: #0d2c58;
	font-weight: bold;
	line-height: 16px;
	font-family: Arial, Arial, sans-serif;
}

.events_name{
	text-align: left;
	font-size: 13px;
	padding: 0px;
	color: #364555;
	font-weight: bold;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.events_name_sm{
	text-align: left;
	padding: 0px;
	color: #000033;
	line-height: 17px;
	font-weight: bold;	
}

#footer  {
	padding: 0 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF;
	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 */
	position: absolute;
	margin-bottom: 10px;
	bottom: 0;
	z-index: 100px;
	width: 100%;
	font-size: 11px;
} 

#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
}

#bottomlinks p{
	font-family: Arial, Arial, 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:#e2f0f4;
	padding:4px 30px;
	font-size: 1.15em;
	background-color: #364555;
}

#bottomlinks a{
	font-family: Arial, Arial, sans-serif;
	color:#fff;
	letter-spacing: 1px;
	padding: 4px 2px;
	font-size: 1.15em;
	text-decoration: none;
	
}

#footerlinks p{
	color: #3366CC;
	text-decoration: none;
	padding: 10px 30px;
}

 #footerlinks a{
	color: #3366CC;
	text-decoration: none;
	padding: 2px 2px;
}

.funding{
	float: right;
	font-size: .85em;
	margin: -15px 5px 0px 0px;
	color: #0d2c58;
}

.searle a{
	font-size: 1.1em;
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}

.alert{
	color: #http
://chicagobiomedicalconsortium.org/;
	font-weight: bold;
	text-decoration: none;
	color: #942923;
}

.highlight{ 
	color: #2C850F;
	}

.clear {
	clear: both;
}

/*--------- table ---------*/

.webform{
	width:960px;
	font-size:13px;
}
.webform table{
	
	margin-bottom: 20px;  
	padding: 5px;
	font-family: Arial, Arial, sans-serif;
	background: #FFF;
	}
	
.webform tr{
	border: 1px solid #ccc; 
	padding: 5px;
	font-family: Arial, Arial, sans-serif;
	}
	
.webform td{
	padding: 5px;
	font-family: Arial, Arial, sans-serif;
	}
	

fieldset {
	width: 965px;
	background: #FFF;
		padding 5px;
	border: 1px solid #ccc;
	float: left;
	margin: 15px;		
}

legend {
   		margin-left: -10px;
   		font-size: 1.0em;
		font-weight: bold; 
		text-transform: capitalize; 
		background-color: #eee;
		padding: 5px;
}

label {
	clear:left;
	float:left;
	padding: 5px;
	font-size: 12px;
   }


/* -------------------- Shadow ------------------------------------------------------------ */

div#homephotocontainer {
	width: 660px;
	z-index: 10;
	margin: 5px 0px 20px 10px;
}

div#mainphotocontainer {
	width: 845px;
	z-index: 10;
	margin: 30px auto 0px 102px;
}

div.mainphoto img {
	border: 2px solid white;
	vertical-align: bottom;
}

div#mainphotocaption {
	background-color: white;
	text-align: right;
	padding: 3px 7px 6px 4px;
	display: none;
}

html>body .s1 {
	background: url(../images/graphics/upperrightfade.png) right top no-repeat;
} 

html>body .s2 {
	background: url(../images/graphics/lowerleftfade.png) left bottom no-repeat;
	padding-top: 8px;
	padding-left: 8px;
}

* html div.s2 {
	padding-top: 8px;
	padding-left: 8px;
}

html>body .s3 {
	background: url(../images/graphics/shadow.png) bottom right;
}

* html div.s3 {
	background: url(../images/graphics/shadow.gif) bottom right;
}

html>body .s4 {
	position: relative;
	left: -8px;
	top: -8px;
}

* html div.s4 {
	position: relative;
	left: -8px;
	top: -8px;
}


div.holdingcontainer {
	position: absolute;
	left: -1000px;
	top: -1000px;
	display: none;
}

div#leftcontainer_metanarrative {
	position: absolute; 
	z-index: 45;
	top: 110px; 
	padding: 0 10px 0 285px;
}


div#textcontainer {
	/*position: absolute;
	left: 675px;
	top: 250px;
	z-index: 20;*/
	position: relative;
	margin: -290px -10px 50px 600px;
	width: 370px;
	z-index: 20;
}

div.metanarrativecontent {
	background-color: #8E2622;
	width: 343px;
	min-height: 100px;
	padding: 10px 10px 10px 10px;
}

* html div.metanarrativecontent { /* IE hack */
	height: 140px;
}

* html div#metanarrativecontainer { /* IE hack */
	width: 350px;
}

.metanarrativecontent #landing_text { /* width required for opacity in IE6/IE7 */
	width: 100%;
}

.metanarrativecontent #landing_text p {
	font-size: 14px;
	color: white;
	margin: 0px;
	padding: 6px;
	line-height: 20px;
	font-family: Arial, Helvetica, san-serif;
	letter-spacing: 1px;
	font-weight: normal;
}

.metanarrativecontent #metanarrative_text,
.metanarrativecontent #mntext { /* width required for opacity in IE6/IE7 */
	width: 330px;
	font-size: 1.1em;
	margin-left: 124px;
}

.metanarrativecontent a {
	color: white;
}

* html div.metanarrativecontent { /* IE hack */
	width: 330px;
}

