/* level 2 page styles for Equity Resources site  */


/* GENERAL */

body {
  background-image: url(../img/pagebkg.gif);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #f3f3f3;
}



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

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



/* PAGE AREA */

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



/* BANNER */

#divbanner {
  position: relative;
  width: 724px;
  height: 194px;
}
/* title */
#divbanner h2 {
  position: absolute;
  left: 247px;
  top: 14px;
  z-index: 5;
  margin: 0px;
  line-height: 100%;
}
/* photo */
#divphoto {
  position: absolute;
  left: 304px;
  top: 90px;
  z-index: 10;
}
/* navigation area background */
#divnavbkg {
  position: absolute;
  left: 0px;
  top: 178px;
  width: 205px;
  height: 392px;
  z-index: 1;
  background-image: url(../img/navbkg.gif);
}
/* navigation */
#divnavigation {
  position: absolute;
  left: -1px;
  top: 178px;
  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;
}
/* ERI */
#diveri {
  position: absolute;
  left: -2px;
  top: 445px;
  z-index: 5;
}
/* page title */
h1#divpagetitle {
  position: absolute;
  left: 205px;
  top: 147px;
  z-index: 5;
  margin: 0px;
  line-height: 100%;
}



/* CONTENT */

#divtext {
  margin-left: 206px;
  border-right: 1px solid #d6d3cf;
  padding: 18px 10px 28px 42px;
  width: 465px;
  min-height: 367px;
}
#divtext p, #divtext li {
  font-size: 14px;
  line-height: 16px;
}
#divtext p {
  text-align: justify;
}
#divtext h2 {
  font-size: 16px;
	font-weight: bold;
  line-height: 17px;
}
/* team page */
body.team #divtext p.divhr {
  height: 1px;
	width: 475px;
	background-color: #35211b;
	margin: 24px -10px 6px 0px;
}
body.team #divtext h2 {
	width: 465px;
  margin-left: -42px;
	margin-right: -10px;
	padding: 2px 10px 4px 42px;
  background-color: #e0e0dd;
}
body.team #divtext h2 span.subtext {
  font-size: 14px;
	font-weight: bold;
  line-height: 15px;
}
/* contact page */
body.contact #divtext p {
  margin-bottom: 14px;
}
body.contact #divtext p.divhr {
  height: 1px;
	width: 475px;
	background-color: #35211b;
	margin: 14px -10px 14px 0px;
}
body.contact #divtext p.maplink {
  font-size: 0.63em;
	font-weight: bold;
	text-transform: uppercase;
}

body.contact #divtext h2 {
  font-size: 18px;
	font-weight: bold;
  line-height: 18px;
  margin-bottom: 28px;
}
.contacttable {
	width: 517px;
  margin-left: -42px;
	margin-right: -10px;
}
.contacttable td {
  font-size: 14px;
  line-height: 14px;
}
.contacttable td.tdemail {
  padding: 2px 14px 2px 40px;
	width: 14px;
	vertical-align: middle;
}
.contacttable td.tdname {
  padding: 2px 10px 2px 0px;
	width: 170px;   /* name and phone widths should add up to 405 */
	vertical-align: middle;
}
.contacttable td.tdphone {
  padding: 2px 10px 2px 0px;
	width: 235px;   /* name and phone widths should add up to 405 */
	vertical-align: middle;
}
.stripedtable tr.odd {
  background-color: #e4e0d6;
}




/* DIVIDING LINE */

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



/* FOOTER */

#divfooter {
  min-height: 330px;
  background-image: url(../img/footerbkg.gif);
  background-repeat: no-repeat;
  background-position: 723px 0px;
}


