﻿	/* FIELDSTYLE CSS */

/* PAGE NAME */
.pgname {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #D00000;	/* A shade of Red */
	font-size: 40pt;
	text-align:center;
	width: 100%;}

/* LINKED PAGES */
.subpage {
width: 100%;
color: #000000; 
font-weight:bold;  
font-family: "Times New Roman", Times, serif;
font-size: 22pt; 
text-align:center;
}
/* TOP NAVIGATION all Pages */
.navtop {
		width:100%;
		text-align:center;
	}
.navtop a {
		font-size: 18pt;
		font-family: "Times New Roman", Times, serif;
		font-weight: bold;
		font-style:italic;
		color: #06117C;		/* Dark Blue */
		padding:0px 0px 0px 10px; 
	/*	text-align:center; */
	}

 /* BOTTOM NAVIGATION all Pages */ 
 .navbtm {
		width:100%;
		text-align:center;
	}	 

.navbtm a{
		font-size: 14pt;
		font-family: "Times New Roman", Times, serif;
		font-weight: bold;
		font-style:italic;
		color: #06117C;		/* Dark Blue */
		padding:0px 0px 0px 9px;
	/*	text-align:center;	*/
	}
 
  
/* Top of Page */
.top {
	width: 100%;
	font-family: "times New Roman", Times, serif;
	font-size: 12pt; 
	font-weight: bold; 
	text-align: center;
	}
.top a{
		color: #06117C;	/* Dark Blue */
	}

/* Meeting Jan - Dec */
.yrly {
	width:100%;
	font-size: 20pt;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold; 
	color: #000000; 
	text-align:center; 
	border:0px solid #000000;
	padding: 4px;
	}

/* Information Line */
.phone {
		width: 100%;
		Text-align:center; 
		font-size: 13pt;
		font-family: "Times New Roman", Times, serif;
		font-weight: bold;
		font-style:italic;
		color: #000000;	
	}
	/* Website Text */
	.message {
			margin-left: auto;
			margin-right: auto;
			}
	.message p {
				text-align:justify; 
				color: #000000; 
				font-size: 15pt; 
				font-family:"Times New Roman", Times, serif; 
				padding: 10px;
				}
				
				
	@media (min-width: 768px) { .message {max-width:65%;} }			
		
	.infohead {
	width: 100%;
	font-family: "Times New Roman", Times, serif; 
	text-align:center; 
	font-weight:bold; 
	font-size:18pt; 
	color: #000000;
	}
	
	.total {
			width: 100%;
			text-align: center; 
			font-size: 16pt; 
			color: #000000;
			font-family: "Times New Roman", Times, serif; 
			font-weight: bold;
			}


		
/*  CSS for Hover Type Dropdown Message start */
.hdropbtn {
  background-color: #0000FF;	/* Blue */
  color: white;
  padding: 0px 16px;
  font-size: x-large; 
  font-weight: bold;
  font-style:italic; 
  font-family: "Times New Roman", Times, serif;
  border: none;
}

.hdropdown {
  position: relative;
  display: inline-block;
}

.hdropdown-content {
  display: none;
  position: absolute;
  background-color: #CBE5FF;	/* Lite Blue */
  min-width: 355px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); 
  z-index: 1;
}
/*
.hdropdown-content span {
  color: black;
  padding: 30px 30px;
  text-decoration: none;
  display: block;
} */

.hdropdown-content a:hover {background-color: #CBE5FF;}	/* Lite Blue */

.hdropdown:hover .hdropdown-content {display: block;}

.hdropdown:hover .hdropbtn {background-color: #0000FF;}	/* Blue */

 /* CSS for Hover Type Dropdown Message ends */
 
 /* CSS for CLICK DROP DOWN MENU start */

.dropbtn {
  background-color: #E3F1FF; 	/* Pale Blue */ 
  color: #06117C; 				/* Dark Blue */
  padding: 16px;
  font-size: x-large; 
  font-weight: bold;
  font-style:italic; 
  font-family: "Times New Roman", Times, serif; 
  text-decoration:underline;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;	/* Maybe a Shade of Blue or Aqua */
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
 display:none;	
  position: absolute;
  background-color: #CBE5FF;	/* Lite Blue */
    min-width: 300px;
     overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content p {
	text-align:left;
	margin-left: 15px;
	margin-right: 15px;
}

.dropdown-content a {font-size: 18px;
font-family: "Times New Roman";	
font-weight:bold; 
text-align:left;
  color: black;
  padding: 6px 10px;
  text-decoration: underline;
  display: block; 
}

.dropdown a:hover {background-color: #FFFFCC;}	/* Lite Yellow */

.show { display: block; 
}

/* CSS for CLICK DROP DOWN MENU ends */

