/* CSS Document */

/* GENERAL STYLES */
body {
	font-size: 14px; font-family: Verdana, sans-serif;
	color: #000;
	background-color: #6380a8;
	margin: 0; padding: 0;
	}
	
#page {
	max-width: 1000px;
	margin: 0 auto; padding: 0px;
	position: relative;	
	background-color: white;
	}

a:link { color:#4f3e49;	}
a:visited { color:#4f3e49; }
a:active { color:#006699; }
a:hover { text-decoration: none; }
	
img { max-width: 100%; height: auto;
	}

p {
	margin: 0 0 1em 0;
	font-size: 1em;
	}
.subheadlineredunderline { font-size: 11.5pt; font-weight:bold; color: #900000;	border-bottom: 1px solid; }
.smalltext { font-size: .8em; margin-bottom: 2px; }

ul li { font-size: 1em;	}
ol li { font-size: 1em;	}
	
	h1 { font-size: 1.4em; font-weight:bold; color: #97b87e; align:center; }
	h2 { font-size: 1.3em; font-weight:bold; color: #00467f; }
	h3 { font-size: 1.2em; font-weight:bold; color: #eba443; }
	h4 { font-size: 1.2em; font-weight:bold; color: #6b4226; margin: 0px; }
	
video {
	width: 100%;	
	max-width: 900px;
	max-height: 600px;
	}
	
td { padding: 3px; }	
th { 
    padding: 2px; 
    font-weight: bold; 
    }	
tr:nth-child(even) {background: #CCC}
tr:nth-child(odd) {background: #FFF}

.graybox {

background: #e1e1e1; 
padding: .5px 5px 5px 5px;

}

/* HEADER */

header {
	height: 100px;
	position: relative;
	margin: auto 10px;
	}

header .right {
	float: right;
	width: 320px; height: 50px;
	margin-top: 25px; 
	}
	
header .left {
	float: left;
	margin-top: 15px;
	}
    
    header img {
	width:100%;
	max-width: 286px; 
	}


/* NAVIGATION */

nav {
	background: #6380a8; height: 22px; line-height: 40px; }
	

	
/*Strip the ul of padding and list styling*/
nav ul {
	list-style-type: none;
	margin: 0px; padding: 0px;
	position: absolute;
	/* left: 75px; top: 100px; */
	left: 75px; top: 100px;
}

/*Create a horizontal list with spacing*/
nav li {
	display:inline-block; float: left; margin-left: 3px; }

nav li a {
	display: block;
	height:2px; line-height:2px;
	text-align: center;
	font-family: Verdana, sans-serif;
	padding: 10px 20px; 
	font-size: 1em;
	color: #fff;
	text-decoration: none;
}

	nav a:link { color: #fff; }
	nav a:visited { color: #fff; }
	nav a:active { color: #fff; }
	nav a.currentpage { color: #ffcc00; font-weight: 550; }

/*Hover state for top level links*/
nav li:hover a { 
	background: #444; 
	 }

nav li:hover a.currentpage { background: #6380a8; }


/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: "Verdana", sans-serif;
	font-size: 1em;
	text-decoration: none;
	color: #fff;
	background: #6380a8;
	text-align: center;
	padding: 10px;
	display: none;
}

/*Hide checkbox*/
input[type=checkbox]{ display: none; }

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{ display: block; }
 	
/* SECTIONS - ALL */

section::after {
	content:'';
	display: block;
	clear: both;
	}
	
section .caption
{ font-size: .8em; margin-bottom: 10px;}


section .fill { height:1px;}

	
/* MAP POP-UPS */
a.tooltip { 
	outline:none; 
	text-decoration:none; 
	border-bottom: dotted 1px black;
	}
	
a.tooltip:hover {
	text-decoration:none;
	} 
a.tooltip span {
    z-index:10;
	display:none; 
	padding:14px 20px; 
	margin-top:-30px; 
	margin-left:28px;
    line-height:16px;
	}
	
a.tooltip:hover span {
	display:inline; 
	position:absolute;
	 } 
	
img .callout {
	z-index:20;
	position:absolute;
	top:20px;
	border:0;
	left:-22px;
	}


/* SECTION MAIN */

section.main {
	margin-top: 50px;
	padding: 0;
	margin: 0 30px; 
	}

section.main img {
		float: left;
		padding: 5px;
		}
	
section.main img.floatright {
	padding: 10px;
	float: right;
	}	

section.main aside {
	clear: both;
	float: right;
	margin: 0 20px;
	background-color: #e8e3d3;
	display: block;
	border-radius: 6px;	
	/*border: 1px solid #666;*/
	width:30%;
	padding:5px;
  	font-size: .8em;
	color: #000000;
       }
	

section.main img.content {
   width: 100%;
   margin: 0px auto;
}

section.main .tribox { 
	font-size: 1.2;
	width: 33%;
	float: left;
	padding-top: 10px;
	}
	
section.main .tribox .img {
		float: none;
		align: center;
	}
	
section.main .embed-container {
   height: 0;
   width: 100%;
   padding-bottom: 76.25%; 
   overflow: hidden;
   position: relative;
}

section.main .embed-container iframe {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   margin: 0; padding: 0;
}
	
			
section.main .rChart highcharts {
width: 100%;
}
section.main img.expandarrow {
	float: none;
	}

	
/* FOOTER */

footer {
	height: 30px;
	background: #6380a8;
	font-family: Verdana, Geneva, sans-serif;
	color: #fff;
	font-size: .8em;
	text-align: center;
	}
	
footer a:link {
	color: #fff;
	text-decoration: none;
	}
	
footer a:visited {
	color: #fff;
	text-decoration: none;
	}
	
footer a:hover {
	color: #fff;
	text-decoration: underline;
	}

/*Responsive Styles*/

@media screen and (max-width : 1045px){
	nav {
	margin-bottom: 35px;
	text-align: center;
	}

	nav li {
	margin-left: -4px;
	padding: 0px;
	font-size: 1em;
	}

}



/* BREAKPOINT LOGO */
@media screen and (max-width : 950px){
	
	nav {
	padding-left: 45px;
	}

	
	nav li a {
	margin-left: -10px;
	}
		
	section.main object {
		width: 700px;
		height: 513px;
	}
	
}

@media screen and (max-width : 870px){

	nav {
	padding-left: 20px;
	}
}

@media screen and (max-width : 820px){

	nav {
	padding-left: 6px;
	}

	section.main object {
		width: 700px;
		height: 513px;
	}
}

/* TABLETS */
@media screen and (max-width : 774px){
	
	header {
	height:140px;
	margin-top: 0;
	}
	
	
	header .left {
	float: none;
	display: block;
		}
	header .right {
	float: none;
	display: block;
	margin-top: 5px;
		}
			
	nav {
	height: 45px;
	line-height: 25px;
	}
	
	/*Make dropdown links appear inline*/
	nav ul {
		position: static;
		display: none;
		background-color: #444;
		margin-left: 0px;
	}
	/*Create vertical spacing*/
	nav li {
		font-size: 1.1em;
		margin-bottom: 1px;
		width: 100%;
		background-color: #444;
	height: 30px;
	
	}

	nav ul li, li a {
		width: 100%;

	}
	
	nav li a {
		margin-left: -15px;
		}
		
	nav li a:hover {
		background-color: #333;
		text-decoration: none;
		height: 8px;
		}
	
	nav li:hover a.currentpage {
	background: #333;

}
	nav .show-menu {
		display:block;
		}
		
	section.main aside {
	float: none;
	width: 75%;
	margin-left: 15px;
	margin-bottom: 15px;
}

	section.main .tribox {
		float: none;
		width: 90%;
		margin: 0px auto;
}

section.main object {
		width: 550px;
		height: 403px;
	}

#datamenu ul {
	padding-left: 0px;
}

  #datamenu li {
    width: 90%;
  }

 #datamenu .sub-menu li {
    width: auto;
  }
  
#datamenu .sitemap {
		display: block; }
	
}

/*WA DATA MENU ON PHONES */

@media only screen and (min-width: 52em) {
  #datamenu .main-menu {
    display: block;
  }

	
  #toggle-menu, 
  #datamenu label.drop-icon {
    display: none;
  }

  #datamenu ul span.drop-icon {
    display: inline-block;
  }

  #datamenu li {
	float: left;
    border-width: 0 1px 0 0;
  }

  #datamenu .sub-menu li {
    float: none;
  }

  #datamenu .sub-menu {
    border-width: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
	width: 12em;
    z-index: 3000;
  }

  #datamenu .sub-menu, 
  #datamenu input[type="checkbox"]:checked + .sub-menu {
    display: none;
  }

  #datamenu .sub-menu li {
    border-width: 0 0 1px;
  }

  #datamenu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
  }

	#datamenu li:hover > .sub-menu { display: block; }
	
  #datamenu li:hover > input[type="checkbox"] + .sub-menu {
    display: block;
  }
}	



/* REST OF SITE ON PHONES*/

@media screen and (max-width : 480px){
	
	
	
	section.main img.floatright {
	float: none;
	display: block;
	margin: 30px auto 5px auto;
	}
	
	section.main img.expandarrow {
	display: none;
	}
		
	ul {
	margin-left: -20px;
	}
	
	footer {
		height: 50px;
		}
	
	header {
		height: 150px;
		}
		
		section.main object {
		width: 300px;
		height: 219px;
	}

	}


@media screen and (max-width : 400px){
	
	nav {
	height: 45px;
	line-height: 25px;
	}
	

	footer {
		height: 60px;
		}
	}

@media screen and (max-width : 335px){

	section.main object {
		width: 250px;
		height: 200px;
	}

}


