﻿/* Tags */
* {
  margin: 0;
  padding: 0;
}
html, body, form {
  height: 100%;
}
html {
  overflow: scroll;
}
body {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  color: #4f4f4f;
  background-color: #8c8f91;
}
h1 {
  font-size: 26px;
  font-weight: normal;
  color: #d6006e;
  margin-left: 10px;
}
h2, h3 {
  font-weight: bold;
  color: #d6006e;
  margin-bottom: 12px;
}
h2 {
  font-size: 15px;
  margin-top: -3px;
}
h3 {
  font-size: 12px;
}
a.link {
  color: #a891b0;
}
a.link:hover {
  color: #00305c;
}
a.sectionNav {
  text-decoration: none;
  font-weight: bold;
  color: #a891b0;
}
a.sectionNav:hover {
  color: #00305c;
}
img {
  border-style: none;
}
/* Page Structure */
#pageWrapper {
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%; /* fix for IE6 */
  width: 960px;
  margin: 0px auto;
  background-color: #ffffff;
}
#header {
  padding: 24px 48px 50px 48px;
}
#navMain {
  position: absolute;
  top: 94px;
  left: 48px;
}
.mainSection, .mainSectionWithImage {
  width: 874px;
  overflow: auto;
  padding: 30px 48px 80px 38px;
}
.mainSectionWithImage {
  background-image: url("/Images/Misc/BovillGraphicTinted.png");
  background-repeat: no-repeat;
  min-height: 330px;
}
#navPanel {
  float: left;
  width: 265px;
  padding-bottom: 60px;
}
.navPanelText {
  padding: 15px 80px 0px 10px;
}
#content {
  float: right;
  width: 604px;
  padding-top: 12px;
}
#footerSections {
  position: absolute;
  bottom: 0;
  width: 960px;
  margin: 0px auto;
}
#footerForNav, #footerForContent {
  position: absolute;
  bottom: 80px;
  padding-bottom: 10px;
}
#footerForNav {
  left: 48px;
  width: 260px;
}
#footerForContent {
  left: 308px;
  width: 604px;
}
#footerFinal {
  height: 60px;
  background-color: #eaeaea;
  padding: 10px 48px;
}
/* Main Navigation */
.navMain {
  list-style: none;
}
.navMain li {
  position: absolute;
  display: block;
}
.navMain a, .navMain .filler {
  display: block;
  height: 18px;
  width: 128px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  border-top: solid 2px #8c8f91;
  border-bottom: solid 8px #8c8f91;
  padding: 3px 1px 0px 1px;
  color: #4f4f4f;
}
.navMain .filler {
  width: 82px;
}
.navMain .selected {
  font-weight: bold;
  border-bottom-color: #d6006e;
  color: #d6006e;
}
.navMain a:hover {
  border-bottom-color: #00305c;
  color: #00305c;
}
/* Page Navigation */
.navPanel {
  list-style: none;
  margin-top: 12px;
}
.navPanel a {
  display: block;
  width: 230px;
  font-size: 12px;
  text-decoration: none;
  padding: 3px 4px;
  border-left: solid 6px #ffffff;
  color: #4f4f4f;
}
.navPanel .selected {
  font-weight: bold;
  border-color: #d6006e;
  background-color: #bcbfc1;
  color: #ffffff;
}
.navPanel a:hover {
  background-color: #eceff1;
  border-color: #00305c;
  color: #00305c;
}
/* Dynamic Menus */
.dynMenu {
  position: absolute;
  display: none;
  z-index: 10;
  border: solid 1px #8c8f91;
  background-color: #fdfdfd;
  box-shadow: 4px 4px 8px #8c8f91;
  -webkit-box-shadow: 4px 4px 8px #8c8f91;
  -moz-box-shadow: 4px 4px 8px #8c8f91;
  padding: 4px;
}
.dynMenu ul {
  list-style: none;
}
.dynMenu li {
  position: static;
  display: block;
  overflow: hidden;
}
.dynMenu a {
  display: block;
  height: 14px;
  width: 200px;
  font-size: 11px;
  text-transform: none;
  text-decoration: none;
  border: solid 1px #fdfdfd;
  padding: 2px 3px;
  color: #4f4f4f;
}
.dynMenu .selected {
  font-weight: bold;
  border: solid 1px #fefefe;
  color: #d6006e;
}
.dynMenu a:hover {
  border: dotted 1px #00305c;
  color: #00305c;
}
ul.navMain li:hover .dynMenu {
  display: block;
}
/* Other */
#pageUrl {
  display: none;
}
.standardText {
  line-height: 1.5;
}
.standardText p {
  margin-bottom: 15px;
}
.standardText ul {
  list-style-type: disc;
  margin: -8px 0px 15px 30px;
}
.standardText ul ul{
  list-style-type: circle;
  margin: 4px 0px 4px 30px;
}
.standardText ol {
  list-style-type: decimal;
  margin: -8px 0px 15px 30px;
}
.standardText li {
  margin-bottom: 4px;
  color: #d6006e;
}
.standardText li span {
  color: #4f4f4f;
}
.indentedText {
  padding: 0 30px;
}
.lesserText {
  font-size: 11px;
  color: #8f8f8f;
  line-height: 1.5;
}
.bold {
  font-weight: bold;
}
.highlight {
  color: #d6006e;
}
.strong {
  font-weight: bold;
  color: #d6006e;
}
.gapBelow {
  margin-bottom: 15px;
}
.contentWithFooter {
  padding-bottom: 60px;
}
.officeMap {
  border: solid 1px #000000;
  margin-bottom: 12px;
}
.personImageL, .personImageR {
  height: 140px;
  width: 100px;
  margin: 5px 0px;
  border: solid 1px #8c8f91;
}
.personImageL, .floatL {
  float: left;
  margin-right: 15px;
}
.personImageR, .floatR {
  float: right;
  margin-left: 15px;
}
.personPanel {
  clear: both;
  border-top: dotted 1px #d6006e;
  padding-top: 10px;
  margin-bottom: -12px;
}
.dummySectionNav {
  font-weight: bold;
  color: #eaeaea;
}
.timeTable {
  margin-bottom: 15px;
}
.timeTable .time {
  font-weight: bold;
  width: 80px;
  margin-bottom: 8px;
  clear: both;
  float: left;
}
.timeTable .topic {
  margin-bottom: 8px;
}
.topIcon {
  visibility: hidden;
  cursor: pointer;
}
.topIconPanel {
  clear: both;
  height: 14px;
  text-align: right;
  margin-bottom: 5px;
}
.vacancy, .vacancyDetails {
}

