@import url('reset.css');

.clear { clear: both; }

body {
  background: url('/images/concrete.jpg');
  font-family: Verdana, Arial, sans-serif;
  color: #3c3c3c;
}
h1 {
  font-weight: normal;
  position: absolute;
  background: url('/images/header-logo-small.png');
  height: 51px;
  top: 4px;
  left: 37px;
  width: 102px;
}
h1 a {
  display: block;
  height: 51px;
  width: 102px;
}
h1 span {
  display: none;
}
h2 {
  font-size: 30px;
  padding: 11px 0 23px 24px;
  color: #c31e0f;
  font-weight: normal;
}
.clear { clear: both; }

/* Top Navigation */
.nav {
  background: url('/images/nav-background.png') repeat-x top left;
  font-size: 12px;
  height: 66px;
}
.nav ul {
  background: url('/images/nav-ul.png') repeat-x top left;
  height: 75px;
  margin-left: 21px;
  width: 948px;
}
.nav ul li {
  float: left;
  height: 75px;
}
.nav ul li a {
  color: #a6a6a6;
  display: block;
  text-align: center;
  text-decoration: none;
  height: 38px;
  padding-top: 35px;
  font-weight: normal;
}
.nav ul li .active { color: white; }
.nav ul li.home { width: 81px; padding-left: 366px; }
.nav ul li.home .active { background: url('/images/nav-home-active.png'); }
.nav ul li.bios { width: 166px; }
.nav ul li.bios .active { background: url('/images/nav-bios-active.png'); }
.nav ul li.research { width: 104px; }
.nav ul li.research .active { background: url('/images/nav-contact-active.png'); }
.nav ul li.about { width: 85px; }
.nav ul li.about .active { background: url('/images/nav-about-active.png'); }
.nav ul li.contact { width: 104px; padding-right: 14px; }
.nav ul li.contact .active { background: url('/images/nav-contact-active.png'); }

/* Footer */
.footer {
  background: url('/images/footer-background.png') repeat-x top left;
  clear: both;
  color: #b4b4b4;
  font-size: 11px;
  margin-left: 21px;
  padding-top: 35px;
  width: 948px;
}
.footer ul { float: right; }
.footer li { display: inline; padding: 0 5px; }
.footer li a { color: #b4b4b4; text-decoration: none; }
.footer li a:hover { text-decoration: underline; }
.footer .copyright { display: block; float: left; }

/* Main */
.main {
  color: #3c3c3c;
  background: white;
  margin-left: 21px;
  width: 948px;
}

/* Bullets */
.body ul li {
  background: url('/images/bullet.png') no-repeat;
  font-size: 14px;
  letter-spacing: -0.055em;
  line-height: 24px;
  list-style: none;
  padding: 0 0 6px 29px;
}
.body ul li a {
  color: #5a5a5a;
  text-decoration: none;
}
.body ul li a:hover {
  text-decoration: underline;
}

/* Form */
#form-container {
  height: 144px;
  background: #dfdfdf;
  margin-left: 21px;
  padding: 10px 0 20px 177px;
  width: 771px;
  position: relative;
}
form {
}
form fieldset {
  float: left;
  margin-right: 23px;
  width: 284px;
}
form fieldset.last {
  position: relative;
  width: 100px;
}
form input.text,
form label,
form textarea {
  display: block;
}
form label {
  color: #3c3c3c;
  font-size: 14px;
  padding: 0 0 3px 1px;
}
form input.text {
  border: 1px solid white;
  font-size: 12px;
  height: 17px;
  margin-bottom: 8px;
  padding: 2px;
  width: 279px;
}
form textarea {
  border: 1px solid white;
  height: 116px;
  overflow: auto;
  width: 283px;
}
form input.email-button {
  margin: 111px 0 0 2px;
}
.required { color: #c31e0f; }
#notice { 
  color:#C31E0F;
  font-size:10px;
  position:absolute;
  top:80px;
  width:100px;
}
.contact #notice {
  top: 360px;
}
.mail-response {
  color:#C31E0F;
  font-size:24px;
  margin-bottom:60px;
  margin-top:60px;
}
.contact .mail-response {
  margin-bottom:259px;
  margin-top:100px;
  width:282px;
}
#ajax-response {
  position: absolute;
}


/* Home Page */
.home h2 {
  font-size: 25px;
  font-weight: normal;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  background: white url('/images/logo-large.png') no-repeat 34px 6px;
  height: 100px;
  color: #3C3C3C;
  padding: 40px 0 0 399px;

}
.home h2 span { 
  display: block;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.035em;
  margin-top: 6px;
  text-transform: none;
}
.home .body { 
  background: #dfdfdf url('/images/home.jpg') no-repeat top left;
  padding-left: 616px;
  height: 410px;
}
.home .body p {
  color: #5a5a5a;
  font-size:14px;
  letter-spacing:-0.06em;
  line-height:18.8px;
  padding:21px 15px 0 24px;
}
.home .body ul {
  padding: 9px 21px;
}

/* Nav Side */
.nav-side {
  float: left;
  height: 450px;
  width: 154px;
}
.nav-side h3 {
  font-size: 12px;
  font-weight: normal;
  height: 50px;
  letter-spacing: -0.03em;
  line-height: 15px;
  padding-top: 7px;
  width: 130px;
}
.nav-side ul {
  margin: 13px 0 0 -17px;
}
.nav-side ul li {
  background: none;
  line-height: 14px;
  padding: 0 0 20px 19px;
}
.nav-side ul li.current {
  background: url('/images/bullet-small.png') no-repeat 0px 1px;
}
.nav-side ul li.current a {
  color: #c31e0f;
}
.nav-side ul li span {
  display: block;
  font-size: 12px;
  font-weight: bold;
}


/* Bios Page */
.bios .body,
.bio .body {
  border-top: 1px solid #cecece;
  margin: 0 24px;
}
.bios .body {
  height: 545px;
}
.bios .body div {
  float: left;
  height: 250px;
  padding: 10px 0 0 24px;
  width: 130px;
}
.bios h3 {
  float: left;
  font-size: 12px;
  font-weight: normal;
  height: 538px;
  letter-spacing: -0.03em;
  line-height: 15px;
  padding-top: 7px;
  width: 130px;
}
.bios p {
  font-size: 16px;
  margin-top: 3px;
  letter-spacing: -0.03em;
}
.bios p span {
  color: #c31e0f;
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin-top: 2px;
}
.bios p a {
  color: #3C3C3C;
  text-decoration: none;
}
.bios p a:hover {
  text-decoration: underline;
}
.bios ul {
  margin-top: 6px;
}

/* Bio */
.bio .content {
  margin-top: 19px;
}
.bio .nav-side {
  height: 600px;
}

.col1 {
  float: left;
  width: 284px;
  margin: 13px 24px 0 0;
}
.col2 p {
  line-height: 19px;
  margin-bottom: 10px;
}
.col1 .intro,
.col2 .intro {
  font-size: 14px;
  letter-spacing: -0.057em;
  line-height: 22px;
  margin-bottom: 10px;
}  
.col2 {
  float: left;
  font-size: 13px;
  letter-spacing: -0.07em;
  margin-top: 16px;
  width: 438px;
}
.col2 h4 {
  color: #c31e0f;
  font-weight: normal;
  margin-bottom: 3px;
}
.body .col2 ul {
  margin-top: 1px;
}
.body .col2 ul li {
  background: none;
  line-height: 19px;
  padding: 0;
  font-size: 13px;
}
.col2 .last {
  margin-bottom: 1.5em;
}

/* Bio Specific */
.jon_e_bready .col1 {
  height: 454px;
}
.jon_e_bready .col2 p {
  margin-bottom: 2.75em;
}
.jon_e_bready .col1 img {
  float: left;
  margin-top: 3px;
}
.jon_e_bready .col1 img.first {
  margin-right: 24px;
}
.charlie_crosby .col1 img {
  margin-top: 5px;
}
.charlie_crosby .col2 {
  margin-top: 12px;
}
.charlie_crosby .col1 {
  height: 426px;
}
.michael_b_james .col1 {
  height: 282px;
}
.michael_b_james .col2 p {
  margin-bottom: 36px;
}
.ronald_p_nordhagen .col2 {
  margin-top: 7px;
}
.ronald_p_nordhagen .col1 {
  height: 445px;
}
.mark_a_perl .col2 {
  margin-top: 12px;
  height: 347px;
}
.mark_a_perl .col1 {
  margin: 18px 0 0 24px;
}
.mark_a_perl .col2 .last {
  margin-bottom: 16px;
}
.thomas_r_perl .col1 {
  height: 403px;
  margin-top: 10px;
  width: 438px;
}
.thomas_r_perl .col2 {
  margin-top: 13px;
  width: 284px;
}
.jay_j_przybyla .col1 {
  height: 499px;
  width: 438px;
}
.jay_j_przybyla .col2 {
  width: 284px;
}
.jay_j_przybyla .col2 img {
  margin-top: 15px;
}
.gregory_c_smith .col1 {
  height: 702px;
  margin-top: 0;
  width: 438px;
}
.gregory_c_smith .col2 {
  margin-top: -3px;
  width: 284px;
}
.gregory_c_smith .col1 img {
  margin-bottom: 12px;
}
.sean_s_tolman .col1 {
  height: 246px;
  width: 438px;
}
.sean_s_tolman .col2 {
  width: 284px;
}
.sean_s_tolman img.last {
  margin-left: 18px;
}
.mark_h_warner .col1 {
  width: 438px;
}
.mark_h_warner .col2 {
  margin: 18px 0 10px 0;
  width: 284px;
}
.mark_h_warner .col2 img {
  margin-bottom: 15px;
}

/* Research Page */
.research .body {
  border-top: 1px solid #cecece;
  margin: 0 24px;
}
.research .content {
  /*height: 450px;*/
  margin: 3px 130px 0 0;
}
.research .nav-side {
  height: 300px;
}
.research .content p {
  font-size: 14px;
  letter-spacing: -0.037em;
  line-height: 22px;
  padding-bottom: 10px;
}
.research .content p.info {
  color: #c31e0f;
  font-size: 13px;
  letter-spacing: -0.053em;
}
.research .content ul {
  float: left;
  margin-top: 12px;
  width: 154px;
}
.research .content li {
  background: none;
  color: #888;
  font-size: 13px;
  line-height: 14px;
  padding: 0 0 13px 0;
}

/* Research Years Pages */
.year .content {
  margin: 7px 0 0 154px;
}
.year .content h4 {
  color: #c31e0f;
  font-size: 23px;
  font-weight: normal;
}
.year .content p {
  font-size: 13px;
  margin-bottom: 0;
}
.year .content ul {
  float: none;
  margin: 1px 0;
  padding-bottom: 20px;
}
.year .content li {
  font-size: 13px;
  padding: 0 0 5px 20px;
}
.year .nav-side {
  height: auto;
}
.year .nav-side h3 {
  height: 13px;
}
.year .nav-side li {
  font-size: 12px;
  padding-bottom: 13px;
}

/* About */
.about .body { 
  background: #dfdfdf url('/images/About.jpg') no-repeat 332px 0;
  height: 410px;
  padding-right: 616px;
}
.about .body p {
  color: #5a5a5a;
  font-size:14px;
  letter-spacing:-0.06em;
  line-height:18.8px;
  padding:21px 15px 0 24px;
}

/* Contact */
.contact img {
  float: right;
  margin-right: 29px;
}
.contact address {
  font-size:14px;
  letter-spacing:-0.07em;
  line-height:18px;
  margin: 0 0 12px 24px;
}
.contact ul {
  margin-left: 24px;
  font-size:14px;
  letter-spacing:-0.07em;
  line-height:18px;
}
.contact li span {
  color: #c31e0f;
  font-weight: bold;
}
.contact p a {
  background: url(/images/printdirections.png);
  display: block;
  height: 24px;
  margin: 19px 0 100px 24px;
  width: 130px;
}
.contact p a span {
  display: none;
}
.contact #form-container {
  background: #dfdfdf url(/images/cse-location.jpg) no-repeat top right;
  margin: 0;
  padding: 35px 0 20px 24px;
  width: 924px;
  height: 386px
}
.contact form textarea {
  height: 150px;
}
.contact form input.email-button {
  margin: 11px 0 54px 142px;
}

