@charset "UTF-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColLiqCtrHdr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background-image:url(../images/template/top_bar.jpg);
	background-repeat:repeat-x;
	padding-top:8px;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}
.oneColLiqCtrHdr #mainContent {
	background: #FFFFFF;
}
.oneColLiqCtrHdr #footer {

	
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}

#footerText{
	height:500px;
	padding-left: 10px;
}

/*Clearfix*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

#bottom-bar{
	position:fixed;
	bottom: 0px;
	left:0px;
	width: 100%;
	background-image:url(../images/template/bottom_bar.png);
	z-index:9999;
}
.inner-container {
	width: 910px;
	margin:0 auto;
	height: auto;
	font-size: 12px;
}

#language {
	font-size: 11px; height:20px; text-align:right; padding-right:7px; margin-top:3px;
}

#logo {
	width: 380px;
	float: left;
}
#navigation {
	width: 530px;
	float: left;
}

h6 {
	display: inline; margin:0; padding:0; font-size:11px;
}

h6:hover {
	display: inline; margin:0; padding:0; font-size:11px; background-color:#09F; color: #fff;	padding-bottom:2px;
}

a {
text-decoration: none;	color: #666;
}

#navigation-bar {
	list-style-type: none; margin:0; padding:0; display: inline; width:530px; 
}
#navigation-bar li {
	display: inline; border-left: 1px dotted #000; padding: 0px 4px 4px 4px;
}
#navigation-bar li.first {
	 border-left: none;
}
h6.active {
	background-color:#09F; color: #fff;	padding-bottom:2px;
}



h5, h4 {
	margin:0; padding:0; font-size:12px; display:inline;
}

h5:hover {
	margin:0; padding:0; font-size:12px; display:inline; color:#000;
}

h4 {
	font-size:10px;	
}


.is_blue {
	color: #009FEA;
}

.is_grey {
	color: #FFF;
	background-color: #999; padding:3px;
}

#program-bar {
	margin:0; padding:0;
}

#program-bar .part {
	width: 120px; float:left;	height:100px; border-left: 1px dotted #000; height: 90px; padding:5px; margin-top:15px;
}
#program-bar .part_first {
	width: 120px; float:left;	border-left: none;  padding:5px;  margin-top:15px; height: 100px;
}
#program-bar .part_active {
	width: 120px; float:left;	border-left: none;  padding:5px;  margin-top:15px; height: 100px;
	background-color: #009FEA;
	color:#fff;
}
#program-bar .active {
	color:#fff;
}

#hkcc {
	font-size:9px;	float:left; width:600px; 
}
#copyright {
	float:right; text-align:right;	font-size:11px; width:200px; margin-bottom:40px;
}

.the_content {
	padding:0px 0 20px 0; font-size:13px;
}

#home-carousel{
	
}

.curr-type {
	font-family: Arial, Helvetica, sans-serif; color: #999; padding-top:5px; font-size:10px; display:block; text-transform:uppercase;
}

.curr-title {
	padding-bottom:5px; font-family: Arial, Helvetica, sans-serif;  text-transform:uppercase; color: #009FEA;
}

.curr-desc {
	font-size:11px; font-family: Arial, Helvetica, sans-serif; 

}

.panel { 
	position: absolute;
	top: 0;
	left: 470px;
	width: 400px;
	padding: 0;
	padding-top:20px;
}
.panel h2 {
	margin: 0;
	font-size: 2em;
}
.panel h3 {
	margin: .5em 0;
	font-size: 0.8em;

}
.panel p {
	margin: 1em 0;
	font-size: 1.1em;

}

.is_divider {
	border-bottom:1px solid #009FEA; margin-top:15px; font-size:1px; clear:both; height:1px;
}

#mainContent a img {
	border:2px solid #009FEA;
}

.event {
	padding:20px 0 20px 0;	
}

.event-picture {
	float:left; width: 436px;
}

.event-details {
	float:left;	 width: 436px; padding-left:20px; padding-bottom:15px;
}

.event-type {
	font-family: Arial, Helvetica, sans-serif; color: #999; padding-top:5px; font-size:10px; display:block; text-transform:uppercase;
}

.event-title {
	font-size: 14px; padding-bottom:5px; text-transform:uppercase; font-weight: bold;
}

.event-desc {
	font-size:11px; font-family: Arial, Helvetica, sans-serif; 
}

.left-column {
	width: 370px;float:left; padding: 0px; margin-top:15px;
}
.right-column{
	float:left;	padding: 0px; width: 490px; margin-top:15px;
}

.one-column{
	width:860px; margin-top:15px; padding:0;
}


h1 {
	padding:0; margin:0; font-size:18px; text-transform:uppercase;
}

h2 {
	padding:0; margin:0; font-size:14px;  text-transform:uppercase; padding-top:5px;
}

#student p {
	padding:0; margin: 0; font-size:10px;	
}

#navigation-bar a {
	color: #000;
}


.the_content a { color: #009FEA !important; }

.oplogo { font-size:9px; }
.oplogo .title {font-size:18px;}
.oplogo td { padding-bottom:5px;}

.ch_title { font-size:16px; padding-top:5px; font-weight:bold;}


.active{
	display: inline; margin:0; padding:0; font-size:11px; background-color:#09F; color: #fff;	padding-bottom:2px;
}

.ch6:hover {
	background: #009FEA; color: white; padding: 2px;
}

.ch6 {
	padding: 2px;
}

p {
margin-top:0;	
}

#ticket li { list-style-type:square; padding:0; margin:0; }

.bold_name {
	font-weight:bold;
}

/*for homepage image and video*/

#img_and_obj_holder {
position:relative;
width:910px; /* this width is equal to the image map width */
height:317px; /* this height is equal to the image map height */
margin:0 0 0 10px;
padding: 0px;

}
#img_and_obj_holder img {
	position:absolute;
	width:100%;
	height:100%;
	border:0 solid;
	left: -9px;
	top: -13px;
}
#img_and_obj_holder object{
	position:absolute;
	width:349px;
	height:282px;
	left:534px;
	top:10px;

}


<!--[if IE]>

<!--
#img_and_obj_holder embed {
position:absolute;
width:349px;
height:282px;
left:534px;
top:8px;
}
-->

<!--[endif]--> 
