html, body {
  height: auto;
  margin: 0;
  padding: 0;
}

body {
  font-size: 10pt;
  color: #000;
  background: none;
}

a:link, a:visited {
  color: #000;
	text-decoration: underline;
}

div#page_container {
  position: static;
  width: auto;
  height: auto;
}

#page {
  margin: 0;
  padding: 0;
	text-align: left;
}

#logo a {
  display: block;
	width: 314px;
	height: 50px;
	margin:0;
	padding:0;
	background: none;
}

#logo img {
  border: none;
}

#body {
  padding: 60px 0 75px 0;
}

#footer #copyright {
  float: none;
  font-size: 8pt;
  color: #000;
}

/* Primary Navigation Menu */
#moduletable_navprimary {
}

.nav_primary {
  height: 32px;
  margin: 34px 0 8px 0;
}

.nav_primary a {
  display: block;
  float: left;
  width: auto;
  font-size: 12pt;
  padding-right: 2em;
}

.nav_primary a.overview {
  width: auto;
  height: auto;
  background: none;
}

.nav_primary a.affordablerentalhousing {
  width: auto;
  height: auto;
  background: none;
}

.nav_primary a.marketraterentalhousing {
  width: auto;
  height: auto;
  background: none;
}

/* Secondary navigation menu */

#nav_secondary {
clear: both;
  color: #000;
  font-size: 10pt;
  height: 12pt;
  line-height: 12pt;
  list-style-type: none;
  padding: 0;
  border: none;
}

#nav_secondary li {
  display: block;
  float: left;
  width: auto;
  text-align: left;
  border: none;
  list-style-type: none;
  margin: 0 2em 0 0;
  padding: 0;
}

#nav_secondary li.item9 {
  width: auto; /* Clients */
}

#nav_secondary li.item10 {
  width: auto; /* Founder Profile */
}

#nav_secondary li.item11 {
  width: auto; /* Equity Investment */
}

#nav_secondary li.item12 {
  width: auto; /* For Sale Housing */
}

#nav_secondary li.item13 {
  width: auto; /* Home */
}

#nav_secondary a {
  color: #000;
}

/* Page Content Styles */
#body .contentheading h1 {
  font-size: 14pt;
  line-height: 14pt;
}

#body h3 {
  font-size: 10pt;
  line-height: 14pt;
}

#body .emphasis {
  text-decoration: underline;
}

.offscreen {
  display: inline;
  position:static;
  left:auto;
  top:auto;
  width:auto;
  height:auto;
  overflow:visible;
}

/* HOME PAGE SPECIFIC ELEMENTS */

#home_mainarea {
  position: static;
  background: none;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  padding-bottom: 0;
}

#home_mainarea .title {
  color: inherit;
}

#home_mainarea .phone {
}

#home_mainarea .contact {
  position: static;
  width: auto;
  margin-top: 2em;
}

#home_mainarea .phone1 {
}

#home_mainarea .phone2 {
}

#home_mainarea .email {
  font-size: inherit;
  color: inherit;
}

#home_mainarea .email a {
  color: inherit;
}

/* Extra */

.printonly {
  visibility: visible;
  display: inline;
}


