﻿/* TURN OFF MAIN PORTIONS OF THE WEBSITE */
#mainBody {
	display: none;
}
#pageDivider 
{
	display: none;
}

/*
#guidebookModalWindow * {
	visibility: visible!important;
}
*/

#guidebookModalWindow
{
	width: 6.25in;
	height: auto;
	position: inherit;
	top: inherit;
	left: inherit;
	margin: 0;
	padding: 0;
	background: none;
	color: #000;
}

.guideBookContainer,
.guideBookContainer2,
.guideBookContainer3,
#guideBookContent,
#bodyTextContainer,
#bodyTextContainerNoLeftMenu {
	float: none;
	width: 6.25in;
	height: auto;
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
	overflow: visible;
}

/* #guideBookSectionTitle {
	float: none;
	position: inherit;
	top: inherit;
	left: inherit;
	margin:0;
	padding:0 0 20px 0;
	border:0;
} */

#guideBookSmallHead, #closeButton, #searchForm, #guidebookPrintThisPage, #guideBookContent .rightColumn {
	display: none;
}

#leftMenu {
	display: none!important;
}

#guideBookContent .leftColumn
{
	float: none;
	width: 6.25in;
	height: auto;
	overflow: visible;
	margin:0;
	padding:0;
	border:0;
	color:#000;
}

.guideBookContent h3 {
	padding:0;
}

.fullDivider {
	display: none;
}