
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.browse{
			color:#fff;
			font-size:14px;
		}	
      nav ul     { display: none; }
      nav select.mobileMenu { display: inline-block !important;
	   position:relative;
	   left:50px !important;
	   top:-40px !important;
	   border:1px solid #cecece !important;
   	   width:60% !important;
	   height:40px !important;
	   font-size:20px !important;
	   color:#008280 !important;
	   }
	   .header{
		   height:200px !important;
	   }
	   .redBarFooter{
		   height:560px !important;
	   }	
.divLine{
	border-right:0px !important;
}
#MainContentBlock{
	padding:10px 10px 0px 10px !important;
}
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		.browse{
			color:#fff;
			font-size:12px !important;
		}	
      nav ul     { display: none; }
      nav select.mobileMenu { display: inline-block !important;
	   position:relative;
	   left:-10px !important;
	   top:-30px !important;
	   width:95% !important;
	   border:1px solid #cecece !important;
	   width:90% !important;
	   height:40px !important;
	   font-size:18px !important;
	   color:#008280 !important;
	   }
	   .header{
		   height:200px !important;
	   }
	   .redBarFooter{
		   height:600px !important;
	   }
	   .divLine{
	border-right:0px !important;
}
#MainContentBlock{
	padding:10px 10px 0px 10px !important;
}
	}


