@charset "utf-8";
/* CSS Document */
.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,0.45);
	z-index: 40;
	display: none;
	top: 0;
	left: 0
}
.reveal-modal {
	background: #fff;
	visibility: hidden;
	display: none;
	top: 100px;
	left: 50%;
	margin-left: -260px;
	width: 520px;
	position: absolute;
	z-index: 41;
	padding: 30px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	border:10px solid #666;
}
.reveal-modal .close-reveal-modal:not(.button) {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #aaa;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.6);
	font-weight: bold;
	cursor: pointer
}
.reveal-modal.small {
	width: 30%;
	margin-left: -15%
}
.reveal-modal.medium {
	width: 40%;
	margin-left: -20%
}
.reveal-modal.large {
	width: 60%;
	margin-left: -30%
}
.reveal-modal.xlarge {
	width: 70%;
	margin-left: -35%
}
.reveal-modal.expand {
	width: 90%;
	margin-left: -45%
}
.reveal-modal .row {
	min-width: 0;
	margin-bottom: 10px
}
.reveal-modal>:first-child { margin-top: 0 }
.reveal-modal>:last-child { margin-bottom: 0 }
@media print {
.reveal-modal {
	border: solid 1px #000;
	background: #fff
}
}

.reveal-modal h2{
	font-size: 250%;
	color: #0f96af;
	background-image: url(../images/lightbox_h2bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding:10px 0 10px 65px;
	margin:0 0 20px 0;
}

.reveal-modal p {
	font-family: inherit;
	font-weight: normal;
	font-size:180%;
	line-height: 1.2;
	margin-bottom: 17px
}
.reveal-modal a {
	color: #2ba6cb;
	text-decoration: none;
	line-height: inherit
}
.reveal-modal .button2 {
	background-color: #319fb3;
	background-image: url(../images/lightbox_buttonbg.gif);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	border-radius:5px;
	padding:7px 10px 8px 35px;
	position:relative;
	behavior: url(js/PIE.htc);
	float:right;
	font-size:160%
	
}
.reveal-modal .button2 a{
	color:#fff;
	text-decoration:none;
	display:block];}
.reveal-modal .button2 a:hover{
	color:#FF6;
	text-decoration:none;}
/*----------------------------------*/






