@charset "utf-8";
/* CSS Document */

html { 
     height: 100%;
     min-height: 100%;
}

a {
	text-decoration: none;
}

body {
	margin:0;
	padding:0;
	height:100%;
	background-color:none;
/*		background-image: url(../images/wallpaper.gif);*/
/*	overflow:hidden;
	-webkit-overflow-scrolling: touch; */


}

/* Header section with menu */
#HeaderWrapper {
	width:100%;
	height:100px;
	display:block;
	position:fixed;
	z-index: 100;
	margin-top: -31px;
}

/* Footer section with menu */
#FooterWrapper {
	width:100%;
	height: 30px;
	display:block;
	position:fixed;
	bottom:0px;
/*	left:50%;
	margin-left: -500px; */
	
	z-index: 100;
	background-image: url(../images/FooterBackGround.jpg);
	background-repeat:repeat-x;
	text-align: center;
}

#BannerImage {
	max-width:100%;
    height: auto;
	top:15px;bottom: 15px;
	left:20px;
	position: relative;
	}
	
#MenuPos {
	width:100%;
	height:auto;
	position:absolute; 
	top:40px; /* menu distance from top*/
	margin: auto;
	z-index:1000;
	
}
#TopText {
	width:100%;
	height:auto;
	position:relative; 
	top:40px;	
	margin:auto;
	z-index:900;
}

#MainImageContainer {
	width:100%;
	height:auto;
/*	display:block; */
	position:relative;
	margin:auto;
	border: none;
	/*overflow:scroll; show  vert scrollbar*/
	padding:0 0 0 0;
	-webkit-overflow-scrolling: touch;
	z-index: 1;
	top:40px;
}

#MainImage {
	max-width:100%;
	display: block;
   	margin: auto;	
	
	}

/* this styles the text that appears on each page and 
hopefully super charges the SEO */
.mytext {
	width:900;
	display:block;
	position:relative;
	top:10px;
	left:0px;
	margin-left:0px;
	/*	background-color:#FFFFFF; */
	border-style:solid;
	border-color:black;
	border-width:0px;
	overflow:hidden;
	padding-left:50px;
	padding-right:50px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: calc(0.4em + 1.1vmin);
	
	/*font-size:1.1vw;*/
	
	/* Translates as 1.1% of the viewport I.E. it is responsive to the viewport */
	z-index:0;
}

.footertext {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 8px;
	z-index:0;
	text-decoration:none;
}


/* Try resposive without the below coding

@media screen and (max-width : 999px ){
	#MainImageContainer {
		width:100%;
		margin-left:0;
		left:0%;
		}
	
	#MainImage {
		width:100%;
		margin-left:0;
		}

	#FooterWrapper {
		width:100%;
		margin-left:0;
		left:0%;
		}


		
	#MenuPos {
		margin-top:20px
		width:100%;
		height:auto;
			margin:auto;
		}
		
	#HeaderWrapper {
		width:100%;
		margin-left:10px;
		left:0%;
		}
			
	#BannerImage {
		height:auto;
		margin-left:10px;
		left:0%;
		}

}

*/
