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

a {
	color: #003399;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
html body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../img/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
}
#page {
	text-align: left;
	width: 840px;
	position:  relative;
}
#header {
	clear: both;
	height: 120px;
	width: 100%;
	position: relative;
}
#header #nav {
	background-image: url(../img/nav-bg.png);
	height: 36px;
	width: 761px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: center;
	font-weight: bold;
}
#header #nav #nav-text {
	padding-top: 9px;
}
#header #nav a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 5px;
}
#header #nav a:hover {
	text-decoration: underline;
}
#header #yoan {
	float: left;
	position: absolute;
	left: 0px;
	top: 8px;
}
#header #niim {
	position: absolute;
	left: 80px;
	top: 50px;
}
#lang {
	position: absolute;
	top: 0px;
	right: -28px;
}
#content {}
#content h1 {
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 22px;
	margin-left: 0px;
	font-size: 26px;
}
#content #leftcol {
	float: left;
	width: 638px;
	line-height: 18px;
}
#slideshow {
    position:relative;
    height:350px;
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}
#slideshow IMG.active {
    z-index:10;
}
#slideshow IMG.last-active {
    z-index:9;
}
sup {
	font-size: 8px;
	color: #990000;
}
.p-flash {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	line-height: 1.4em;
	color: #444444;
}
#content #leftcol p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	text-align: justify;
}
#content #rightcol {
	float: right;
	width: 180px;
}
#content #rightcol #blog {
	background-color: #ffb845;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #737474;
	border-bottom-color: #737474;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 6px;
	margin-bottom: 8px;
	display: none;
}
#content #rightcol ul li {
	border-radius: 5px;
	background: #84c244;
	color: #ffffff;
	padding: 4px 8px;
}
#content #rightcol ul li a {
	color: #000000;
}
#content #rightcol h3 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
}
#content #rightcol p {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
}
#content #rightcol h3 a {
	color: #173030;
	text-decoration: none;
}
#content #rightcol h3 a:hover {
	text-decoration: underline;
}
#content #rightcol .box {
	background-color: #ebebeb;
	padding: 8px 6px;
	margin: 0 0 12px 0;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 5px;
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.5);
	-moz-box-shadow: 1px 2px 2px rgba(0,0,0,.5);
	-o-box-shadow: 1px 2px 2px rgba(0,0,0,.5);
	box-shadow: 1px 2px 2px rgba(0,0,0,.5);
}
#footer {
	padding-top: 8px;
	padding-left: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #869986;
	margin-top: 22px;
	font-size: 10px;
	color: #5a5a5a;
	margin-bottom: 26px;
}
#content #leftcol .list {
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 22px;
}
#content #leftcol .list li {
	clear: both;
	margin-bottom: 2px;
}
#content .subnav {
	position: absolute;
	top: 130px;
	left: 300px;
	padding: 0;
	margin: 0;
	list-style: none;
}
#content .subnav li {
	float: left;
	display: inline;
	font-size: medium;
	margin: 0 22px 0 0;
}
#content .subnav li a {
	background: #84c244;
	color: #ffffff;
	padding: 6px 24px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#content .subnav li a:hover {
	background: #68a02f;
}
#content #rightcol .list {
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 22px;
	margin-left: 0px;
	font-size: 16px;
}
#content #rightcol .list li {
	clear: both;
	margin-bottom: 2px;
}
.form {}
.form .label {
	font-weight: bold;
	text-align: right;
	float: left;
	width: 120px;
	margin-right: 8px;
}
.form .object {
	float: left;
}
.form .input {
	width: 380px;
}
.form .textarea {
	width: 380px;
	resize: none;
}
.form .button {
	font-size: 14px;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}
.clear {
	clear: both;
}

