/* 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;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid #6e6c3c;
    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:579px; margin-left: -285px; padding: 9px 0; background: url("../images/modal/modal-home-summer-bg.jpg") no-repeat 0 center; border: none; }
div#modal-wrapper div#modal-top{display:block; height:30px; position:absolute; right:-17px; text-align:right; top:-1px; width:30px;}
div#modal-wrapper div#modal-content{height:345px; width: 573px; text-align: left; }
div#modal-wrapper div#modal-content div#modal-text{padding:230px 0 0 35px; width:300px;}
div#modal-wrapper div#modal-content div#modal-text img { float: left; display: inline; }
img#photo-lightbox-close-button { height: 30px; width: 30px; }

img.png { behavior: url("/png/png.htc"); /* for IE only, path is relative to file that calls this style */ }

div#modal-wrapper div#modal-content div#modal-text p {font-family: Verdana, Arial, Helvetica, sans-serif;
														 font-size: 10px;
														 width:262px;
														 padding-top:29px;
														 text-align:center;
														 text-transform:uppercase;
														 color:#556421}