html {
	overflow-y:scroll;
}
html, body {
	height:100%;
	margin:0;
	padding:0;
}
body {
	font-family:helvetica,arial;
	color:#676767;
	font-size:13px;
	line-height:17px;
	text-align:justify;
	text-shadow:1px 1px 1px #e4e1dd;
}
b {
	color:#424242;
}
a {
	color:#000;
}
img {
	border:none;
	display:block;
	margin:0;
	padding:0;	
}
.left {
	background-color:#e2dfda;
	background-image:url(/img/bgleft.gif);
}
.middle {
	background-color:#d1cdc7;
	background-image:url(/img/bgmiddle.gif);
}
.right {
	background-color:#dbd7d2;
	background-image:url(/img/bgright.gif);
}
.copy {
	font-size:11px;
	color:#7f7b79;
	line-height:14px;
	padding-bottom:20px;
	padding-top:20px;
}
.b3 {
	border:3px solid white;
	-webkit-box-shadow:#bab5af 0 0 6px;
	-moz-box-shadow:#bab5af 0 0 6px;
	box-shadow:#bab5af 0 0 6px;
	behaviour:url(/inc/pie.php);
}
h2 {
	margin:6px 0 10px 0;
	font-size:28px;
	text-transform: uppercase;
	font-weight: normal;
}
h3 {
	margin:6px 0 0px 0;
	font-size:20px;
	text-transform: uppercase;
	font-weight: normal;
}
.sep2 {
	background-image:url(/img/sep2.gif);
	height:2px;
	overflow:hidden;
	margin-top:3px;
	margin-bottom:3px;
}
.blokje_off, .blokje_on {
	width:16px;
	height:16px;
	color:white;
	font-size:11px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	text-shadow:none;
	text-align:center;
	margin-left:2px;
	padding-right:1px;
	behaviour:url(/inc/pie.php);
}
.blokje_off {
	background-color:#700c0c;
	border:1px solid #880505;
	filter:alpha(opacity=50);
	opacity:0.5;
}
.blokje_on {
	background-color:#901c1c;
	border:1px solid #a81515;
	filter:alpha(opacity=100);
	opacity:1;
}
.nicetitle {
	font-family: helvetica, arial, sans-serif;
	font-size:14px;
	letter-spacing: 0px;
	text-transform:uppercase;
	margin-bottom:14px;
	font-weight: bold;
}


.nav {
	color:#777;
	text-decoration: none !important;
	font-size:14px !important;
	padding-left:20px;
	padding-top:4px;
	padding-bottom:4px;
	display: block;
	position: relative;
}
.nav_active {
	font-weight:bold;
	color:#333 !important;
}
.nav_active:before {
	content:'';
	width:10px;
	height:10px;
	background:#800000;
	position:absolute;
	left:4px;
	top:7px;
}
.nav_off {
	color:#666 !important;
}
.indent {
	padding-left:40px !important;
}

#intable2 {
	width:670px;
}
#maintable {
	padding-top:0px;
	min-height:calc(100%);
}

#hamburger,#hamburgerclose {
	display: none;
	cursor: pointer;
}
#mobilebar {
	display:none;
}

#carouselcont {
	height: 332px;
}

.wmmobile1 {
	width:200px;	
	float:left;
}
.wmmobile2 {
	width:35px;
	float:left;
}
#copyleft {
	float:left;
}
#copyright {
	float:right;
}
.phonebreak {
	margin:0 4px;
}


@media only screen and (max-width: 1023px) {

.wmmobile1 {
	width:100%;
	float:none;
}
.wmmobile2 {
	width:100%;	
	display:none;
}
.nav {
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
}
.nav_active:before {
	top:13px;
}

#mobilebar {
	display:block;
	z-index:9999999;
	width:100%;height:76px;position:fixed;background:#c2bdb9;text-align:center;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#maintable {
	padding-top:76px;
	min-height:calc(100% - 76px);
}
.mobilefix {
	display:none;	
}
.actualmaintd {
	zbackground:red;
	width:100%;
}
#intable2 {
	zbackground:blue;
	width:calc(100% - 80px);
}
#intable1 {
	z-index:99999999;
	display:block;
	position:fixed;
	right:-229px;
	top:0;
	width:229px;
	height:calc(100% - 40px);
	padding-top:40px;
	background-color:#e2dfda;
	background-image:url(/img/bgleft.gif);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
#hamburger {
	display:block;
	z-index:10000000;
	position: absolute;
	right: 20px;
	top:10px;
	font-size:40px;
	line-height: 5px;
}
#hamburgerclose {
	display: block;
	position: absolute;
	right:20px;
	top:25px;
	font-size:40px;
}
}




@media only screen and (max-width: 680px) {

#carouselcont {
	height: 150px;
}
h2 {
	font-size:20px;
}
#copyleft {
	float:none;
}
#copyright {
	margin-top:13px;
	float:none;
}
.phonebreak {
	display:block;
	opacity:0;
	height:1px;
}
}

	