body {
	font-family: "Gill Sans","Gill Sans MT", Geneva, Arial, Helvetica, sans-serif;	
	left: 0px;
	right: 0px;
	width:100%;
	height:auto;
	background-color:#FFFFFF;
}

#CONTAINER {
}

/* this is underneath everything else but above the <BODY> & #CONTAINER */
#lowerLayer {
	position: absolute;
	z-index:50;
	width:100%;
	height:100%;

}
#bottomPane{
	height: 100%;
	top: 150px;
	left:0px;
}
#topPane {
	position:absolute;
	z-index:100;
	height:150px;
	width: 100%;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #7D6435;
	background-color: #FFFFFF;
	left: 0%;
	top: 0%;
}

#topPane_sectionsNav {
 	display:none;
}


#topPane_logo {
	position: absolute;
	z-index:300;
	bottom: 15px;
	right: 5%;
	text-align:right;
}
#topPane_logo a:hover{
	background-color:#FFFFFF;
}
#topPane_phoneNo {
	position: absolute;
	z-index:100;
	bottom:20%;
	left: 30px;
	color:#7D6435;
	font-weight:lighter;
	font-size: 1.7em;;
}
.qaLink{
	display:none;
}
#leftColumn{
	width:100%;

}
.trainingEventsLinkPane{
	display: none;
}
#rightColumn{
 	display: none;
	height:0px;

}
#rightColumnLarge{
	width:100%;
	left:0px;
}

.rightColumnLarge_inner{
	width:100%;
	left:0px;
}
#contentPane {
	position:absolute;
	width:100%;
	top: 0px;
	height: 100%;
}
.contentPane_inner{
	top:0px;
	width:90%;
}
#footerOverlay{
	position:fixed;
	z-index:500;
	bottom:0%;
	height:40px;
	width:100%;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	visibility: visible;

}
#footerOverlay_transperantMask{
	position:fixed;
	z-index:400;
	bottom:0px;
	height:40px;
	width:100%;
	visibility: visible;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
	background-color: #FFFFFF;
}
#footerOverlay_page{
	position:fixed;
	z-index:500;
	bottom:0px;
	height:40px;
	width:100%;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFFFFF;

}
.footerOverlay_text{
	color: #7D6435;
	font-size: 1.7em;
	padding-left: 30px;
	font-weight:lighter;

}


#centerThird{
	height:0px;
	display:none;
}
#rightThird{
	height:0px;
	display:none;

}
#eventsSectionsPaneVertical{
	height:0px;
	width:0px;
	display:none;
}
#upcomingEventsPane{
	width:90%;
	margin-left:30px;
}
/* bound to SECTION_PAGES_VERTICAL */
.sectionPagesVerticalPane {
	display:none;
}
.sectionPages_link{
	display:none;
}