@charset "utf-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:90%;
	line-height:1.7;
}

a{color:#140661; text-decoration:none; font-weight:bold;}
a:hover{color:#00a7ac;}

/*png alpha script*/


#wrapper {
	width:100%;
	min-width: 948px;
	width:expression(document.body.clientWidth < 948? "948px": "auto" );
	position: absolute;
	visibility: visible;
	background:#f0eff2;
	margin:0;
	padding:0;
}

/*header setting*/
#header {
	text-align: left;
	width: 100%;
	height: 140px;
	background:#fff;
	border-bottom:#00a7ac solid 4px;
}
#headerLeftImg {
	width: 200px;
	height: 140px;
	position:absolute;
	top:0;
	left:0;
}
#headerInner {
	width: 948px;
	height: 140px;
	position:relative;
	margin:0 auto;
}
#headerLogo {
	width: 285px;
	height: 65px;
	position:relative;
	top:38px;
	left:35px;
}
#headerLanguage {
	position: relative;
	width: 150px;
	text-align:right;
	color: #140661;
	top: 0px;
	left: 750px;
}

/*content setting*/
#contentContainer {
	width:100%;
	clear:both;
}

#contentHolder {
	margin:0 auto;
	width: 948px;
}

#content {
	clear:both;
	float:left;
	width:948px;
	background: url(images/contentBlendBG.jpg) repeat-x bottom #fff;
}
#primaryContent {
	float:right;
	width: 788px;
	border-left: #ccc solid 1px;
	margin: 15px 0 15px 0;
}
#secondaryContent {
	float:left;
	width: 120px;
	padding:10px;
}
#secondaryContent ul {margin:10px 0 0 0; padding:0;}
#secondaryContent li {padding:0 0 0 10px; margin:0 0 10px 10px; list-style-type:none; border-left:#00a7ac solid 3px;}
#linkPath {
	position:relative;
	padding-left: 25px;
}
#contentInfo {
	position:relative;
	width:600px;
	padding-left: 25px;
}
#contentInfo h1 {
	font-size:22px;
	line-height: 24px;
	padding-left: 25px;
	background:url(images/h1_tag.jpg) no-repeat left top;
	font-weight:bold;
	color:#00a7ac;
	margin:15px 0 20px 0;
}
#contentInfo h2 { font-size:18px; line-height:20px; margin:25px 0 0 0;}
#contentInfo p {font-size:12px;}
#contentInfo ul {margin:0; padding:0;}
#contentInfo li {padding:0; margin:10px 0 0 5px;}
#contentInfo ul.listNumPrimary {list-style-type:decimal;}
#contentInfo ul.listNumSecondary {list-style-type:upper-roman;}
#contentInfo ul.listPrimary {list-style-type:disc;}
#contentInfo ul.listSecondary {list-style-type:square;}

/*index page content setting*/
#indexHolder {
	margin:0 auto;
	width: 680px;
}
#indexLeft {
	margin:0;
	padding:0;
	width:180px;
	float:left;
	
}
#indexRight {
	margin:0;
	padding:0;
	width:500px;
	float:right;
}



#indexFlash {
	margin:0;
	padding:0;
	width:500px;
	height:270px;
	position:relative;
	clear:both;
	
}
#indexNews {
	position:relative;
	overflow: hidden;
	margin:0;
	padding:0;
	width:250px;
	height:200px;
	font-size:12px;
	float:left;
	
	
	
}

#indexNews .indexDate {
	font-size:16px;
	font-weight:bold;
	color:#555;
}

#indexNewsContent {
	font-size:12px;
	
	
}
#indexNewsContent ul {margin:0; padding:5px 5px 0px 25px;}
#indexNewsContent li { margin:0;padding:0px 0px 5px 0px;}
#indexNewsContent .continueReading {
	font-size:14px;
	font-weight:bold;
	vertical-align:middle;
	
	
}

#indexQuestion{
    position:relative;
	overflow: hidden;
	margin:0;
	padding:0;
	width:250px;
	height:200px;
	float:right;
	font-size:12px;
	
}

#indexQuestionContent {
	font-size:12px;
	
	
}

#indexQuestionContent ul {margin:0; padding:5px 5px 0px 25px;}
#indexQuestionContent li {margin:0; padding:0px 0px 5px 0px;}

#indexQuestionContent .continueReading {
	font-size:14px;
	font-weight:bold;
	color:#009999;
}

/*footer setting*/
#footerContainer {
	clear:both;
	width:100%;
	min-width: 948px;
	width:expression(document.body.clientWidth < 948? "948px": "auto" );
	height:145px;
	background: #fff;
}
#footerBorder{
	width:100%;
	min-width: 948px;
	width:expression(document.body.clientWidth < 948? "948px": "auto" );
	height:15px;
	background: url(images/footerBG.jpg) repeat-x;
}
#footerBGL{
	float:left;
	width:200px;
	height:15px;
}
#footerBGR{
	float:right;
	width:200px;
	height:15px;
}
#footerInfo{
	position:relative;
	margin:0 auto;
	width: 900px;
	color:#140661;
	font-size:13px;
	top:5px;
}
#footerInfo .address{
	font-size:12px;
}
#footerInfo .companyName{
	font-size:16px;
}


.StackedPanels {
	position:relative;
	height: 270px;
	overflow: hidden;
	
}
.StackedPanels, .SlideShowFadingPanel a{
 color:#140661;
}
.StackedPanels, .SlideShowFadingPanel:hover{
color:#140661;	
}

.StackedFadingPanel, .SlideShowFadingPanel {
	position: absolute;
	top: 0px;
	left: 1px;
	overflow: hidden;
	/* Set background to get around IE rendering bug */
	padding: 0px;
	color:##140661;
	z-index: 4;
	
}


.FadingPanelsVisiblePanel {		
}

.FadingPanelsHiddenPanel {	
}

