body {
  text-align: center;
  background: #fff; }

#frame {
  width: 779px;
  margin: 0 auto;
  text-align: left; 
  padding: 0 0 45px 0;
  background: #DFF8C0 url(/images/landing_footer.gif) no-repeat 0 bottom; }

#header {
  height: 102px;
  background: #fff url(/images/landing_header.gif) no-repeat; 
  position: relative; }
  #header h1 {
    display: none; }
  #header h2 {
    font-size: 1.2em;
    font-weight: bold;
    color: #000;
    position: absolute;
    right: 15px;
    top: 60px; }
    #header h2 a {
      color: #1585C7; }
    
#splash {
  height: 162px;
  background: url(/images/landing_splash.jpg) no-repeat; 
  position: relative; }
  #splash h2 {
    font-family: Tahoma, arial, sans-serifl;
    font-size: 24px; 
    font-weight: normal;
    color: #fff; 
    text-shadow: 0 0 0 #000; 
    position: absolute;
    left: 378px;
    top: 28px; }
    #splash h2 span {
      -moz-opacity: 0.9999; }
  #splash select {
    font-size: 11px; }
  #splash .form-input-select {
    position: absolute;
    top: 81px;
    left: 397px; }
    #splash .form-input-select label {
      font-size: 1.2em;
      font-weight: bold;
      color: #fff;
      text-shadow: 0 0 0 #000; 
      -moz-opacity: 0.9999;
      padding: 0 7px 0 0; }
    #splash .form-input-select select {
      width: 156px;
      font-size: 11px; }
  #splash .form-button-image {
    position: absolute;
    top: 78px;
    left: 638px; }

#valSummary {
	position:relative;
	top:115px;
	left:349px;
	font-size:1.2em;
	background-color:#FFF;
	padding:5px;
	text-align:center;
	width:421px;
	font-weight:bold;
	}


#content {
  padding: 23px 220px 0 35px;
  position:relative; }
  #content img.decor {
  position:absolute;
  top:20px;
  right:25px;  }
  #content h4 {
  	 font-size: 1.9em;
  	 font-weight: bold;
  	 color: #1686c6;
  	}
  #content h5 {
    font-size: 2.0em;
    font-weight: bold;
    color: #000; }
  #content h6 {
    font-size: 1.4em;
    font-weight: bold;
    color: #333; }
  #content p {
    font-size: 1.2em;
    color: #333;
    margin: 1.25em 0; }

#footer {
  width: 700px;
  margin: 0 auto;
  border-top: 20px solid #fff; }
  #footer p {
    color: #666;
    font-size: 1.2em; 
    text-align: center; }
