/*Top Header*/
body{
  font-family: Microsoft YaHei;
  overflow-y: hidden;
  overflow-x: auto;
}
#main-header{
  /*border-bottom: 4px #EEEE77 solid;*/
  box-shadow:  10px 5px 5px #333333;
  background-color:#1A4E81;
  color: white;
  position: fixed;
  top: 0px;
  height: 12  0px;
  width: 100%;
  z-index: 999;
  overflow: hidden;
  margin-left: -10px;
  padding: 10px 10px 13px 10px;
}
.logo{
  float:left;
  width:90px;
  height:90px;
  background-image:url('../imgs/logo.png');
  background-repeat:no-repeat;
  background-position:center;
}
#header{
  padding: 0px 0px 0px 30px;
  float: left;
}
#nav-container{
  padding: 50px 50px 0px 0px;
  float: right;
}
#nav a{
  border-radius: 10px;
  /*border: 2px white solid;*/
  padding: 10px 20px 10px 20px;
  color: white;
  text-decoration: none;
}
#nav a:hover{
  /*border: 2px #AAAAAA solid;*/
  padding: 10px 20px 10px 20px;
  background-color: #EEEE77;
  color: black;
  text-decoration: none;
}
/*Pages*/
#about-us{
  background-color:#565656;
  position:absolute;
  margin:130px 0px 0px -10px;
  width:100%;
  overflow: hidden;
}
#contact-us{
  background-color:#565656;
  position:absolute;
  margin:130px 0px 0px -10px;
  width:100%;
  overflow: hidden;
}
.conContainer{
  padding: 20px 0px 20px 0px;
  margin-left: 50px;
  background-color:#565656;
  overflow: hidden;
}
.conItem{
  border-radius: 10px;
  overflow-x:hidden; 
  text-align: center;
  padding: 10px 10px 10px 10px;
  /*border: 5px #FFFFFF solid;*/
  color: #FFFFFF;
  width: 420px;
  background: #FF9933;
  height: auto;
  margin-bottom: 50px;
}
.conItem a{
  color: #565656;
}

#item-content{
  background-color:#AAAAAA;
  position: absolute;
  margin-top: 130px;
  left: 0px; 
  width: 100%;
  overflow:hidden;
}

p.itemContent{
  text-indent:32px;
}

/*Item Container*/
#item-container 
{
  padding: 2px 0px 20px 50px;
  background-color:#565656;
  overflow: hidden;
}

.item-content {
  float: left;
  margin-left: 5px;
  overflow: hidden;
  width: 475px;
}

.item-wrapper {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0px 100px 0 0;
  width: 440px;
}

.item {
  margin-top: 20px;
  box-shadow: 10px 10px 5px #333333;
  border-radius: 10px;
  padding: 10px 10px 10px 10px;
  /*border: 5px #FFFFFF solid;*/
  width: 420px;
  background: #FF9933;
  color: #FFFFFF;
  height: auto;
  margin-bottom: 50px;
}
.item-nav{
  cursor: pointer;
  position: absolute;
  margin: 50px 0px 0px 400px;
}

.item-prev{
  border-radius: 5px;
  text-align: center;
  /*border: 1px #ffffff solid;*/
  color: #ffffff;
  background-color: #565656;
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
}

.item-next{
  border-radius: 5px;
  text-align: center;
  /*border: 1px #ffffff solid;*/
  color: #ffffff;
  background-color: #565656;
  width: 20px;
  height: 20px;
}

.item-prev:hover{
  /*border: 1px #565656 solid;*/
  color: #565656;
  background-color: #EEEE77;
}

.item-next:hover{
  /*border: 1px #565656 solid;*/
  color: #565656;
  background-color: #EEEE77;
}

#time-line-container{
  /*border-top: 5px #EEEE77 solid;*/
  box-shadow: 10px -5px 5px #333333;
  overflow: hidden;
  margin: 0px 0px 0px -10px;
  padding: 0px 0px 0px 10px;
  background-color:#BBBBBB;
  position: fixed;
  bottom: 0px;
  height: 70px;
  width: 100%;
}
#line{
  height: 3px;
}
.itemSq{
  box-shadow: 2px 2px 2px #333333;
  cursor: pointer;
  border-radius: 10px;
  display: inline-block;
  height: 10px;
  width: 10px;
  border: 2px #4477AA solid;
  background-color: #FFFFFF;
}
.itemSq:hover{
  background-color: #6699CC;
  border: 2px #FFFFFF solid;
  z-index: 999;
}
.bubble{
  border-radius: 10px;
  padding: 2px 2px 2px 2px;
  color: #000000;
  background-color: #EEEE77;
  position: fixed;
  /*border: 1px #111111 solid;*/
  width: auto !important;
  margin-top: -70px;
  text-align: center;
}
.dayTag{
  margin-top: 5px;
  position: absolute;
  float: left;
  height: auto;
  padding: 0px 0px 0px 0px;
}
.footer{
  position:fixed;
  bottom:0;
  width:100%;
  text-align:center;
  font-size:12pt;
}
