/* 
  -----------------------------------
  Tab Bar Magic Page Pack CSS
  by Project Seven Development
  www.projectseven.com
  Key Lime Page Pack Layout 03
  2 Column Fixed
	Shadow box background
  -----------------------------------
*/
body {
	background-color: #4A4A4A;
	background-image: url(./kl-pbgtexture.jpg);
	color: #333333;
	font-family: "Gill Sans", Arial, sans-serif;
	font-size: 100%;
	margin: 4px 0;
	padding: 0;
}
#masthead {
	background-image: url(./kl-masthead.jpg);
	background-repeat: no-repeat;
	height: 162px;
}
/********LAYOUT WRAPPER**********/
#layout {
	width: 600px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(./kl-shadow.jpg);
	background-repeat: repeat-y;
}
/********MENU WRAPPER**********/
/********COLUMN WRAPPER**********/
#columnwrapper {
	margin: 0 auto;
	width: 600px;
	padding: 1em 0 0 0;
}
#mainbox {
	width: 590px;
	margin-left: 10px;
	font-size: 12px;
}

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

/*TOP MENU-TABS*/
/*Main Content*/
#maincontent {
	padding: 0 15px 20px 15px;
	font-size: 0.85em;
	background-repeat: repeat-y;
	background-position: left top;
}
#maincontent p{
	line-height: 1.2em;
	margin: 8px 0 12px 0;
}

/*Sidebar*/
/********HEADINGS*******/
h1 {
	font-family: "Gill Sans", Verdana, sans-serif;
	margin: 0;
	font-size: 1.45em;
}
h1, h2, h3, h4 {
	line-height: normal;
	font-family: "Gill Sans", Verdana, sans-serif;
}
h2 {
	margin: 1em 0 0 0;
	font-size: 1.35em;
}
h3 {
	margin: 1em 0 0 0;
	font-size: 1.25em;
}
/*CLEARING the LAYOUT FLOATS*/
.clearit {
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
}

/********BOTTOM SHADOW GRAPHIC**********/
#bottom {
	background-image: url(./kl-footer.jpg);
	background-repeat: no-repeat;
	height: 48px;
	background-position: left bottom;	
}

/***********FOOTER************/
/*Footer Container*/
#footerbox {
	width: 640px;
	margin: 0 auto;
	font-size: 0.7em;
	color: #333333;
}
/*Footer Content*/
#footer {
	padding: 0 0 0 10px;
	text-decoration: none;
}
#footer a {
	text-decoration: none;
	color: #674F35;
}

/*********PAGE LINK STYLES********/
#columnwrapper a:hover, #columnwrapper a:active, #columnwrapper a:focus, 
#footer a:hover, #footer a:active, #footer a:focus {
	color: #674F35;
	text-decoration: underline;
}
/******MISC STYLES********/
.menuheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #303030;
	text-align: left;
	font-weight: bold;
}
