/* home page styles for Equity Resources site  */


/* GENERAL */

body {
  background-image: url(../img/home/pagebkg.gif);
  background-repeat: no-repeat;
  background-position: center 113px;
}



/* OUTER SHELLS */
/* containers for page content */

/* upper part of page */
#divoutershell1 {
  width: 844px;
  margin: 0px auto;
  text-align: left; /* reset alignment for IE */
}
/* footer */
#divoutershell2 {
  width: 844px;
  margin: 0px auto;
  text-align: left; /* reset alignment for IE */
}



/* PAGE AREA */

#divpagearea {
  background-image: url(../img/home/innerbkg.gif);
  background-repeat: no-repeat;
  min-height: 524px;
}



/* BANNER */

#divbanner {
  position: relative;
}
#divbanner h1 {
  margin: 0px;
  line-height: 100%;
  padding: 0px 0px 141px 0px;
}
#divbrownblock {
  position: absolute;
  left: 249px;
  top: 169px;
  z-index: 10;
}
#divphoto {
  position: absolute;
  left: 322px;
  top: 169px;
  z-index: 5;
}
#divnavigation {
  position: absolute;
  left: -1px;
  top: 179px;
  z-index: 5;
}
#divnavigation ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 206px;
}
#divnavigation ul li {
  float: left;
  width: 206px;
}
#divnavigation ul li a {
  display: block;
  width: 206px;
}



/* CONTENT */

#divtext {
  margin-left: 248px;
  border-left: 1px solid #c7c3be;
  padding: 18px 0px 28px 11px;
  width: 490px;
  min-height: 221px;
}
#divtext p {
  font-family: arial, lucida, helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #5d4e47;
  text-align: justify;
  margin: 0px;
}



/* DIVIDING LINE */

#divdivider {
  background-image: url(../img/home/subpagebkg.gif);
  background-repeat: no-repeat;
  background-position: center top;
  height: 1px;
}



/* FOOTER */

#divfooter {
  min-height: 120px;
  background-image: url(../img/home/footerbkg.gif);
  background-repeat: no-repeat;
  background-position: 248px 0px;
}
#divfooter p {
  margin: 0px;
  padding: 25px 0px 0px 260px;
}
