/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
    display: none;
    position: absolute;
    top: 50px;
    left: 25%;
    width: 667px;
	height: 800px;
    color: #333;
	/*z-index:3500;*/
}

#photo-lightbox-close-button {
position:absolute;
	right:-11px;
	top:-13px;
	z-index:1000;
}

#photo-lightbox-image {
	background-color: #ffffff;
	border: 1px solid black;
    padding: 7px 8px 7px 8px;
}

#photo-lightbox-image p {
	margin:11px 0 20px 25px;
	text-align:left;
	font-size:14px;
	line-height:20px;
}
.four-bedroom-cottage {margin-right:8px; margin-left:85px;}	
.four-bedroom-swf { width:761px !important; height:452px;}
.eight-bedroom-swf { width:786px !important; height:438px;}
.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

#meeting-map-flash-wrapper { width:760px; height:600px; }

/* ---- Homepage Modal ------- */
.jqmWindow-72hr {
    position: fixed;
    top: 10%;
    left: 50%;
    margin-left: -288px;/*set as half of width*/
    width: 579px;
    background-color: #EEE;
    color: #333;
   /* border: 1px solid #6e6c3c;
    padding: 6px 6px 12px 12px;*/
	/*z-index:3500;*/
}

div#modal-wrapper{display:none;width:579px; margin-left: -270px; padding: 9px 0; background: url("/images/home/modal-72hr-bg.jpg") no-repeat 0 center; border: none; }
div#modal-wrapper div#modal-content{height:382px; width: 579px; text-align: left; }
div#modal-wrapper div#modal-content div#modal-text{padding:308px 0 0 335px; width:119px;}
div#modal-wrapper div#modal-content div#modal-text img { float: left; display: inline;}
div#modal-wrapper div#modal-close{ position:absolute; right:50px; top:16px;}
div#modal-wrapper div#modal-close a {display:block; height:14px; width:55px; text-indent:-9999px;}
div#modal-wrapper div#modal-proceed{position:absolute; right:115px; top:357px;}
div#modal-wrapper div#modal-proceed a{display:block; height:14px; width:135px; text-indent:-9999px;}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow-72hr {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
