#masthead {display: none;}
#sidebox {display: none;}
#menubar {display: none;}
#footer {display: none;}

/* 
LOCAL STYLES
*/

.body-incre {
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	text-align: left;
	font-size: 1.2em;
}
.body-edible {
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	font-size: 1.2em;
}
.h1-edible {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
.h1-incr {
	font-family: "Times New Roman", Times, serif;
}

/* 
KEYLIME STYLES
*/
body {
	background-color: #4A4A4A;
	background-image: url(../images/keylime/kl-pbgtexture.jpg);
	color: #333333;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 20px 0;
	padding: 0;
}
#masthead {
	background-image: url(../images/keylime/kl-masthead.jpg);
	background-repeat: no-repeat;
	height: 95px;
}

/********LAYOUT WRAPPER**********/
#layout {
	width: 766px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(../images/keylime/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: 3em 0 0 0;
}
/*MAIN and SIDEBAR COLUMNS
  Width of both must equal width of columnwrapper
	540 + 210 = 750 */
#sidebox {
	float: left;
	width: 179px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
}
#mainbox {
	float: left;
	width: 620px;
}


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

/*Main Content*/
#maincontent {
	padding: 0 30px 20px 30px;
	font-size: 0.85em;
/*	background-image: url(../images/keylime/kl-vrule.gif);  */
	background-repeat: repeat-y;
	background-position: right top;
}
#maincontent p{
	line-height: 1.5em;
	margin: 8px 0 12px 0;
}
.callout {
	float: right;
	width: 98px;
	margin: 20px -20px 0px 18px;
	padding: 10px;
	border: 1px solid #333333;
	font-size: 0.85em;
	background-image: url(../images/keylime/kl-greengradient.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
/*Sidebar*/
#sidecontent {
	font-size: 0.7em;
	padding: 0 20px 20px 20px;
	margin: 0 0 0 0;
	background-image: url(../images/keylime/kl-yellowgradient.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#sidecontent p{
	line-height: 1.35em;
	margin: 12px 0;
}
/********HEADINGS*******/
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	color: #333333;
	font-weight: bolder;
	text-align: left;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.35em;
	font-weight: bold;
	color: #666666;
	text-align: left;
}
h1, h2, h3, h4 {
	line-height: normal;
	font-family:"Trebuchet MS", Arial, sans-serif;
}
}
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/keylime/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: #CECCC4;
}
/*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: #7D7865;
	cursor: default;
	font-size: 0.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;
}
#p7TBMrootbox {
	background-image: url(../images/keylime/kl-mbar.jpg);
	background-color: #97AD73;
	background-repeat: repeat-x;
}
.p7TBMsubbox {
	padding: 4px 0 24px 12px;
}
.sideheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #CC0000;
	text-align: left;
}
