/* Layout */


#outerWrapper {
         min-height:100%;
         height:auto !important;
         height:100%;
         position:relative;
		 z-index:10; 
}

#show {	display:block;}
#hide {	display:none;}
#overlay {
	background:rgba(0,0,0,0.4);	position:fixed;	top:0;	left:0;	width:100%;	height:100%;	z-index:10;	display:none;
}


.p7tp3-col-wrapper-scroll-01{
	width: 100%;
	height: 200px;
	overflow: auto;
}


/* no bootstrap gutter */

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0px;
  padding-left: 0px;
}


/* Sitemap */

#sitemapWrapper{
	background-image:url(img/backgrounds/green_dark_90.png);
	background-repeat:repeat;top:0px;  width: 100%; 
	}

#sitemapWrapper > .container > .row{ margin:20px 0;	}

#loginWrapper{
	background-image:url(img/backgrounds/green_standard_70.png);
	background-repeat:repeat;top:0px;  width: 100%;
	}

/* Header */

#pageHeaderWrapper{
	top:0px;
	height:90px;	
	width: 100%;
	background-image:url(img/backgrounds/green_mid_70.png);
	background-repeat:repeat;
	border-bottom: #679951 solid 1px;
	}
	

/* Nav */

#pageNavMainWrapper{
	min-height:33px;	
	width: 100%;
	background-image:url(img/backgrounds/green_dark_90.png);
	background-repeat:repeat;
	margin: 0 auto 0 auto;
	top:0px; 
	z-index: 10;}
	
#pageNavMainWrapperMobile{
	min-height:33px;	
	width: 100%;
	background-image:url(img/backgrounds/green_dark_90.png);
	background-repeat:repeat;
	margin: 0 auto 0 auto;
	top:0px; 
	z-index: 10;}
	
#pageNavSubWrapper{	
	position:relative;
	top: 0px;
	height:28px;	
	width: 100%;
	background-image:url(img/backgrounds/green_light_80.png);
	background-repeat:repeat;
	margin: 0 auto 0 auto;}
	
#pageNavSubWrapperMobile{	
	position:relative;
	top: 0px;
	min-height:28px;	
	width: 100%;
	background-image:url(img/backgrounds/green_light_80.png);
	background-repeat:repeat;
	margin: 0 auto 0 auto;}


/* Main Content */

@media (min-width: 1400px) and (max-width: 1599px) {
	.container#pageContentWrapper {
		width:100%;
		max-width:1400px;
	}
	}
	
@media (min-width: 1600px) {
	.container#pageContentWrapper {
		width:100%;
		max-width:1600px;
	}
	}
	
#pageContentWrapper  {/*border:#ff0000 solid 1px;*/ margin-top: 50px; margin-bottom:50px;}
#pageContentWrapper > .row >  [class*="col-"]  {/*border:#ff0000 solid 1px;*/}

/* Sidebar */
#sidebarWrapper{	  
 width: 100%; min-height: 100px;  margin: 0px; 	float:left;
/*-moz-box-shadow: 0 0 5px #888;-webkit-box-shadow: 0 0 5px#888;box-shadow: 0 0 5px #888;*/

}

/* Content */
#contentWrapper{ font-family: "Open Sans", Lucida Sans Unicode, Lucida Grande, Helvetica, Arial, sans-serif;
width: 100%; min-height: 100px;  margin: 0px; 	float:left;
/*-moz-box-shadow: 0 0 5px #888;-webkit-box-shadow: 0 0 5px#888;box-shadow: 0 0 5px #888;*/
}
.contentWrapper{}
.contentWrapperHidden{}


/* Footer */
.pushFooterOuterWrapper{height:35px;}
#pageFooterOuterWrapper{ 
	clear: both;
    position:absolute;
    bottom:0;
	width:100%;
    height:2em;
	margin-top: 1px; }

#pageFooterContentWrapper{	
	position:absolute;
	bottom: 0px;
	height: 35px;	
	width:100%;	
	border-top: #264020 solid 1px;
	background-image:url(img/backgrounds/green_darkest_90.png);
	background-repeat:repeat;}
