﻿body { margin:0; font-size:0.8em; line-height:16px; font-family: "Trebuchet MS", "Myriad Pro", Arial;}
a { color:#2D5A71;}
a:hover { text-decoration:none;}
acronym { border-bottom: .1em dotted;
          cursor: help; }

#container { }
#header {   }
#logo { padding:30px 0 0 0; text-align:center; }
#logo a{ color:#000000; text-decoration:none; font-weight:bold; height:36px; font-size:30px; text-transform:uppercase;}
#logo a:hover { }
#menu {
	border-left: thin #000000 solid;
	border-top: thin #000000 solid;
	border-right: thin #000000 solid;
	background: #A3C9F0;
	width: 900px;
	margin: 0 auto;
	height: 32px;
	margin-top: 47px;
}
#menu ul { margin:0; padding:0;}
#menu ul li{ display:inline-block; float:left; width:120px; list-style:none; text-align:center; height:32px;}
#menu ul li.activenav{
	background: #CFE3F7;
}
#menu a { display:block; float:left; width:120px; color:#FFFFFF; font-size:14px; text-transform:uppercase; font-weight:bold; text-decoration:none; padding-top:8px;}
#menu a:hover{ background: #CFE3F7; padding-top:8px; height:24px; color:#193441;}
#menu a.activenav{background:#CFE3F7;color:#193441;}
#main { width:100%;}
#content {
	border-left: thin #000000 solid;
	border-right: thin #000000 solid;
	margin: 0 auto;
	width: 880px;
	padding: 10px 10px 20px 10px;
	background-color: #CFE3F7;
}
#content h1 { margin:0; text-transform:uppercase; font-size:1.5em; color:#FFFFFF; background:#78B0E8; width:870px; padding:5px; margin-top:20px;}
#content h1.red { color:#FFFFFF;}
#content p { padding-bottom:0px; margin-bottom:0;}
#footer {
	border-left: thin #000000 solid;
	border-right: thin #000000 solid;
	border-bottom: thin #000000 solid;
    background: #CFE3F7;
	width: 900px;
	margin: 0 auto;
	height: 32px;
	text-align: center;
	vertical-align:middle;
}
#map{
height: 75%;
width: 100%;
}
.video {
border-top: thin #000000 solid;
}
.progress{
    width: 1px;
    height: 14px;
    color: #FFFFFF;
    font-size: 12px;
    overflow: hidden;
    background-color: #78B0E8;
    padding-left: 5px;}

.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.6;
			opacity:.60;
			filter: alpha(opacity=60);
			overflow: auto;
		}
.white_content {
			display: none;
			position: absolute;
			top: 10%;
			left: 10%;
			width: 75%;
			height: 75%;
			background-color: #cfe3f7;
			z-index:1002;
			overflow: auto;
		}