html, body {
	margin:0;
	padding:0;
	background-color:#dddddd;
	width:100%;
	height:100%;
	font-family: arial, verdana, sans-serif;
	}

	/* text area in CONTACT FORM  */
	.in100 {
		width: 95%;
		max-width: 300px;
	}

	
	
	.green3 {
		color: #228b22;
	}
	
	.green2 {
		color: #228b22;
		font-weight: 900;
		}
		
		


a {
	color:#171717;
	text-decoration:none;
}

a:hover {
	color:red;
	text-decoration:underline;
}

.img550{
	width: 100%;   /* for mobile devices */
	max-width: 550px;  /* for larger devices */
	
}



@media (max-width: 640px) {
	h1, h2, h3, h4 {
		font-size: large;
		font-weight:bold;
		margin:0px;
	}


	
	.div_MOBI-menu {
		display:none;
		position:fixed;
		top:38px;
		right:0px;
		width:100%;
		background-color:#838383;
		z-index:6;
	}
	
	.div_MOBI-link {
		padding:20px;
		padding-left:20px;
		border-top:solid 1px #666666;
		border-bottom:solid 1px black;
	}
	
	.div_NAV-mobi {
		width:100%;
		height:37px;
		z-index:4;
		position:fixed;
		border-bottom:dotted 1px #666666;
		background-color:#525252;
	}
	
	.div_NAV-desk {
		display:none;
	}
	
	.div_NAVpad-mobi {
		width:100%;
		height:38px;
	}
	
	.div_NAVpad-desk {
		display:none;
	}
	
	.img_FBtop {
		display:none;
	}
	.img_FBbot {
		display:none;
	}



@media (min-width: 641px) and (max-width: 1280px) {
	h1, h2, h3 {
		font-size: x-large;
		font-weight:bold;
		margin:0px;
	}
	

		
	.div_MOBI-menu {
		display:none;
	}
	
	.div_MOBI-link {
		display:none;
	}
	
	.div_CEheader {
		width:100%;
		height:auto;
		max-height:469px;
		background-image:url('FotoliaComp_99548311_1024.jpg');
		background-size:100%;
	}
	
	.img_CEplace-holder {
		width:100%;
	}

	.img_CElogo {
		height:100%;
		max-height:469px;
	}
	
	.div_HDR-mobi {
		display:none;
	}
	
	.div_HDR-main {
		background-color:#dddddd;
		background-size:cover;
	}
	
	

@media (min-width: 1281px) {
	.div_CEcontain {
		max-width:1920px;
		margin:auto;
	}

	h1, h2, h3 {
		font-size: xx-large;
		font-weight:bold;
		margin:0px;
	}

}
