/* PMZ Home Loans CSS file */

/* Document Elements */
a {
  border: 0;
  text-decoration: none;
  color: #0069aa; 
  }

a:hover {
  border: 0;
  text-decoration: underline;
  color: #0069aa; 
  }

body {
  background: url(/images/bg.jpg) repeat-x;
  font: 12px arial, verdana, sans-serif; /* For IE/Win 1.1em is approx. 12px */
  line-height: 1.2em;
  color: #404040;
  }

h1 {
  color: #ff6600;
  font-size: 165%;
  margin-bottom: 1em;
  line-height: 1.2em;
  font-weight: bold;
  }

h2 {
  color: #0069aa;
  font-size: 145%;
  margin-bottom: .5em;
  font-weight: bold;
  }

h3 {
  color: #ff6600;
  font-size: 125%;
  margin-bottom: .5em;
  }

p {
  margin-bottom: 1em;
  }

strong {
 font-weight: bold;
}

/* Element IDs */
#content {
  background: #fff;
  padding: 10px;
  clear: both;
  }

#footer {
  font-size: 95%;
  background: #fff;
  clear: both;
  }

#footer a {
  font-weight: bold;
  }

#header {
  height: 83px;
  }

#menuContainer div {cursor: pointer;} /* Menu Style */

#pagehead {
  background: #fff;
  }

#pmzlinks {
  padding: 10px;
  background-color: #E0E0D8;
  text-align: center;
  }

#wrapper      {
  width: 766px;
  margin: 0 auto;
  }

/* Loan Programs Buttons on Homepage */
.loanProgram  {width: 241px; float: left; height: 150px; background: url(/images/lp-bg.jpg) no-repeat; margin: 0px 10px 10px 0px;cursor: pointer;}
.lpContent    {height:110px;}
.lpHead       {height:40px; width: 220px; text-align: right;
               font-family: helvetica; font-weight: bold; font-size: 16px; color: #0069aa;}
.calpers      {background: url(/images/lp-calpers.jpg) no-repeat; margin-right: 0;}
.calstrs      {background: url(/images/lp-calstrs.jpg) no-repeat; margin-right: 0;}
.foreclosed   {background: url(/images/lp-foreclosed.jpg) no-repeat;}
.fthb         {background: url(/images/lp-fthb.jpg) no-repeat;}
.lowdown      {background: url(/images/lp-lowdown.jpg) no-repeat;}
.refi         {background: url(/images/lp-refi.jpg) no-repeat;}
.research     {background: url(/images/lp-research.jpg) no-repeat; margin-right: 0;}
.rural        {background: url(/images/lp-rural.jpg) no-repeat;}
.vet          {background: url(/images/lp-vet.jpg) no-repeat;}
.revmort          {background: url(/images/lp-revmort.jpg) no-repeat;}
.hb-seminar          {background: url(/images/lp-hb-seminar.jpg) no-repeat; margin-right: 0;}

/* Style Classes */
.applylink {
  font-size: 148%;
  display: block;
  padding: 5px 0 5px 10px;
  }

.appTable th {
  text-align: right;
  padding-right: 8px;
  font-weight: bold;
}

.appTable td, .apptable th {
  height:30px;
}

.formterms {
  margin: 10px;
  padding: 6px;
  background: #eeeeee;
  }

.mortTable th{
  padding: 4px;
}

.mortTable td{
  padding: 4px;
  text-align: right;
}

.mortTable h2 {
  margin: 0;
}

.numbered {
  list-style-type: decimal;
  margin: 10px 0 10px 25px;
  }

.numbered li {
  margin-bottom: 4px;
  }

.orangesep {
  display: block;
  border-top: 1px solid #FF9853;
  border-bottom: 1px solid #CB5100;
  background: #FF6600;
  height: 5px;
  }

.red {
  color: #FF0000;
  }

.spacer {
  height: 10px;
  }

.unordered {
  list-style-image: url(/images/orange_arrow.jpg);
  list-style-type: disc;
  margin: 10px 0 10px 25px;
  }

.unordered li {
  margin-bottom: 4px;
  }