/* landlord.css - Styles for LandlordRealty.com */

/* Body Definition */
body
{
  margin: 0px 0px 0px 0px;
  background-color: #7A7A7A;
  color: #7A7A7A;
  font-family: Verdana, sans-serif;
  font-size: 12pt;
  voice-family: male;
  vertical-align: middle;
}

/* Element Definitions */
#main_body
{
  position: relative;
  display: block;
  width: 735px;
  height: 231px;
  margin: 0 auto;
  background-color: #E6E6E6;
}

#main_body_admin
{
  position: relative;
  display: block;
  width: 735px;
  height: 138px;
  margin: 0 auto;
  background-color: #E6E6E6;
}

#new_listings
{
  position: absolute;
  display: block;
  width: 185px;
  height: 231px;
  right: 0px;
  margin-right: 0px;
  margin-left: 550px;
  background-image: url(images/new_listings.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #95B4A1;
}

#new_listings_sm
{
  position: absolute;
  display: block;
  width: 185px;
  height: 138px;
  right: 0px;
  margin-right: 0px;
  margin-left: 550px;
  background-image: url(images/new_listings.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #95B4A1;
}

#banner
{
  position: absolute;
  display: block;
  width: 550px;
  height: 55px;
  left: 0px;
  margin-left: 0px;
  background-image: url(images/blkbanner.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #000000;
}

#collage
{
  position: absolute;
  display: block;
  width: 550px;
  height: 138px;
  left: 0px;
  margin-left: 0px;
  margin-top: 55px;
  background-image: url(images/collage.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #000000;
}

#collage_listing
{
  position: absolute;
  display: block;
  width: 550px;
  height: 45px;
  left: 0px;
  margin-left: 0px;
  margin-top: 55px;
  background-image: url(images/collage_listing.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #000000;
}

#main_nav
{
  position: absolute;
  display: block;
  width: 550px;
  height: 38px;
  left: 0px;
  margin-left: 0px;
  margin-top: 193px;
  background-color: #FFFFFF;
}

#main_nav_listing
{
  position: absolute;
  display: block;
  width: 550px;
  height: 38px;
  left: 0px;
  margin-left: 0px;
  margin-top: 100px;
  background-color: #FFFFFF;
}

#bottom_nav
{
  position: relative;
  display: block;
  width: 735px;
  height: 20px;
  margin: 0 auto;
  background-color: #000000;
  vertical-align: middle;
}

#content
{
  position: relative;
  display: block;
  width: 735px;
  margin: 0 auto;
  background-color: #E6E6E6;
}

#animation
{
  position: absolute;
  display: block;
  width: 175px;
  height: 200px; 
  margin: 10px;
  left: 0px;
  background-color: #888888;
  z-index: 25;
}

#body_text
{
  position: relative;
  display: block;
  width: 525px;
  max-width: 525px;
  min-height: 350px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 200px;  
  background-color: #E6E6E6;
  color: #000000;
}

#listing
{
  position: relative;
  display: block;
  width: 525px;
  max-width: 525px;
  min-height: 350px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 200px;  
  background-color: #E6E6E6;
  color: #000000;
}

#body_text_admin
{
  position: relative;
  display: block;
  width: 715px;
  min-height: 350px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  padding-bottom: 5px;
  color: #000000;
}

img.listing
{
  position: absolute;
  display: block;
  max-width: 175px;
  max-height: 200px; 
  margin: 5px;
  border: 0px;
  left: 0px;
  z-index: 25;
}

p.navlinks
{
  color: #1C5E36;
  font-weight: bold;
  font-size: 8pt;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0px;
  padding-top: 10px;
}

p.footer
{
  color: #EEEEEE;
  font-weight: bold;
  font-size: 8pt;
  text-align: center;
  vertical-align: middle;
  text-transform: lowercase;
  padding-top: 2px;
  margin: 0px;
}

.title
{
  font-size: 11pt;
  font-weight: bold;
  color: #000000;
}

p.listtitle
{
  color: #FFFFFF;
  font-size: 11pt;
  font-weight: bold;
  text-align: center;
  margin: 4px;
}

p.listing
{
  color: #FFFFFF;
  font-size: 10pt;
  text-align: left;
  margin: 4px;
  padding-left: 4px;
}

p.adminlisting
{
  color: #FFFFFF;
  font-size: 10pt;
  text-align: center;
  margin: 4px;
}

p.subtitle
{
  color: #333333;
  font-weight: bold;
  font-size: 10pt;
  text-transform: uppercase;
}

.black
{
  color: #000000;
  font-size: 10.5pt;
}

p.tiny
{
  font-size: 1pt;
  margin: 0px;
}

.red
{
  font-size: 12pt;
  color: #990000;
}

.green
{
  font-size: 12pt;
  color: #009900;
}

a
{
  color: #4C5E46;
  text-decoration: none;
}

a:visited
{
  color: #555555;
}

a:hover
{
  color: #77AA77;
}

a.bold
{
  color: #4C5E46;
  text-decoration: none;
  font-weight: bold;
}

a.bold:visited
{
  color: #555555;
  font-weight: bold;
}

a.bold:hover
{
  color: #77AA77;
  font-weight: bold;
}

a.topnav
{
  color: #1C5E36;
}

a.topnav:visited
{
  color: #1C5E36;
}

a.topnav:hover
{
  color: #77AA77;
}

a.footer
{
  color: #FFFFFF;
}

a.footer:visited
{
  color: #FFFFFF;
}

a.footer:hover
{
  color: #AAEEAA;
}

a.listing
{
  font-weight: bold;
  color: #FFFFFF;
}

a.listing:visited
{
  color: #FFFFFF;
}

a.listing:hover
{
  color: #DDEECC;
}

hr
{
  color: #555555;
}

