#intro {
  background: #AAC1D1 url(/images/will-intro-bg.jpg) no-repeat;
  padding: 0px 10px 0px 318px;
  height: 261px;
}
#intro p {
  border: 0;
  margin: 0;
  padding: 0px 0px 10px 0px;
}
#intro #top-nav {
  list-style: none;
  border: 0;
  margin: 0;
  padding: 0;
  height: 50px;
}
#intro #top-nav #about {
  width: 7em;
}
#intro #top-nav #contact {
  width: 8em;
}
#intro #top-nav #specialist {
  width: 10em;
}
#intro #top-nav #home {
  width: 4.5em;
}
#intro #top-nav li {
  list-style: none;
  background: #85A5BE url(/images/pixel.gif) no-repeat bottom left;
  float: left;
  border-right: 3px solid #fff;
  margin: 0;
  padding: 0;
}
#intro #top-nav li.selected {
  background: #666666 url(/images/pixel.gif) no-repeat bottom left;
}
#intro #top-nav li div {
  margin: 0px 0px 0px 0px;
  padding: 7px 12px 7px 12px;
  background: url(/images/pixel.gif) no-repeat bottom right;
}
#intro #top-nav li a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

#main-section {
  background: #CCC url(/images/main-section-bg.gif);
  padding: 0px 1px;
  width: 772px;
  w\idth: 770px;
  height: 20em;
}
#main-section ul {
  list-style: none;
  border: 0;
  margin: 0;
  padding: 0;
}
#main-section ul li {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
  width: 191px;
}
#main-section h2 {
  font-size: 1.1em;
  margin: 0;
  border: 0;
  padding: 14px 0px 90px 18px;
}
#main-section ul li a {
  color: #fff;
  text-decoration: none;
}
#main-section p {
  padding: 0px 10px 10px 10px;
}

#main-section #consulting {
  background: url(/images/home-consulting-bg.gif) no-repeat;
  width: 192px;
}
#main-section #board {
  background: url(/images/home-board-bg.gif) no-repeat;
  width: 193px;
}
#main-section #conference {
  background: url(/images/home-conference-bg.gif) no-repeat;
  width: 193px;
}
#main-section #coaching {
  background: url(/images/home-coaching-bg.gif) no-repeat;
  width: 192px;
}

#quote {
  color: #fff;
  font-size: 1.5em;
  background: #85A5BE;
  border-right: 1px solid #AAC1D1;
  border-bottom: 1px solid #AAC1D1;
  border-left: 1px solid #AAC1D1;
  padding: 15px 10px 10px 10px;
  text-align: center;
}

