body {
  font-size: 12px;
  color: rgb(50,50,50);
  line-height: 15px;
  font-family: Arial
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }

input, select {
  font-size: 1.5em;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: -1px;
}

img {
  border: 0px;
}

table {
  padding: 0px;
  margin: 0px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a, a:visited {
  color: blue;
  text-decoration: none;
}

a:hover {
  color: green;
  text-decoration: underline;
}

.logo {
  padding: 10px 0px 0px 10px;
}

.catch h1 {
  position: absolute;
  top: 70px;
  left: 10px;
  font-size: 0.7em;
}

.headerInstruction {
  color: white;
}

.indent {
  margin: 0 0 0 10px;
}

#propertyListing {

}

#propertyListings h1, #propertyShow h1 {
  font-size: .4em;
  margin: 0 0 20px 0;
}

#propertyListings h2, #propertyShow h2 {
  font-size: 1.8em;
  line-height: 0.9em;
  letter-spacing: -1px;
  text-transform: capitalize;
}

#propertyListing h2, #propertyShow h2 {
  display: inline;
}

#propertyListing p {
  font-size: 1.2em;
  color: rgb(90,90,90);

}

#propertyShow .pictureFeatured {
  display: inline;
  float: left;
  height: auto;
  width: 140px;
  overflow: hidden;
  margin: 0 10px 30px 0;
  text-align: center; 
  padding: 5px;
  border-bottom: 1px solid rgb(160,160,160);
  border-left: 0.5px solid rgb(220,220,220);
  border-right: 1px solid rgb(160,160,160);
  border-top: 0.5px solid rgb(220,220,220);
  background: white;
}

#allPictures img{
  display: inline;
  float: left;
  height: 100px;
  width: 100px;
  overflow: hidden;
  margin: 0 10px 30px 0;
  align: middle;
  
  padding: 5px;
  border-bottom: 1px solid rgb(160,160,160);
  border-left: 0.5px solid rgb(220,220,220);
  border-right: 1px solid rgb(160,160,160);
  border-top: 0.5px solid rgb(220,220,220);
  background: white;
}


#propertyListing .pictureFeatured {
  display: inline;
  float: left;
  height: 100px;
  width: 100px;
  overflow: hidden;
  margin: 0 10px 30px 0;
  align: middle;
  
  padding: 5px;
  border-bottom: 1px solid rgb(160,160,160);
  border-left: 0.5px solid rgb(220,220,220);
  border-right: 1px solid rgb(160,160,160);
  border-top: 0.5px solid rgb(220,220,220);
  background: white;
}

.propertyThumbnail {
  width: 20px;
}

#propertyListing dt, #propertyShow dt {
  margin: 0 0 0 0;
  clear: left;
}

#propertyListing dd, #propertyShow dd {
  margin: 10px 0 0 0;
} 

#propertyListing .propertyTitle {
  font-weight: bold;
}

.propertyShowTitleLeft {
  width: 360px; 
  float: left; 
  padding-right: 30px;
  text-transform: capitalize;
}

.propertyShowTitle {
  height: 30px;
}

#propertyShow .body {
  width: 66%;
}
#propertyShow .body p {
  clear: left;
  font-size: 1.2em;
  color: rgb(30,30,30);
  margin: 0 0 10px 0;
}

#pager {
  clear: left;
}

.navigationmenu {
  padding: 0 5px 10px 0;
  font-size: 1.1em;
}

.navigationmenu h2 {
  font-size: 1.6em;
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(130,130,130);
} 

#recentlyAdded li{
  list-style: none;
}

.propertyContact {
  clear: left;
}

#error {
  border: 5px double red;
  font-size: 16px;
  font-weight: bold;
  margin: 5px;
  padding: 5px;
}

.signupCatcher1 {
  background: rgb(240,240,240);
  padding: 15px;
  margin: 10px 0;
  border: 1px rgb(150,150,150) dotted;
}