/* 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: fixed;
    top: 10%;
    left: 50%;
    margin-left: -380px;/*set as half of width*/
    width: 761px;
    color: #333;
    padding: 6px 6px 12px 12px;
}

.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');
}




/* ---- Homepage Modal ------- */
div#modal-wrapper{display:none;width:584px; height: 347px; margin-left: -338px; padding: 9px 0; background: url("../images/modal/modal-slopeside-rates.jpg") no-repeat 0 center; border: none; margin-top: 15px; }
div#modal-wrapper div#modal-top{display:block; height:30px; position:absolute; right:-10px; text-align:right; top:-2px; width:30px;}
div#modal-wrapper div#modal-content{height:372px; width: 616px; text-align: left; left: 0; position: absolute; }
div#modal-wrapper div#modal-content div#modal-text{padding:265px 0 0 24px; width:300px;}
div#modal-wrapper div#modal-content div#modal-text img { float: left; display: inline; margin-left:8px;}
div#modal-wrapper div#modal-content div#modal-text p {font-family: Verdana, Arial, Helvetica, sans-serif;
														 font-size: 11px;
														 width:262px;
														 padding-top:30px;
														 text-align:center;
														 text-transform:uppercase;
														 color:#2a3469;
														 line-height: 1.4em;}

div#modal-wrapper div#modal-top .jqmClose { padding: 0; float: right; position: absolute; right: 0; z-index: 1000; }

/* ---- Wedding Venues Modal ------- */
div#dialog { height: 518px; padding: 10px 29px 0px 10px; z-index: 3000; }

/* ---- Videos Modal ---- */
div#modal-videos{display:none;width:640px; height: 385px; margin-left: -315px; padding: 9px 0; border: none; margin-top: 15px; }
div#modal-videos div#modal-top{display:block; height:30px; position:absolute; right:-10px; text-align:right; top:-2px; width:30px;}
div#modal-videos div#modal-content{height:385px; width: 640px; text-align: left; left: 0; position: absolute; }
div#modal-videos div#modal-content div#modal-text{padding:245px 0 0 18px; width:300px;}
div#modal-videos div#modal-content div#modal-text img { float: left; display: inline;}
div#modal-videos div#modal-content div#modal-text p {font-family: Verdana, Arial, Helvetica, sans-serif;
														 font-size: 11px;
														 width:262px;
														 padding-top:30px;
														 text-align:center;
														 text-transform:uppercase;
														 color:#2a3469;
														 line-height: 1.4em;}

div#modal-videos div#modal-top .jqmClose { padding: 0; float: right; position: absolute; top: -13px; right: -12px; z-index: 1000; }
