/* general styles*/
* { margin: 0; padding: 0; }
img { border: none; }
* html li a{ position:relative;  cursor: pointer;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)); }
a { color: #010bf6; }
p { line-height: 18px; padding-bottom: 10px; font-weight: bold; text-align: center }
li { list-style: none; line-height: 18px; }
li a { color: #014EA0 }
li a:hover { text-decoration: none; color: #000; }
body { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: #333; }
h1 { font-size: 18px; background: #C7D9F1; padding: 20px; font-weight: normal; color: #333; margin-bottom: 10px; }
h2 { font-size: 14px; margin-bottom: 10px; }
h3 { font-size: 18px; color: #02569E; margin-bottom: 20px; }

/* header */
#wrap { background: url(images/bkg.png) no-repeat top left; width: 881px; margin: 0 auto; display: block; padding: 0 130px 0; position: relative; }
#header { margin-bottom: 45px;height: 163px; }

#menu { font-family: "Monotype Corsiva"; font-style: italic; position: absolute; top:163px; left: 67px }
#menu li { float: left; margin-left: 33px; }
#menu li a.home { background: url(images/home.png) no-repeat top; width: 69px; height: 32px; display: block; }
#menu li a.home:hover, #menu li a.home.selected { background: url(images/home_on.png) no-repeat top; }
#menu li a.listings { background: url(images/listings.png) no-repeat top; width: 144px; height: 32px; display: block; }
#menu li a.listings:hover, #menu li a.listings.selected { background: url(images/listings_on.png) no-repeat top; }
#menu li a.buzz { background: url(images/buzz.png) no-repeat top; width: 162px; height: 32px; display: block; }
#menu li a.buzz:hover, #menu li a.buzz.selected { background: url(images/buzz_on.png) no-repeat top; }
#menu li a.areainfo { background: url(images/areainfo.png) no-repeat top; width: 116px; height: 32px; display: block; }
#menu li a.areainfo:hover, #menu li a.areainfo.selected { background: url(images/areainfo_on.png) no-repeat top; }
#menu li a.links { background: url(images/links.png) no-repeat top; width: 69px; height: 32px; display: block; }
#menu li a.links:hover, #menu li a.links.selected { background: url(images/links_on.png) no-repeat top; }
#menu li a.contact { background: url(images/contact.png) no-repeat top; width: 90px; height: 32px; display: block; }
#menu li a.contact:hover, #menu li a.contact.selected { background: url(images/contact_on.png) no-repeat top; }
#menu li a.rentals { background: url(images/rentals.png) no-repeat top; width: 90px; height: 32px; display: block; }
#menu li a.rentals:hover, #menu li a.rentals.selected { background: url(images/rentals_on.png) no-repeat top; }

/* content */
#content { padding: 10px 0; min-height: 500px; }

/*photogallery */
.photogallery .item { margin: 5px; }

/* footer */
#footer { border-top: solid 10px #6093C2; padding: 10px 0 0; }
#footer p { padding:10px 0; font-size: 10px; font-weight: normal; }
#footer .contact p { padding: 0; font-weight: bold; }
#footer .links { float: left; width: 32%; margin-bottom: 15px; font-size: 10px; text-align: center; }
#footer .links li { list-style: none; }
#footer .links li a { text-decoration: none; color: #333; }
#footer .links li a:hover { text-decoration: underline; }

/* other */
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
img.left { margin: 0 10px 5px 0; }
.submit { background: url(images/btn.gif) no-repeat top; width: 91px; height: 31px; color: #fff; font-weight: bold; border:none; cursor: pointer; }
.price {  margin-top: 10px; font-weight: bold; text-align: right!important; }
.article p { margin-bottom: 10px; line-height: 20px; font-weight: normal; text-align: left; }

table.listing { border: none;  }
table.listing td { border-bottom: solid 1px #21525A; padding: 10px 0; margin-bottom: 10px; height: 100px; }
table.listing td h2 a, table.listing td a { text-decoration: none; color: #21525A; }
table.listing td p {  text-align: left; font-weight: normal; }

td a { position: relative; }
td a:hover img { width: 232px; height: 181px; position: absolute; left: 0px; bottom: -35px; z-index:10 }  
