@charset "utf-8";
/* CSS Document */

body {
	width: 100%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #A8A8A8;
    left: 0px;
	top: 0px;	
	padding: 0px;
    background-color:  #214316 /* #095411 #275402 #338209 #193F1D */
}

/* all page style choices */
#allPages {
	text-align: center;
    width: 97%;
    padding: inherit;
}
#homePageBkg {
	display: inline-block;
	clear: both;
	width: 100%;
	padding:  0px;
  	font-size: 1.25em; 
    line-height: 1.35em;
  	color: #a8a8a8;
	min-height: 500px;
    background-image: url("../images/WatercolorBkg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}
#homeTextCenter {
	clear: both;
	text-align: center;
	font-size: 1.20em;
	line-height: 1.30em;
	margin-right: 5%;
	margin-left: 5%;    
}
#pageContent {
	clear: both;
	display: inline-block;
	margin-left: 20%;
	width: 73%;
	padding:  0% 2% 0% 2%;
  	font-size: 1.05em;
    line-height: 1.15em;
  	color: #a8a8a8;
	min-height: 600px;
}
#allTable {
	position:relative;
	clear: both;
	width: 99%;
	text-align: center;
	vertical-align: top;
	color: #98FFED; /* #a8a8a8; */
	font-size: 1.05em;
	line-height: 1.15em;
}
.allFrame {
    border: 5px solid #000000; 
  	background: #000000; 
  	margin: auto;
  	padding: 0px;
}
#allFooter {
	clear: both;
    display: inline-block;
    margin-left: 20%;
	width: 73%;
	padding:  0% 2% 0% 2%;
	text-align: center;
	font-size: 0.85em;
	line-height: 0.90em;
  	color: #a8a8a8;
}

/* navigation style choices */
.sideNav {
  	height: 100%;
  	width: 18%;
    min-width: 100px;
    max-width: 300px;
	float: left;
	margin-right: -18%;
	display: inline-block;
  	position: relative;
  	z-index: 1;
  	top: 0;
  	left: 5px;
  	overflow-x: hidden;
}
.sideNav a {
  	padding: 5px 5px 1px 10px;
  	text-decoration: none;
  	font-size: 1.05em;
    line-height: 1.15em;
  	color: #a8a8a8;
  	display: block;
  	border: none;
  	width:100%;
  	text-align: left;
  	cursor: pointer;
  	outline: none;
}
a:link {
	color: inherit;
	text-decoration: none;
}
a:visited {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: inherit;
	font-style: italic;
	text-decoration: none;
}
a:active {
	color: inherit;
	text-decoration: none;
}
.dropdown {
    float: left;
    overflow: hidden;    
}
/* Dropdown 1 - needed to position the dropdown content */
.dropdown-level1 {
    float: left;
  	width: 95%;
    padding: 1px 0px 8px 35px;
    overflow: hidden;
}
/* Dropdown 2 - needed to position the dropdown content */
.dropdown-level2 {
    float: left;
  	width: 95%;
    padding: 1px 0px 5px 20px;
    overflow: hidden;
}






/* all pages style choices */
.pcTitleCenter {
	text-align: center;
	font-size: 1.40em;
	line-height: 1.50em;
	vertical-align: top;
    color: a8a8a8;
}
.pcSubtitleCenter {
	clear: both;
	text-align: center;
	font-size: 1.20em;
	line-height: 1.30em;
	color: #a8a8a8;
	vertical-align: top;
}
.pcTextMedium {
	clear: both;
    text-align: center;
	font-size: 1.05em;
	line-height: 1.15em;
    color: a8a8a8;
}
.pcTextSmallAlignCenter {
	text-align: center;
	font-size: 1.00em;
	line-height: 1.10em;
    color: a8a8a8;
}
.pcTextSmallAlignLeft {
	text-align: left;
	font-size: 0.95em;
	line-height: 1.05em;
	padding-left: 2%;
    color: a8a8a8;
}
.pcPhotoFrame {
  border: 5px solid #000000; 
  background: #000000;
  margin: auto;
  padding: 0px;
}
.pcPhotoLeft {
	float: left;
	width: 48%;
	width: 44%;
	padding-left: 2%;
	padding-right: 2%;
	align-content: center;
	max-height: 350px;
}	
.pcPhotoCenter {
	padding-left: 10%;
	padding-right: 5%;
	align-content: center;
	width: 90%;
	max-height: 350px;
}
.pcPhotoRight {
	float: right;
	width: 44%;
	padding-left: 2%;
	padding-right: 2%;
	align-content: center;
	max-height: 350px;
}	
.pcTextLeft {
	float: left;
	width: 44%;
	text-align: center;
	padding-right: 2%;
    padding-left: 2%;
}
.pcTextCenter {
	clear: both;
	text-align: center;
	margin-right: 5%;
	margin-left: 5%;
    color: a8a8a8;
}
.pcTextRight {
	float: right;
	width: 44%;
	text-align: center;
	padding-right: 2%;
    padding-left: 2%;
    color: a8a8a8;
}
.pcClear {
	clear: both;
}
.pcTable {
	position:relative;
	clear: both;
	text-align: bottom;
	vertical-align: top;
	font-size: 1.05em;
	line-height: 1.15em;
    color: a8a8a8;
}
.pcTableDataLeft {
	text-align: left;
	font-size: 1.05em;
	line-height: 1.15em;
	vertical-align: top;
    color: a8a8a8;
}
.pcTablePhoto {
    width: 100%;
	vertical-align: top;
	align-content: center;
	padding: 5px;
}
.pcOneLineTextBox {
    padding:0;
    height: 30px;
	margin: 5px;
    position: relative;
    left: 0;
	width: 400px;
    outline: outset;
    border: .5px solid #a8a8a8;
    border-color: rgba(0,0,0,.15);
	font: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 1.05em;
    line-height: 1.1em;
    color: a8a8a8;
}
.pcMultiLineTextBox {
    padding:0;
	margin: 5px;
    position: relative;
    left: 0;
	width: 400px;
    outline: outset;
    border: .5px solid #a8a8a8;
    border-color: rgba(0,0,0,.15);
	font: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 1.05em;
    line-height: 1.15em;
}
.pcDefaultLabel {
    padding: 10px;
    height: 200px;
    position: relative;
    left: 0;
	width: 100px;
    background-color: none;
    font-size: 1.05em;
    line-height: 1.15em;
}


/* slideshow 7 */
.slideshow7{
   position: inherit;
   padding-left: 5%;
   padding-right: 5%;
}
.slideshow7 figure7{
   margin: 0;
   position: absolute;
   max-height: 600px;
   max-width: 100%;
   align-content: center;
   text-align: center;
   opacity: 0;
}
.slideshow7:hover figure7 {
   transition: opacity .5s;
   opacity: 1;
}
figure7:nth-child(1) {
   animation: xfade 42s 36s infinite;
}
figure7:nth-child(2) {
   animation: xfade 42s 30s infinite;
}
figure7:nth-child(3) {
   animation: xfade 42s 24s infinite;
}
figure7:nth-child(4) {
   animation: xfade 42s 18s infinite;
}
figure7:nth-child(5) {
   animation: xfade 42s 12s infinite;
}
figure7:nth-child(6) {
   animation: xfade 42s 6s infinite;
}
figure7:nth-child(7) {
   animation: xfade 42s 0s infinite;
}
@keyframes xfade {
   0%{
      opacity: 0;
   }
   10.5% {
      opacity:0;
   }
   12.5%{
      opacity: 0;
   }
   98% {
      opacity:0;
   }
   100% {
      opacity:0;
   }
}
