html {
  cursor: default;
  overflow: auto;
}

body {
  color: #000;
  background: #fff;
  overflow: visible;
  font-family: "Lucida Grande","Lucida Sans Unicode","Verdana",sans-serif;
}

#fakecontent, #content {
  position: relative;
  width: 760px;
  margin: 0 auto;
}

#content {
  background: #fff no-repeat url(../img/layout/page-bg-top.png);
}

#fakebody {
  height: 95px;
  width: 100%;
}

#body {
  margin-left: 150px;
}

.fs8, #body, table {
  font-size: 8pt;
  font-family: "Lucida Grande","Lucida Sans Unicode","Verdana",sans-serif;
}

a {
  color: #4c3c82;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  display: none;
}

h2.homeicon, #content h2 {
  padding-top: 0;
  padding-left: 65px;
  font-size: 13pt;
  line-height: 55px;
  height: 55px;
  color: #9dadc9;
  background: url(../img/layout/home-hdr.png) no-repeat #fff 5px 50%;
}

#content h2 {
  margin-top: 100px;
  margin-left: 150px;
}

h3 {
  font-size: 11pt;
  margin-top: 1.5em;
  margin-bottom: -0.2em;
}

h3.bh {
  padding: 0.2em 0.6em;
}

h4 {
  font-size: 10pt;
  margin-top: 0.75em;
  margin-bottom: -0.2em;
}

#top {
  font-size: 1px;
}

#nav {
  background: #fff no-repeat url(../img/layout/page-bg-left.png);
  font-size: 7pt;
  width: 115px;
  position: absolute;
  top: 95px;
  left: 0px;
}

#nav ul {
  list-style: none;
  font-size: 7pt;
  padding-left: 0;
  margin-left: 5px;
  width: 115px;
  margin-top: 85px;
}

#nav ul li {
  border-bottom: 1px solid #e0ad42;
  height: 20px;
  line-height: 20px;
}

#nav a {
  color: #000;
  display: block;
}

#nav a:hover {
  color: #4c3c82;
}

.bh.header {
  background: #2a3a53;
  color: #fff;
}

.bh.blue {
  background: #11165e;
  color: #fff;
}

.bh.bluetext {
  color: #11165e;
}

.bh.green {
  color: #c1d72e;
}

.bh.orange {
  color: #f7931d;
}

.greatdeal {
  color: #e0ad42;
  text-transform: uppercase;
}

.invalid {
  color: #c00;
  font-size: 120%;
  font-weight: bold;
}

ul.nb {
  list-style: none;
}

#qquote {
  border: 3px double #11165e;
  font-size: 18pt;
  font-weight: bold;
  text-align: center;
  width: 7em;
  margin: 0.5em auto;
  padding: 0 1em;
  color: #f7931d;
}

#qquote .addnl {
  font-size: 8pt;
  font-weight: normal;
  color: #000;
}

a.homebtn {
  display: block;
  height: 40px;
  line-height: 40px;
  padding-left: 45px;
  padding-right: 5px;
  background: #fff url(../img/layout/home-btn.png) no-repeat;
  font-size: 8pt;
}

a .orange {
  color: #eb8844;
  font-weight: bold;
}

a .blue {
  color: #4c3c82;
  font-weight: normal;
}

.note {
  color: #4c3c82;
}

.form.note {
  color: #f7931d;
  font-weight: bold;
}

.cent {
  margin-left: auto;
  margin-right: auto;
}

.c {
  text-align: center;
}

.big {
  font-size: 120%;
}

.very.big {
  font-size: 150%;
}

.huge {
  font-size: 175%;
}

.very.huge {
  font-size: 200%;
}

div.hr {
  border: 2px solid #4c3c82;
  border-width: 0 0 2px;
  height: 1px;
  margin: 2em 0;
}

div.hr hr {
  display: none;
}

.important {
  background: #daff99; /*#ff9;*/
  color: #f00;
  border: 1px solid #c00;
  padding: 0.5em 1em;
  margin: 0.5em 5%;
}

div.important{
  padding: 0.75em 1em 0;
}

.important h3 {
  margin-top: 0;
}

.fr {
  float: right;
}
.fl {
  float: left;
}
.cl {
  clear: left;
}
.cr {
  clear: right;
}
.cb {
  clear: both;
}

ol {
  list-style-type: decimal;
}
ol ol {
  list-style-type: lower-alpha;
}
ol ol ol {
  list-style-type: lower-roman;
}
ol ol ol ol {
  list-style-type: upper-alpha;
}
ol ol ol ol ol {
  list-style-type: upper-roman;
}

.inl {
  display: inline;
}


.submit {
  text-align: right;
}
.submit input {
  font-size: 120%; margin-right: 2em;
}

#agreement {
  width: 100%;
}

#agreement td.l {
  width: 55%;
  border-right: 1px solid #4C3C82;
}

#agreement td {
  vertical-align: top;
  padding: 0 0.5em;
}

#news-list {
  float: right;
  padding: 10px 15px 15px;
  width: 170px;
}

#news-story {
  margin-right: 200px;
}

#news-story img.main {
  float: right;
  padding: 0 0 18px 18px;
}

#news-boxes {
  width: 760px;
  position: absolute;
  top: 650px;
  padding: 10px 10px 0px 10px;
  font-size: 9pt;
  border-top: 1px solid #11165e;
}

#news-boxes .story {
  width: 245px;
  margin-left: 5px;
  float: left;
}

#news-boxes .story .title {
  font-weight: bold;
}
