@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#414B5A;
	background:url(../images/body_bg.png);
}

/*shadow effect*/
.content_caption, .content_news, .content_member	{
	-moz-box-shadow:0px 10px 10px -10px rgba(182, 182, 182, 0.5);
	-webkit-box-shadow:0px 10px 10px -10px rgba(182, 182, 182, 0.5);
	box-shadow:0px 10px 10px -10px rgba(182, 182, 182, 0.5);
	behavior: url(../js/pie/pie.php);
/*	behavior: url(../js/pie/pie.htc);
*/}

img	{
	border:none;	
}

a	{
	text-decoration:none;
	border:none;
	color:#414B5A;	
}

ul	{
	margin: 0;
	padding: 0;
	list-style: none;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -65px auto; /* the bottom margin is the negative value of the footer's height */
	position: relative;
}

#footer, #push, #footer_frame{
	height: 65px; /* '.push' must be the same height as 'footer' */
}

#header {
	background-color: #FFFFFF;
}

#content	{
	margin: 0 auto;
}

#footer {
	position: relative;
	margin: 0 auto;
}

/*Header*/
.header_frame	{
	margin: 0px auto;
	width: 1000px;
}

.logo	{
	width: 350px;
	height: 100px;
	float: left;
}

.lang_frame	{
	float: right;
	width: 70px;
	height: 20px;
	margin: 60px 30px 20px 30px;
	font-size: 13px;
}

.lang_frame	ul li{
	display: inline;
	line-height: 20px;
	margin: 0px 3px;
	font-family: "Lucida Console", Monaco, monospace;
}

.lang_frame	ul li a  {
	color:#B4B4B4;
}

.lang_frame	ul li a:hover	{
	color:#75BC33;
}

.link_active	{
	color:#75BC33 !important;
}

/*Slider*/
.slide_frame	{
	margin: 0px auto;
	width: 1000px;
}

/*Content Caption*/
.content_caption	{
	margin: 0px auto;
	width: 1000px;
	background-color: #BFD730;
	border-bottom: 3px solid #7AA400;
}

.content_caption .title	{
	color: #FFFFFF;
	font-size: 37px;
	float: left;
	padding: 15px 0px 15px 30px;
	width: 200px;
	
}

.content_caption .subtitle	{
	color: #FFFFFF;
	font-size: 12px;
	float: left;
	width: 72%;
	padding: 20px 20px 20px 30px;
}

.content_caption .more	{
	float: right;
	width: 80px;
	height: 20px;
	background-color: #A2C31A;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	margin-left: 20px;
	line-height: 18px;
	color: #FFFFFF;
}

/*Content*/
.content_frame	{
	margin: 0px auto;
	width: 1000px;
}

.content_news	{
	float: left;
	padding: 15px 30px;
	background-color: #FFFFFF;
	width: 100%;
	max-width: 680px;
	margin: 15px 0px;
	min-height: 250px;
}

.content_news .title	{
	font-size: 24px;
}

.news_cell	{
	float: left;
	width: 325px;
	height: 100px;
	padding: 10px 0px;
	margin-right: 10px;
}

.news_content	{
	float: left;
	width: 205px;
}

.news_date	{
	color: #B4B4B4;
	font-size:12px;
}

.news_title	{
	font-weight:bold;
}

.news_text	{
	font-size: 12px;
}

.news_thumb	{
	width: 100px;
	height: 75px;
	float: right;
	margin: 0px 10px;
}

.content_member	{
	float: right;
	padding: 15px 30px;
	background-color: #FFFFFF;
	margin: 15px 0px;
	width: 100%;
	max-width: 180px;
	min-height: 250px;
}

.content_member .title	{
	font-size: 24px;
	margin-bottom: 30px;
}

.member_icon	{
	height: 70px;
	width: 180px;
	margin: 5px 0px;
}

.content_tap	{
	margin-top: -53px;
	position: relative;
}

.content_title	{
	font-size: 30px;
	background-color: #FFFFFF;
	padding: 10px 30px;
	float: left;
	margin: 0px 30px;
	height: 30px;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 24px;
}

.content_text_frame	{
	background-color: #FFFFFF;
}

.content_text	{
	padding: 50px 60px;
	float: left;
	width: 600px;
}

.content_table	{
	width: 600px;
}

.content_table td {
	padding: 5px 10px;
	border-bottom: 1px solid #414B5A;
}

.content_text ul	{
	list-style:disc inside;
}

.disclaimer_text	{
	padding: 50px 60px;
}


.news_content_text	{
	padding: 50px 60px;
}

.news_content_title	{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.news_content_date	{
	color: #B4B4B4;
	margin-bottom:20px;
}

.news_content_text ul li	{
	margin:20px;
}

.content_menu	{
	width: 180px;
	float: left;
	padding: 60px 50px;
}

.content_menu ul {
	border-top: 1px solid #969696;
}

.content_menu ul li	{
	height: 15px;
	border-bottom: 1px solid #969696;
	padding: 10px;
	font-weight: bold;
}

.content_menu ul li	a:hover, .content_menu_active {
	color:#BFD730;
}

/*Content Banner*/
.content_banner	{
	margin: 0px auto;
	width: 1000px;
}

.content_banner	img {
	width:100%;
}

/*Footer*/
.footer_frame	{
	margin: 0px auto;
	width: 1000px;
	padding: 25px;
	text-align: center;
}

.footer_company	{
	color: #B4B4B4;
}

.footer_company	a{
	color: #B4B4B4;
	text-decoration:underline;
}

.disclaimer	{
	text-decoration:underline;
}
