/* 
  -----------------------------------
  Tab Bar Magic Page Pack CSS
  by Project Seven Development
  www.projectseven.com
  Key Lime Page Pack Layout 03b
	Static Menu or Placeholder
  2 Column Fluid
  -----------------------------------
*/

body {
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../images/klm_pbg.jpg);
	background-repeat: repeat-x;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
	min-width: 770px;
}
#masthead {
	background-image: url(../images/klm_logo.jpg);
	background-repeat: no-repeat;
	height: 180px;
}
#menubar {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/******** LAYOUT WRAPPER **********/
#layout { 
	margin: 0;
}
/******** COLUMNS WRAPPER and COLUMNS **********/
#columnwrapper {
	margin: 1.5em 0 0 0;
	position: relative;
}
#mainbox {
	margin: 0 0 0 188px; 
}  
#sidebox {
	position: absolute;
	top: 0;
	left: 0;
	width: 188px;
}

/********CONTENT CONTAINERS*********/

/*Main Content*/
#maincontent {
	font-size: 0.85em;
	padding: 0 24px 12px 24px;
	border-left: 1px solid #333333;
}
h1 {
	margin: 0;
	font-size: 1.5em;
}
h1, h2, h3, h4 {
	line-height: normal;
	font-family:"Trebuchet MS", Arial, sans-serif;
}
h2 {
	margin: 1.5em 0 0 0;
	font-size: 1.35em;
}
h3 {
	margin: 1.5em 0 0 0;
	font-size: 1.35em;
}
#maincontent p {
	margin: 8px 0 12px 0;
}
.callout {
	float: right;
	width: 132px;
	margin: -12px 0 0 10px;
	padding: 10px;
	border: 1px solid #333333;
	font-size: 0.75em;
}
/*Sidebar*/
#sidecontent {
	padding: 0 24px 12px 24px;
	font-size: 0.7em;
	background-color: #FFFFFF;
}
#sidecontent .topheading {
	margin: 0;
}
#sidecontent p {
	margin: 8px 0 12px 0;
}

/***********FOOTER************/
/*Footer Container*/
#footerbox {
	font-size: 0.7em;
	margin: 0 0 16px 188px;
	background-image: url(../images/kl-yellowgradient.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
}
/*Footer Content*/
#footer {
	margin: 0;
	padding: 36px 24px 8px 24px;
	color: #333333;
}
#footer p {
	margin: 0 0 12px 0;
}

/******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: #FFFFFF;
	cursor: default;
	font-size: .1em;
}
.p7fix a:active, #skips a:active, #skips a:focus {
	color: #FFFFFF;
	background-color: #4a4a4a;
	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 {
	background-color: #4D4D4D;
	color: #FFFFFF;
	text-decoration: none;
}

/******TAB BAR MAGIC NAVBAR STYLES********/
#p7TBMroot {
	font-size: 1em;
	border-top: 1px solid #333333;
	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;
	border-left: 1px solid #333;
}
#p7TBMroot li {
	list-style-type: none;
	display: inline;
}
#p7TBMroot li a {
	float: left;
	color: #333333;
	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: #97AD73;
}
#p7TBMrootuberlink {
	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: #ECE9D8;
	background-position: 0px -100px;
	background-repeat: repeat;
	background-color: #FFFFFF;
}
#p7TBM br {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 1px;
}
