/* home page styles for Koch Institute site  */



/* BANNER */

#divbanner {
   /* extra 20 pixels, to provide buffer space between menus and Flash */
   /* without this, Firefox doesn't close the menus when moving mouse onto Flash */
  height: 149px;
}


/* FLASH */

#divflash {
  width: 948px;
  height: 434px;
  overflow:hidden;
}
#divflash p {
  font-size: 10px;
  line-height: 100%;
	color: #acacac;
  margin: 0px;
}
#divflash p.text1 {
  font-size: 40px;
  line-height: 50px;
	padding-left: 150px;
}
#divflash p.text2 {
  font-size: 20px;
  line-height: 27px;
	padding-left: 150px;
}
#divflash p.image {
  margin: 8px 0px 8px 0px;
}




/* BODY */

#divbody {
  position: relative;
  height: 118px;
}
/* news heading */
#divnewsheading {
  position: absolute;
  left: 135px;
  top: 0px;
  z-index: 1;
}
/* news container */
#divnewscontainer {
  position: relative;
  margin-left: 153px;
  top: 0px;
  border: 1px solid #c2c820;
  padding: 3px;
  width: 512px;
  height: 120px;
  z-index: 1;
}
/* scroller "window" */
#divnewswindow {
  position: relative;
  width: 512px;
  height: 120px;
  clip: rect(0, 512px, 120px, 0);
  overflow:hidden;
}
/* layer that scrolls */
#divnewsitems {
  position: absolute;
  z-index: 1;
}
/* news items */
#divnewsitems p {
  font-family: Arial, Lucida, Helvetica, sans-serif;
  font-size: 0.70em;
  line-height: 125%;
  color: #585858;
  margin-bottom: 4px;
}
#divnewsitems a,
#divnewsitems a:link,
#divnewsitems a:visited {
  color: #7b950d;
  font-weight: bold;
  text-decoration: none;
}
#divnewsitems a:hover {
  color: #7b950d;
  font-weight: bold;
  text-decoration: underline;
}
#divnewsitems strong.orange {
  color: #f36f21;
}

/* tools */
#divtools {
  position: absolute;
  left: 673px;
  top: 0px;
  width: 275px;
  z-index: 1;
}
#divtools ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#divtools li {
  float: left;
}
#divtools li a {
  display: block;
}
/* search form */
#searchform table {
  margin-bottom: 6px;
}
#searchform table td {
  vertical-align: top;
}
#searchform #q {
  border: 1px solid #c2c820;
  padding: 2px 1px;
  width: 148px;
}



