* {
  padding: 0px;
  margin: 0px;
  font-family: Helvetica, Arial, Sans-serif;
}

body {
  background-color: white;
}

a {
  color: #c60001;
}

a:hover {
  text-decoration: none;
}

div#readernetwork {
  background: #acacac;
  border-bottom: 3px solid #4b4b4b;
  height: 28px;
  padding-top: 6px;
}

div#readernetwork img {
  float: left;
  border: 0;
  padding-left: 20px;
}

div#readernetwork ul {
  list-style: none;
  display: inline;
}

div#readernetwork ul li {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline;  
  padding: 10px;
}

div#readernetwork ul li a {
  color: #fff;
  text-decoration: none;
}

div#readernetwork ul li a:hover {
  text-decoration: underline;
}

div#readernetwork ul li#active {
  background: #ccc url('../img/readernetworkarrow.png') no-repeat center bottom;
}

div#readernetwork ul li#active a {
  color: #4b4b4b;
}

#container {
  background: white;
  padding-top: 10px;
  float: left;
  width: 100%;
}

#content {
  width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

#header {
  background: url('../img/main_header.gif') repeat-x bottom;
  padding-bottom: 20px;
  margin-bottom: 10px;
  float: left;
}

#logo {
  float: left;
}

#logo img {
  border: 0;
}

#login {
  float: right;
  width: 499px;
  text-align: right;
}

#login fieldset {
  border: 0;
}

#login label {
  padding: 10px 5px 10px 10px;
  font-size: 12px;
  color: #464646;
  font-weight: bold;
}

#login input {
  padding: 3px;
  background: #fff;
  border: 1px solid #c6c6c6;
}

#login input#loginbutton, .searchform input.searchbutton {
  padding: 3px 6px;
  background: url('../img/buttonbkgd.png') repeat-x;
  color: white;
  font-weight: bold;
}

#login p {
  font-size: 12px;
  color: #464646;
  padding-top: 5px;
}

#nav {
  float: right;
  width: 500px;
  text-align: right;
  padding-top: 30px;
}

#nav ul {
  margin-left: 0;
  padding-left: 0;
  display: inline;
} 

#nav ul li {
  margin-left: 0;

  list-style: none;
  display: inline;
  font-size: 14px;
  color: #464646;
}

#nav ul li a {
  color: #464646;
  text-decoration: none;
  padding: 3px 8px 6px 8px;
}

#nav ul li a:hover {
  border-bottom: 4px solid #464646;
}

#nav ul li.here a {
  color: #c60001;
  border-bottom: 4px solid #c60001;
  font-weight: bold;
}

#leftcol {
	width: 730px;
	float: left;
}

#rightcol {
	width: 330px;
	float: right;
}

.sectionhead {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  padding: 10px;
  margin-bottom: 10px;
}

#searchwrap {
  overflow: hidden;
  padding-bottom: 20px;
}

#searchrentals, #searchhomes {
  width: 344px;
  float: left;
  background-image: -moz-linear-gradient(100% 100% 90deg, #fff, #eee);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#fff));
  background-color: #fff;
  border: 1px solid #ccc;
  -moz-box-shadow: 0 0 6px #bbb;
  -webkit-box-shadow: 0 0 6px #bbb;
}

#searchwrap h2 {
  margin-bottom: 20px;
  background-image: -moz-linear-gradient(100% 100% 90deg, #888, #aaa);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#aaa), to(#888));
  background-color: #888;
  color: #fff;
  line-height: 2em;
  font-size: 17px; 
  text-indent: 20px;
}

#searchwrap .content {
  padding: 0 25px 15px;
}

#searchhomes {
  float: right;
}

.searchform label, .searchform .searchquery input {
  color: #666;
  font: bold 14px/11px Helvetica, Arial, sans-serif;
}

.searchform .searchquery {
  margin-bottom: 20px;
}

.searchform .locationhelp {
  float: left;
  margin-left: 108px;
  font: italic 10px/14px Helvetica, Arial, sans-serif;
}

.searchform .searchquery input {
  float: left;
  width: 180px;
  padding: 1px 2px;
  border: 1px solid #ccc;
}

.searchform .prices label {
  width: 95px;
}

.searchform .prices input {
  width: 38px;
}

.searchform label {
  float: left;
  width: 100px;
  text-align: right;
  margin-right: 8px;
  line-height: 17px;
}

.searchform #rental-region, .searchform #rental-neighborhood {
  float: left;
  width: 185px;
}

.searchform .unitfeatures, .searchform .searchlinks {
  overflow: hidden;
  margin-bottom: 10px;
}

.searchform .unitfeatures label {
  width: 50px;
}

.searchform .unitfeatures select {
  float: left;
  width: 65px;
}

.searchform .row {
  clear: left;
  margin-bottom: 5px;
  overflow: hidden;
}

.searchform .search {
  float: right;
  clear: right;
  margin-top: 17px;
  font-size: 13px;
  text-align: right;
}

.searchform input.searchbutton {
  margin-bottom: 3px;
  font-size: 15px;
}

.searchform .browsebyneighborhood {
  float: left;
  margin-top: 4px;
}

.searchform .browsebyneighborhood a {
  font-size: 12px;
  text-decoration: none;
}

.searchform #apartmentdirectory {
  float: right;
  width: 100px;
  line-height: 15px;
  font-size: 13px;
  font-weight: bold;
}

.searchform #apartmentdirectory a {
  text-decoration: none;
  color: #333;
}

.searchform #apartmentdirectory img {
  float: left;
  margin: 4px 5px 0 0;
  border: 0;
}

.searchlinks {
  list-style-type: none;
}

#featuredwrap {
  width: 730px;
  overflow: hidden;
  -moz-box-shadow: 0 0 6px #bbb;
  -webkit-box-shadow: 0 0 6px #bbb;
}

#featuredwrap h2, #regions h2 {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  font-size: 17px;
  line-height: 2em;
  color: #424242;
}

#featuredwrap .odd {
  float: left;
  padding-right: 28px;
  border-right: 1px solid #eaeaea;
}

#featuredwrap .even {
  float: right;
}

#featuredwrap .featured {
  list-style-type: none;
  font-size: 14px;
}

.featured a {
  text-decoration: none;
}

.featured img {
  width: 122px;
  border: 1px solid #000;
}

.featured .city {
  color: #333;
  text-decoration: none;
}

.featured .city:hover, .featured .price:hover {
  text-decoration: underline;
}

#featuredrentals, #featuredforsale {
  width: 304px;
  padding: 0 30px 15px;
}

#featuredrentals {
  float: left;
  border-right: 1px solid #ccc;
}

#featuredforsale {
  float: right;
}

#ads, #openhouse {
  width: 300px;
  text-align: center;
  border: 0px solid black;
  float: right;
  clear: right;
  border-bottom: 1px solid #d3d3d3;
  vertical-align: top;
}

#ads #adnotice {
	text-transform: uppercase;
	color: #999;
	font-size: 10px;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

#footer {
  clear: both;
  float: left;
  margin-top: 30px;
  background: #e8e8e8;
  border-top: 3px solid #4b4b4b;
  width: 1020px;
  padding: 20px;
  font-size: 12px;
}

#footer ul {
  margin-left: 0;
  padding-left: 0;
  display: block;
  width: 175px;
  margin-left: 10px;
  border: 0px solid black;
  float: left;
}

#footer ul li {
  list-style: none;
  display: block;
}

#footer ul li.listheader {
  font-weight: bold;
}

#footer ul li a {
  text-decoration: none;
}

#footer ul li a:hover {
  text-decoration: underline;
}

p#copyright {
  float: left;
  width: 1020px;
  margin: 12px 0 0;
  text-align: center;
  font-weight: bold;
}

.sidebar-ad {
  margin-bottom: 21px;
}

#regions ul { list-style-type: none; }
#regions li { float: left; height: 138px; margin: 0 10px 10px 0; }
#regions li.last { margin-right: 0; }
#regions li img { border: 1px solid #000; }

