
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

h1 { font-size: 28px; }

h2 { font-size: 20px; }

p { margin: 18px 0; }

#container {
  width: 900px;
  height: 507px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -253px;
  margin-left: -450px;
}

#logo {
  position: absolute;
  top: -10px;
  left: 70px;
  height: 91px;
  width: 191px;
  background-image: url(../img/fssc.png);
  cursor: pointer;
}

#logo h1 {
  display: none;
}

#menu {
  float: left;
  width: 200px;
  margin-top: 80px;
  padding-top: 20px;
  margin-right: 10px;
  padding-right: 20px;
  border-right: 2px dashed #9c9c9c;
  padding-bottom: 20px;

}

#menu li {
  text-align: right;
}

#menu li a {
  text-decoration: none;
  display: block;
}

#menu li.top a {
  font-weight: bold;
  margin-bottom: 18px;
  line-height: 20px;
}


#menu li a.active {
	color: #ff961a;
}

#menu li a.selected {
  font-weight: bold;
}


#map {
  background: url(../img/map.png);
  width: 199px;
  height: 503px;
  float: left;
}

#map div {
  position: relative;
  width: 15px;
  height: 14px;
  margin-left: -15px;
  margin-top: -14px;
  overflow: hidden;
  cursor: pointer;
  background: url(../img/dots.png) -25px -25px;
}

#bigDot {
  position: absolute;
  background-image: url(../img/dots.png);
  background-position: 0px 0px;
  width: 64px;
  height: 64px;
  overflow: hidden;
  line-height: 64px;
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  opacity: 0.99;
  top: 0;
  left: 0;
  display: none;
  z-index: 999;
  color: #fff;
}

#bigDot.small {
  font-size: 10px;
}

#content {
  padding-top: 70px;
  float: left;
  width: 415px;
  margin-left: 20px;
  padding-left: 20px;
}

.page {
  display: none;
}

.page.visible {
  display: block;
}

.page h2 {
  margin-bottom: 18px;
  padding-top: 2px;
  line-height: 18px;
  white-space: nowrap;
}

.page p {
  margin: 0;
  margin-bottom: 10px;
}

.page p span.q {
}

.page p.ref {
  font-size: 12px;
  color: #7f7f7f;
  text-align: right;
  font-style: italic;
  margin-top: -8px;
}

.page p.ref a {
  color: #7f7f7f;
}

.page p.ref a:hover {
  color: #000;
}

ul.info-tabs {
  height: 20px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #cdcdcd;
}

ul.info-tabs li {
 float: left;
 margin-right: 10px;
}

ul.info-tabs li .after,
ul.info-tabs li .before {
  background: url(../img/tab.png) left top;
  width: 9px;
  height: 20px;
  display: block;
  float: left;
  visibility: hidden;
}

ul.info-tabs li .after {
  background-position: right top;
}

ul.info-tabs li a {
  font-weight: bold;
  text-decoration: none;
  font-size: 13px;
  height: 20px;
  line-height: 20px;
  display: block;
  float: left;
  color: #4b4b4b;
}

ul.info-tabs li a:hover {
  color: #000;
}

hr {
  display: none;
  border: 0;
  border-bottom: 2px dashed #9c9c9c;
  margin: 10px 0;
}

ul.info-tabs li.active a {
  background: url(../img/tab.png) center top;
  color: #fff;
  cursor: default;
}

ul.info-tabs li.active .after,
ul.info-tabs li.active .before {
 visibility: visible;
}

.info-content > div {
  display: none;
}

.info-content > div.visible {
  display: block;
}
ul.members {
}

ul.members li {
  font-size: 18px;
  line-height: 20px;
}

ul.members ul {
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
}

ul.members ul li {
  font-size: 14px;
  line-height: 20px;
  background: url(../img/info.png) no-repeat 0 center;
  text-indent: 20px;
}

ul.members ul li.phone {
  background-image: url(../img/telephone.png);
}

ul.members ul li.email {
  background-image: url(../img/email.png);
}


.goto {
  display: none;
  position: absolute;
  bottom: 0px;
  left: 435px;
  width: 455px;
}

.goto a {
  display: block;
  background: url(../img/goto.png) no-repeat center top;
  text-align: center;
  padding-top: 150px;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  color: #bebebe;
  margin: 0 auto;
  max-width: 320px;
}

.goto a:hover {
  color: #5a5a5a;
}


.bigdots {
  padding-top: 40px;
  margin: 0 auto;
}

.bigdots.s1 {
  width: 114px;
}

.bigdots.s2 {
  width: 228px;
}

.bigdots.s3 {
  width: 342px;
}

.bigdots li {
  height: 104px;
}

.bigdots li {
  float: left;
  height: 104px;
  width: 104px;
  margin: 0 5px;
}

.bigdots li a {
  display: block;
  height: 104px;
  width: 104px;
  background: url(../img/arrow_dot.png) no-repeat center center;
}


.bigdots li.loading {
  background: url(../img/loading.gif) no-repeat center center;
}

.bigdots li.loading img {
  opacity: 0.2;
  filter: alpha(opacity = 20);
}

.bigdots li img {
  cursor: pointer;
}

.bigdots .infotxt {
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #858585;
}

#bigImage {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 571px;
  margin-left: -419px;
  margin-top: -285px;
}

#bigImage img {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
}

#bigImage div {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

#bigImage.visible {
  display: block;
}

#info_world ul {
  margin-top: 20px;
}

#info_world ul li {
  margin: 10px 0;
}

#info_world ul li a {
  text-decoration: none;
  line-height: 20px;
  color: #585858;
}

#info_world ul li a span {
  font-size: 20px;
  font-weight: bold;
  display: block;
  color: #000;
}


#info_world ul li a:hover {
  color: #000;
}







