/* 
  -----------------------------------
  Tab Bar Magic Page Pack CSS
  by Project Seven Development
  www.projectseven.com
  Key Lime Page Pack Layout 03
  2 Column Fluid
  -----------------------------------
*/

body {
	color: #CCCCCC;
	background-color: #000000;
	/*background-image: url(../images/klm_pbg.jpg);
	background-repeat: repeat-x;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
	min-width: 850px;
}
/*#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: 4em 0 0 0;
	position: relative;
}
#mainbox {
	margin: 0 0 0 188px; 
}  
#sidebox {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 188px;
}

/********CONTENT CONTAINERS*********/

/*Main Content*/
#maincontent {
	font-size: 0.75em;
	padding: 0 24px 12px 24px;
	border-left: 1px solid #666666;
	text-align: center;
}
h1 {
	margin: 0;
	color:#FFCC00;
	font-size: 2em;
}
h1, h2, h3, h4 {
	line-height: normal;
	font-family: "Times New Roman", Times, serif;
}
h2 {
	margin: 1.5em 0 0 0;
	color: #FFCC00;
	font-size: 1.35em;
}
h3 {
	margin: 1.5em 0 0 0;
	font-size: 1.35em;
}
#maincontent p {
	margin: 8px 0 12px 0;
	line-height: 175%;
}
/*.callout {
	float: right;
	width: 132px;
	margin: -12px 0 0 10px;
	padding: 10px;
	border: 1px solid #666666;
	font-size: 0.85em;
}
/*Sidebar*/
/*#sidecontent {
	padding: 0 24px 12px 24px;
	font-size: 0.85em;
	background-color: #000000;
}
#sidecontent .topheading {
	margin: 0;
}
#sidecontent p {
	margin: 8px 0 12px 0;
	line-height: 160%;
}

/***********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 #666666;
	border-left: 1px solid #666666;
}
/*Footer Content*/
#footer {
	margin: 0;
	padding: 36px 24px 8px 24px;
	color: #FFCC00;
	text-align: center;
}
#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: #000000;
	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:link, #columnwrapper a:visited, #footer a:link, #footer a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
#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;
}
/*********RANDOM IMAGES INCLUDE STYLES********/
#pictureWrapper {
	font-family:"Times New Roman", Times, serif;
	color:#FFCC00;
	font-size: 1.8em;
	text-align: center;
}

.picBorder {
    background-color: #fff;
    padding: 1px;
    border: #00425E solid 2px;
}

p#caption {
    margin: 0;
    padding: 3px 10px;
    text-align: center;
}
/********FORM STYLES**********/
/*form {
    margin: 0 0 0 20px;
}

form h2 {
    color: #FFCC00;
    font-size: 1.25em;
    margin: 0 0 5px 0px;
}

form p {
    margin: 0 0 5px 0;
}

.formbox {
    width: 250px;
	background-color:#CCCCCC;
	font-size: 1.25em;
}

.formtextarea {
    width: 500px;
	background-color:#CCCCCC;
	font-size: 1.25em;
}

fieldset {
    border: none;
}

/*label {
    font-weight: bold;
    color: #FFF;
    display: block;
}

#subscribe label, #interests label {
    display: inline;
    padding: 0 20px 0 3px;
}

#interests div {
    float: left;
}
#imagefloatleft {
	float: left;
	margin-left: 5px;
}
#imagefloatright {
	float: right;
	margin-right: 5px;
}
