body {
	background-color: #4A4A4A;
	background-image: url(../images/kl-pbgtexture.jpg);
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 20px 0;
	padding: 0;
}

#masthead {
	background-image: url(../images/kl-masthead.jpg);
	height: 121px;
}

/********LAYOUT WRAPPER**********/
#layout {
	width: 766px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(../images/kl-shadow.jpg);
	background-repeat: repeat-y;
}

/********MENU WRAPPER**********/
#menubar {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	width: 750px;
}

/********COLUMN WRAPPER**********/
#columnwrapper {
	margin: 0 auto;
	width: 750px;
	padding: 1em 0 0 0;
}

/*MAIN and SIDEBAR COLUMNS
  Width of both must equal width of columnwrapper
	540 + 210 = 750 */
#mainbox {
	float: left;
	width: 540px;
}

#sidebox {
	float: left;
	width: 210px;
}

/********CONTENT CONTAINERS*********/

/*Main Content*/
#maincontent {
	padding: 0 30px 20px 30px;
	font-size: .8em;
	background-image: url(../images/kl-vrule.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

#maincontent p {
	line-height: 1.5em;
	margin: 0px 0 30px 0;
}

#maincontent ul {
	margin: -20px 0 12px 0;
	padding: 0 0 0 15px;
}

#maincontent li {
	line-height: 1.5em;
}

.left {
	float: left;
	padding: 1px;
	border: 1px solid #CCC;
	margin: 0 10px 0 0;
}

.left-noborder {
	float: left;
	margin: 0 10px 0 0;
        border: none;
}

.right {
	float: right;
	padding: 1px;
	border: 1px solid #CCC;
	margin: 0 0 0 10px;
}

.right-noborder {
	float: right;
	margin: 0 0 0 10px;
        border: none;
}

.callout {
	float: left;
	width: 132px;
	margin: 6px 8px 0px 0px;
	padding: 10px;
	border: 1px solid #333333;
	font-size: 0.75em;
}

/*Sidebar*/
#sidecontent {
	font-size: 0.7em;
	padding: 0 20px 20px 20px;
	margin: 0 0 0 0;
	background-image: url(../images/kl-yellowgradient.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#sidecontent p {
	line-height: 1.35em;
	margin: 12px 0;
}

#sidecontent ul {
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
}

#sidecontent li {
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
}

/********HEADINGS*******/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 1.35em;
	padding: 0 0 10px 0;
}

h1, h2, h3, h4 {
	line-height: normal;
	font-family: Arial, sans-serif;
	color: #339933;
	font-spacing: -1px;
}

h2 {
	margin: 1.5em 0 0 0;
	font-size: 1.35em;
	padding: 0 0 10px 0;
}

h3 {
	margin: 1.5em 0 0 0;
	font-size: 1.25em;
}

#sidecontent h3.topheading {
	margin: 0;
}

/*CLEARING the LAYOUT FLOATS*/
.clearit {
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
}

/********BOTTOM SHADOW GRAPHIC**********/
#bottom {
	background-image: url(../images/kl-footer.jpg);
	background-repeat: no-repeat;
	height: 48px;
	background-position: left bottom;
}

/***********FOOTER************/
/*Footer Container*/
#footerbox {
	width: 750px;
	margin: 0 auto;
	font-size: 0.7em;
	color: #999;
}

/*Footer Content*/
#footer {
	padding: 0 0 0 30px;
}

/******SKIP LINKS********/
/*Skip Links Container*/
#skips {
	position: absolute;
	top: 6px;
	right: 15px;
	margin: 0 15px 0 0;
}

/*Skip Link Link Styles*/
#skips a, #skips a:visited, #skips a:hover {
	color: #FFF;
	cursor: default;
	font-size: 0.1em;
}

.p7fix a:active, #skips a:active, #skips a:focus {
	color: #FFFFFF;
	background-color: #FFF;
	cursor: pointer;
	font-size: .8em;
}

/*********PAGE LINK STYLES********/
#columnwrapper a:hover, #columnwrapper a:active, #columnwrapper a:focus, 
#footer a:hover, #footer a:active, #footer a:focus {
	color: #FFA300;
	text-decoration: none;
}
#columnwrapper a:link, #columnwrapper a:visited, #footer a:link, #footer a:visited {
	color: #FFA300;
	text-decoration: none;
}

#maincontent a:link img, #maincontent a:visited img {
padding: 1px;
border: 1px solid #CCC;
margin: 0 5px 1px 0;

}

/******TAB BAR MAGIC NAVBAR STYLES********/
#p7TBMroot {
	font-size: 12px;
	border-top: 1px solid #666;
	background-image: url(../images/kltab_bevel_bottom.jpg);
	padding: 0 0 16px 0;
	background-repeat: repeat-x;
	background-position: left bottom;
}

#p7TBMrootbox {
	background-image: url(../images/kl-mbar.jpg);
	background-repeat: repeat-x;
	background-color: #97AD73;
}

#p7TBMroot ul {
	padding: 0;
	margin: 0;
}

#p7TBMroot li {
	list-style-type: none;
	display: inline;
}

#p7TBMroot li a {
	float: left;
	color: #FFF;
	padding: 5px 10px;
	text-decoration: none;
	border-right: 1px solid #333333;
	background-image: url(../images/klb_roots.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
	background-color: #FFF;
}

.active {
	color: #333333 !important;
	background-color: #FFFFFF !important;
	background-position: 0px -200px !important;
	background-repeat: repeat;
}

/*
The Root Level Hover.
DO NOT CHANGE SELECTOR NAMES*/ 
#p7TBMroot li a:hover,
#p7TBMroot li a:focus, 
#p7TBMroot li a:active {
	color: #FFF;
	background-position: 0px -100px;
	background-repeat: repeat;
	background-color: #FFFFFF;
}

#p7TBM br {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 1px;
}

/******LIGHT BOX********/
#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}

#lightboxDetails {
	font-size: .7em;
	padding-top: 0.4em;
}

#lightboxCaption {
	float: left;
}

#keyboardMsg {
	float: right;
}

#closeButton {
	top: 5px;
	right: 5px;
}

#lightbox img {
	border: none;
	clear: both;
}

.lightbox img {
	border: none;
	clear: both;
}

#overlay img {
	border: none;
}

#overlay {
	background-image: url(/images/18.png);
}

* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/18.png", sizingMethod="scale");
}

/******FORM********/
fieldset {
	padding: 12px;
	margin-bottom: 25px;
	border: 1px solid #dcdcdc;
}
fieldset legend {
	font-size: 12px;
	font-weight: bold;
	color: #dcdcdc;
	padding: 0 5px;
}
fieldset input {
	padding: 3px;
	margin-bottom: 4px;
}
.zemRequired {
       font-weight: bold;
}

.zemError {
    color: #ff0000
}