@charset "utf-8";
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #FFF;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #A1B37E;
}
.footerlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #A1B37E;
	text-decoration:none;
}
.footerlink:HOVER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #fff;
	text-decoration:none;
}
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #c90;
}
.orangelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #C60;
}
.orangelink:link {
	text-decoration: none;
}
.orangelink:visited {
	text-decoration: none;
	color: #C60;
}
.orangelink:hover {
	text-decoration: underline;
	color: #C60;
}
.orangelink:active {
	text-decoration: none;
	color: #C60;
}

body {
  background-image: url(images/index/siteBackground.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* NEW CODE FOR HEADER AREA */

#textBackground {
  background-image: url(images/index/siteBackground.jpg);
	background-size: cover;
}

#kitsonLogo {
  margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

.header {
  padding-top: 25px;
  background-image: url(images/index/headerBackground.jpg);
	padding-bottom: 25px;
}

#menuWrap {
  width: 100%;
  display: flex;
  justify-content: space-around;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
  color: #A1B37E;
}


.menuItem {
  display: inline-block;
  padding: 10px;
}

.menuItem a {
  color: #A1B37E;
  text-decoration: none;
}

.menuItem a:hover {
  color: #FFFFFF;
}

.dropdown-content {
  position: absolute;
  z-index: 100;
  background: #086801;
  display: none;
}

.dropdown-content a {
  display: block;
  text-decoration: none;
  padding: 9px 12px;
  color: #A1B37E;
}

.dropdown-content a:hover {
  color: #FFFFFF;
}

.dropdown:hover .dropdown-content {
	display: block;
}

/* HEADLINES */

.pageTitle {
  padding-top: 40px;
  color: white;
  font-family: Arial,Helvetica,sans-serif;
  padding-bottom: 10px;
  font-size: 18.5px;
	background: #054C00;
}
