/* 
 * CSS Document 
 * 2007 (c) Carlos Eduardo Morais Faustino - Todos os direitos reservados 
 */
 
body {
  /*background-image: url(images/bg-gray-fade.gif);
  background-repeat: repeat-x;*/
  background-color: #fafafa;
  margin: 0;
  padding: 0;
  font-family: "Times New Roman", Times, serif;
  font-size: 11px;
  text-align: left;
  color: #333;
}
#centered-content {
  background-color: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin: 0 auto;
  padding: 0px;
  width: 900px;
  text-align: left;
}
#header-content {
  height: 133px;
  border-bottom: 3px solid #99897b;
}
#footer-content {
  font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
  font-size: 11px;
  height: 50px;
  padding-top: 6px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #ccc;
}
h1, h2, h3, h4, h5 {
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
  color: #333;
  margin: 0px;
  padding: 0px;
}
h1, h2, h3 {
  font-size: 26px;
}
h1 {
  letter-spacing: 0.1em;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:visited {
  color: #333;
}
img {
  border: 0px;
}
#search-form {
  font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
  font-size: 11px;
  width: 300px; 
  height: 450px; 
  border-right: 1px solid #ccc; 
}
#main {
  padding: 40px;
}
#main-content {
  font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
  font-size: 11px;
  width: 600px; 
  /*height: 600px; */
  padding-right: 10px;
  border-right: 1px solid #ccc;
}
#banner1 {
  padding-left: 28px; 
  padding-top: 23px;
}
#menu-top {
  padding-left: 28px; 
  margin-top: 32px;
}
#newproperties {
  font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
  font-size: 11px;
}

/* grelhas zebradas */
/*
#list_row {
  margin-left: 10px; 
  margin-right: 0px; 
  padding: 5px; 
  padding-bottom: 20px;
} */
div.odd {
  margin-left: 10px; 
  margin-right: 0px; 
  padding: 5px; 
  padding-bottom: 20px;
}
div.even {
  margin-left: 10px; 
  margin-right: 0px; 
  padding: 5px; 
  padding-bottom: 20px;
}

