/* LOGO YELLOW = #FBFF8D */
/* futura-pt  futura-pt-condensed */
/* stencil-std  */

body {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: proxima-nova, Verdana, Arial, Helvetica, sans-serif;
}

.wf-loading {
	/* to stop jump of un styled fonts */
	display: none;
}

/* CLASS STYLES */

/* A */

/* B */

/* C */

#content {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto 20px auto;
	clear: both;
	min-height: 500px;
	}

/* D */


/* E */

/* F */

#fadeimagescontainercaption { display: none; }

#footercontainer {
	width:100%;
	border-top: 1px solid #CCCCCC;
	margin: 20px 0px 20px 0px;
}

#footer {
	width: 90%;
	max-width: 1200px;
	font-size: 12px;
	color: #999999;
	margin: 10px auto 10px auto;
}

#footer a, #footer a:link, #footer a:visited {
	color: #ff0000 !important;
}
.FreezePaneOn {
	background:rgba(255,255,204,0.3);
	/* opacity values range 'a' from 0 (transparent) to 1 (opaque)*/
	}

/* G */

/* H */

#headercontainer {
	width:90%;
	max-width: 1200px;
	margin: 0px auto 0px auto;
}

#header {
}

#headerlogo {
	width: 100%;
	clear: both;
}


/* J */

/* K */

/* L */

#logo {
	float:left;
	margin-right: 50px;
	margin-top: 40px;
}

/* M */

#menusurround {
	width:100%;
	position:relative;
	text-align: center;
	height:auto;
	display: flex;
  	flex-direction: column;
	box-sizing:border-box;
}

#menumobile {
	display:none;
}

#menunavbar {
	width: 100%;
	margin: 0px;
	clear: both;
	box-sizing: border-box;
}

/* N */

/* O */

/* P */


/* Q */

/* R */

/* S */

.surveyresultsanswers {
    font-size:15px;
    width:100%;
    border-collapse:collapse;
    border:1px solid #999999;
    padding:4px;
	vertical-align:top;
}

.surveyresultsanswers td:nth-child(odd) {
	background-color: #FFFFCC;
}
.surveyresultsanswers td:nth-child(even) {
	background-color: #CCCCCC;
}
.surveyresultsanswers td:hover {
	background-color: #C90;
}

.surveymultiplepossible {
    font-size: 11px;
	}
	
/* T */



/* U */

/* V */

/* W */

/* X */

/* Y */

/* Z */


/* DEVICES SMALLER THAN 600px ================================================== */
/* rules that only apply for canvases narrower than???px ie mobiles*/

@media only screen and (max-width: 1500px) { 


}

@media only screen and (max-width: 600px) { 

/* A MOBILE */

/* B MOBILE */

/* C MOBILE */

/* D MOBILE */

/* E MOBILE */

/* F MOBILE */

#footercontainer {
	position: relative;
}
/* G MOBILE */

/* H MOBILE */

/* I MOBILE */

/* J MOBILE */

/* K MOBILE */

/* L MOBILE */

#logo {
	float:none;
	margin-right: 0px;
	margin-top: 20px;
}

/* M MOBILE */

#menumobile {
	display:block;
	text-align: center;
	font-size:24px;
	padding:10px;
	color: #FFFFFF;
	cursor: pointer;
}

#menunavbar {
    display: none;
}
/* N MOBILE */

/* O MOBILE */

/* P MOBILE */

#photogrid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 5px;
	}
#photogrid img {
	width: 100%;
    height: 250px;
	object-fit: contain; /* Constrain the correct proportion with the width/height above */
}

/* Q MOBILE */

/* R MOBILE */

/* S MOBILE */

/* T MOBILE */

/* U MOBILE */

/* V MOBILE */

/* W MOBILE */

/* X MOBILE */

/* Y MOBILE */

/* Z MOBILE */

}



/* PRINT ONLY STYLES */

@media print 
{
	
body  { background-color: #ffffff;}
.button	{ display:none; }
.noprint { display:none; }
#table1 th, #table1 td {
	border: 1px solid #cccccc;
	font-size:9pt;
}
}

/* CLASS ITEMS USED in FUNCTIONS.ASP ======================================================== */

.submenusonpage {
	margin-top:20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.directorylisting {
	margin-top:20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* CLASS ITEMS USED in GALLERY ======================================================= */

#Gallery_surround {
	width:100%;
}
#Gallery_div {
	width:100%;
}

#goBackCell {
	cursor: pointer;
	width: 20px;
	background-image: url(admin/images/_arrow_back_dBlue.gif);
	background-repeat: no-repeat;
	background-position: center center;	
}
#goForwardCell {
	cursor: pointer;
	width: 20px;
	background-image: url(admin/images/_arrow_next_dBlue.gif);
	background-repeat: no-repeat;
	background-position: center center;	
}

#Gallery_Image_surround {
    width: 100%;
}

#Gallery_Image {
	cursor: pointer;
	width: 100%;
	height : 600px;
	object-fit: contain; /* Constrain the correct proportion with the width/height above */
}

#Gallery_Caption {

}

#Gallery_thumbnail_div {

}
.galleryThumbnail {
	height:100px;
	cursor: pointer;
}

/* END ==================================================== */

