@charset "utf-8";
<!--
body,td,th {
    font-family: Times New Roman, Times, serif;
    font-size: 12px;
    color: #404040;
}
a {
    outline: none;
}
a:link, a:active, a:visited {
    text-decoration:underline;
    color:#005288;
}
a:hover {
    text-decoration: none;
    color: #404040;
}
#main_container {
    position:relative;
    z-index:0;
    width: 947px;
    border: 1px solid #d9dadc;
}
#main_content {
    position:relative;
    display:block;
    width: 947px ;
    background: url('../images/corner-ll.gif') no-repeat bottom left;
}
#topnav {
    position:absolute;
    z-index:50;
    left:180px;
    top:124px;
}
body.listings-page #topnav {
    left: 448px;
    top: 133px;
}
#topnav ul {
    list-style:none;
    font-size:12px;
    margin:0px;
    padding:0px;
}
#topnav ul li {
    display:inline;
    height:24px;
    letter-spacing:2px;
    line-height:26px;
    font-weight:bold;
    margin-left:4px;
    margin-right:4px;
}
#topnav ul li.vert {
    display: inline;
    vertical-align:top;
}
#topnav a:link, #topnav a:active, #topnav a:visited {
    vertical-align:top;
    text-decoration:none;
    color:#404040;
}
#topnav li.navon a:link, #topnav li.navon a:active, #topnav li.navon a:visited {
    vertical-align:top;
    text-decoration:none;
    color:#005288;
}
#topnav a:hover {
    vertical-align:top;
    text-decoration:none;
    color:#005288;
}
#builddrop {
    position:absolute;
    z-index:99;
    left: 210px;
    right: 668px;
    top: 32px;
    width:160px;
    border: 1px solid #adafb2;
}
#builddrop ul {
    padding: 0px;
    margin:0px;
    width:160px;
    list-style:none;
    font-size:11px;
    font-weight:bold;
    background-color: #ffffff;
}
#builddrop ul li {
    width:160px;
    margin:0px;
    padding:0px;
}
#builddrop a {
    display: block;
    margin: 0px;
    padding:0px;
    padding-left: 12px;
    text-decoration:none;
    color:#404040;
}
#builddrop a:link, #builddrop a:active, #builddrop a:visited {
    display: block;
    margin: 0px;
    padding:0px;
    padding-left: 12px;
    text-decoration:none;
    color:#404040;
}
#builddrop a:hover {
    color: #005288;
    text-decoration:none;
    background-color: #e2e2e2;
}
.t10 {
    font-size:10px;
}
.t11 {
    font-size:10px;
}
select.hsearch {
    width:120px;
    font-size:10px;
}
select.hsearch option {
    background-color:#e2e2e2;
}
.coltitles {
    color:#fff;
    font-size:10px;
}
.listing {
    color:#404040;
    font-size:11px;
    background: url(../images/horz-list.gif) repeat-x bottom;
    padding-top:12px;
}
input.contactfield {
    width:200px;
    ont-size:11px;
    font-family: Times New Roman, Times, serif;
    border: 1px solid #adafb2;
}
input.contactarea {
    font-size:11px;
    border: 1px solid #adafb2;
}
#large_map {
    width: 485px;
    height: 595px;
    background: url('images/search/map.jpg') no-repeat top left;
    position: relative;
}
#large_map .point {
    display: block;
    position: absolute;
    width: 21px;
    height: 34px;
    background: url('images/buttons/target.png') no-repeat top left;
}
#large_map .active {
    background: url('images/buttons/target-on.png') no-repeat top left;
    border:0px;
}
#info_boxes {
    padding:12px;
    margin-left:12px;
}

iframe.frame ul.navigation {
    display: none !important;
}

.m_image{ cursor: pointer; }

.colorbox_img_link,
.lightbox-trigger {
    display: block;
    position: relative;
}

.hidden-colorbox-links {
    display: none;
}

.view-images-overlay {
    background: #eee;
    background: rgba(244,244,244,.8);
    position: absolute; bottom: 0;
    width: 70px;
    padding: 2px 10px;
    display: block;
}


/* Colorbox */

/*  Core Style: */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}

/* User Style: */
#cboxOverlay{background:#fff;}
#colorbox{}
    #cboxContent{margin-top:32px; overflow:visible;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#000; padding:1px;}
        #cboxLoadingGraphic{background:url(../images/colorbox/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(../images/colorbox/controls.png) no-repeat 0 0;}
        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious:hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext:hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose:hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}



/* TOOLTIPSTER */


/* This is the default styling for all Tooltipsters: */
.tooltip-message {
    background: #bbbbbb; /* <- for IE */
    background: rgba(155,155,155,0.9); 
    color: #000; 
    position: absolute;
    padding: 10px;
    margin-top: -10px;
    border-radius: 2px; 
    text-align: center; 
    z-index: 9999999; 
    pointer-events: none;
    width: auto;
    overflow: visible;
}

/* When you want to create a second class for your Tooltipster messages, copy (or modify) this template and add your style to it. Don't forget to refer to it in your Tooltipster settings (tooltipClass: '.my-custom-theme') */
.my-custom-theme {
    position: absolute;
    text-align: center; 
    z-index: 9999999; 
    pointer-events: none;
    width: auto;
    /* Start styling here... */
}

/* Add a slight border radius to all images inside the Tooltipsters */
.tooltip-message img {
    border-radius: 2px;
}

/* These next classes handle the styles for the little arrow attached to the tooltip. If you need to change the color of the arrow to match a custom Tooltipster theme, set it in your Tooltipster settings (arrowColor: '#yourcolor') */
.tooltip-arrow {
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0px;
    z-index: -1;
}
.tooltip-arrow-top {
    bottom: -3px;
    margin: 0 auto;
    text-align: center;
}
.tooltip-arrow-top-right {
    bottom: -3px;
    margin-left: -10px;
    text-align: right;
}
.tooltip-arrow-top-left {
    bottom: -3px;
    margin-left: 10px;
    text-align: left;
}
.tooltip-arrow-bottom {
    top: -10px;
    margin: 0 auto;
    text-align: center;
}
.tooltip-arrow-bottom-right {
    top: -10px;
    margin-left: -10px;
    text-align: right;
}
.tooltip-arrow-bottom-left {
    top: -10px;
    margin-left: 10px;
    text-align: left;
}
.tooltip-arrow-left {
    top: 0px;
    right: -18px;
    margin: 0 auto;
    text-align: right;
}
.tooltip-arrow-right {
    top: 0px;
    left: -8px;
    margin: 0 auto;
    text-align: left;
}

/* Some styling to enable the slide animation */
.tooltip-slide {
    height: 0px;
    position: absolute;
    width: auto;
    z-index: 9999999;
    overflow: hidden;
}
