/* Swanson Biotechnology Center page styles for Koch Institute site  */



/* GENERAL */

/* change default link color */
a,
a:link {
  color: #0077a3;
  text-decoration: none;
}
a:visited {
  color: #0077a3;
  text-decoration: none;
}
a:hover {
  color: #0077a3;
  text-decoration: underline;
}



/* PAGE AREA */
/* area with white background */
/* no extra 16 pixels on the right side */

#divpagearea {
  padding: 12px 28px 16px 28px;
}



/* BANNER */
/* container for title, primary nav, section title */

#divbanner {
  height: 64px;       /* override ki.css */
}



/* PRIMARY NAVIGATION */

#divprimarynav {
  top: 42px;          /* override ki.css */
}



/* SECTION TITLE, COLOR BLOCKS, PHOTOS */

#divsectiontitle {
  height: 119px;      /* override lev2.css */
}
/* heading */
#divsectiontitle h2 {
  top: 4px;           /* override lev2.css */
}
/* defaults for boxes */
#divsectiontitle div {
  top: 4px;           /* override lev2.css */
}



/* BREADCRUMB */

#divbreadcrumb {
  margin: 0px;
  padding: 0px 0px 4px 152px;
  font-size: 0.70em;
  line-height: 100%;
  color: #707275;
}
#divbreadcrumb a,
#divbreadcrumb a:link,
#divbreadcrumb a:visited {
  color: #707275;
  text-decoration: none;
}
#divbreadcrumb a:hover {
  color: #707275;
  text-decoration: underline;
}



/* BODY OF PAGE */
/* area with blue background */

#divbody {
  background-color: #e1f2f6;
}



/* COLUMN LAYOUT */

#divleftcolumn {
  position: relative;
  z-index: 10;
  float: left;
  padding: 0px;
  width: 129px;
}
div.threecolumn #divcentercolumn {
  position: relative;
  z-index: 5;
  float: left;
  padding-left: 23px;
  width: 580px;
  padding-right: 28px;
}
div.twocolumn #divcentercolumn {
  position: relative;
  z-index: 5;
  float: left;
  padding-left: 23px;
  width: 780px;
}
#divrightcolumn {
  position: relative;
  z-index: 5;
  float: left;
  padding: 0px;
  width: 175px;
}



/* SECONDARY NAVIGATION */

#divsecondarynav {
  position: static;
  width: 129px;
  margin-top: 110px;
}
#divsecondarynav ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 129px;
}
#divsecondarynav ul li {
  float: left;
  position: relative;
  width: 129px;
  font-size: 0.70em;
  font-weight: bold;
  color: #5a5b5d;
}
#divsecondarynav ul li a {
  display: block;
  padding: 3px 8px 3px 8px;
  width: 113px;
}
/* facility subpages */
#divsecondarynav ul li a,
#divsecondarynav ul li a:link,
#divsecondarynav ul li a:visited {
  color: #5a5b5d;
  text-decoration: none;
}
/* highlight for current or hover */
#divsecondarynav ul li.current a,
#divsecondarynav ul li.current a:link,
#divsecondarynav ul li.current a:visited {
  color: #ffffff;
  color: #0077a3;
  background-color: transparent;
}
#divsecondarynav ul li a:hover,
#divsecondarynav ul li.current a:hover,
#divsecondarynav ul li:hover a {
  color: #ffffff;
  background-color: #62abc6;
  text-decoration: none;
}
/* menu */
#divsecondarynav ul li ul {
  position: absolute;
  left: 129px;
  top: 0px;
  width: 220px;
  height: auto;
  z-index: 10;
  background-color: #c1dce5;
/*	font-size: 90%;*/
  display: none;
}
#divsecondarynav ul li:hover ul {
  display: block;
}
#divsecondarynav ul li ul li {
  width: 220px;
  font-weight: normal;
  font-size: 100%;
}
#divsecondarynav ul li ul li a {
  padding: 4px 8px 3px 12px;
  width: 200px;
  background-color: #c1dce5 !important;
}
#divsecondarynav ul li ul li a,
#divsecondarynav ul li ul li a:link,
#divsecondarynav ul li ul li a:visited {
  color: #0077a3;
  text-decoration: none;
}
#divsecondarynav ul li ul li a:hover {
  color: #0077a3;
  text-decoration: underline;
}
/* non-menu (submenu in section) */
#divsecondarynav ul li.current ul {
  position: static;
  float: none;
  clear: both;
  width: 129px;
  margin-bottom: 10px;
  background-color: transparent;
  display: block;
}
#divsecondarynav ul li.current ul li {
  float: none;
  margin-left: 22px;
  width: 107px;
  border-bottom: 1px solid #0077a3;
}
#divsecondarynav ul li.current ul li a {
  padding: 3px 4px 3px 0px;
  width: 103px;
  background-color: transparent !important;
}
#divsecondarynav ul li.current ul li a,
#divsecondarynav ul li.current ul li a:link,
#divsecondarynav ul li.current ul li a:visited {
  color: #5a5b5d;
  background-color: transparent;
  text-decoration: none;
}
#divsecondarynav ul li.current ul li a:hover {
  color: #0077a3;
  background-color: transparent;
  text-decoration: none;
}
/* when we're on a sub-page */
#divsecondarynav ul li.current ul li.current a,
#divsecondarynav ul li.current ul li.current a:link,
#divsecondarynav ul li.current ul li.current a:visited,
#divsecondarynav ul li.current ul li.current a:hover {
  color: #0077a3;
  background-color: transparent;
  text-decoration: none;
}



/* SPONSORS */

#divsponsors {
  clear: both;
  padding: 28px 0px 0px 8px;
  width: 111px;
}
#divsponsors h2 {
  font-size: 0.70em;
  font-weight: bold;
  line-height: 130%;
  color: #de5637;
  padding-bottom: 2px;
  border-bottom: 1px solid #de5637;
  margin-bottom: 9px;
}
#divsponsors p {
  margin-bottom: 7px;
}



/* MAIN TEXT */
/* these are piled on top of what's in lev2.css */

#divtext {
  position: relative;
  padding: 0px;
  width: auto;
  margin-top: 40px;
}

/* pre-title (this is usually the facility name) */
#divtext p.pretitle {
  font-size: 0.75em;
  font-weight: bold;
  line-height: 100%;
  color: #df4e0e;
  margin: 0px;
  min-height: 22px;
}
#divtext p.pretitle a,
#divtext p.pretitle a:link,
#divtext p.pretitle a:visited,
#divtext p.pretitle a:hover {
  color: #df4e0e;
  text-decoration: none;
}
/* hide on each facility's home page */
body.facilityhome #divtext p.pretitle {
  visibility: hidden;
}

/* page title */
#divtext h1 {
  min-height: 41px;
  margin-bottom: 7px;
  color: #df4e0e;
}
#divtext h1 a,
#divtext h1 a:link,
#divtext h1 a:visited,
#divtext h1 a:hover {
  color: #df4e0e;
  text-decoration: none;
}
/* subheadings */
#divtext h2 {
  color: #df4e0e;
  margin-bottom: 0.37em;
}
#divtext h3 {
  margin-bottom: 0.37em;
}
/* normal paragraph */
#divtext p {
  color: #484747;
}
/* list items */
#divtext ul li {
  color: #484747;
  background-image: url(/ki/img/facilities/sbc/bullet.gif);
}
/* list of links */
#divtext ul.linklist li {
  font-weight: bold;
  background-image: url(/ki/img/facilities/sbc/bullet_link.gif) !important;
}
/* block of links */
#divtext .linkblock {
  margin-bottom: 0.85em;
}
#divtext .linkblock p {
  margin-bottom: 0px;
}
#divtext .linkblock ul {
  margin-bottom: 0px;
}
#divtext .linkblock ul li {
  margin-bottom: 0.37em;
  font-weight: bold;
  background-image: url(/ki/img/facilities/sbc/bullet_link.gif) !important;
}
#divtext .linkblock ul li ul {
  margin-top: 0.37em;
}
/* larger introductory paragraph */
#divtext p.introduction {
  color: #484747;
}
/* outdented digit */
#divtext span.digitoutdent {
  float: left;
  margin-left: -1.8em;
  width: 1.8em;
}
/* indented procedure block to match digit outdent */
#divtext div.procedure {
  padding-left: 1.8em;
}

/* figure id (i.e. Figure 1) */
#divtext p span.figureid {
  font-weight: bold;
  color: #df4e0e;
}
/* inline heading */
#divtext p span.inlineheading {
  font-weight: bold;
  font-style: italic;
  color: #df4e0e;
  margin-right: 0.5em;
}
/* step links (ie. transgenic methods pages) */
#divtext p.steplinks {
  float: right;
  font-size: 0.85em;
	font-weight: bold;
	border: 1px solid #4b4b4b;
	padding: 2px 4px;
}
#divtext p.steplinks a {
  padding: 0px 4px;
}
/* informational table */
#divtext table.infotable {
  margin: 0.40em 0px 1.0em 0px;
}



/* RIGHT COLUMN */

#divrightcolumn {
  padding-top: 116px; /* padding rather than margin because of IE6 */
}
/* link floating above sidebar */
#divrightcolumn p#divfloatinglink {
  margin: -40px 0px 0px 0px;
  min-height: 40px;
  font-size: 0.70em;
  font-weight: bold;
  line-height: 120%;
}
/* inherit and override sidebar styles */
#divsidebar {
  position: static;
  width: auto;
  padding: 0px;
}
#divsidebar h2 {
  color: #484747;
}
#divsidebar h3 {
  color: #484747;
}
#divsidebar p {
  color: #484747;
  line-height: 140%;
}
#divsidebar p.photo {
  margin-right: 0px;
}



/* FOOTER LINKS */

#divfootlinks {
  clear: both;
}
#divfootlinks p {
  padding: 40px 0px 20px 152px;
  margin: 0px;
  width: 580px;
  font-size: 0.75em;
  font-weight: normal;
  line-height: 100%;
  color: #333333;
}
#divfootlinks a,
#divfootlinks a:link,
#divfootlinks a:visited {
  color: #0077a3;
  text-decoration: none;
}
#divfootlinks a:hover {
  color: #0077a3;
  text-decoration: underline;
}



/* FOOTER */

#divfooter {
  padding-top: 32px;
}
