@charset "utf-8";
/* CSS Document */
body {
	background-color:#F0F0F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#787878;
}
#container {
	width: 900px;
	background: #FFF;
	margin: 0 auto;
	overflow: hidden;
}
* {
	margin: 0;
	padding: 0;
}
#banner_logo {
	background-image: url(C-images/C-banner.jpg);
	width: 890px;
	height: 106px;
	margin-left: 10px;
	background-repeat: no-repeat;
	overflow: hidden;
}
#language {
	height:50px;
	width:60px;
	position:relative;
	top:10px;
	left:800px;
}
#chinese-link {
	font-size:13px;
	font-weight:bold;
	text-align:right;
	padding:1px;
}
ul.language-link {
	list-style:none;
}
li.language-link {
	float:none;
}
li.language-link a:link, li.language-link a:visited {
	display:block;
	width:58px;
	margin:0px;
	font-size:13px;
	font-weight:normal;
	color:#696969;
	padding:1px;
	text-align:right;
	text-decoration:none;
	text-indent:0px;
	outline:none;
}
li.language-link a:hover, a:active {
	color:#EC174F;
}
#navbar_container
{
	background-color:#EC174F;
	width: 900px;
	height: 30px;
}
ul
{
	list-style-type:none;
	width: 100%;
	padding: 0;
	overflow: hidden;
}
li
{
	float: left;
}
a:link,a:visited
{
	display: block;
	width: auto;
	margin-top:2px;
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	padding: 0.3em;
	letter-spacing:1px;
	text-align: left;
	text-decoration: none;
	text-indent: 75px;
}
a:hover,a:active
{
	color: #C8C8C8;
}

#main_container {
	height:1400px;
	width:900px;
}
#main_container-left {
	float:left;
	height:1400px;
	width:650px;
}
#main_container-right {
	float:right;
	height:1400px;
	width:250px;
}
/*slideshow style begins*/
#wrapper {
	float:left;
	height:427px;
	width:610px;
	margin:10px; /*margin around frame*/
	padding: 8px 10px 12px 10px; /*white border around rotator*/
	background:url(../images/wrapper610.jpg);
}
#rotator {
	height:400px;
	width:610px;
	background:#FFF;
	color:#000;
	position:relative;
	margin:0; 
}

/* Tabs */
ul.ui-tabs-nav, li.ui-tabs-nav-items{
	float:left;
	padding:0;
	margin:0;
	border:0;
	outline:0;
	line-height:1;
	text-decoration:none;
	font-size:14px;
	list-style:none;
}
li.ui-tabs-nav-item a:link, li.ui-tabs-nav-item a:visited {
	float:left;
	display:block;
	width:auto;
	margin-left:13px;
	font-size:14px;
	color:#FFF;
	padding:5px;/*tab height*/
	outline:0;
	line-height:1;
	text-align:left;
	text-decoration:none;
	text-indent:36px;
	text-transform:capitalize;
}
ul.ui-tabs-nav {
	position:absolute;
	top:400px;/*push tab up from bottom to reduce space between top of tab and bottom of picture; 50px with z-index 2 for overlaying nav bar over picture; bottom 4px and z-index 1 for navbar below picture*/
	left:0;
	z-index:1;
	height:27px;
	width:610px;
	background-color:#9EE1E9;
}

/* Non-Selected Tabs */
li.ui-tabs-nav-item a:link, li.ui-tabs-nav-item a:visited {	
	font-size:15px;
	color:#FFF;
	background-color:#9EE1E9;
}

/* Hovered Tab */
#rotator .ui-tabs-nav-item a:hover,
#rotator .ui-tabs-nav-item a:active {
	background-color:#9EE1E9;
	color:#36F;	
}

#rotator .ui-tabs-nav-item a span {
	 /*centers text in tab*/
	cursor:pointer;
}

/* Active Tab */
#rotator .ui-tabs-selected a:link,
#rotator .ui-tabs-selected a:visited,
#rotator .ui-tabs-selected a:hover,
#rotator .ui-tabs-selected a:active {
	/*tab hover, linked, active, visited size and background colour*/
	color:#36F;
	font-size:15px;
	font-weight:bold;
}

/* Content Panels */
#rotator .ui-tabs-panel {
	font-family:Arial, Helvetica, sans-serif;
	clear:left;
	color:#000;
	padding:0;
	height:400px;
}

#rotator .ui-tabs-hide {
	display:none;
}

/* Background Images */
#rotator #fragment-1 {
	background:transparent url(C-images/C-photo-1-610.jpg) no-repeat;
}

#rotator #fragment-2 {
	background:transparent url(C-images/C-photo-2-610.jpg) no-repeat;
}

#rotator #fragment-3 {
	background:transparent url(C-images/C-photo-3-610.jpg) no-repeat;
}

#rotator #fragment-4 {
	background:transparent url(C-images/C-photo-4-610.jpg) no-repeat;
}
#fragment-1 a {
	text-indent:0px;
}
#fragment-2 a {
	text-indent:0px;
}
#fragment-3 a {
	text-indent:0px;
}
#fragment-4 a {
	text-indent:0px;
}
/*slideshow style ends*/
#site_intro {
	float: right;
	height:410px;
	width: 230px;
	margin:10px 0px 0px 0px;
	padding:40px 0px 0px 20px;
	background-color:#ECECEC;
}
#site_intro h3, #site_intro p {
	color:#8A8A8A;
}
#intro_body {
	width:200px;
}
h3:first-line {
	font-weight:bold;
	font-size:32px;
	color:#EC174F;
} 
h3 {
	font-size:18px;
}

h4 {
	font-weight:bold;
	font-size:15px;
}
h5 {
	font-weight:bolder;
	font-size:15px;
	font-family:Verdana, Geneva, sans-serif;
	font-style:italic;
}
h6 {
	font-size:12px;
	font-weight:normal;
}
p {
	display:block;
	font-size:13px;
	text-align:justify;
	letter-spacing:2px;
	line-height:18px;
}
.english-p {
	font-size:13px;
	letter-spacing:normal;
	font-style:normal;
}
#divider {
	border-bottom:solid;
	border-bottom-width:thin;
	border-bottom-color:#C8C8C8;
	height:19px;
	width: 630px;
	margin:480px 10px 0px 10px;
	text-indent:7px;
}
#divider h4 {
	color:#EC174F;
	font-weight:bolder;
}
#column_container {
	float: left;
	width: 616px;
	margin-top: 18px;
	padding:0px 17px 0px 17px;
}
#column_container h4 {
	color:#EC174F;
}
#column_container p {
	font-size:14px;
	letter-spacing:1px;
	text-align:left;
}
#column1 {
	float: left;
	width: 269px;
	padding: 0px 19px 0px 19px;
}
#column2 {
	float: right;
	width: 269px;
	padding: 0px 19px 0px 19px;
}
#readmore {
	padding-top:7px;
}
#site_link {
	float:left;
	width: 630px;
	margin: 0px 10px 0px 10px;
	border-top:solid;
	border-top-width:thin;
	border-top-color:#C8C8C8;
}
#site_link h4 {
	color:#EC174F;
	font-weight:bolder;
	text-indent:7px;
	padding-top:10px;
}
#site_link a {
	padding:0px;
	margin:0px;
	text-indent:0px;
	border:none;
	color:#696969;
}
#site_link a:link, site_link a:visited {
	color:#696969;
}
#site_link a:hover, site_link a:active
{
	color: #EC174F;
}
#column3 {
	float: right;
	width: 250px;
	margin-top: 10px;
}
#column3 h5 {
	color:#FF0;
}
#column3 a {
	padding:5px 0px 0px 0px;
	margin:0px;
	text-indent:0px;
	outline:0;
	border:none;
}
#whatsnew {
	background-color:#EAEAEA;
	padding-top:7px;
	height:23px;
	text-indent:20px;
}
#whatsnew h4{
	color:#36F;
}
#new_1 {
	margin-top:10px;
	background-color:#EAEAEA;
	height:150px;
	padding:10px 10px 10px 20px;
	color:#8A8A8A;
}
#new_1 h4 {
	color:#EC174F;
}
#readmore a {
	padding:0px;
	margin:0px;
	text-indent:0px;
	outline:0;
}

img.yeehong-logo {
	float:left;
	margin:0px 5px 5px 0px;
}
.indent {
	margin:0px 0px 0px 68px;
}
#new_2 {
	margin-top:10px;
	background-color:#EAEAEA;
	height:100px;
	padding:10px 10px 10px 20px;
	color:#8A8A8A;
}
#new_2 h4 {
	color:#EC174F;
}
#new_3 {
	margin-top:10px;
	background-color:#EAEAEA;
	height:180px;
	padding:10px 10px 10px 20px;
	color:#8A8A8A;
}
#new_3 h4 {
	color:#EC174F;
}
#new_3 h6 {
	font-size:15px;
}
#new_4 {
	margin-top:10px;
	background-color:#EAEAEA;
	height:180px;
	padding:10px 10px 10px 20px;
	color:#8A8A8A;
}
#new_4 h4 {
	color:#EC174F;
}
#new_5 {
	margin-top:10px;
	background-color:#EAEAEA;
	height:190px;
	padding:10px 20px 10px 20px;
	color:#8A8A8A;
}
#new_5 h4 {
	color:#EC174F;
}
img.tccsa-logo {
	float:left;
	margin:0px 5px 0px 0px;
}
#footer {
	height:60px;
	margin-top:20px;
	border-top:solid;
	border-top-color:#C8C8C8;
	border-top-width:thin;
}
ul.important-notice-links
{
	list-style-type:none;
	width: 100%;
	margin-left: -30px;
	padding: 0;
	overflow: hidden;
}
li.important-notice-links-item
{
	float: left;
	background:url(../images/dot.jpg) 25px center no-repeat;
}
li.important-notice-links-item a:link, li.important-notice-links-item a:visited
{
	display: block;
	width: auto;
	font-size: 13px;
	font-weight: normal;
	color: #787878;
	padding: 0.6em;
	text-align: left;
	text-decoration: none;
	text-indent:55px;
	text-transform:capitalize;
	border:none;
	outline:0;
}
li.important-notice-links-item a:hover, li.important-notice-links-item a:active
{
	color: #EC174F;
	border:none;
}

