@charset "utf-8";
<!--

body {
	background-image: url(/images/page-tile.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
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;
}

.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;
}

/* Zach nov12 css below */

.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;
}

/* Sample Image Overlays */

#cboxContent.sample::after{
    content: 'sample image: not of actual unit';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 12px 0;
    width: 100%;
    text-align: center;
    font-size: 1.8em;
    background: rgba(200,200,200, .7);
    color: #333;
    font-weight: bold;
    text-shadow: 0px 0px 3px #fff;
}

#large_image_td.sample_img_overlay::after {
    content: 'sample image: not of actual unit';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 12px 0;
    margin: 0 12px;    
    width: 380px;
    text-align: center;
    font-size: 1.8em;
    background: rgba(200,200,200, .7);
    color: #333;
    font-weight: bold;
    text-shadow: 0px 0px 3px #fff;
}



/* 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;
}


-->