body {
margin: 0px;
padding: 0px;
background-color: #CCC;
}
#wrapper {
border: 1px solid #656452;
width: 960px;
}
#header {
width: 960px;
height: 181px;
background-image: url('../images/header_bg.jpg');
font-family: trebuchet ms, trebuchet, sans-serif;
font-size: 12px;
font-weight: bold;
color: #FFF;
background-repeat: no-repeat;
}
#tagline {
float: right;
width: 337px;
text-align: right;
padding-right: 20px;
padding-top: 160px;
font-size: 10px;
}
#topnav {
padding-top: 160px;
padding-left: 160px;
}
#topnav a {
padding-right: 6px;
padding-left: 6px;
text-decoration: none;
color: #FFF;
}
#topnav a:hover {
text-decoration: underline;
}
#content_repeat {
	width: 960px;
	height: auto;
	background-image: url(../images/content_bg_repeat.jpg);
	background-repeat: repeat-y;
}
#content {
width: 960px;
height: auto;
background-image: url('../images/content_bg.jpg');
background-repeat: no-repeat;
font-size: 12px;
}
#data {
margin-left: 159px;
}
#bottomtext {
width: 801px;
background-color: #a2a084;
border-top: 1px solid #6e6d5a;
font-family: trebuchet ms, trebuchet, sans-serif;
font-size: 11px;
font-weight: normal;
color: #212121;
}
#leftnav {
width: 159px;
vertical-align: top;
float: left;
padding-top: 20px;
}
#leftnav a {
padding-left: 2px;
line-height: 30px;
font-family: trebuchet ms, trebuchet, sans-serif;
font-size: 11px;
font-weight: bold;
color: #504f4f;
text-decoration: none;
}
#leftnav a {
text-decoration: underline;
}
#footer {
background-color: #006180;
color: #FFF;
border-top: 1px solid #FFF;
width: 960px;
height: 35px;
font-family: trebuchet ms, trebuchet, sans-serif;
font-size: 11px;
font-weight: normal;
color: #FFF;
}
#footer a {
color: #FFF;
text-decoration: underline;
}
#listing {
width: 650px;
padding: 15px;
font-family: trebuchet ms, trebuchet, sans-serif;
font-size: 11px;
border: 1px solid #666;
min-height: 90px;
}
.sort {
width: 250px;
height: 20px;
font-family: trebuchet ms, trebuchet, sans-serif;
font-size: 11px;
background-color: #006181;
text-align: center;
color: #FFF;
}
.description {
width: 300px;
}
h1 {
color: #006181;
font-size: 14px;
font-weight: bold;
margin: 0px;
font-family: arial, sans-serif;
}
#pad {
padding: 20px;
font-family: trebuchet ms, trebuchet, sans-serif;
font-size: 12px;
}
#agent_box {
width: 250px;
border: 1px solid #656452;
background-color: #c9c7b7;
}
#agent_headline {
color: #c9c7b7;
text-align: left;
background-color: #656452;
font-weight: bold;
font-size: 12px;
}
#listing_detail {
width: 400px;
padding: 15px;
font-family: trebuchet ms, trebuchet, sans-serif;
font-size: 11px;
}
td {
vertical-align: top;
}
option, input, select {
font-family: trebuchet ms, trebuchet, sans-serif;
font-size: 11px;
}
a, a:visited {
color: #006181;
}
#disclaimer {
font-size: 11px;
}


/* IMAGE ZOOM STUFF  */
.PZ3zoom { 
border:1px solid #000; 
}

.PZ3zoom a,.PZ3zoom a:visited { 
display:block;
padding:0; 
overflow:hidden; 
text-decoration:none;
height:100%; 
width:100%; }
html>/**/body 
  
.PZ3-r a { right:0; }

.PZ3zoom a:hover { 
position:absolute;
z-index:999; 
padding:0; 
background:none; 
cursor:default; 
height:auto; 
width:auto;
overflow:visible; 
border:1px solid #000;
margin:-1px 0 0 -1px; }
html>body .PZ3zoom a:hover { margin:-1px -1px 0 -1px; }

.PZ3zoom a img { 
border:0; 
height:100%; 
width:100%; 
}

.PZ3zoom a:hover img { 
height:auto; 
width:auto;
border:0; 
}

