/**** Tag Styles ****/
* {margin:0;padding:0}
body {
	background: #fff;	
	color:#333;
	font-family: arial,tahoma,verdana,sans-serif;
}

p {
	margin: 1em 0;
}

/*Textlinks*/
a:link, a:visited, a:active {
	font-size: 1em;
	font-weight: bold;
	line-height:1.4em;
	color: #25795F;
}

a:hover {
	font-size: 1em;
	font-weight: bold;
	line-height:1.4em;
	color: #333333;
}


/** news item styles **/

span.news
{
	font-size:0.9em
}

span.news p 
{
	margin: 0 0 1em 0;
}



.newsitem {
	padding: 5px 0px 5px 0px;
	clear:both;
}

.newsitem .autoImage {
	border:0;
	float:left;
	margin: 0px 5px 5px 0px;
}

a.morelink:link, a.morelink:visited, a.morelink:active {
	text-decoration:none;
}

/** Fact display Styles **/
.homefeaturebox {
	padding: 10px 10px 10px 10px;
	margin: 25px 5px 5px 5px;
	border: 1px solid #25795F;
}


/* H Tags */
h1,h2,h3 {
	font-weight: bold;
}
h1 {
	font-size: 1.4em;
	line-height: 1em;
	color: #257a60;
	text-align: left;
}

h1.homepage {
	font-size: 2.4em;
	line-height: 1em;
	color: #257a60;
	text-align: left;
}

h2 {
	font-size: 1em;
	color: #000000;
	line-height: 1.2em;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.9em;
	line-height: 1.4em;

}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.9em;
	line-height: 1.2em;
	clear:left;
}


h6 {
	font-size: 1em;
	color: #000000;
}

/**** ID Styles ****/
#wrap {
	font-size:small;
	background: #fff;
	margin: 2.5%;
	padding: 0 0 20px;
	border: 1em #ebf3f3 solid;
	width: 90%;
}

#utility {
	position:relative;
	top:0;
	left:25px;
	width:165px;
	padding-bottom: 40px}

#sidebar {
	float:left;
	margin-left: 20px;
	width: 178px;
}

#body {
	width: 70%;
	float: left;	
}

#body img{
		padding: 10px;
		}

#content {
	margin: 0;
	background-color: #f3f3f3;
	clear: both;
	padding: 0 0 0 1em;
	
}

#site-name {
	background: url(/wsimages/KHLogo120x120.jpg) no-repeat;
	width: 120px;
	height: 120px;
	float:left;

}

#site-name span {
	display:none;
	background: 
}

#logo{
	border: none;
	float: right;
	padding-top: 10px;
}


#logo  img
{
	border: none;
	padding-right: 4px;
}


#footer {
	clear:both;
	font-size: 0.85em;
	color: #25795F;
	margin-top: 1.5em;
	Margin-left:-13px;
	padding-left:20px;
	background-color: #ffffff;
 	height:120px;

	
}

#footerRight {
	float:right;
	
}

#footerLeft{
	float:left;
	text-align: left;
	width:40%;}

/*

#footerlogo  {
	border: none;
	float: right;
	padding-top: 10px;
}*/
#footerRight img
{
	float:righ;
	border: none;
	
}

#footertext
{
	float:right;
	clear:both
	
}

#footerlinks {
}

ul#footerlinks {
	list-style:none;
}

div#breadcrumb {
	margin-top: 3px;
	margin-bottom:2em;	
	font-size: 0.8em;
}

div#breadcrumb a {
	text-decoration: none;

}

#homePanel1 {
	width:45%;
	padding:1em;
	float: left;
}
#homePanel2 {
	width:45%;
	padding:1em;
	float: left;
}


.autoImage {
	float: left;
	margin: 0 5px 5px 0;
}

/**** Navigation Styles ****/
/** Styles **/

#navwrap {
	margin: 0;
	padding-top:2px;	
	clear: both;
}

#nav, #nav ul {
	padding: 5px 5px 5px 5px;
	margin: 0;
	list-style: none; 
	line-height: 1em;
	background: white;
	float:left;
}

#nav a, #nav a:link, #nav a:visited, #nav a:active {
	display: block;
	width: 9em;
	font-size: 0.9em;
	font-weight: bold;
	line-height:1.3em;
	color: #ffffff;;
}

#nav a:hover {
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	line-height:1.3em;
	color:#257A60;
}

#nav li {
	float: left;
	width: 9em;
	padding: 2px 2px 2px 2px;
	background: #80b2b2;
	border-left: solid 2px white;
	border-right: solid 2px white;
}

#nav li li {
	margin-right:-10px;
	padding: 2px 2px 2px 2px;
}

#nav li ul {
	width: 9em;
	padding: 0px;
	border: 0px;
	border-top: solid 1px white;
	border-left: solid 1px white;
}

#nav li ul li {
	border:0px;	
	border-bottom: solid 1px white;	
	border-right: solid 1px white;	
}

/** Display **/

#nav a {
	text-decoration:none;
}

#nav li ul {
	position:absolute;
	display:none;
	margin-left:-3px;
	margin-top:1px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	display:none;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	display:block;
}


#nav li.active {
	background-color: #257A60;
}

#nav li.active a {
	background-color: #257A60;
	color:white;	
}

#nav li.active ul li {
	background-color: #ccdede;
}

#nav li.active li a {
	background-color: #ccdede;
	color: #ffffff;
} 

#nav li.active li a:hover {
	color: #257A60;
} 

#nav li.active li.active a {
	color: #257A60;
	background-color: #ccdede;
} 

/** Secondary Navigation **/
#nav-secondary {
	
}

#nav-secondary a {
	text-decoration:none;
}

#nav-secondary a:hover {
	color:#ccdede;
}

ul#nav-secondary {
	list-style: none; 
	line-height: 1.2em;
	margin : 0px;
}

ul#nav-secondary li.active a {
	color:black;
}

.newitem {
	height:auto;
	margin-bottom:10px;
}