/* Styles */

html {
  background: #586167;
}
body {
  background: #f7f7fe;
  -moz-box-shadow:    0 0 15px #222;
  -webkit-box-shadow: 0 0 15px #222;
  box-shadow:         0 0 15px #222;
}
/*.wrap {
  background: url(../images/front.jpg) no-repeat;
  padding-top: 9px;
}*/

.header-wrap {
  background: #115387;
  border-bottom: 2px solid #fff;
  padding: 6px 0;
}
.footer-wrap {
  background: #eee;
  margin-bottom: 36px;
  padding: 8px 0 7px;
  border: solid;
  border-width: 1px 0;
  border-color: #dfdfdf #eee #444;
}

header {
  position: relative;
  height: 213px;
  background: url(../images/turner-header10.png) no-repeat;
}
header h1 {
  line-height: 1;
  margin: 0;
}
header a {
  display: block;
  position: absolute;
  top: 94px;
  left: 0;
  width: 502px;
  height: 110px;
  text-indent: -9999px;
}
.topnav {
  background: #586167;
}
.tnav {
  margin: 0;
  padding: 0;
}
.tnav li {
  float: left;
  padding: 0;
  font-size: 1.1em;
}
.tnav a {
  color: white;
  display: block;
  text-transform: uppercase;
  width: 127px;
  line-height: 2.2;
  text-align: center;  
  text-shadow: #222 0.1em 0.1em 0.2em;
}
.tnav .rt a {
  width: 129px;
}
.tnav a:hover {
  background: #0b446d;
  text-shadow: #000 0.1em 0.1em 0.2em;
  text-decoration: none;
}
.tnav a:active {
  -moz-box-shadow:    inset 0 0 8px #000;
  -webkit-box-shadow: inset 0 0 8px #000;
  box-shadow:         inset 0 0 8px #000;
  text-decoration: none;
}
.tnav .active a {
  background: #105386;
  text-shadow: #111 0.1em 0.1em 0.2em;
}

body.home .header-wrap {
  margin-bottom: -2px;
}
body.home #content {
  background: url(../images/front3.jpg) -108px 0 no-repeat;
}
body.home .main {
  width: 530px;
  color: #444;
}
.last-p {
  margin-bottom: 0;
}
.sub.kb {
  /*border: 1px solid #ccc;*/
  height: 386px;
  width: 359px;
  margin: -18px 0 -27px;
  padding: 0;
}

.snav li {
  font-size: 1.1em;
  padding: 5px 0;
}
.list {
  display: none;
}

#bio-tgs {
  text-align: center;
  margin-left: 6px;
}
#bio-tgs li {
  float: left;
  padding: 12px;
}
#bio-tgs h3 {
  color: #444;
}
#bio-tgs img, .staff-profile img, .col3 img {
  /*width: 180px;*/
  -moz-box-shadow:    0 0 8px #666;
  -webkit-box-shadow: 0 0 8px #666;
  box-shadow:         0 0 8px #666;
  padding: 2px;
  border: 1px solid #ccc;
}
.staff-profile img {
  position: relative;
  top: 5px;
}
.staff-profile {
  display: none;
}
.map {
  padding-top: 18px;
  margin-right: 1px;
}
.map iframe {
  border: 1px solid #ccc;
}
.emails li {
  padding-bottom: 4px;
}
.floater .e-link {
  margin: 1.8em 0 2em;
}

