#footer {
  font-family: monospace;
  color: gray;
  margin-top: 1em;
  font-style: italic;
  font-size: 95%;
}

#footer a {
  color: gray ! important;
}

#content {
  margin-left: 20px;
  width: 75%
}

.accordionTabContentBox > * {
  margin-top: 0px;
}

h1 {
  font-size: 110%;
  margin-top: 0px;
}

#people {
  padding-left: 4px;
}

#pagename {
  font-size: 125%;
  vertical-align: top;
}

h3 {
  font-size: 95%;
  margin-top: 0px;
}

.microformats_logo a:hover, .microformats_logo a:active {
  background-color: transparent ! important;
}

a {
  text-decoration: none;
  font-weight: bold;
  color: #0b5b9d ! important;
  padding: 2px;
}

a:hover {
  text-decoration: none;
  background-color: #0b5b9d;
  color: white ! important;
}

a:active {
  text-decoration: none;
  background-color: white;
  color: black;
}

span.email {
  font-family: monospace;
}

#content {
  clear: both;
  height: 1600px;
}

div.vcard {
  margin-top: 8px;
  display: table;
  background-color: white;
  border: 1px solid black;
  padding: 5px;
  width: 35em;
}

div.vcard_contents {
  display: table-row;
  vertical-align: top;
}

div.vcard_data, div.vcard_images
{
  display: table-cell;
  vertical-align: top;
}

#header>h1 span.logos {
  border-right: 2px #777 solid;
}

#header h1 .titleW3C,#header h1 .titleMWI {
  display: block;
  float: left;
}
#header h1 span.text {
  display: none;
}
#header h1 .titleW3C {
  width: 87px;
  height: 43px;
  background: white url(../../Mobile/W3C.png) no-repeat top left;
  border-right: 2px #777 solid;
}
#header h1 .titleMWI {
  width: 157px;
  height: 65px;
  background: white url(../../Mobile/MWI.png) no-repeat top right;
}

/* ----------------------------------------------------------------- */
/*                          Accordian Menu                           */
/* ----------------------------------------------------------------- */

#accordionMenu {
  width: 700px;
}

.accordion {
  border-bottom: 1px solid #003b64;
  margin-top: 6px;
  border-top-width: 1px;
  border-top-style: solid;
}

.accordionTabTitleBar {
  font-size: 14px;
  padding: 4px 6px 4px 6px;
  border-style: solid solid solid solid;
  border-top-color: #003b64;
  border-bottom-color: #0b5b9d;
  border-right-color: #0b5b9d;
  border-left-color: #0b5b9d;
  border-width: 1px 1px 0px 1px;
  color: rgb(255, 255, 255);
  font-weight: bold;
}

.accordionTabTitleBarHover {
  font-size: 14px;
  background-color: #1f669b;
  color: #000000;
}

.accordionTabContentBox {
  font-size: 14px;
  border-top-width: 0px;
  padding: 0px 8px 0px 8px;
  border-style: solid;
  border-width: 0px 1px;
  margin: 0px;
  overflow: visible;
}
