
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	background-image: url(../images/content-bkgnd.gif);
    margin: auto;
    padding: 20px;
	border: 1px solid #F0EDC9;
    width: 700px;
    height: 400px;
    z-index: 1000; /* Sit on top */
    position: relative; /* Allow z-index to work */
}

/* The Close Button */
.close {
    color: #424528;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #FFF;
    text-decoration: none;
	text-shadow: #000 1px 1px 2px;
    cursor: pointer;
}

/* The Go To Research Site Button */
.buttonResearch {
    position: relative;
    width: 160px;
    padding: 5px;
    margin: 0 auto;
    bottom: -30px;
	border: 1px solid #424528;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    font-size: 12px;
}


.buttonResearch a:link {
	color: #424528;
	text-shadow: #F0EDC9 1px 1px 2px;
}
.buttonResearch a:visited {
	color: #424528;
	text-shadow: #F0EDC9 1px 1px 2px;
}
.buttonResearch a:hover {
	color: #F0EDC9;
	text-shadow: #000 1px 1px 2px;
}
.buttonResearch a:active {
	color: #424528;
	text-shadow: #F0EDC9 1px 1px 2px;
}


.popTitle {
    padding-top: 20px;
    color: #424528;
}

.popText {
    padding: 40px;
	font-variant: normal;
    color: #424528;
    font-size: 12px;
	line-height: 20px;
    font-weight: normal;

}

.wendoverStyle {
	background-image: url(../images/content-bkgnd.gif);
    margin: auto;
    /* padding: 20px; */
	border: 1px solid #F0EDC9;
    width: 890px;
    height: 750px;
    z-index: 1000; /* Sit on top */
    position: relative; /* Allow z-index to work */
 }   

.wendoverTitle {
    padding-top: 20px;
    font-size: 20px;
    color: #424528;
}

.wendoverContentWrap {
    top: 0px;
    margin: auto;
    position: relative; 
    width: 890px;
    height: 300px;
    overflow-y: auto;
}


.wendoverText {
    margin: 5px, 40px, 5px, 40px;
	font-variant: normal;
    color: #424528;
    font-size: 14px;
/* 	line-height: 16px; */
    font-weight: normal;

}

.reunionBannerWrap{
    top: 5px;
    margin: auto;
	border: 1px solid #000;
	width: 884px;
	height: 469px;
	position: relative;
}

.WendoverBannerWrap{
    top: 5px;
    margin: auto;
	border: 1px solid #000;
	width: 884px;
	height: 558px;
	position: relative;
}

/* The Go To Wendover Fundraiser */
.buttonWendover {
    position: relative;
    width: 160px;
 /*    padding: 5px; */
    margin: 0 auto;
    bottom: -20px;
	border: 1px solid #424528;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    font-size: 12px;
}

.buttonWendover a:link {
	color: #424528;
	text-shadow: #F0EDC9 1px 1px 2px;
}
.buttonWendover a:visited {
	color: #424528;
	text-shadow: #F0EDC9 1px 1px 2px;
}
.buttonWendover a:hover {
	color: #F0EDC9;
	text-shadow: #000 1px 1px 2px;
}
.buttonWendover a:active {
	color: #424528;
	text-shadow: #F0EDC9 1px 1px 2px;
}

