@charset "utf-8";
/* Placeholder styling */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
  font-style: italic;
  
}
::-moz-placeholder { /* Firefox 19+ */
  color: #999;
  font-style: italic;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #999;
  font-style: italic;
}
:-moz-placeholder { /* Firefox 18- */
  color: #999;
  font-style: italic;
}
body {
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	text-decoration: none;
	background-color: #F5F5F5;
	background-image: url(/_images/003-background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: 100% 100%;
}
.logo {
  width: 100%;
  max-width: 105px;
  height: auto;
  margin-top: 2px;
}
.copyright {
	font-size: 10pt;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2px;
	padding: 5px;
	font-weight: bold;
}
#header {
	background-color: #F5F5F5;
	background-image: url(/_images/cms-back3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #bdc197;
	height: 110px;
	clear: right;
	padding: 0px;
}
#content {
	box-sizing: border-box;
	min-height: calc(100vh - 180px);
	padding: 5px;
	width: 90%;
	/* background:rgba(245,245,245,0.8);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border: 1px solid #ddd;
	-moz-box-shadow: 0 0 5px  rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 5px  rgba(0,0,0,0.1);
	-o-box-shadow: 0 0 5px  rgba(0,0,0,0.1); */
	position: relative;
	margin-right: auto;
	margin-left: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer {
	background-color: #F5F5F5;
	background-image: url(/_images/cms-back3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	box-sizing: border-box;
	width: 100%;
	overflow: auto;
	height: 40px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #bdc197;
}
table.header {
	width: 85%;
	box-sizing: border-box;
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
}
table.header td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30pt;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
}
table.header td.logocell {
	text-align: center;
	vertical-align: top;
	width: 150px;
}
table.content {
	border-collapse: collapse;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
	table-layout: fixed;
}
table.content tr.bg {
	background-image: url(/_images/cms-back3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border: 3px solid #bdc197;
}
table.content th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15pt;
        font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	/* background-color: #bdc197; */
	padding: 10px;
}
table.content td {
	background:rgba(245,245,245,0.8);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333;
	text-decoration: none;
	padding: 10px;
	text-align: center;
	vertical-align: top;
	border: 3px solid #bdc197;
}
.button {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #bdc197;
	text-decoration: none;
	background-color: #2b476d;
	width: 100px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: bold;
}
.buttonlink {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
	/* background-color: #2b476d;
	background-image: url(/_images/cms-back3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; */
	color: #bdc197;
	background-image: url(/_images/cms-back3sm.jpg);
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	height: 50px;
	width: 85%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 2px;
}
.buttonlink:visited {
	/* background-color: #2b476d; */
	background-image: url(/_images/cms-back3sm.jpg);
	color: #bdc197;
}
.buttonlink:hover {
	/* background-color: #ccc; */
	background-image: url(_images/cms-back3a-sm.jpg);
	color: #fff;
}
.buttonlink:active {
	/* background-color: #ccc; */
	background-image: url(_images/cms-back3a-sm.jpg);
	color: #fff;
}
.bigbutton {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #bdc197;
	text-decoration: none;
	background-color: #2b476d;
	width: 300px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: bold;
}
.bigbuttonlink {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background-color: #2b476d;
	color: #bdc197;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	height: 50px;
	width: 300px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.bigbuttonlink:visited {
	background-color: #2b476d;
	color: #bdc197;
}
.bigbuttonlink:hover {
	background-color: #ccc;
	color: #333;
}
.bigbuttonlink:active {
	background-color: #ccc;
	color: #333;
}