body
{
    margin: 0 auto;
    text-align: center;
    background-color: transparent;
}

p
{
    line-height: 1.25em;
    margin: 0 0 12px;
    font-size: 1.3rem;
}

h4
{
    font-size:1.8rem;
    line-height: 1.25em;
    margin: 0 0 12px;
}

.header
{
    box-shadow: 0 1px 3px #aaa;
    -moz-box-shadow: 0 1px 3px #aaa;
    -webkit-box-shadow: 0 1px 3px #aaa;
    background-color: white;
    background-repeat: no-repeat;
    background-image: -moz-linear-gradient(white,#f8f8f8);
    background-image: -ms-linear-gradient(top,white,#f8f8f8);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f8f8f8),to(#f8f8f8));
    background-image: -webkit-linear-gradient(white,#f8f8f8);
    background-image: linear-gradient(top,white,#f8f8f8);
    display: block;
    padding: 15px 20px;
    position: relative;
    z-index: 10000;
}
dl.sub-nav
{
    margin: 0;
}
#container
{
    margin: 0 auto;
    width: auto;
    visibility: hidden;
}

#container a
{
    text-decoration: underline;
}

#container a:visited
{
    /*color: #B22222;*/
}

.listing
{
    margin: 10px;
    background: #FFF;
    box-shadow: 0 1px 3px #aaa;
    -moz-box-shadow: 0 1px 3px #aaa;
    -webkit-box-shadow: 0 1px 3px #aaa;
    width: 130px;
}
.listing_inner
{
    padding: 15px;
    padding-bottom: 3px;
}
.listing_photo
{
    display: block;
    margin-bottom: 5px;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 2px #444;
    width: 110px;
}
.listing_footer
{
    background-color: #f8f8f8;
    padding: 3px;
    height: 20px;
    font-size: 0.85em;
}

.listing_footer a:link
{
    text-decoration: none !important;
    color:inherit;
}

.listing_footer a:hover
{
    text-decoration: underline !important;
    color: #2A85E8;
}

.listing_status_overlay
{
    position: absolute;
    top: 0;
    left: 0;
}

.listing_nomatch
{
    width:100%; padding:5px;
}

.btnLoadMorePlaceholder
{
    display:none;
    margin-top:25px;
    margin-bottom:25px;
}

.poweredByPlaceholder
{
    margin-top:10px;
    margin-bottom:25px;
}

.brandingPlaceholder
{
    display:none;
}

.brandingDesktop
{
    margin-top:10px;
}

.brandingDesktop p
{
    line-height:1.5em;
}


.brandingMobile
{
    margin-top:10px;
}

.brandingMobile p
{
    line-height:1.2em;
    font-size:0.7em;
}

p.brandingPhotoPlaceholder{
    margin-bottom:0px;
}

p.brandingPhotoPlaceholder span {
    background: transparent;
    padding: 0 20px;
    position: relative;
    z-index: 5;
  }
  
p.brandingPhotoPlaceholder+p {
    border-top: solid 1px #DDD;
    padding-top: 50px;
    margin-top: -50px;
}

.brandingDesktop .brandingPhoto
{
    background: #F8F8F8;
    max-width:80px;
    width: expression(this.width > 70 ? 70: true);
    max-height:80px;
    height: expression(this.height > 80 ? 80: true);
    padding:5px;
    box-shadow: 0 1px 3px #aaa;
    -moz-box-shadow: 0 1px 3px #aaa;
    -webkit-box-shadow: 0 1px 3px #aaa;
}

.brandingDesktop .brandingName
{
    font-size: 1.3em;
    font-weight: bold;
}

.brandingPhone .brandingPhoto
{
    background: #F8F8F8;
    max-width:70px;
    width: expression(this.width > 70 ? 70: true);
    max-height:70px;
    height: expression(this.height > 70 ? 70: true);
    height: 70px;
    padding:2px;
    box-shadow: 0 1px 3px #aaa;
    -moz-box-shadow: 0 1px 3px #aaa;
    -webkit-box-shadow: 0 1px 3px #aaa;
}

.brandingPhone .brandingName
{
    font-weight: bold;
}

.brandingPhone p.brandingPhotoPlaceholder+p {
    border-top: solid 1px #DDD;
    padding-top: 40px;
    margin-top: -40px;
}

.equalhousing
{
    font-size: 0.7em;
}

/**** Isotope Filtering ****/.isotope-item
{
    z-index: 2;
}
.isotope-hidden.isotope-item
{
    pointer-events: none;
    z-index: 1;
}
/**** Isotope CSS3 transitions ****/.isotope, .isotope .isotope-item
{
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope
{
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item
{
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition
{
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}


ul.breadcrumbs li a, ul.breadcrumbs li span
{
    font-size: 14px;
}

dd.sub-nav li a, dd.sub-nav li span
{
    font-size: 11px;
}