.colGr {
  color: #818181;
}
.colMag {
  color: #660000;
}
h1#coTitle a {
  color: #222222;
}
h1#coTitle a:hover {
  text-decoration: none;
}
a {
  color: #101a43;
}
#contact-details {
  float: right;
}
.bs-docs-sidenav.contactPartial img {
  float: right;
  margin-top: -5px;
}
.bs-docs-sidenav.contactPartial li > a {
  padding: 11px;
}
div.staffitem div.name {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 130%;
}
div.staffitem div.jobtitle {
  font-size: 1.2em;
  line-height: 130%;
}
.contactFull {
  font-size: 1.8em;
  font-weight: bold;
}
div.emailLink {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  white-space: nowrap;
}
.field-validation-error,
.validation-summary-errors {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border: 1px solid #eed3d7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #b94a48;
  background-color: #f2dede;
}
.validation-summary-errors {
  padding: 8px 35px 0px 14px;
}
.sidenav {
  background-color: white;
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
  margin: 0px 0 0;
  /*was 30px top*/
  padding: 0;
  /*width: 258px;*/

}
.sidenav > li > a {
  border: 1px solid #e5e5e5;
  display: block;
  margin: 0 0 -1px;
  padding: 8px 14px;
}
.sidenav > li:first-child > a {
  border-radius: 6px 6px 0 0;
}
.sidenav > li:last-child > a {
  border-radius: 0 0 6px 6px;
}
.sidenav > .active > a {
  border: 0 none;
  box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1) inset, -1px 0 0 rgba(0, 0, 0, 0.1) inset;
  padding: 9px 15px;
  position: relative;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  z-index: 2;
}
.sidenav .icon-chevron-right {
  float: right;
  margin-right: -6px;
  margin-top: 2px;
  opacity: 0.25;
}
.sidenav > li > a:hover {
  background-color: whitesmoke;
}
.sidenav a:hover .icon-chevron-right {
  opacity: 0.5;
}
.sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
  background-image: url("scripts/bootstrap-2.1.0/img/glyphicons-halflings-white.png");
  opacity: 1;
}
div.leftSidebar > h3 {
  font-size: 20px;
  line-height: 24px;
}
.depAddr {
  margin: 10px 0;
}
