/* Layout
------------------------------- */
body#homeowner.secondary #main {
  padding-top: 12px;
  min-height: 328px;
  height: auto;
  background: url("../../images/bg/homeowner.jpg") 12px 0 no-repeat;
}

body#pro.secondary #main {
  padding-top: 23px;
  min-height: 327px;
  height: auto;
  background: url("../../images/bg/pro.jpg") 12px 0 no-repeat;
}

body#press.secondary #main {
  padding-top: 74px;
  min-height: 276px;
  height: auto;
  background: url("../../images/bg/pressroom.jpg") 12px 0 no-repeat;
}

body#about.secondary #main {
  padding-top: 50px;
  min-height: 300px;
  height: auto;
  background: url("../../images/bg/about.jpg") 12px 0 no-repeat;
}

body.secondary#homeowner #callout {
  background: url("../../images/bg/homeowner-callout.jpg") no-repeat;
  min-height: 310px;
}

body.secondary#pro #callout {
  padding: 0 43px 13px 43px;
  width: 304px;
  background: url("../../images/bg/pro-callout.jpg") no-repeat;
}

body.secondary#press #callout {
  padding: 0 43px 13px 42px;
  width: 304px;
  min-height: 199px;
  background: url("../../images/bg/pressroom-callout.jpg") no-repeat;
}

body.secondary#about #callout {
  padding: 0 43px 13px 43px;
  width: 304px;
  min-height: 200px;
  background: url("../../images/bg/about-callout.jpg") no-repeat;
}


/* Secondary page navigation
------------------------------------- */
#main #callout ul {
  margin: 0;
  padding: 0 0 13px;
  font-family: Arial;
}

body#pro #main #callout ul {
  margin: 0 0 13px;
  padding-bottom: 8px;
  background: url("../../images/bg/divider.gif") 0 100% repeat-x;
}

body#homeowner #main #callout ul {
  margin: 0 0 13px;
  padding-bottom: 8px;
  width: 313px;
  background: url("../../images/bg/divider_orange.gif") 0 100% repeat-x;
}

#main #callout li {
  margin: 0 0 0 -13px;
  font-size: 10px;
  line-height: 18px;
  text-transform: uppercase;
  list-style-type: none;
}

#main #callout li a {
  padding: 0 0 0 13px;
  color: #f6af3b;
  text-decoration: none;
  background: url("../../images/bullets/arrow-white.gif") no-repeat;
}

body#pro #main #callout li a {
  color: #bbcefc;
}

body#about #main #callout li a {
  color: #ffe09c;
}

#main #callout li a:hover,
#main #callout li a:focus {
  color: #fff;
  background-position: 0 -31px;
}

body#pro #main #callout li a:hover,
body#pro #main #callout li a:focus {
  color: #fff;
  background-position: 0 -31px;
}

body#about #main #callout li a:hover,
body#about #main #callout li a:focus {
  color: #fff;
  background-position: 0 -31px;
}
