/* Slideshow */
.scontainer {
	position: relative;
	margin: 0 auto;
	top: 0px;
	left: 0px;
	width: 1300px;
	height: 400px;
	overflow: hidden;
}
.swrap {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1300px;
	height: 400px;
	overflow: hidden;
}
.stext {
	position: absolute;
	width: 480px;
	height: 120px;
	padding: 5px;
    color: #FFFFFF;
}
.stextl {
	left: 60px;
	text-align: left;
}
.stextr {
	left: 730px;
	text-align: right;
}
.stitle {
	font-family: "Fauna One", Georgia, serif;
	top: 60px;
	line-height: 60px;
	text-transform: uppercase;
	font-size: 50px;
}
.ssub {
	top: 200px;
	line-height: 36px;
	font-size: 30px;
}
.sb {
	top: 300px;
}
.scopy {
	position: absolute;
	font-size: 0.75em;
	bottom: 0;
	right: 0;
	padding: 0.25em 0.5em;
	text-align: right;
	color: #999;
	background: rgba(0, 0, 0, 0.5);
}
.scopy a {
	text-decoration: none;
	color: #999;
}
.scopy a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}
/* slider arrow navigator skin */
/*
.sarrowl              (normal)
.sarrowr              (normal)
.sarrowl:hover        (normal mouseover)
.sarrowr:hover        (normal mouseover)
.sarrowldn            (mousedown)
.sarrowrdn            (mousedown)
*/
.sarrowl, .sarrowr, .sarrowldn, .sarrowrdn
{
	position: absolute;
	cursor: pointer;
	display: block;
    background: url(../png/a21.png) center center no-repeat;
    overflow: hidden;
}
.sarrowl { 
	background-position: -3px -33px;
	width: 55px;
	height: 55px;
	top: 123px;
	left: 8px;
}
.sarrowr {
	background-position: -63px -33px;
	width: 55px;
	height: 55px;
	top: 123px;
	right: 8px;
}
.sarrowl:hover { background-position: -123px -33px; }
.sarrowr:hover { background-position: -183px -33px; }
.sarrowldn { background-position: -243px -33px; }
.sarrowrdn { background-position: -303px -33px; }


/* Edit Tools - Skel layer defined in init.js */
#editTools div {
	padding: 5px;
	background: #EEE;
	border: 2px solid #333;
	display: inline-block;
	border-radius: 4px;
}

/* Left Menu*/
.leftmenutext {
	font-family: "Fauna One", Georgia, serif;
	font-size: 1.1em;
	line-height: 1.8em;
	border-bottom: solid 2px #d5eefa;
	padding: 0.9em 0;
	font-weight: 700;
}
.lcolnav div:last-child {
	border-bottom: none;
}

/* Library */
#library {
	text-align: left;
	margin: auto;
}	

/* Video */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 1em;
	margin-bottom: 1em;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Google Search */
.gsc-input {
	color: #333;
}

.gse-search-box {
	border: 2px solid red;
	background: none;
}

/* Home Page News/Events */
.hitem {
	color: #F4FBFD;
	font-family: "Fauna One", Georgia, serif;
	font-weight: 700;
	margin: 1em 0 0 0;
	font-size: 1.1em;
	line-height: 1.1em;
}
.hitem a {
	color: #F4FBFD;
}
.hitem a:hover {
	text-decoration: none;
}
.hsubitem {
	font-size: 0.8em;
	color: #F4FBFD;
}
.htext {
	font-size: 0.9em;
	margin-bottom: 1.6em;
}
.hpic {
	margin-bottom: 1em;
}
.hpic img {
	display: block;
	width: 100%;
}
#hsrch p {
	margin: 0 0 0.5em 0 !important;
}
/* Weather Bug Styles */
.wxbug {
	background: rgba(255, 255, 255, 0.4);
	border-radius: 18px;
	padding: 9px;
}
/* Asset Mapping Itinerary Styles */
#aiitinc { /*itinerary count area*/
	position: fixed;
	top: 5em;
	right: 0;
	display: none;
	width: 80px;
	height: 80px;
	padding: 8px;
	background: rgba(0, 51, 102, 0.8);
	z-index: 200;
	border-radius: 8px 0 0 8px;
}
#aiitinc div {
	cursor: pointer;
}
#aiitinn { /*itinerary count*/
	width: 100%;
	height: 38px;
	font-size: 24px !important;
	line-height: 20px;
	font-weight: 700;
	text-align: center;
	padding: 8px;
	color: #FFF;
	border: 3px solid #FFF;
	border-radius: 4px;
}
#aiitinn:hover {
	background: rgba(255, 255, 255, 0.4);
}
#aiitinm { /*itinerary name*/
	width: 100%;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	text-align: center;
	color: #FFF;
}
/* Crumbs */
#crumbs {
	background: #397AB4;
	margin-bottom: 1em;
	padding: 0.2em 1em 0.2em 1em;
}
#crumbs p {
	font-size: 0.8em;
	font-style: italic;
	color: #FEFFFF;
}

/* Number Buttons for Trails */
.numb {
	padding-left: 4px;
}
/* Home Page Map */
.mapspace {
	position: relative;
	width: 100%;
	height: 400px;
	background: #118ECB url(../jpg/miwt_map.jpg) no-repeat;
	border-top: 3px dashed #C6EAF2;
	border-bottom: 3px dashed #C6EAF2;
}
.mapspace h3 {
	font-family: Playball, sans-serif;
	font-size: 3em;
	color: #FFFFFF;
}
.maptext {
	position: absolute;
	width: 40%;
	height: 90%;
	right: 5%;
	top: 5%;
	overflow: auto;
	padding: 1em;
	color: #FFFFFF;
}
.maptext a {
	color: #FFFFFF;
}
.maptext a:hover {
	color: #00FFFF !important;
}
.mapbutton {
	position: absolute;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-o-transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	color: #F4824B !important;
	cursor: pointer;
	display: inline-block;
	font-size: 0.7em;
	line-height: 1em;
	padding: 4px;
	text-align: center;
	text-decoration: none;
	width: 80px;
	overflow: visible;
}
.mapbutton:hover {
	font-weight: bold;
	color: #F4824B !important;
}
#upmi {
	top: 77px;
	left: 113px;
}
#nwmi {
	top: 185px;
	left: 193px;
}
#nemi {
	top: 165px;
	left: 265px;
}
#wmi {
	top: 245px;
	left: 180px;
}
#midmi {
	top: 290px;
	left: 245px;
}
#sbmi {
	top: 230px;
	left: 243px;
}
#thmi {
	top: 260px;
	left: 320px;
}
#swmi {
	top: 322px;
	left: 192px;
}
#smi {
	top: 350px;
	left: 240px;
}
#semi {
	top: 330px;
	left: 300px;
}
	