html{background:none}
h1 {
  color:#9EB149;
  font-size:32px;
  font-weight:bold;
}
h2 {
  color:#0c4569;
  font-size:24px;
  font-weight:bold;
}
h3, h4, h6 {
  font:normal 15px Arial, Helvetica, Garuda, sans-serif;
  color:#0c4569;
}
h3 { font-weight:bold; font-size: 18px; }
h4 { font-size:14px; }
h5 {
  color:#598920;
  font-size:18px;
  font-weight:normal;
}
h6 {
  font-size:13px;
  text-transform:uppercase;
}
p {
  font-size:14px;
  font-family:Arial;
  line-height:140%;
  margin-bottom:15px;
  color: #606060;
}
strong { font-weight:bold; }

body {
  background-color:#D3DDE1;
  font-family:Arial, Helvetica, Garuda, sans-serif;
}
.page_border { border:#bdbbb9 solid; }
#site_wrapper {
  width:988px;
  margin:0 auto;
}
#header {
  background-color:#ffffff;
  border-width:0px 2px 0px;
  position:relative;
  z-index:5;
  width: 988px;
}
#header .ql_branding {
  height:103px;
  position:relative;
}
#header .ql_branding span.logo {
  background:url('/quickenloans/media/image/logo.png') no-repeat;
  display:block;
  position:relative;
  top:35px;
  left:45px;
  text-indent:-99999px;
  height:70px;
  width:241px;
}
#header .default {
  background-color:#24414c;
  -moz-box-shadow:0 -5px 5px rgba(0,0,0,0.2);
  -webkit-box-shadow:0 -5px 5px rgba(0,0,0,0.3);
  box-shadow:0 -5px 5px rgba(0,0,0,0.3);
  border-top:1px solid #5A717E;
  height:43px;
}
#header .branding_messaging {
  position: absolute;
    right: 30px;
    text-align: right;
    top: 65px;
}
#header .branding_messaging p {
  font-size:15px;
  color:#000000;
  margin-bottom:0;
}
#header .branding_messaging p strong {
  font-size:18px;
  color:#000000;
  font-style:normal;
  font-weight:bold;
}
#content_wrapper {
  border-width:0px 2px 2px;
  float:left;
  background: #ffffff url("/quickenloans/media/image/oops.jpg") no-repeat right -110px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  width:488px;
  padding:10px 460px 60px 40px;
  position:relative;
  z-index:2;
}
#content { margin-top:10px; }
.content_primary h2 {
    margin-bottom: 20px;
}
