@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Lato', sans-serif;
}
body {
	margin: 0;
	padding: 0;
}

#bg {
	position: fixed; 
	top:-50%; 
	left:-50%; 
	width:200%; 
	height:200%;
}
#bg img {
	position: absolute; 
	top:0; 
	left:0; 
	right:0; 
	bottom:0; 
	margin:auto; 
	min-width:50%;
	min-height:50%;
}
#header {
	position: relative;
	width:100%;
	height: 187px;
	background-image: url(../Images/Top-Bar.png);
	background-repeat:repeat-x;
	z-index:2;
}

#footer {
	position: relative;
	width: 100%;
	height: 285px;
	background-image:url(../Images/Bottom-Bar.png);
	background-repeat: repeat-x;
	clear: left;
}

h1 {
	font-size:18px;
}
h2 {
	font-size:16px;
	color:#fff;
}
h3 {
	font-size:14px;
	font-weight:400;
	color:#ccc;
}
h4 {
	font-size:14px; /* Changed from 12px to 14px 10Apr13 SJH */
	color:#fff;
}
h5 {
	font-size:10px;
	font-weight:300;
	color:#CCC;
}
h6	{
	font-family:'Oswald', sans-serif;
	font-size:12px;
	font-weight:400;
	color:#CCC;
	display:inline;
}
h7 {
	font-family:'Oswald', sans-serif;
	font-size:10px;
	font-weight:400;
	color:#CCC;
}
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #eee;
}
a:hover {
	text-decoration: none;
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #CCC;
}
.identifiers .cont {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  margin: 0;
}
.identifiers:hover .cont,
.identifiers:focus-within .cont {
  max-height: 500px; /* large enough to show all content */
}

/* Optional polish */
.identifiers h1 {
  cursor: pointer;
}

.identifiers .pbox {
  display: block;
  padding: 0.5rem 0;
}