/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */

@media only screen and (min-width: 100px) and (max-width: 679px)  {

	
body {
	background:none;
}

#container {
	width: 320px;
}

#top{
	width:320px;
	height:68px
}

#top a#mainLink {
	margin-left:0px;
	float:right;
}

#top a#mainLink img {
	width:140px;
}

#mainMenu { display:block; float:left; width:48px; top:13px; padding:0; left:0; background-image:none; }
	#menu-icon { display:inline-block; }
	nav ul, nav:active ul { display: none; background:#0e72b5; position: absolute; padding: 10px 0 !important; left: 0px; top: 40px; width: 160px; z-index:1000; }
	#mainMenu li { text-align: left; padding: 0; margin: 5px 0 5px 15px !important; width:150px; display:block; float:left; }
	#mainMenu li a { display: inline; float: left; width:100%; font-size: 19px; font-weight:500; border-right:none; color: #fff; }
	nav:hover ul { display: block; }

#slider {
	width:320px;
	height:82px;
}

#slider img {
	width:320px;
	height:82px;
}

#content { 
		display: table; width: 100%;
}
	 
#left {
	display: table-footer-group; float:none;
	width:660px;
}
#left a#bip {
	display:none;
}

#left #contact {
	display:none;
}

#right {
	width:320px;
	display: table-header-group;
}

div.defaultIntro div.content {
    width: 320px;
}
div.defaultIntro .newsPic a img { width:320px; margin-bottom:6px; }


#footerWrapper {
	height:82px;
	background-image:url('img/footerBg.png');
	background-position:top;
	background-repeat:repeat-x;
}

#partners {
	display:none
}


#footer {
	width:320px;
	height:35px;
}

#copyright { 
	font-size:11px;
}

#design { float:left; font-size:11px;}
#defaultGalleryWrapper .miniatureWrapper { margin-left:10px }
#defaultGalleryWrapper .miniatureWrapper img { width:100px }

/*Boxed Intro Block styles */
div.separatorVert { display:none }
a.boxIntro { margin-bottom:30px; width:320px; height:200px; }
a.boxIntro .title { width:320px; height:23px; font-size:14px;  }