*{
	margin:0px;
	padding:0px;
	
}
body{
	text-align:center;
	font-family:PMingLiU;
	font-size:12px;
	color:#000;
	background: url('../images/common/bg_yellow2a.jpg') repeat-x top;
}
ul {
	list-style-type:none;
}
div {
	text-align: justify;
}
a {
	color: #000;
}
img {
	border: none;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
}
a:link, a:visited{
	text-decoration:none;
}
a:hover, a:active {
	text-decoration:none;
}
.clear{
	clear: both;
}

.width-100px {
	width: 100px;
}
.width-200px {
	width: 200px;
}
.width-300px {
	width: 300px;
}
.width-400px {
	width: 400px;
}
.width-500px {
	width: 500px;
}
.width-600px {
	width: 600px;
}
.width-700px {
	width: 700px;
}
.red, #content .red {
	color: #F50C38;
}
.blue, #content .blue {
	color: #171CC7;
}


/* -- Login area, top right of each page */

.login-form {
	margin-bottom: 10px;
}
/* for login error display on top right area */
.login-error-box {
	
}
/* login button */
.login-button-list {
	width: 100%;
	height: 25px;
}
.login-button-list .button {
	float: right;
	margin-right: 10px;
	padding: 4px 10px 4px 10px;
	background-color: #FCD694;
	border: 1px solid #F3A10E;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.login-button-list .button:first-child {
	/*margin-right: 0;*/
}
.login-welcome-box {
	position: relative;
	width: 100%;
	height: 25px;
	padding-right: 10px;
	text-align: right;
}

#wrapper{
	width:1000px;
	margin:15px auto;
	text-align:left;
	padding: 0 50px;
}

/* header area */
#header {
	position: relative;
	width: 1000px;
	height: 115px;
}
#header .logo {
	position: absolute;
	top: 0;
	left: 25px;
}
#header .login-panel {
	position: absolute;
	width: 350px;
	height: 80px;
	top: 20px;
	left: 650px;
}
#header .login-panel .input {
	width: 100px;
}
#header .submit_login {
	color: #000;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #F4A81F;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0;
	padding: 0 6px 2px 8px;
	background: #FCD694;
}
#header .submit_login:hover {
	text-decoration:underline;
	cursor: pointer;
}

/* top menu */
#top_nav{
	position: relative;
	width: 1000px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	z-index: 10000;
	background-color: #BEAE59;
	color: #FFF;
	/*background: url('../images/common/top_nav_bg.png') no-repeat;*/
}
#top_nav .level1{
	/* top level menu (ul) */
	width: 1000px;
overflow: auto;
}
#top_nav .level1_item{
	/* top level menu item (ul li) */
	float: left;
	x-width: 122px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-right: 1px solid #FFF;
	cursor: default;
	margin-top: 5px;
}
#top_nav .level1_item:first-child {
	padding-left: 18px;
}
#top_nav .two_word {
	width: 82px;
}
#top_nav .four_word {
	width: 102px;
}
#top_nav .five_word {
	width: 122px;
}
#top_nav .eight_word {
	width: 142px;
}

#top_nav .level1_item:hover .level2 {
	/* hover on top level item, show 2nd level menu */
	display: block;
}
#top_nav .level1_item a {
	color: #FFF;
}
#top_nav .level1_item:first-child{

}
#top_nav .level1_item:last-child{
	border: none;
}

#top_nav .level2 {
	/* 2nd level menu (ul li ul) */
	display: none;
	position: absolute;
	padding: 10px;
	background-color: #BEAE59;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#top_nav .level2_item{
	/* 2nd level menu item (ul li ul li) */
	min-width: 90px;
	height: 25px;
}

/* content area - below top menu */
#content{
	position: relative;
	width: 1000px;
	height: auto;
	min-height: 300px;
	x-margin-top: 15px;
	margin-bottom: 15px;
	color: #000;
	z-index: 4000;
}
#content a {
	color: #000;
}

.section-title {
	/* standard title format */
	height: 25px;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	color: #FF6A00;
	padding-left: 5px;
	margin-bottom: 5px;
	/*background-color: #F7DCA3;*/
	background: url('../images/common/title_bar_bg.jpg') no-repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.section-more {
	/* standard more button */
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	text-align: right;
	margin-right: 5px;
}

/* container for content - use full width */
#content .full-width {
	width: 980;
	min-height: 100%;
	position: relative;
	top: 0;
	left: 0;
	padding: 10px;
	background-color: #FFF;
	color: #000;
	font-size: 14px;
	line-height: 22px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* bottom nav */
#bottom_nav {
	width: 100%;
	overflow: hidden;
	margin-bottom: 8px;
}
#bottom_nav ul {
	position: relative;
	float: left;
	display: block;
	left: 50%;
}
#bottom_nav ul li {
	position: relative;
	float: left;
	display: block;
	right: 50%;
	padding: 0 5px;
	border-right: 1px solid;
	color: #FDBA14;
}
#bottom_nav ul li:last-child {
	border: none;
}
#bottom_nav ul li a {
	color: #FDAC05;
	font-size: 14px;
	font-weight: bold;
}

/* footer area */
#footer {
	position: relative;
	width: 1000px;
	background-color: #FDDC6D;
	height: 20px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}
