﻿/*Styles for screen 650px and lower*/
@media screen and (max-width: 650px) 
{	
	.mainContent { clear:both; width:98% !important;margin-right: 5px;margin-left: 5px;}
	.Right { clear:both; width:100% !important;}
	#divRight { width:100%; margin-left:5px;}
	.menuTop { clear:both; overflow:hidden; width:100%; text-align:center; position:relative; margin-bottom:10px;}
	.breadcrumbs { clear:both; position:relative; height:auto;}
	.breadcrumbs .pnSearch { position:relative; clear:both; left:5px;}
	
	.leftBoxContainer { width:46%; float:left; margin:1%;}
	.FooterBox { width:100%;}
	.FooterCopyright { width:100%;}
	
	.newsItem img { width:27%;}
	.newsItem .title { width:70%;padding-top: 0px;}
	.newsItem .desc {width:70%; text-align:center; max-height:60px;} 
	
	.newsItemL { width:100% !important; clear:both; height:auto;}
	.newsItemL img { float:none; text-align:center; width:96%; height:auto;}
	.newsItemR { width:100% !important; clear:both; float:none;}
	.newsItemR .desc { width:60%;display: block;max-height: 65px;}
	
	.FooterBox { width:100%;}
	.FooterCopyright { width:100%;}
	.FooterMenu { clear:both; height:auto;width:100%;}
	.FooterMenu ul { margin:0px auto; border:none;}
	.FooterMenu ul li { display:block; width: 46%;float: left;margin: 1px;border: 0px;padding: 5px;border-radius: 3px;}
	
	.topmenu { display:block; overflow:hidden;}
	#topmenu { display:none;}
	.mnTop { height:auto; border-bottom:none;}
	
	nav { 
  		height: auto;
  	}
  	.mnTop ul{ display:none;}
  	nav a#pull {
		display: block;
		background-color: #0882c5;
		width: 100%;
		position: relative;
		padding:10px 15px;
		color:White;
		font-size:10pt;
	}
	nav a#pull:after {
		content:"";
		background: url('../../images/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 35px;
		top: 5px;
	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 49%;
  		float: left;
  		position: relative;
  	}
}