html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}


* {
  box-sizing: border-box;
}

body {
  background-color: #f1f1f1;
  padding: 20px;
  background:url(images/other/clear_blue.jpg);
  background-repeat:repeat-x;
  font-family: arial, helvetica, sans-serif;
  font-size: 14pt;
  color: #333333;
}

p {
  padding-bottom: 8pt;
}

#header_logo{
	float:left;
	padding-top: 0px;
	padding-bottom:0px;
	padding-left: 0px;
	
}

#header_info{
	float:right;
	text-align:right;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}

.nav {
	clear:both;
	font-family: arial, helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}

.nav ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #006;
  
}

.nav li{
  float: left;
  border-right:1px solid #bbb;
}

.nav li:last-child {
  border-right: none;
}

.nav li a{
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.nav li a:hover:not(.active) {
  background-color: #09C;
}

.active {
  background-color: #006;
}

.left {
	float: left;
	width: 40%;
	margin: 30px;
  	overflow: hidden;
}

.right {
	overflow: hidden;
}

/* Center website */
.main {
  max-width: 1000px;
  margin: auto;
}

h1 {
	font-size: 24pt;
	padding-top: 20px;
	padding-bottom: 20px;
	word-break: break-all;
}

.container {
	width: 1000px;
	margin: auto;
}

.row {
  margin: 8px -16px;
}

/* Add padding BETWEEN each column (if you want) */
.row,
.row > .column {
  padding: 8px;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 25%;
  display: none; /* Hide columns by default */
}

/* Clear floats after rows */ 
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content {
  background-color: #ddd;
  padding: 10px;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #b0cbff;
  cursor: pointer;
  font-size: 18pt;
}

/* Add a grey background color on mouse-over */
.btn:hover {
  background-color: #ddd;
}

/* Add a dark background color to the active button */
.btn.active {
  background-color: #666;
   color: white;
}

#footer {
	clear: both;
	width: 100%;
	margin-top: 15px;
	text-align: center;
	background-image:url(images/other/clear_blue.jpg);
	background-repeat: repeat-x;
}

#footer p{
	padding-top: 12px;
	font-size: .9em;
	font-weight: bold;
	color: black;
}