/* 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: 17%;
    left: 50%;
    
    margin-left: -285px;
    width: 571px;
    height: 420px;
    background-color: #fff;
    color: #333;

    background: #faecbe url('/images/modal/dhr_springsale.jpg') no-repeat 0 0;
}

.jqmClose { position: absolute; right: -23px; top: -23px; }
#modal-button a img { position: absolute; bottom: 54px; left: 107px; }

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

div#cantera-modal { display: none; width: 676px; height: 410px; position:absolute; left: 50%; margin-left: -338px; top:100px; z-index:2000; text-align:left; background-image:url(/images/modal/travel-leisure-modal-bg.png);}
div#cantera-modal #cantera-promo-button { float: right; position: relative; top: -6px; right: -12px; }
div#cantera-modal a.btn-learnmore { width: 193px; height: 49px; position: relative; top: 300px; left: 37px;}

/* Transformation Modal */
#transformation-modal { 
	display: none; 
	width: 1018px; 
	height: 612px; 
	position:absolute; 
	left: 50%; 
	margin-left: -509px; 
	top: 80px !important; 
	z-index: 9999; 
	text-align:left; 
	background: url(/images/modal/transformation.jpg) no-repeat;
}

#transformation-modal-links {
	width: 600px;
	height: 150px;
	margin: 0px auto;
	margin-top: 455px;
}

#transformation-modal-links a {
	display: block;
	float: left;
}

#transformation-modal-links .links1 {
	width: 100%;
	height: 79px;
	padding-top: 23px;
}

#transformation-modal-links .links2 {
	width: 200px;
	height: 41px;
	padding-top: 6px;
	margin-left: 210px;
}	
	
#transformation-modal-links .tee_time {
	width: 235px;
	height: 70px;
	margin-left: 52px;
}

#transformation-modal-links .explore_transformation {
	width: 235px;
	height: 70px;
	margin-left: 27px;
}
	
#transformation-modal-links .links2 a {
	width: 35px;
	height: 35px;
	margin-left: 8px;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	