body {
  margin: 0;
  padding: 0;
  background-color: #B2B2B2;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #222;
}
img {
  border-width: 0;
}

a {
  color: #B8D9F3;
  text-decoration: none;
}
a:hover {
  color: #FFF;
  text-decoration: underline;
}

#content a {
  color: #416BA8;
  text-decoration: none;
}
#content a:hover {
  color: #16325B;
  text-decoration: underline;
}

hr.clear {
  clear: both;
  color: #FFF;
  margin: 0;
  border: none;
  background-color: #FFF;
  padding: 0;
  height: 1px;
  visibility: hidden;
}
#container {
  margin: 0 auto;
  padding: 0 24px;
  background: transparent url("../img/container-bg.gif") scroll repeat-y left top;
  width: 912px;
}
#meta {
  width: 166px;
  float: left;
}
#meta h1 {
  margin: 0 1px 0 0;
  background-color: #FFF;
  padding: 6px 0;
  height: 70px;
  text-align: center;
  line-height: 1;
}
#navigation {
  position: relative;
  z-index: 20;
  margin: 15px 0;
  padding: 0;
  min-height: 240px; /* prevents the content from dropping under the menu */
  font-family: "Trebuchet MS";
  font-size: 120%;
  list-style-type: none;
  text-transform: uppercase;
}
body.front #navigation {
  margin-bottom: 0;
  min-height: 0;
}
#navigation li {
  margin: 0;
  padding: 0;
  line-height: 1;
}
#navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#navigation a {
  display: block;
  padding: 4px 1em;
  text-decoration: none;
}
#navigation a:hover {
  background: transparent url("../img/menu-item-active-bg.gif") scroll no-repeat left 6px;
}
#navigation a.active {
  background: transparent url("../img/menu-item-active-bg.gif") scroll no-repeat left 6px;
  color: #FFF;
}
#navigation ul {
  position: absolute;
  margin: 0 0 0 -1px;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #D6D6D6;
  background: transparent url("../img/submenu-bg.png") scroll repeat left top;
  width: 166px;
  visibility: hidden;
}
#navigation ul a {
  padding-left: 1em;
}
body.consultancy-services #navigation ul {
  position: relative;
  margin: 0;
  border: none;
  background: none;
  width: auto;
  visibility: visible;
}
body.consultancy-services #navigation ul a {
  padding-left: 2em;
}
#banner-container embed {
  display: block;
}
#banner {
  display: block;
}
#content {
  margin: 15px 0 0 50px;
  width: 520px;
  float: left;
  line-height: 1.4;
}

body.front #content {
  margin: 0;
  background: #FFF url("../img/index-content-bg.gif") scroll no-repeat -80px top;
  width: 746px;
  float: right;
}
body.front #about, body.front #new-releases {
  position: relative;
  margin: 7px 0 0 0;
  padding: 8px 25px 15px 25px;
  height: 200px;
  width: 320px;
  overflow: auto;
  float: left;
  z-index: 10;
}
body.front #about {
  float: right;
}
#content h2 {
  font-family: "Trebuchet MS";
  font-size: 130%;
  text-transform: uppercase;
  color: #416BA8;
}
#content h3 {
  font-size: 120%;
  font-weight: bold;
  color: #416BA8;
  text-transform: uppercase;
}

#contentArea ul {
	padding: 0px;
	margin: 0px;
}

#contentArea li {
	padding-bottom: 10px;
}

#footer {
  margin: 0 auto;
  padding: 36px 24px 12px 24px;
  background: transparent url("../img/footer-bg.gif") scroll no-repeat left top;
  width: 912px;
  font-size: 85%;
  text-align: center;
  color: #444;
}
body.front #footer {
  margin-top: -25px;
  background-image: url("../img/index-footer-bg.gif");
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#footer li {
  display: inline;
  background: transparent url("../img/footer-menu-item-bg.gif") scroll no-repeat left 2px;
  padding: 0 1em 0 1.25em;
}
#footer li:first-child {
  background-image: none;
}
#footer a {
  text-decoration: none;
  color: #444;
}
