/* mada-regular - latin */
@font-face {
  font-family: 'Mada';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/mada-v16-latin-regular.eot');
  src: local(''),
       url('fonts/mada-v16-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/mada-v16-latin-regular.woff2') format('woff2'),
       url('fonts/mada-v16-latin-regular.woff') format('woff'),
       url('fonts/mada-v16-latin-regular.ttf') format('truetype'),
       url('fonts/mada-v16-latin-regular.svg#Mada') format('svg');
}

/* mada-700 - latin */
@font-face {
  font-family: 'Mada';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/mada-v16-latin-700.eot');
  src: local(''),
       url('fonts/mada-v16-latin-700.eot?#iefix') format('embedded-opentype'),
       url('fonts/mada-v16-latin-700.woff2') format('woff2'),
       url('fonts/mada-v16-latin-700.woff') format('woff'),
       url('fonts/mada-v16-latin-700.ttf') format('truetype'),
       url('fonts/mada-v16-latin-700.svg#Mada') format('svg');
}

.main {
  margin-top: 0px;
}
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
}
.small {
	font-family: "Mada", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
}
.gray {
	font-family: "Mada", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #808080;
}
.red {
	font-family: "Mada", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #e53616;
}
body {
	font-family: "Mada", Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 20px;
}
td {
	font-family: "Mada", Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 20px;
}
h1 {
	font-family: "Mada", Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #0070b5;
	line-height: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	font-family: "Mada", Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #0070b5;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 {
	font-family: "Mada", Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #0070b5;
	margin-top: 0px;
	margin-bottom: 6px;
}
h4 {
	font-family: "Mada", Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #0070b5;
	margin-top: 0px;
	margin-bottom: 6px;
}
h5 {
	font-family: "Mada", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #808080;
	margin-top: 0px;
	margin-bottom: 0px;
}
span {
	font-family: "Mada", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
}
span.null {
	font-family: "Mada", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #ffffff;
}
a {
	color: #ef4122;
	text-decoration: underline;
  text-decoration-style: dotted;
}
a:hover {
	color: #000000;
	text-decoration: underline;
  text-decoration-style: solid;
}
a.boxlink {
	text-decoration: none;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	padding: 6px;
	padding-left: 12px;
	padding-right: 12px;
	background-color: #0070b5;
	border-style: solid;
	border-color: #0070b5;
	border-width: 2px;
	vertical-align: middle;
}
a.boxlink:hover {
	color: #ffffff;
	background-color: #e53311;
	border-color: #e53311;
}

nav {
  float: left;
  width: 100%;
  /* background color of main menu items */
  background: #096fb6;
  font-size: 17px;
}
nav ul {
  margin: 0;
  padding: 0;
}
nav a {
  display: block;
  /* text color of main menu items */
  color: #ffffff;
  text-decoration: none;
}
nav a:hover {
  text-decoration: none;
}
nav ul li {
  position: relative;
  float: left;
  list-style: none;
  transition: 0.2s;
}
nav ul li.active {
  /* background color of active menu items */
  background: #e53311;
  /* text color of active menu items */
  color: #ffffff;
}
nav ul li a {
  /* pixel frame around menu items */
  padding: 8px 12px;
}
nav ul li.sub a {
  /* pixel frame around menu items */
  padding: 8px 28px 8px 12px;
}
nav ul li.subactive a {
  /* pixel frame around menu items */
  padding: 8px 28px 8px 12px;
}
nav ul > li.sub > a:after {
  position: absolute;
  float: right;
  content: '';
  margin-left: 8px;
  margin-top: 5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ffffff;
  border-bottom: 5px solid transparent;
}
nav ul ul li.sub > a:after {
  position: relative;
  margin-left: auto;
  margin-right: -30px;
  border-left: 5px solid #ffffff;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
nav ul li.subactive {
  /* background color of active menu items */
  background: #e53311;
  /* text color of active menu items */
  color: #ffffff;
}
nav ul > li.subactive > a:after {
  position: absolute;
  float: right;
  content: '';
  margin-left: 8px;
  margin-top: 5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ffffff;
  border-bottom: 5px solid transparent;
  /* background color of active top-level submenu items */
  background: #e53311;
  /* text color of active top-level submenu items */
  color: #ffffff;
}
nav ul ul li.subactive > a:after {
  position: relative;
  margin-left: auto;
  margin-right: -30px;
  border-left: 5px solid #ffffff;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  /* background color of active sub-level submenu items */
  background: #e53311;
  /* text color of active sub-level submenu items */
  color: #ffffff;
}
nav ul li:hover {
  /* background color of highlighted menu items */
  background: #e53311;
}
nav ul ul {
  position: absolute;
  top: -9999px;
  left: -9999px;
  /* background color of submenu items */
  background: #297abe;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  z-index: 1;
}
nav ul ul li {
  float: none;
  width: 250px;
  border-bottom: 1px solid #555555;
}
nav ul ul li.active {
  /* background color of active submenu items */
  background: #e53311;
  /* text color of active submenu items */
  color: #ffffff;
}
nav ul ul li a {
  /* pixel frame around submenu items */
  padding: 8px 20px;
  /* text color of submenu items */
  color: #ffffff;
}
nav ul ul li:last-child {
  border-bottom: none;
}
nav ul li:hover > ul {
  top: 100%;
  left: 0;
}
nav ul ul li:hover > ul {
  top: 0;
  left: 250px;
}
