@charset "UTF-8";
/* CSS Document */
body {
	background-color: #CCC;
	text-align: center;
	vertical-align: middle;
	margin-left: auto;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
}
* {
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
.bodytext {
	font-size: 12px;
}

html, body {
	height: 100%;
}
#site {
	background-color: #FFF;
	opacity: 100%;
	width: 792px;
	text-align: center;
	vertical-align: middle;
	top: 1%;
	right: 25%;
	bottom: 1%;
	margin-right: 50px;
	margin-left: 50px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	-webkit-box-shadow: 1px 1px 13px 0px rgba(50, 50, 50, 0.44);
	-moz-box-shadow:    1px 1px 13px 0px rgba(50, 50, 50, 0.44);
	box-shadow:         1px 1px 13px 0px rgba(50, 50, 50, 0.44);
	display: inline-block;
}
#header {
	width: 100%;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	height: 160px;
	padding: 5px 5px 5px 5px;
	vertical-align: middle;
	display: inline-block;
}
#content {
	height: auto;
	width: 790px;
	text-align: center;
	display: block;
	font-size: 16px;
	padding: 20px 30px 20px 30px;
	position: relative;
	top: 0px;
}
#footer {
	text-align: center;
	display: block;
	width: 100%;
	background-color: #f79524;
	font-size: 12px;
	padding: 5px;
}
.orangetext {
	color: #F15C2A;
}
ul#menu {
	background-color: #F79524;
	width: 96%;
	height: 38px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	display: inline-block;
}

ul#menu li {
    display: inline-block;
	position: relative;
	top: 10px;
	left: -20px;
}
#navigation {
	display: inline-block;
	width: 100%;
	height: 40px;
	margin-top: -25px;
	font-size: 14px;
}
ul#menu li a {
    color: white;
    padding: 10px 8px;
    text-decoration: none;
}

ul#menu li a:hover {
    background-color: orange;
}
#headertext {
	position: absolute;
	top: 50px;
	width: 570px;
	font-size: 14px;
	text-align: center;
	display: inline-block;
}
#logo {
	display: inline-block;
	width: auto;
	height: 100px;
}
#wrapper {
	text-align: center;
	margin: 0 auto;
	width: 100%;
}
#subhead {
	display: inline-block;
	position: relative;
	left: -280px;
	text-align: left;
}
.thumbnail {
  position: relative;
  width: 144px;
  height: 144px;
  overflow: hidden;
  display: inline-block;
  border: 2px solid #CCC;
   -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-height: 140px;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
   -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.WebThumb img {min-width:120px!important;}


.thumbnail img.portrait {
  max-width: 100%;
  height: auto;
}
.thumbnail img.landscape {
  max-height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-20%,-50%)
}
.thumbnail img.landscapeleft {
  max-height: 100%;
  width: auto;
  -webkit-transform: translate(-20%,-50%);
  -ms-transform: translate(-20%,-50%);
  transform: translate(-20%,-50%)
}
.centered-and-cropped { -o-object-fit: cover;
object-fit: cover }