/*********** general elements *************/

body
{
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	color: #000;
   font-family: arial, helvetica, verdana, tahoma, sans-serif;
	font-size: 100%;
	background-color: #EEEEEE;
	line-height: 140%;
}

a
{
	color: #0000FF;
	text-decoration: none;
}

a:hover
{
	color: #FF6600;
	text-decoration: none;
}

#content
{
	margin: 0 auto;
	width: 740px;
	padding: 20px 10px;
	border: 1px solid #B5B5B5;
	border-top: 0px;
	border-bottom: 0px;
	background: #FFF;
}

#content h2
{
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid #A0C80E;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	font-size: 200%;
	letter-spacing: -1px;
}

/******** header, photo is 760px by 250px **********/

#headercontainer
{
	width: 100%;
	background: #242424;
}

#header
{
	margin: 0 auto;
	width: 760px;
	height: 250px;
	border: 1px solid #6F6F6F;
	border-top: 0px;
	border-bottom: 0px;
	background: #242424;
}

#img-header 
{
  clear: both; 
	float: left; 
	width: 760px; 
	height: 250px; 
	margin: 0px; 
	padding: 0px; 
	padding-left: 0px;
}

#header-photo-text
{
	font-size: 10pt;
	font-style: italic;
}

/* the next 2 adjust the header for a 229px height photo */

#header-229
{
	margin: 0 auto;
	width: 760px;
	height: 229px;
	border: 1px solid #6F6F6F;
	border-top: 0px;
	border-bottom: 0px;
	background: #242424;
}

#img-header-229 
{
  clear: both;
	float: left; 
	width: 760px; 
	height: 229px; 
	margin: 0px; 
	padding: 0px; 
	padding-left: 0px;
}

/* the next 2 adjust the header for a 125px half-height photo */

#header-short
{
	margin: 0 auto;
	width: 760px;
	height: 125px;
	border: 1px solid #6F6F6F;
	border-top: 0px;
	border-bottom: 0px;
	background: #242424;
}

#img-header-short 
{
  clear: both;
	float: left; 
	width: 760px; 
	height: 125px; 
	margin: 0px; 
	padding: 0px; 
	padding-left: 0px;
}
	
/******* menu bar *******/

#menucontainer
{
	width: 100%;
	height: 28px;
	background: #FFDD0C;
	background-image:url('./img/menu-background.jpg');
	background-repeat:repeat-x;
}

/** May 2019 edit, font-size was 70% **/
/** trying to fix Chrome breakage of the menu **/
#menu
{
	margin: 0 auto;
	width: 760px;
	background: #FFDD0C;
	border-right: 1px solid #95BC0E;
	font-size: 65%;
	font-weight: bold;
}

#navcontainer ul
{
	padding: 0;
	margin: 0;
	background-image:url('./img/menu-background.jpg');
	background-repeat:repeat-x;
	color:#000000; 
	float:left; 
	width:100%;
	border-left: 1px solid #95BC0E;
	letter-spacing: 1px;
}

#navcontainer ul li
{
	display: inline;
}

#navcontainer ul li a
{
	padding: 0.2em 1.5em;
	background-image:url('./img/menu-background.jpg');
	background-repeat:repeat-x;
	color: #000;
	text-decoration: none;
	float: left;
	border-right: 1px solid #95BC0E;
}

#navcontainer ul li a:hover
{
	background-image:url('./img/menu-hover.jpg');
	background-repeat:repeat-x;
	color: #485B06;
}

/********** footer ********/

#footer
{
	margin: 0 auto;
	width: 740px;
	text-align: center;
	color: #000000;
	letter-spacing: 0px;
	background: #FFDD0C url('./img/menu-background.jpg') repeat-x;
	border: 1px solid #A0C80E;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	font-size: 80%;
	padding: 3px 10px;
}

/******* images *******/

img 
{
	border: 1px solid #000000;
}

.right img
{
	position:relative;
	float:right;
	padding:0 0 0 0;
	margin:5px 2px 2px 10px;
}

.left img
{
	position:relative;
	float:left;
	padding:0 0 0 0;
	margin:5px 10px 0 2px;
}

/* 125px photo box */

div.photoboxRight125, div.photoboxLeft125
{
	width: 125px;
	margin: 10px;
	padding: 18px;
	font-size: 14px;
	font-style: italic;
	float: right;
	text-align: left;
	border-left: 1px dotted #cccccc;
}

div.photoboxLeft125
{
	float: left;
	border-left: 0px;
	border-right: 1px dotted #cccccc;
}

div.photoboxRight125 div.small, div.photoboxLeft125 div.small
{
	font-size: 11px;
	font-style: normal;
	text-align: right;
	color: #000000;
}

/* 250px photo box */

div.photoboxRight250, div.photoboxLeft250
{
	width: 250px;
	margin: 10px;
	padding: 18px;
	font-size: 14px;
	font-style: italic;
	float: right;
	text-align: left;
	border-left: 1px dotted #cccccc;
}

div.photoboxLeft250
{
	float: left;
	border-left: 0px;
	border-right: 1px dotted #cccccc;
}

div.photoboxRight250 div.small, div.photoboxLeft250 div.small
{
	font-size: 11px;
	font-style: normal;
	text-align: right;
	color: #000000;
}

/* 350px photo box */

div.photoboxRight350, div.photoboxLeft350
{
	width: 350px;
	margin: 10px;
	padding: 18px;
	font-size: 14px;
	font-style: italic;
	float: right;
	text-align: left;
	border-left: 1px dotted #cccccc;
}

div.photoboxLeft350
{
	float: left;
	border-left: 0px;
	border-right: 1px dotted #cccccc;
}

div.photoboxRight350 div.small, div.photoboxLeft350 div.small
{
	font-size: 11px;
	font-style: normal;
	text-align: right;
	color: #000000;
}


/* 450px photo box */

div.photoboxRight450, div.photoboxLeft450
{
	width: 450px;
	margin: 10px;
	padding: 18px;
	font-size: 14px;
	font-style: italic;
	float: right;
	text-align: left;
	border-left: 1px dotted #cccccc;
}

div.photoboxLeft450
{
	float: left;
	border-left: 0px;
	border-right: 1px dotted #cccccc;
}

div.photoboxRight450 div.small, div.photoboxLeft450 div.small
{
	font-size: 11px;
	font-style: normal;
	text-align: right;
	color: #000000;
}


/* 650px centered photo box */

div.photobox650
{
	width: 650px;
	margin: 10px;
	padding: 15px;
	font-size: 14px;
	font-style: italic;
	text-align: left;
	border-left: 0px;	
}

div.photobox650 div.small
{
	font-size: 11px;
	font-style: normal;
	text-align: right;
	color: #000000;
}

/* thumbnail image links */

.thumbnail, .pullout 
{
	float: left;
	background: url('./img/thumbnail_shadow.gif') no-repeat bottom right;
	margin: 5px 0px 0px 6px;
 	padding: 0px 0px 0px 0px;
	display: block;
	width: auto;
}

.thumbnail img, .pullout img 
{
	 background-color: #fff;
	 border: 1px solid #a9a9a9;
	 display: block;
	 margin: -5px 5px 5px -5px;
	 padding: 4px;
	 position: relative;
}

.thumbnail img:hover, .thumbnail:hover img, .pullout:hover img 
{
	background-color: #ccd;
}

.pullout
{
	margin: 13px 3px 3px 14px;
	background-image: url(./img/thumbnail_shadow_white.gif);
}

/******* right side blue text boxes ******/

.box_right 
{
	position:relative;
	float:right;
	clear:both;
	width:200px;
	margin:0 0 5px 10px;
	padding:0 10px 0 10px;
	background:#D0DEF6;
	color:#465670;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.7em;
}

.box_right p 
{
	margin:5px 5px;
}

.box_cnr_top 
{
	background:url(./img/cnr_tr.gif) no-repeat top right;
	margin:0 -10px 0 -10px;
}

.box_cnr_bottom
{
	background:url(./img/cnr_br.gif) no-repeat top right;
	margin:0 -10px 0 -10px;
}

img.cnr 
{
	width:8px;
	height:8px;
	border:none;
	display: block !important;
}

/******* left side blue text boxes ******/

.box_left 
{
	position:relative;
	float:left;
	clear:both;
	width:200px;
	margin:5px 10px 5px 10px;
	padding:0 10px 0 10px;
	background:#D0DEF6;
	color:#465670;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.7em;
}

.box_left p 
{
	margin:5px 5px;
}

.box_cnr_top 
{
	background:url(./img/cnr_tr.gif) no-repeat top right;
	margin:0 -10px 0 -10px;
}

.box_cnr_bottom 
{
	background:url(./img/cnr_br.gif) no-repeat top right;
	margin:0 -10px 0 -10px;
}

img.cnr 
{
	width:8px;
	height:8px;
	border:none;
	display: block !important;
}

/******** quote text areas *************/

div.quoteRight, div.quoteLeft
{
	width: 175px;
	margin: 10px;
	padding: 18px;
	font-size: 18px;
	float: right;
	text-align: left;
	border-left: 1px dotted #cccccc;
}

div.quoteLeft
{
	float: left;
	border-left: 0px;
	border-right: 1px dotted #cccccc;
}

div.quoteRight div.small, div.quoteLeft div.small
{
	font-size: 11px;
	text-align: right;
	color: #000000;
}

/********** lists **********/			  

ul.noindent 
{
	margin: 0px 0px 7px 15px; 
	padding: 0px; 
	list-style-type: disc; 
	list-style-position: outside; 
	font-size: 100%;
}

ul.indent 
{
	margin: 0px 0px 7px 15px; 
	padding: 0px 0px 0px 15px; 
	list-style-type: disc; 
  font-family: arial, helvetica, verdana, tahoma, sans-serif; 
	font-size: 100%;
}

ol 
{
	margin: 0px 0px 0px 9px; 
	padding: 0px 0px 0px 25px; 
	list-style-type: decimal; 
	list-style-position: outside;
  font-family: arial, helvetica, verdana, tahoma, sans-serif; 
	font-size: 100%;
}

/******** blockquote with yellow background ************/

.blockquote 
{
	margin:1em;
	padding:.5em;
	font-size:.9em;
	background-color:#FFFFCC;
	border-top:1px solid #FFCC66;
	border-bottom:1px solid #FFCC66;
	border-right:1px solid #FFCC66;
	border-left:1px solid #FFCC66;
}

.blockquote p 
{
	margin:.2em;
}

/******** blockquote with reddish background ************/

.blockquote_red 
{
	margin:1em;
	padding:.5em;
	font-size:.9em;
	background-color:#FFCCCC;
	border-top:1px solid #FFCC66;
	border-bottom:1px solid #FFCC66;
	border-right:1px solid #FFCC66;
	border-left:1px solid #FFCC66;
}


/******** blockquote with light green background ************/

.blockquote_green 
{
	margin:1em;
	padding:.5em;
	font-size:.9em;
	background-color:#CDF7E0;
	border-top:1px solid #FFCC66;
	border-bottom:1px solid #FFCC66;
	border-right:1px solid #FFCC66;
	border-left:1px solid #FFCC66;
}


/******** 465px-wide blockquote with yellow background ************/
/****** for placement next to a right-side blue text box **********/

.blockquote-465px 
{
	width:465px;
	margin:1em;
	padding:.5em;
	font-size:.9em;
	background-color:#FFFFCC;
	border-top:1px solid #FFCC66;
	border-bottom:1px solid #FFCC66;
	border-right:1px solid #FFCC66;
	border-left:1px solid #FFCC66;
}

.blockquote p 
{
	margin:.2em;
}

/********* tables ***********/

.table 
{
	clear: left; 
	margin: 0.5em 0px 0.2em 30px; 
	border: solid 1px rgb(150,150,150); 
	empty-cells: show; 
	border-collapse: collapse; 
	background-color: rgb(233,232,244);
}

.table tr 
{
	margin: 0px;
	padding: 0px;
}

.table td 
{
	padding: 2px 7px 2px 7px;
	border: solid 1px rgb(150,150,150); 
	text-align: left; 
	font-size: 100%;
}

.table th 
{
	margin: 0px; 
	padding: 2px 7px 2px 7px; 
	border: solid 1px rgb(150,150,150); 
	empty-cells: show; 
	text-align: left; 
	font-size: 100%; 	
}

.table-caption 
{
	margin: 0.5em 0px 1.0em 30px;
	padding: 0px; 
	clear: both; 
	text-align: left; 
	font-size: 100%;
}

/****** various *******/

pre
{
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	color: #000;
  font-family: arial, helvetica, verdana, tahoma, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	line-height: 140%;
}

p.readmore
{
	margin: 1.0em 0px 0.5em 0px;
	padding: 0px;
	line-height: 1.2em;
	font-size: 80%;
}

.back-to-top
{
font-size:0.9em;
text-align:center;
}


/*** Slideshow CSS ***/
/*** A Pure CSS3 Cycling Slideshow - courtesy of Alessio Atzeni ***/ 
/*** http://www.smashingmagazine.com/2012/04/25/pure-css3-cycling-slideshow/#9 ***/
/*** modified slightly by Charles Rathbone 2/28/2015 ***/

/* SLIDER STRUCTURE */

#slider {
	float: left;
   background: #000;
   border: 5px solid #eaeaea;
   box-shadow: 1px 1px 5px rgba(0,0,0,0.7);
   height: 580px;
   width: 450px;
   margin: 40px auto 0;
   overflow: visible;
 	position: absolute;
    left: 450px;
    top: 365px; 
}


/* HIDE ALL OUTSIDE OF THE SLIDER */

#mask {
   overflow: hidden;
   height: 580px;
}

/* IMAGE LIST */

#slider ul {
   margin: 0;
   padding: 0;
   position: relative;
}

#slider li {
   width: 450px;  /* Width Image */
   height: 580px; /* Height Image */
   position: absolute;
   top: -585px; /* Original Position - Outside of the Slider */
   list-style: none;
}


#slider li.firstanimation {
   animation: cycle 25s linear infinite;
}

#slider li.secondanimation {
   animation: cycletwo 25s linear infinite;
}

#slider li.thirdanimation {
   animation: cyclethree 25s linear infinite;
}

#slider li.fourthanimation {
   animation: cyclefour 25s linear infinite;
}

#slider li.fifthanimation {
   animation: cyclefive 25s linear infinite;
}



/* ANIMATION */

@keyframes cycle {
   0%  { top: 0px; } /* When you start the slide, the first image is already visible */
   4%  { top: 0px; } /* Original Position */
   16% { top: 0px; opacity:1; z-index:0; } /* From 4% to 16 % = for 3 seconds the image is visible */
   20% { top: 585px; opacity: 0; z-index: 0; } /* From 16% to 20% = for 1 second exit image */
   21% { top: -585px; opacity: 0; z-index: -1; } /* Return to Original Position */
   92% { top: -585px; opacity: 0; z-index: 0; }
   96% { top: -585px; opacity: 0; } /* From 96% to 100% = for 1 second enter image*/
   100%{ top: 0px; opacity: 1; }
}

@keyframes cycletwo {
   0%  { top: -585px; opacity: 0; } /* Original Position */
   16% { top: -585px; opacity: 0; }/* Starts moving after 16% to this position */
   20% { top: 0px; opacity: 1; }
   24% { top: 0px; opacity: 1; }  /* From 20% to 24% = for 1 second enter image*/
   36% { top: 0px; opacity: 1; z-index: 0; }   /* From 24% to 36 % = for 3 seconds the image is visible */
   40% { top: 585px; opacity: 0; z-index: 0; } /* From 36% to 40% = for 1 second exit image */
   41% { top: -585px; opacity: 0; z-index: -1; }   /* Return to Original Position */
   100%{ top: -585px; opacity: 0; z-index: -1; }
}

@keyframes cyclethree {
   0%  { top: -585px; opacity: 0; }
   36% { top: -585px; opacity: 0; }
   40% { top: 0px; opacity: 1; }
   44% { top: 0px; opacity: 1; }
   56% { top: 0px; opacity: 1; }
   60% { top: 585px; opacity: 0; z-index: 0; }
   61% { top: -585px; opacity: 0; z-index: -1; }
   100%{ top: -585px; opacity: 0; z-index: -1; }
}

@keyframes cyclefour {
   0%  { top: -585px; opacity: 0; }
   56% { top: -585px; opacity: 0; }
   60% { top: 0px; opacity: 1; }
   64% { top: 0px; opacity: 1; }
   76% { top: 0px; opacity: 1; z-index: 0; }
   80% { top: 585px; opacity: 0; z-index: 0; }
   81% { top: -585px; opacity: 0; z-index: -1; }
   100%{ top: -585px; opacity: 0; z-index: -1; }
}
@keyframes cyclefive {
   0%  { top: -585px; opacity: 0; }
   76% { top: -585px; opacity: 0; }
   80% { top: 0px; opacity: 1; }
   84% { top: 0px; opacity: 1; }
   96% { top: 0px; opacity: 1; z-index: 0; }
   100%{ top: 585px; opacity: 0; z-index: 0; }
}


/*** PROGRESS BAR

.progress-bar {
   position: relative;
   top: -5px;
   width: 680px;
   height: 5px;
   background: #000;
   animation: fullexpand 25s ease-out infinite;
}

 ***/

/* ANIMATION BAR */
@keyframes fullexpand {
   /* In these keyframes, the progress-bar is stationary */
   0%, 20%, 40%, 60%, 80%, 100% { width: 0%; opacity: 0; }

   /* In these keyframes, the progress-bar starts to come alive */
   4%, 24%, 44%, 64%, 84% { width: 0%; opacity: 0.3; }

   /* In these keyframes, the progress-bar moves forward for 3 seconds */
   16%, 36%, 56%, 76%, 96% { width: 100%; opacity: 0.7; }

   /* In these keyframes, the progress-bar has finished his path */
   17%, 37%, 57%, 77%, 97% { width: 100%; opacity: 0.3; }

   /* In these keyframes, the progress-bar will disappear and then resume the cycle */
   18%, 38%, 58%, 78%, 98% { width: 100%; opacity: 0; }
}


/***

#slider .tooltip {
   background: rgba(0,0,0,0.7);
   width: 300px;
   height: 60px;
   position: relative;
   bottom: 75px;
   left: -320px;
}

#slider .tooltip h1 {
   color: #fff;
   font-size: 24px;
   font-weight: 300;
   line-height: 60px;
   padding: 0 0 0 10px;
}

#slider .tooltip {
…
   transition: all 0.3s ease-in-out;
}

*/

/*
/* Pause and restart */
/*
#slider li#first: hover .tooltip,
#slider li#second: hover .tooltip,
#slider li#third: hover .tooltip,
#slider li#fourth: hover .tooltip,
#slider li#fifth: hover .tooltip {
   left: 0px;
}


#slider: hover li,
#slider: hover .progress-bar {
   animation-play-state: paused;
}
*/

/*** End of slideshow CSS ***/


/*** Image Slider ***/
 
    #images {
    width: 450px;
    height: 580px;
    overflow: hidden;
    position: relative;
    margin: 20px auto;
    }
    #images img {
    width: 450px;
    height: 580px;
    position: absolute;
    top: 0;
    left: -450px;
    z-index: 1;
    opacity: 0;
    transition: all linear 500ms;
    -o-transition: all linear 500ms;
    -moz-transition: all linear 500ms;
    -webkit-transition: all linear 500ms;
    }
    #images img:target {
    left: 0;
    z-index: 9;
    opacity: 1;
    }
    #images img:first-child {
    left: 0;
    }
    #slider a {
    text-decoration: none;
    background: #E3F1FA;
    border: 1px solid #C6E4F2;
    padding: 4px 6px;
    color: #222;
    }
    #slider a:hover {
    background: #C6E4F2;
    } 




/* End */
