html, body {
  height: 100%;
}

body {
  background: #003664;
  font: 62.5%/1.5em verdana, arial, helvetica, sans-serif;
  color: #000;
  /*letter-spacing: -.05em;*/
  margin: 0;
  padding: 0;
}

img {
  border: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, p {
  margin: 0 0 7px 0;
  font-weight: normal;
}

p {
  margin: 0 0 15px 0;
}

h1 {
  font-size: 1.4em;
}

h2 {
  font-size: 1.3em;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1.1em;
}

#wrapper {
  width: 950px;
  margin: 0 auto;
  position: relative;
  background: #003664 url('slice5_100.jpg') repeat-y;
  min-height: 100%;
  font-size: 1.1em;
}

* html #wrapper {
  height: 100%;
}

#header {
  background: #fff url('header_100.jpg') no-repeat;
  background-position: bottom;
  height: 213px;
}

#header h1 {
  font-size: 1px;
  color: #003664;
  margin: 0 0 0 -200px;
}

#header .heading2 {
  position: absolute;
  top: 174px;
  left: 340px;
}

#header #goHomeAnim {
  position: absolute;
  top: 28px;
  left: 30px;
  text-align: center;
}

#header #goHome {
  position: absolute;
  top: 59px;
  left: 65px;
  text-align: center;
  color: #516597;
  font-size: 1.4em;
  font-weight: bold;
}

#header #getQuote {
  position: absolute;
  top: 28px;
  right: 33px;
  color: #445E8E;
  font-weight: bold;
}

#header #getQuote #submit {
  margin-left: 65px;
  background: #f7b72f;
  color: #445E8E;
  font-weight: bold;
}

#header #getQuote label {
  width: 10em;
  display: inline-block;
  text-align: right;
}

#header ul {
  margin: 0;
  position: absolute;
  top: 145px;
  left: 323px;
  /*padding: 75px 70px 0 0;*/
  list-style-type: none;
  text-align: right;
  /*display: none;*/
}

#header li {
  display: inline;
}

#header li a:link, #header li a:visited {
  font-weight: bold;
  color: #003663;
  text-decoration: none;
}

#header li a:hover, #header li a:active {
  font-weight: bold;
  color: #003663;
  text-decoration: none;
}

#subNav {
  width: 511px;
  height: 26px;
  margin: 0 auto 10px auto;
  background: url('subNav_bg.gif') repeat-x;
}

#subNav ul {
  text-align: right;
  padding: 5px 10px;
}

#subNav li {
  display: inline;
}

#subNav li a:link, #subNav li a:visited, #subNav li a:hover, #subNav li a:active {
  font-weight: bold;
  color: #003663;
  text-decoration: none;
}

#sidebar {
  float: left;
  width: 250px;
  color: #fff;
  padding: 0 40px;
}

#sidebar h3 {
  font-weight: bold;
}

#content-wrapper {
  padding-bottom: 139px;
}

#content {
  padding: 10px 0px 26px 10px;
  color: #445E8E;
  margin: 0 0 0 345px;
  width: 510px;
}

#content .photo {
  float: right;
  margin-left: 15px;
  height: 364px;
}

#content h3 {
  text-decoration: underline;
}

#content input {
  width: 10em;
}

#content object {
  padding: 0 15px;
}

ol.claimsList {
  list-style-type: upper-alpha;
}

ol.claimsList ol {
  list-style-type: decimal;
}

#footer {
  width: 950px;
  margin: 0 auto;
  position: relative;
  height: 139px;
  font-size: 1.1em;
  margin-top: -139px; /* negative value of footer height */
  background: #003664 url('footer3_100.jpg') no-repeat;
}

#footer ul {
  margin: 0;
  padding: 75px 70px 0 0;
  list-style-type: none;
  text-align: right;
  display: none;
}

#footer p {
  margin: 0;
  padding: 80px 70px 0 0;
  text-align: right;
  color: #003663;
  font-size: .8em;
}

#footer li {
  display: inline;
}

#footer li a:link, #footer li a:visited, #content a:link, #content a:visited {
  font-weight: bold;
  color: #003663;
  text-decoration: none;
}

#footer li a:hover, #footer li a:active, #content a:hover, #content a:hover {
  font-weight: bold;
  color: #003663;
  text-decoration: none;
}