/* CSS Document */

html {
  scroll-behavior: smooth;
}

body {
	font-family: Tahoma, Calibri, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
	padding: 10px 0;
	padding-top: 0px;
	margin: 0px;
	font-size: 100%;
	text-align: center;
//	background-image: url("styleimages/body_background_g.png");
}

/* 	wrapper for all content to achieve centering */
div.wrapper {
	max-width: 800px;
	min-width: 500px;
	margin: 0px auto;
	text-align: left;
//	background-color: #ffffff;
}

/* photo gallery styles */
.galleryimg {
	vertical-align: top;
	margin: 2px 2px 0px 0px;
	padding: 2px;
	background-color: #eeeeee;
	border: solid #999999 1px;
	width: 258px;
	min-height: 210px;
	display: inline-block;
	text-align: center;
}

.galleryimg img {
	vertical-align: top;
//	margin-bottom: 5px;
	border: solid 1px;
}

.galleryimg p {
	margin: 5px 0px 2px 0px;
	font-size: 80%;
}

/* fieldset & form styles */ 
fieldset {
	border: solid #999999 1px;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 3px;
	color: #000000;
	clear: both;	
}

legend {
	background-color: #ffffff;
	font-weight: bold;
	color: #1F497D;	
	padding-left: 2px;
	padding-right: 4px;
}

textarea {
	width: 100%;
	height: 310px;
	margin-bottom: 10px;
	border: solid #1F497D 1px;
}

textarea.imgcaption {
	width: 95%;
	min-width: 200px;
	height: 64px;
	margin: 0px;
}

input {
	border: solid #1F497D 1px;
}

input.checkbox {
	border: 0px;
}

input.number {
	width: 2em;
	text-align: right;
}

fieldset img {
	border: solid 2px;
}

/* 	contact form styles */
.contact_form {
	margin: 0px;
	padding: 30px;
}

.contact_form legend {
	color: #4C6B8E;
}

.contact_form .input_area {
	margin: 0px;
	padding: 20px 5px 20px;
	width: 100%;
}

.contact_form .input_area span {
	padding: 5px;
	width: 150px; //6em;
	font-weight: bold;
	color: #4C6B8E;
	float: left;
	clear: both;
}

.contact_form .input_area input, .contact_form .input_area textarea {
	font-family: Tahoma, Calibri, Arial, Helvetica, sans-serif;
	padding: 5px;
	margin-bottom: 10px;
	width: 400px; 
	border: 0px; border-radius: 4px;
	font-size: 100%; 
	font-weight: bold;
	background-color: #4C6B8E;
	color: #ffffff;
	float: left;
	clear: right;
}

.contact_form .input_area input {
	height: 30px;
}

.contact_form .input_area textarea {
	height: 100px;
}

.contact_form .checkboxes {
	margin: 0px;
	padding: 20px 5px;
	font-weight: bold;
	color: #4C6B8E;
	clear: both;
}

.contact_form .checkboxes input {
	font-size: 110%; 
	padding: 5px;
	margin-top: 10px;
	width: 25px; height: 25px;
	border: 0px; border-radius: 4px;
	background-color: #4C6B8E;
	font-weight: bold;
	color: #ffffff;
	float: left;
	clear: both;
}

.contact_form .checkboxes span {
	padding: 15px;
	float: left;
	clear: right;
}

.contact_form .buttons {
	text-align: center;
	margin: 0px;
	padding-top: 20px;
	clear: both;
}

.contact_form .buttons input {
	cursor: pointer;
	margin: 0px 5px;
	padding: 5px 15px;
	height: 30px; min-width: 80px;
	border: 0px; border-radius: 4px;
	font-size: 110%; 
	font-weight: bold;
	background-color: #4C6B8E;
	color: #ffffff;
}

.contact_form .buttons input:hover {
	background-color: #1F497D;
}

/* system message styles */
.msg {
	border: solid #ff0000 1px;
	background-color: #ffffdd;
	color: #ff0000;
	padding: 10px;
	margin: 5px 0px 10px 0;
	border-radius: 4px;
	line-height: 150%;
}

.success { 
	border-color: #00aa00;
	color: #00aa00;
}

.msgclose { 
	float: right;
	font-size: 120%;
	font-weight: bold;
	margin: -5px 0 0 20px;
	cursor: pointer;
	padding: 0;
}

div.download { 
	margin: 20px 10px;
	padding: 10px;
	border: solid #ffcc72 1px;
	background-color: #ffffdd;
	width: 30em;
}

/* formats used in main page header area */
div.page_header {
	min-width: 500px;
	background-image: url("styleimages/header_background.png");
	background-position: bottom;
	background-repeat: repeat-x;
	height: 160px;
	border-bottom: solid 1px #83AEE1; //#4C6B8E;
}

div.page_title {
	color: #000000;
	text-align: left;
	vertical-align: top;
	padding: 0px 5px 30px 10px;
}

/* 	heading styles */
div.page_header h1 {
	font-size: 275%; /*was 250%*/
	font-weight: bold;
	color: #1F497D;
	margin: 0px;
	padding: 30px 0px 0px;
	border: 0px;
}

div.page_header h2 {
	font-size: 130%; /*was 120%*/
	font-weight: bold;
	font-style: italic;
	color: #4C6B8E;
	margin: 0px;
	padding: 0px;
}

/* 	line of links used at top of header */
div.header_top {
	text-align: right;
	padding-bottom: 5px;
}

span.top_links {
	font-size: 80%;
	width: 425px;
	height: 20px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 5px;
}

span.top_links a {
	color: #000000;
}

/* 	text resize box */
span.resize_box {
	border: solid #1F497D 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	float: right;
}

span.resize_box span {
	cursor: pointer;
}

/* main menu formatting */
div.menu {
	min-width: 500px;
	min-height: 15px;
	background-color: #1F497D;
	text-align: center;
	padding: 15px 0px;
	border-top: solid 1px #ffffff;

	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 4;
}

div.menu a, div.menu a:visited {
	display: inline-block;
	font-size: 120%;
	font-weight: bold;
	color: #ffffff; 
	padding: 10px 15px;
}

div.menu a:hover {
	text-decoration: none;
	color: #FF9C00;
}

/* formats used in main page content area */
div.page_content {
	font-family: Tahoma, Calibri, Arial, Helvetica, sans-serif;
	margin: 50px 20px;
}

div.page_content p {
	line-height: 200%;
}

/* 	heading styles */
h1, h2, h3, div.simple {
	font-family: Trebuchet, Candara, Calibri, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 0px;
}

h1, div.simple {
	font-size: 160%;
	color: #1F497D;
	padding-bottom: 2px;
	border-bottom: solid #FF6C00 2px;
	margin-top: 40px;
}

h2 {
	font-size: 140%;
	scroll-margin-top: 100px; 
	margin-top: 40px;
	font-style: italic;
	color: #FF6C00 ; // #4C6B8E;
}

h3 {
	font-size: 120%;
	color: #1F497D;
	margin-top: 20px;
}

/* 	default style used for links not explicitly specified elsewhere */
a, a:visited {
	text-decoration: none;
	color: #FF7C00;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #1F497D;
}

/* 	bulleted list of links in main page area */
div.page_content p.links a {
	color: #1F497D;
	display: list-item;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 40px;
	line-height: 100%;
}

div.page_content p.links a:visited {
	color: #4C6B8E;
}

li {
	padding-top: 3px;
	padding-bottom: 3px;
}

/* 	box links */
.boxlinks a {
	font-family: Trebuchet, Candara, Calibri, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	vertical-align: top;

//  align-items: center;
//  justify-content: center;
//  flex-direction: row;
}

.big a {
	font-size: 120%;
	margin: 15px 15px 0px 0px;
	padding: 50px 15px;
	width: 180px;
	height: 90px;
}

.small a {
	font-size: 105%;
	margin: 10px 10px 0px 0px;
	padding: 25px 7px;
	width: 15%;
	min-width: 120px;
	height: 70px;
}

.boxlinks a:hover {
	background-color: #1F497D; //#4C004C; //#4C6B8E;
	text-decoration: none;
}

a.bc1, div.bc1 a {background-color: #D36135;}

a.bc2, div.bc2 a {background-color: #4C6B8E;} 

a.bc3, div.bc3 a {background-color: #863264;} 

a.bc4, div.bc4 a {background-color: #5B7916;} 

a.bc5, div.bc5 a {background-color: #728E86;}

/* 	page header images */ 
.header_image { 
	clear:both;
	position: relative;
	z-index: 1;
// relative position to allow use of absolute positioning of child objects (.header_caption)
}

.header_image img, .full_width { 
	width: 100%;
}

.header_caption { 
	position: absolute;
	top: 100%;  /* hide caption if browser does not support min function */
	top: min(350px, 80%);
	left: 0px;
	box-shadow: 5px 5px #888888;
//	border-radius: 0 30px 30px 0; 
	font-family: Bebas, Arial, Tahoma, Helvetica, sans-serif;
	text-transform: uppercase;
//	font-size: 220%;
	font-size: min(5vw, 220%);
	max-height: 60px;
	padding: 6px 20px 6px 10px;
	color: #ffffff;
	background-color: #FF6C00; 
}

/* formats used in main page footer area */
div.page_footer {
	border-top: 2px solid #1F497D;
	padding: 5px;
	color: #000000;
	min-height: 40px;
	text-align: center;
	clear: both;
}

div.page_footer p {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 80%;
	line-height: 100%;
}

div.page_footer a {
	color: #000000;
	font-weight: normal;
}

.footer_left, .footer_right {
	vertical-align: top;
	min-height: 50px;
}
.footer_left {
	text-align: left;
	float: left;
	padding-right: 5px;
}

.footer_right {
	text-align: right;
	float: right; 
	padding-left: 5px;
	font-size: 80%;
}

.footer_right0 a0 {
	color: #000000;
	font-weight: normal;
}

/* front page news items */
div.news {
	width: 50%; /* 220px;*/
	float: right;
	padding: 0px 0px 0px 10px; /* 5px 10px 0px 10px; */
	margin-top: 20px; 
	margin-left: 10px;
	margin-bottom: 20px;
	border-left: solid #4C6B8E 1px; */
	/* border: solid #ffcc72 1px; */
}

div.news h4 {
	text-align: center;
	background-color: #e0e0e0;
	margin: 0px;
}

div.news ul {
	padding-left: 0px;
	padding-right: 5px;
	margin-left: 0px;
	list-style: none;
	height: 375px; /* 335px;*/
	overflow:auto;
}

div.news li {
	margin-left: 0px;
	margin-bottom: 10px;
	padding-left: 30px;
}

div.news b {
	color: #1F497D;
}

/* default table styles */
table.default { 
	margin-top: 20px;
	border: 1px solid #1F497D;
/*	border-collapse: collapse;*/
}

table.full_width {
	width: 100%;
	font-size: 70%;
}

table.default th, table.default caption {
	padding: 3px 6px;
	background-color: #1F497D;
	color: #ffffff;
}

table.default td {
	padding: 3px 6px;
//	background-color: #bbdddd;
	vertical-align: top;
}

caption.bottom {
	caption-side: bottom;
}

/* other formatting and placement styles */
.top_right {float: right;}

.clear {clear: both;}
div.extra_padding {padding: 10px 0;}

/* 	hidden blocks & jsonclick */ 
.jsonclick {
	font-size:70%;
	float: right;
	margin: 0px;
	clear: both;
}
a.jsonclick {
	cursor:pointer;
	text-decoration:underline;
	color: #000000;
}

.hidden {
	display: none;
	clear: both;
}

/* 	horizontal divider element */

.divider {
	border-top: solid #83AEE1 2px;
	border-bottom: solid #1F497D 3px;
//	padding: 3px;
 	margin: 0px;
}

/* 	images embedded in blocks of text */
img.wrap_right {
	float: right;
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 3px;
}

img.wrap_left {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 3px;
}

img.border {
	border: solid #4C6B8E 1px;
}

/* 	page date */
div.page_date {
	clear: both;
	margin-top: 50px;
	text-align: right;
	font-size: 70%;
}
