* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	/* background: #999999;*/
}

p, li {
	font: 1.2em/1.8em Tahoma, sans-serif;
	color: black;
	margin-bottom: 10px;
}

a#menuitem {
	font: 1.4em/1.8em Tahoma, sans-serif;
	color: black;
	height: 5px;
	margin: 5px;
	margin-left: 0px;
	text-decoration: none;
}

ol.faq-ques {
	font: 1.4em/1.8em Tahoma, sans-serif;
	color: black;
	margin: 5px;
	margin-left: 100px;
	margin-bottom: 50px;
	/*text-decoration: none;*/
}

p.faq-ans {
	font: 1.4em/1.8em Tahoma, sans-serif;
	color: black;
	margin: 5px;
}

h1 {
	font: 2.0em Tahoma, sans-serif;
	color: #89B;
	margin-bottom: 10px;
}

h2 {
	font: 1.8em Tahoma, sans-serif;
	color: green;
	margin-bottom: 10px;
	text-align: left;
}

ul {
	margin-left: 25px;
}

img {
	border: none;
}

div.separator {
	margin-top:50px;
	margin-bottom:50px;
}

div.line-separator {
	margin-top:0px;
	margin-bottom:20px;
	border-bottom: 1px solid #267f23;
}

#page-wrap {
	min-width: 780px;
	max-width: 1260px;
	margin: 10px auto;
	/*background-color: white;
	box-shadow: 5px 5px 10px 10px #888888;*/
}

#page-wrap {
	/*margin: 10px 10px 0px 10px;
	padding-top: 10px;
	padding-bottom: 10px;*/
}

#inside {
	/*margin: 10px 10px 0px 10px;
	padding-top: 10px;
	padding-bottom: 10px;*/
}
	
#main-content {
	/* background: url(images/left-sidebar.gif) repeat-y white; 
	padding-left: 230px;*/
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 50px;
	float: left;
	border-left: 1px solid #267f23;
	border-right: 1px solid #267f23;
	width: 810px;
	position: relative;
	min-height: 600px;
	text-align: left;
}

#content {
	width:1260px;
	overflow: hidden;
}
	
#header {
	/*background: #267f23; */
	text-align: center;
	/*margin-bottom: 20px;*/
	width: 1260px;
	height: 150px;
	background-image: url(../img/banner_knd05.png);
	background-repeat: no-repeat;
	background-position: center top;
	/*background-attachment: fixed;*/
}

#wkc-ticker {
	text-align: center;
	margin-bottom: 20px;
	width: 1260px;
	height: 20px;
}

#content-background {    
    background-image: url(../img/small-logo-2014-01.png);
    background-color:white;
    content: "";
    display: block;
    position: absolute;
    width: 1260px;
    min-height: 600px;
	opacity:0.04;
  	filter:alpha(opacity=4); /* For IE8 and earlier */
    z-index: -1;
}
	
#left-sidebar {
	width: 145px;
	float: left;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 20px;
	min-height: 600px;
	text-align: center;
}

#right-sidebar {
	width: 145px;
	float: left;
	padding-left: 10px;
	padding-top: 20px;
	min-height: 600px;
	text-align: center;
}

#footer {
	/*background: #267f23;*/
	border-top: 1px solid #267f23;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: white;
	margin-top: 20px;
	width: 1260px;
}

#splash {
	position: fixed;
	top: 0px;
	width: 1260px;
	height: 800px;
	background-image: url(../img/splash_knd04.png);
	background-repeat: no-repeat;
	background-position: center;
	/*background-color: #999999;*/
}

div.splash-title {
	width: 800px;
	height: 75px;
	margin-top: 100px; margin-left:250px;
	background: url(../img/banner_knd02.png) -145px -95px;
}

div.splash-logo {
	width: 425px;
	height: 300px;
	margin-top: 10px; margin-left:400px;	
	background: url(../img/logo-2014.png) 0px 0px;
}

div.splash-phrase {
	width: 825px;
	height: 45px;
	margin-top: 10px; margin-left:250px;
	background: url(../img/banner_knd02.png) -150px -170px;
}

#social {
	text-align:right;
}

#person-img {
	float:left;
	width:200px;
	height:240px;
	padding-right:20px;
	padding-bottom:0px;
}

#lang_switcher {
	text-align: right;
	font-size: 1.9em;
}

#knd_msg p {
	font-size: 1.6em;
}

#eng_msg p {
	font-size: 1.6em;
}


.form-label {
	font-size: 1.4em; 
	margin: 10px 10px 0px 0px;
	padding: 0px;
	width:300px;
}

.form-input {
	font-size: 1.4em; 
	margin: 0px;
	padding: 0px;
	width: 250px;
}

.form-submit {
	font-size: 1.4em; 
	margin: 30px;
	margin-left: 250px;
	padding: 0px;
	width: 100px;
	height: 25px;
}





