/*
  Website Developer: Oursky Limited
  URL: http://www.oursky.com */
  
/* container*/
#container {
	position: relative;
	margin: 0 auto;
  width: 984px;
}

/* header*/
#header {
  position: absolute;
  width: 100%;
  height: 80px;
  top: 10px;
  left: 0px;
  text-align: right;
  display: none;
}

/* menu*/
#menu {
  position: relative;
  height: 30px;
  top: 10px;
  left: 0;
  padding: 10px 0 5px 18px;
  margin-bottom: 2px;
}

#menu-list {
  display: inline;
  height: 30px;
  padding-left: 0;
  list-style: none;
}

#menu-list li {
  margin-bottom: 0;
  float: left;
}

ul#menu-list li a {
  text-indent: -9999px;
  display: block;
  height: 30px;
  margin-right: 15px;
}

#menu .menu-chi li a {
  margin-right: 25px;
}

ul#menu-list li a#home-hk { background: url(../images/menu/home-hk.png) no-repeat; width: 44px; }
ul#menu-list li a#home-en { background: url(../images/menu/home-en.png) no-repeat; width: 60px; }
ul#menu-list li a#projectlearning-hk { background: url(../images/menu/projectlearning-hk.png) no-repeat; width: 85px; }
ul#menu-list li a#projectlearning-en { background: url(../images/menu/projectlearning-en.png) no-repeat; width: 127px; }
ul#menu-list li a#researchwork-hk { background: url(../images/menu/researchwork-hk.png) no-repeat; width: 85px; }
ul#menu-list li a#researchwork-en { background: url(../images/menu/researchwork-en.png) no-repeat; width: 156px; }
ul#menu-list li a#resources-hk { background: url(../images/menu/resources-hk.png) no-repeat; width: 84px; }
ul#menu-list li a#resources-en { background: url(../images/menu/resources-en.png) no-repeat; width: 86px; }
ul#menu-list li a#researchreport-hk { background: url(../images/menu/researchreport-hk.png) no-repeat; width: 85px; }
ul#menu-list li a#researchreport-en { background: url(../images/menu/researchreport-en.png) no-repeat; width: 135px; }
ul#menu-list li a#contact-hk { background: url(../images/menu/contact-hk.png) no-repeat; width: 86px; }
ul#menu-list li a#contact-en { background: url(../images/menu/contact-en.png) no-repeat; width: 90px; }

ul#menu-list li a#home-hk:hover { background: url(../images/menu/home-hk-hover.png) no-repeat; width: 44px; }
ul#menu-list li a#home-en:hover { background: url(../images/menu/home-en-hover.png) no-repeat; width: 60px; }
ul#menu-list li a#projectlearning-hk:hover { background: url(../images/menu/projectlearning-hk-hover.png) no-repeat; width: 85px; }
ul#menu-list li a#projectlearning-en:hover { background: url(../images/menu/projectlearning-en-hover.png) no-repeat; width: 127px; }
ul#menu-list li a#researchwork-hk:hover { background: url(../images/menu/researchwork-hk-hover.png) no-repeat; width: 85px; }
ul#menu-list li a#researchwork-en:hover { background: url(../images/menu/researchwork-en-hover.png) no-repeat; width: 156px; }
ul#menu-list li a#resources-hk:hover { background: url(../images/menu/resources-hk-hover.png) no-repeat; width: 84px; }
ul#menu-list li a#resources-en:hover { background: url(../images/menu/resources-en-hover.png) no-repeat; width: 86px; }
ul#menu-list li a#researchreport-hk:hover { background: url(../images/menu/researchreport-hk-hover.png) no-repeat; width: 85px; }
ul#menu-list li a#researchreport-en:hover { background: url(../images/menu/researchreport-en-hover.png) no-repeat; width: 135px; }
ul#menu-list li a#contact-hk:hover { background: url(../images/menu/contact-hk-hover.png) no-repeat; width: 86px; }
ul#menu-list li a#contact-en:hover { background: url(../images/menu/contact-en-hover.png) no-repeat; width: 90px; }

ul#language-list {
  float: right;
  padding: 0 20px 0 0;
  margin: 0;
  height: 30px;
  list-style: none;
}

ul#language-list li {
  margin-bottom: 0;
  float: left;
  margin-left: 5px;
}

ul#language-list a {
  display: block;
  margin-top: 2px;
  height: 30px;
  width: 20px;
  font-size: 10pt;
}

/* pop menu*/
div.sub-menu-container {
	width: 240px;
	position: absolute;
	border: 1px solid #ccc;
	background-color: #fff;
	z-index: 99;
  top: 50px;
}

div.sub-menu-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

div.sub-menu-container ul li {
  padding: 0.1em 0.8em;
	margin: 0;
	border-bottom: 1px solid #ccc;
}

div.sub-menu-container ul li.last {
  border-bottom: none;
}

div.sub-menu-container ul li a {
  font-weight: normal;
  color: #555;
}

div.sub-menu-container ul li.current {
  background: #aaa;
}

div.sub-menu-container ul li.current a, div.sub-menu-container ul li.current a:hover {
  color: #fff;
}

div.sub-menu-container ul li a:hover {
  color: #5164af;
  text-decoration: none;
}

div#projectlearning-hk-submenu { left: 90px; }
div#researchwork-hk-submenu { left: 200px; }
div#resources-hk-submenu { left: 310px; }
div#researchreport-hk-submenu { left: 420px; }
div#projectlearning-en-submenu { left: 95px; }
div#researchwork-en-submenu { left: 240px; }
div#resources-en-submenu { left: 410px; }
div#researchreport-en-submenu { left: 510px; }

/* banner*/
#photo {
  height: 220px;
  margin: 0 0 0 0;
  padding: 6px 12px 0 8px;
  background: #fff url(../images/content-top.jpg) no-repeat;
  overflow: hidden;
}

#photo-animator {
  width: 450px;
  height: 220px;
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}

#photo-logo {
  width: 514px;
  height: 220px;
  margin: 0;
  padding: 0;
  float: left;
  background: url(../images/logo.jpg) no-repeat;
}

/* content*/
#content {
  background: #fff url(../images/content-bg.jpg) repeat;
  padding: 2em 3em 0.5em 3.1em;
}

ul#link-list {
  width: 11em;
  padding: 0 0 0 0;
  float: left;
  list-style: none;
  margin: 0;
  line-height: 22px;
}

.hk ul#link-list {
  font-size: 115%;
  width: 9.5em;
  line-height: 18px;
}

ul#link-list li {
  padding: 0.8em 0 0.8em 1.2em;
  position: relative;
  display: block;
}

ul#link-list li.current {
  color: #49549c;
  padding: 0;
}

ul#link-list li.current a {
  color: #011530;
  display: block;
  padding: 0.8em 0.5em 0.8em 1.2em;
}

ul#link-list li.current a:hover {
  text-decoration: none;
}

ul#link-list li a {
  color: #444;
}

ul#link-list li a:hover {
  color: #000;
}

ul#link-list li.current .top-border {
  background: url(../images/sub-menu-border.jpg);
  width: 100%;
  height: 4px;
  position: absolute;
  top: 0;
  line-height: 0;
}

ul#link-list li.current .bottom-border {
  background: url(../images/sub-menu-border.jpg);
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  line-height: 0;
}

ul#link-list li.current .left-border {
  background: url(../images/sub-menu-border.jpg);
  height: 100%;
  width: 4px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 0;
}

ul#link-list li.current .top-left-corner {
  background: url(../images/sub-menu-top-left.jpg);
  height: 13px;
  width: 13px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 0;
}

ul#link-list li.current .bottom-left-corner {
  background: url(../images/sub-menu-bottom-left.jpg);
  height: 13px;
  width: 13px;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 0;
}

ul#link-list li.current .right-border {
  background: #fff;
  height: 100%;
  width: 4px;
  right: -4px;
  top: 0px;
  position: absolute;
  line-height: 0;
}

ul#link-list li.current .top-right-corner {
  background: url(../images/sub-menu-border.jpg);
  height: 4px;
  width: 4px;
  position: absolute;
  right: -4px;
  top: 0;
  line-height: 0;
}

ul#link-list li.current .bottom-right-corner {
  background: url(../images/sub-menu-border.jpg);
  height: 4px;
  width: 4px;
  position: absolute;
  right: -4px;
  bottom: 0;
  line-height: 0;
}

#page {
	float: left;
	width: 46em;
	padding: 0 0 0 2.5em;
	min-height: 20em;
	background: url(../images/sub-menu-border.jpg) repeat-y;
}

/* footer*/
#content-footer {
  background: #fff url(../images/content-bottom.jpg) no-repeat left bottom;
  padding-top: 20px;
  height: 10px;
}

#footer {
  padding: 0.3em 12px 1em 8px;
  margin-bottom: 0.8em;
  clear: both;
  position: relative;
}

ul#footer-list {
  list-style: none;
  padding-left: 0;
}

ul#footer-list li {
  display: block;
  float: left;
  padding: 0 .5em;
  border-right: 1px solid #666;
}

ul#footer-list li.last {
  border-right: none;
}

span#copyright, span#acknowledgement {
  display: block;
  float: right;
  margin-left: 15px;
}

#footer #counter {
  position: absolute;
  top: 5px;
  height: 20px;
  margin-left: 12px;
}