/* 
  -----------------------------------
  Tab Bar Magic Page Pack CSS
  by Project Seven Development
  www.projectseven.com
  Key Lime Page Pack Layout 01
  2 Column Fixed
	Page-spanning Masthead
	Sidebar on right
  -----------------------------------
*/
body {
	color: #333333;
	background-repeat: repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	min-width: 770px;
	background-image: url(../Templates/images/kl-pbgtexture.jpg);
}
#masthead {
	font-size: 10px;
	font-weight: bold;
	color: #666;
	height: 60px;
	background-color: #f4f4f4;
	line-height: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#innertop {
	background-image: url(../Templates/images/klm_logo.png);
	background-repeat: no-repeat;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-position: left 5px;
}


#menubar {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/********COLUMN WRAPPER**********/
#layout {
	width: 850px;
	background-image: url(../Templates/images/kl-shadow.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
}
.capitlize {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	color: #7E7966;
	float: left;
	display: inline;
	line-height: 25px;
}


/*MAIN and SIDEBAR COLUMNS
  Width of both must equal width of Layout
	590 + 180 = 770
	Then we deduct 2px from the sidebox to work
	around gross miscalculations by IE5 Mac*/
#mainbox {
	width: 590px;
	float: left;
	background-image: url(../Templates/images/kl-vrule.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#sidebox {
	width: 178px;
	float: left;
}

/********CONTENT CONTAINERS*********/

/*Main Content*/
#maincontent {
	background-image: url(../Templates/images/kl-vrule.gif);
	background-repeat: repeat-y;
	background-position: left top;
	font-size: 0.85em;
	line-height: 1.5em;
	padding: 12px 24px;
}
h1 {
	margin: 0px;
	font-size: 1.5em;
	padding: 2px 24px;
	color: #FFFFFF;
	border: 1px solid #4D4D4D;
	font-weight: normal;
	background-image: url(../Templates/images/kl-h1.jpg);
	background-color: #707070;
	background-repeat: repeat-x;
}
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;
}

/*Sidebar*/
#sidecontent {
	padding: 0 0 16px 24px;
	font-size: 0.7em;
}
#sidecontent .topheading {
	margin: 0;
	color: #FFFFFF;
}
#sidecontent p {
	margin: 8px 0 12px 0;
}

/***********FOOTER************/
/*Footer Container*/
#footerbox {
	clear: both;
	font-size: 0.7em;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #F4F4F4;
}
/*Footer Content*/
#footer {
	margin: 0;
	color: #333;
	background-image: url(../imgs/footer.png);
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-right: 24px;
	padding-bottom: 12px;
	padding-left: 600px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #7B7663;
	border-right-color: #7B7663;
	border-bottom-color: #7B7663;
	border-left-color: #7B7663;
}
#footer p {
	margin: 0 0 12px 0;
	font-size: 12px;
}

/******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********/
#layout a:hover, #layout a:active, #layout a:focus, 
#footer a:hover, #footer a:active, #footer a:focus {
	background-color: #4D4D4D;
	color: #FFFFFF;
	text-decoration: none;
}

/******TAB BAR MAGIC CSS CHANGES FOR THIS LAYOUT********/
#p7TBMroot ul {
	width: 770px;
	margin: 0 auto;
	border-left: 1px solid #333;
}
.p7TBMsubbox ul {
	width: 770px;
	margin: 0 auto;
}
.p7TBMsubbox {
	padding: 4px 0 24px 0;
}
.imgbtw {
	float: right;
	margin: 2px;

}
