html {
  height: 100%;
  font-size: 1.25em;
}

body {
  margin: 0;
  height: 100%;
  text-align: center;
  font-size: 50%;
  font-family: Verdana, Arial, Helvetica, sans-serif
}

#container {
  margin: 0 auto;
  width: 750px;
  position: relative;
  text-align: left;
}

#header {
  height: 98px;
  position: relative;
  z-index: 10;
}

a {
  color: #0F499D;
}

a:hover {
  color: #F33D38 !important;
}

/* Navigation + menu */

#navMenu, #navMenu ul, #navMenu li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}

#navMenu {
  position: absolute;
  left: 246px;
  bottom: 0;
  z-index: 10;
  width: 512px;
  height: 22px;
  _left: 245px;
}

#navMenu li {
  margin: 0 0 0 1px;
  background-color: #406AB0;
  position: relative;
}

#navMenu li img {
  display: block;
}

#navMenu a.menuTitle {
  width: 125px;
  height: 22px;
  background: url(../images/tabs/property.gif) no-repeat left top;
  display: block;
}

#navMenu a.menuTitle.rollover, #navMenu a.menuTitle:hover {
  background: url(../images/tabs/property_over.gif) no-repeat left top;
}

#navMenu ul {
  position: absolute;
  float: none;
  left: -999em;
  margin-top: 1px;
  background-color: #A4A6B5;
  width: 180px;
}
html>body #navMenu ul {
  width: auto;
  min-width: 180px;
}

#navMenu ul.mainMenuOver {
  left: 0;
}

#navMenu li li {
  position: relative;
  padding: 3px 8px;
  white-space: nowrap;
  margin: 0;

  /* Fix for IE 5 and 5.5 */
  _text-indent: -16px;
  _te\xt-indent: 0;

  float: none;
  background-color: transparent;
  border-bottom: 1px solid #FFF;
}

#navMenu li.lastMenuItem {
  border-bottom: none !important;
}

#navMenu li li a, #navMenu li li.itemOver a {
  text-decoration: none;
  color: #FFF;
  cursor: default;
}

#navMenu li a:hover {
  color: #FFF !important;
}

#navMenu li li.itemOver {
  background-color: #555;
}

/* End of navigation + menu */


#bodyContainer {
  background: url(../images/left_side.jpg) no-repeat left top;
  position: relative;
  margin-top: 1px;
  height: 445px;
  z-index: 1;
}
html>body #bodyContainer {
  height: auto;
  min-height: 445px;
}

#strapLine {
  position: absolute;
  color: #FFF;
  left: 282px;
  top: 124px;
  line-height: 1;
  letter-spacing: 0.4em;
  width: 362px;
  text-align: center;
}

#textContent {
  position: absolute;
  width: 420px;
  left: 319px;
  top: 156px;
}

#textContent h1, #textContent h2 {
  margin: 0 0 0.7em 0;
  font-weight: normal;
  font-size: 1.6em;
  color: #0F499D;
}

#textContent h2 {
  font-size: 1.2em;
  margin: 0 0 0.4em 0;
}

#textContent h3 {
  font-size: 1.1em;
  margin: 0 0 0.7em 0;
  color: #0F499D;
  font-weight: bold;
}

#textContent p {
  margin: 0 0 1em 0;
  font-size: 1.1em;
  line-height: 1.3;
}

#textContent p span {
  color: #0F499D;
}

#textContent ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1.1em;
}

#textContent li {
  line-height: 1.4;
  padding-left: 1em;
  background: url(../images/bullet.gif) no-repeat 0em 0.45em;
}

#textContent ul.moreLineHeight li {
  line-height: 1.6;
}

#ticker {
  position: absolute;
  top: 432px;
  left: 260px;
  width: 480px;
  height: 20px;
  color: #0F499D;
  font-size: 1.2em;
  overflow: hidden;
}

#ticker div {
  white-space: nowrap;
  float: left;
  position: absolute;
  top: 0;
}