html {
	
	min-height: 100vh;

}

* {
	margin: 0;
	padding: 0;
	
}

body {
	min-height: 100vh;
	font: normal .80em 'trebuchet ms', arial, sans-serif;
	background: #7FB366;
	color: #000;

}

p {
	padding: 0 0 20px 0;
	line-height: 1.7em;
}

img {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	letter-spacing: 0em;
	padding: 0 0 5px 0;
}

h1, h2, h3 {
	font: normal 170% 'century gothic', arial;
	margin: 0 0 15px 0;
	padding: 15px 0 5px 0;
	color: #000;
}

h2 {
	font-size: 160%;
	padding: 9px 0 5px 0;
	color: #000;
}

h3 {
	font-size: 140%;
	padding: 5px 0 0 0;
}

h4, h6 {
	color: #000;
	padding: 0 0 5px 0;
	font: normal 110% arial;
	text-transform: uppercase;
}

h5, h6 {
	color: #000;
	font: normal 95% arial;
	letter-spacing: normal;
	padding: 0 0 15px 0;
}


a, a:hover {
	outline: none;
	color: #DDD;
}

a:hover {
	text-decoration: none;
}

a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: none;
}

blockquote {
	margin: 20px 0;
	padding: 10px 20px 0 20px;
	border: 1px solid #DDD;
	background: #FFF;
}

ul {
	margin: 2px 0 22px 17px;
}

ul li {
	list-style-type: circle;
	margin: 0 0 6px 0;
	padding: 0 0 4px 5px;
	line-height: 1.5em;
}

ol {
	margin: 8px 0 22px 20px;
}

ol li {
	margin: 0 0 11px 0;
}

.left {
	float: left;
	width: auto;
	margin-right: 10px;
}

.right {
	float: right;
	width: auto;
	margin-left: 10px;
}

.center {
	display: block;
	text-align: center;
	margin: 20px auto;
}

#main, #site_content {
	margin-left: auto;
	margin-right: auto;
	
	
}

#menubar, #footer {
	margin-left: auto;
	margin-right: auto;
}


#header {
	background: #aacc99 ;
	height: 40px;
}


.logoContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-width: 100%;
  margin: 0 auto;
}

.logoContainer img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.leftphoto {
 float: left;
 width: 30%;
 margin-bottom: 10px;
 margin-right: 10px;
 margin-top: 10px; 
 border: 10px solid #aacc99;
 padding: 0 0 0 0;}

.rightphoto {
 float: right;
 width: 30%; 
 margin-bottom: 10px;
 margin-left: 10px; 
 margin-top: 10px;
 border: 10px solid #aacc99;
 padding: 0 0 0 0;}
 
.centerphoto {
  display: block;
  margin: 10px auto;
  width: 50%;
  border: 10px solid #aacc99;
  padding: 0;
}

#menubar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 880px;
  height: 53px;
}

ul.menu {
  margin: 0;
  position: relative;
  list-style: none;
  padding: 0;
  display: table; /* Use table display for dynamic width */
  table-layout: fixed;
  width: 100%;
}

ul.menu li {
  list-style: none;
  margin: 0;
  background: #7FB366 url('../images/tab.png') no-repeat 0 0;
  position: relative;
  display: table-cell; /* Use table-cell display for dynamic width */
}

ul.menu li a {
  font: normal 130% 'trebuchet ms', sans-serif;
  display: block;
  height: 20px;
  padding: 6px 0;
  text-align: center;
  color: #000;
  text-decoration: none;
  background: #7FB366 url('../images/tab.png') no-repeat 100% 0;
  position: relative;
  white-space: nowrap; /* Prevent line breaks */
  overflow: hidden; /* Hide overflowing text */
  text-overflow: ellipsis; /* Display ellipsis for overflowing text */
}

ul.menu li.unselected {
  background: #7FB366 url('../images/tab.png') no-repeat 0 0 !important;
}

ul.menu li.selected {
  background: #7FB366 url('../images/tab_selected.png') no-repeat 0 0 !important;
}

ul.menu li.selected a,
ul.menu li.selected a:hover {
  color: #000;
  background: #7FB366 url('../images/tab_selected.png') no-repeat 100% 0 !important;
}

ul.menu li a:hover {
  color: #d3d3d3;
}

ul.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #7FB366;
  padding: 0;
  z-index: 1;
  width: 100%;
}

ul.dropdown li {
  width: 100%;
  display: block; /* Display dropdown items as blocks */
  background: initial
}

ul.menu li.unselected:hover > ul.dropdown {
  display: block;
  width: 100%;
}

ul.menu li.selected:hover > ul.dropdown {
  display: block;
  width: 100%;
}

ul.dropdown li.dropdownTab a {
  width: 100%;
  padding: 6px 0;
  color: #000;
  text-align: center;
  background: #7FB366 url('../images/dropDown.png') no-repeat 100% 0;
}

ul.dropdown li a:hover {
  color: #d3d3d3;
}

ul.menu li.selected .dropdown li.dropdownTab a,
ul.menu li.unselected .dropdown li.dropdownTab a {
  background: #7FB366 url('../images/dropDown.png') no-repeat 100% 0 !important;
}



u{
    text-decoration: none;
}

#site_content {
	min-height: 100vh;
	width: 80%;
	overflow: hidden;
	margin: 20px auto 0 auto;
	padding: 0 0 10px 0;

	
}

#content {
	
	text-align: left;
	width: 100%;
	padding: 0 0 0 0px;
	float: center;
	min-height: 100vh;
	
}

#content ul {
	margin: 2px 2px 2px 2px;
}




/* FOOTER STUFF */

#footer {
	width: 100%;
	font-family: 'trebuchet ms', sans-serif;
	font-size: 100%;
	height: 80px;
	padding: 28px 0 5px 0;
	text-align: center;
	background: #aacc99 url('../images/footer.png') repeat-x;
	color: #000;
}

#footer p {
	line-height: 1.7em;
	padding: 0 0 10px 0;
}

#footer a {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	color: #d3d3d3;
	text-decoration: none;
}

/* END FOOTER STUFF */



/* CONTACT PAGE ICONS STUFF */

.separator {
	width: 100%;
	height: 0;
	border-top: 1px solid #D9D5CF;
	border-bottom: 1px solid #FFF;
	margin: 0 0 20px 0;
}

.i{
	text-align: center;
	width: auto;

}

i:hover {
  color: #62894F;
  transition: 0.4s;
  cursor: pointer;
}

a:link, i {
  color: #364C2D;
}

.linkIcons {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 50px;
  padding-right: 50px;
}

/* END CONTACT PAGE ICONS STUFF */

/* CSS for the Call-to-Action Section */
.call-to-action {
    margin-top: 30px;
    text-align: center;
}

.call-to-action a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #AACC99; 
    color: #000; 
    font-size: 18px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.call-to-action a:hover {
    background-color: #7FB366; 
	color: #d3d3d3; 
}

/* Optional: Add some margin or padding to the button */
.call-to-action a.cta-button {
    margin-top: 20px;
	margin-bottom: 20px;
}


/* Contact Form CSS */
#fcf-form {
    display:block;
}

.fcf-body {
    margin: 0;
    font-family: -apple-system, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    padding: 30px;
    padding-bottom: 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    max-width: 100%;
}

.fcf-form-group {
    margin-bottom: 1rem;
}

.fcf-input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.fcf-form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    outline: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fcf-form-control:focus {
    border: 1px solid #313131;
}

select.fcf-form-control[size], select.fcf-form-control[multiple] {
    height: auto;
}

textarea.fcf-form-control {
    font-family: -apple-system, Arial, sans-serif;
    height: auto;
}

label.fcf-label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.fcf-credit {
    padding-top: 10px;
    font-size: 0.9rem;
    color: #545b62;
}

.fcf-credit a {
    color: #545b62;
    text-decoration: underline;
}

.fcf-credit a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.fcf-btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .fcf-btn {
        transition: none;
    }
}

.fcf-btn:hover {
    color: #212529;
    text-decoration: none;
}

.fcf-btn:focus, .fcf-btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.fcf-btn-primary {
    color: #000;
    background-color: #AACC99;
    border-color: #AACC99;
}

.fcf-btn-primary:hover {
    color: #d3d3d3;
    background-color: #7FB366;
    border-color: #7FB366;
}

.fcf-btn-primary:focus, .fcf-btn-primary.focus {
    color: #000;
    background-color: #7FB366;
    border-color: #7FB366;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.fcf-btn-lg, .fcf-btn-group-lg>.fcf-btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.fcf-btn-block {
    display: block;
    width: 100%;
}

.fcf-btn-block+.fcf-btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].fcf-btn-block, input[type="reset"].fcf-btn-block, input[type="button"].fcf-btn-block {
    width: 100%;
}

.popup-message {
    position: fixed;
    top: 20px; /* Adjust as needed */
    left: 50%;
    transform: translateX(-50%);
    background-color: #f4f4f4;
    color: #333;
    border: 1px solid #ddd;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    z-index: 1000;
    width: 80%; /* Adjust as needed */
    max-width: 600px; /* Adjust as needed */
}

.popup-message p {
    margin: 0 0 10px;
}

.popup-message button {
    display: block;
    background-color: #0056b3;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
}

.popup-message button:hover {
    background-color: #004494;
}