@charset "UTF-8";
body,td,th {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 100%;
}
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(../images/k_covBkg.jpg);
	background-repeat: repeat-x;
	height: 775px;
}
#header {
	height: 100px;
	position: relative;
	padding-top: 30px;
	padding-left: 30px;
	margin-bottom: 75px;
}
#tag {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	width: 495px;
	position: absolute;
	top: 108px;
	right: 0px;
	z-index: 90;
}
#mission {
	margin-left: 410px;
}
p {
	font-size: 1em;
	color: #FFFFFF;
}
#wrapper {
	height: 750px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}
h1 {
	font-size: 24px;
	color: #000000;
}
h2 {
	font-size: 1.5em;
	color: #FFFFFF;
}
h3 {
	font-size: 14px;
	color: #FFFFFF;
}
h4 {
	font-size: 10px;
	color: #828F46;
}

/*main mavigation*/

#nav {
	position: absolute;
	top: 150px;
	right: 0px;
	z-index: 75;
	font-size: 0.75em;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	width: 550px;
	height: 30px;
	left: 400px;
}
#nav ul {
	margin:0;
	padding:0;	
}
#nav li {
	position: relative;
	list-style-type: none;
	margin: 0;
	float: left;
}
#nav li:hover {
	background:#ABBC6F;
	border-bottom: 1px solid #CCC;
}
/*#nav li.submenu {background:#;}*/
#nav li.submenu:hover {background-color:#95A05B;}
#nav a {
	display: block;
	padding: 0.5em 0 0.5em 0.5em;
}
#nav>ul a {width: 8em;}
#nav ul ul {position: absolute; width: 8em; display: none;}
#nav ul ul li {border-bottom: 1px solid #CCC; background: #95A05B; width: 10em;}
#nav li.submenu li.submenu:hover {background-color: #000;}
#nav ul.level1 li.submenu:hover ul.level2 {display: block;}
#nav ul.level2 {top: 2.3em; /*border-bottom: 1px solid #CCC;*/}

a:link, a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #000;
}
/*Begin nav2*/
/*#nav2 {
	font-size: 0.75em;
	color: #808746;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	height: 25px;
	margin-top: 50px;
}
#nav2 a:hover {
	color: #828f46;
}*/
/*begin copyright*/
#copyright {
	font-size: 0.65em;
	color: #828F46;
	text-align: center;
	position: absolute;
	z-index: 70;
	height: 20px;
	width: 900px;
	left: auto;
	top: 725px;
	right: auto;
	text-transform: uppercase;
	font-weight: bold;
}
