body {
    display: block;
    margin: 0px;
    background-color: #000;
    background-image: url(../images/bay_bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center; 
}
#bay-bg {
}
#header {
	display: block;
    width: 1000px;
    height: 154px;
    margin: 0px auto;
}
#head-box {
	display: block;
    width: 1000px;
    height: 154px;
    margin: 0px auto;
}
#logo{
	display: block;
    height: 154px;
    background: url(../images/logo.png) no-repeat;
}
#social-box{}
#nav-bar {
	display: block;
    width: 1000px;
    height: 36px;
    background: url(../images/menu_bg.jpg);
    margin: 0px auto;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#nav-bar ul {
    display: inline-flex;
    margin-top: 10px;
    margin-left: -60px;
    font-family: sans-serif;	
}
#nav-bar li {
	display: list-item;
    width: 150px;
    height: 36px;
    margin: -10px 10px 0px 10px;
    list-style: none;
    line-height: 55px;
    color: #fbac02;
    cursor: auto;
    text-shadow: 1px 1px #000;
    font-size: 14px;
    font-family: sans-serif;
    text-decoration: none;    
}
#nav-bar li a {
	display: list-item;
    width: 150px;
    height: 36px;
    margin: -10px 10px 0px 10px;
    list-style: none;
    color: #fbac02;
    cursor: auto;
    text-shadow: 1px 1px #000;
    font-size: 14px;
    font-family: sans-serif;
    text-decoration: none;    
}
#nav-bar li a:hover {
	display: list-item;
    width: 150px;
    height: 36px;
    margin: -10px 10px 0px 10px;
    list-style: none;
    line-height: 55px;
    color: #ffe400;
    cursor: pointer;
    text-shadow: 1px 1px #000;
    font-size: 14px;
    font-family: sans-serif;
    text-decoration: none;
}
#nav-bottom {
    display: block;
    width: 1000px;
    height: 10px;
    margin: 0px auto;
    background: url(../images/hr_shadow.png);
    background-color: #fffbbd;
}
#nav-bar2 {
    display: block;
    float: left;
    width: 1000px;
    height: 25px;
    margin: 0px auto;
    text-align: center;
    line-height: 25px;
}
#nav-bar2 ul {
	display: inline-flex;
    margin-left: -60px;
    font-family: sans-serif;
    font-size: 12px;
}
#nav-bar2 li {
	display: list-item;
    width: 110px;
    height: 15px;
    list-style: none;
    color: #654500;
    cursor: auto;
}
#nav-bar2 li a{
	display: list-item;
    width: 110px;
    height: 15px;
    list-style: none;
    color: #654500;
    cursor: auto;
    text-decoration: none;
    line-height: 10px;
}
#nav-bar2 li a:hover{
	display: list-item;
    width: 110px;
    height: 15px;
    list-style: none;
    color: #ff6c00;
    cursor: pointer;
    text-decoration: none;
    line-height: 10px;
}
#nav-bar2 li:hover {
	display: list-item;
    width: 110px;
    height: 15px;
    list-style: none;
    color: #ff6c00;
    cursor: pointer;
}
#nav-bottom2 {
    display: block;
    float: left;
    width: 1000px;
    height: 10px;
    margin: 0px auto;
}
#hr-bottom{
	display: block;
    width: 900px;
    height: 10px;
    background: url(../images/hr_bottom_shadow.png);
    margin: 0px auto;
}
#main {
	display: block;
    width: 100%;
}
.flex-container {
  display: flex;
  flex-direction: column;
  min-height: 55vh;
}
section.content {
  flex: 1;
}

#wrapper {
    width: 960px;
    margin: 0px auto;
    background-color: #fff5cb;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px;
}
#footer {
    display: block;
    width: 1000px;
    height: 100px;
    margin: 0px auto;
    background-color: #fff5cb;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 20px;
}
#copyright{
	display: block;
    float: left;
    line-height: 30px;
    width: 1000px;
    height: 30px;
    margin: 0px auto;
    text-align: center;
    font-family: sans-serif;
    font-size: 12px;
    color: #654500;
}
#page-title {
	display: block;
    width: 100%;
    float: left;
    font-size: 18px;
    font-family: sans-serif;
    font-weight: bold;
    color: #888;
    text-shadow: 1px 1px #fff;
}
#page-content{
	display: block;
    float: left;
    width: 100%;
    text-align: justify;
    font-size: 12px;
    font-family: sans-serif;
    color: #654500;
}
#homepage-content-left{
    display: block;
    float: left;
    width: 589px;
    margin-right: 10px;
}
#homepage-content-right{
    display: block;
    float: left;
    width: 361px;
}
#page-content-full{
    display: block;
    float: left;
    width: 900px;
    margin-right: 10px;

}
#page-content-left{
    display: block;
    float: left;
    width: 475px;
    margin-right: 10px;
}
#page-content-right{
    display: block;
    float: left;
    width: 475px;
}
#page-content-full {
    display: block;
    float: left;
    width: 960px;
}
#clear {
	clear: both;
}
.wrap { 
	display: block;
    float: left;
    height: 400px;
    width: 100%;
    margin: 0 auto;
}
.text-title {
	font-size: 18px;
    font-weight: bold;
}
.contact-icon {
	
}
.contact-text {
	
}
#map-canvas { 
    height: 90%;
    border-radius: 10px;
    box-shadow: -4px 4px rgba(85, 85, 85, 0.2);
    border: 1px #000 solid;
}
#accre-title {
    display: block;
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: bold;	
}
#accre-head-company{
    display: block;
    width: 40%;
    height: 18px;
    float: left;
    font-weight: bold;
    text-align: center;
    border: 1px #000 solid;
    border-right: none;
    padding-top: 5px;
    color: white;
    background-color: rgba(0, 0, 0, 0.7)
}
#accre-head-name{
    display: block;
    width: 20%;
    height: 18px;
    float: left;
    font-weight: bold;
    text-align: center;
    border: 1px #000 solid;
    padding-top: 5px;
    color: white;
    background-color: rgba(0, 0, 0, 0.7)	
}
#accre-head-number{
    display: block;
    width: 39%;
    height: 18px;
    float: left;
    font-weight: bold;
    text-align: center;
    border: 1px #000 solid;
    border-left: none;
    padding-top: 5px;
    color: white;
    background-color: rgba(0, 0, 0, 0.7)
}
#accre-company{
    display: block;
    width: 40%;
    height: 18px;
    float: left;
    font-weight: bold;
    text-align: center;
    border: 1px #000 solid;
    border-top: 0px;
    border-right: 0px;
    padding-top: 5px;
    background-color: #fff;	
}
#accre-name{
    display: block;
    width: 20%;
    height: 18px;
    float: left;
    font-weight: bold;
    text-align: center;
    border: 1px #000 solid;
    border-top: 0px;
    padding-top: 5px;
    background-color: #fff;	
}
#accre-number{
    display: block;
    width: 39%;
    height: 18px;
    float: left;
    font-weight: bold;
    text-align: center;
    border: 1px #000 solid;
    border-top: 0px;
    border-left: 0px;
    padding-top: 5px;
    background-color: #fff;	
}
#accre-blank{
    display: block;
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: bold;	
}
#mainte-msg {
	padding-top: 100px;
    text-align: center;
    font-family: sans-serif;
    color: #654500;
}
/**
Menu Bars
*/
* {
    margin: 0;
    padding: 0;
}
#menudiv {
    display: block;
    width: 1000px;
    height: 36px;
    background: url(../images/menu_bg.jpg);
    margin: 0px auto;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 14px;
    font-family: sans-serif;
    line-height: 0px;
}
ul.menu {
    display: inline-block;
    list-style-type:none;
    margin-top: 10px;
    font-family: sans-serif;
}
li.subitem-foot {
    position: relative;
    display: table-row;
    height: 5px;
    padding: 15px;
    margin: 8px 0px;
    color: #fbac02;
    cursor: pointer;
    text-align: center;
    text-shadow: 1px 1px #000;
    font-family: sans-serif;
    text-decoration: none;
}
li.subitem {
    position: relative;
    display: table-row;
    height: 25px;
    padding: 15px;
    margin: 8px 0px;
    color: #fbac02;
    cursor: pointer;
    text-align: center;
    text-shadow: 1px 1px #000;
    font-family: sans-serif;
    text-decoration: none;
}
li.subitem a {
    position: relative;
    display: inline-block;
    padding: 5px 0px;
    color: #fbac02;
    cursor: pointer;
    text-shadow: 1px 1px #000;
    font-size: 14px;
    font-family: sans-serif;
    text-decoration: none;
}
li.subitem a:hover {
    position: relative;
    display: inline-block;
    padding: 5px 0px;
    color: #ffe400;
    cursor: pointer;
    text-shadow: 1px 1px #000;
    font-size: 14px;
    font-family: sans-serif;
    text-decoration: none;
}
li.menuitem {
    position:relative;
    display:inline-block;
    padding: 5px 10px;
    margin: 0 10px;
    color: #fbac02;
    cursor: pointer;
    text-shadow: 1px 1px #000;
    font-size: 14px;
    font-family: sans-serif;
    text-decoration: none;   
}
li.menuitem a {
    position:relative;
    display:inline-block;
    padding: 5px 10px;
    margin: 0 10px;
    color: #fbac02;
    cursor: pointer;
    text-shadow: 1px 1px #000;
    font-size: 14px;
    font-family: sans-serif;
    text-decoration: none;   
}
li.menuitem a:hover {
    position:relative;
    display:inline-block;
    padding: 5px 10px;
    margin: 0 10px;
    color: #ffe400;
    cursor: pointer;
    text-shadow: 1px 1px #000;
    font-size: 14px;
    font-family: sans-serif;
    text-decoration: none;   
}
ul.submenu {
	display: none;
    position: absolute;
    width: 170px;
    top: 10px;
    left: -10px;
    list-style: none;
    background: url(../images/menu_bg.jpg);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 9999;
}
.menuitem:hover > ul.submenu {
    display:block;
}
#center-img 
{
	width: 700px;
    margin: 0px auto;
    text-align: center;
}
/*
Side Menu Bars
*/
#sidemenu-row {
	display: block;
    width: 220px;
    height: 30px;
    line-height: 35px;
    text-align: center;
    border-bottom: 1px #d2d3d5 solid;
    font-family: sans-serif !important;
}
#sidemenu-row:hover {
	display: block;
    width: 220px;
    height: 30px;
    line-height: 35px;
    text-align: center;
	background-color: #654500;	
}
#sidemenu-row a {
    display: block;
    width: 220px;
    height: 25px;
    font-family: sans-serif;
    font-size: 12px;
    color: #929699;
    text-decoration: none;
}
#sidemenu-row a:hover{
    display: block;
    width: 220px;
    height: 25px;
    font-family: sans-serif;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}

#sidemenu-blank {
    display: block;
    width: 220px;
    height: 30px;	
}

#sidebar-wrapper {
    width: 1000px;
    margin: 0px auto;
}

#sidebar-left {
    width: 220px;
    height: 100%;
    display: block;
    float: left;
    background-color: #fff5cb;
    margin-right: 5px;
    padding-right: 5px;
}

#sidebar-right {
	width: 730px;
    height: 100%;
    display: block;
    float: right;
    background-color: #fff5cb;
}
#event-personnel-name
{
	display: block;
    width: 465px;
    height: 18px;
    float: left;
    font-weight: bold;
    text-align: center;
    border: 1px #000 solid;
    border-bottom: none;
    padding-top: 5px;
    background-color: #f1f1f1;
}
#event-personnel-contact
{
	display: block;
    width: 465px;
    height: 18px;
    float: left;
    font-weight: bold;
    text-align: center;
    border: 1px #000 solid;
    padding-top: 5px;
    background-color: #fff;
}
#event-psn
{
    display: block;
    width: 265px;
    height: 18px;
    float: left;
    font-weight: bold;
    text-align: center;
    border: 1px #000 solid;
    border-right: none;
    padding-top: 5px;
    background-color: #f1f1f1;
}
#event-psc
{
    display: block;
    width: 675px;
    height: 18px;
    float: left;
    font-weight: bold;
    text-align: left;
    border: 1px #000 solid;
    padding-top: 5px;
    padding-left: 10px;
    background-color: #fff;
}

#fact-container 
{
	width: 100%;
	background-color:#F63;
	text-decoration:none !important;
	border-color:#C30 solid 1px;
	}
#download 
{
	width: 100%;
	background-color:#F63;
	text-decoration:none !important;
	}