﻿/*@media screen and (min-width: 980px) */
@media (min-width: 770px)  and (max-width: 979px) 
{
#outerWrapper {
	/*width: 95%;*/
	width:900px;
	}
#content {
	width: 60%;
	padding: 30px 4%;
	/*background-color:aqua;*/
	}
#leftColumn1 {
	width: 200px;
	/* position:static;*/
	/* top: 130px; */
	  }
}

@media (min-width: 1200px)
{
#outerWrapper {
	/*width: 95%;*/
	width:1200px;
	margin: 0px auto 0px auto;
	}
#content {
	/*width: 60%;*/
	width: 850px;
	padding: 30px 4%;
	/*background-color:aqua;*/
	}
#leftColumn1 {
	width: 200px;
	/* position:static;*/
	/* top: 130px; */
	  }
}



@media   (min-width: 980px)  and (max-width: 1199px) 
{
	#outerWrapper {
	/*width: 95%;*/
	width:1000px;
	}
	#content {
	width: 70%;
	/*background-color:lime;*/
	padding: 3% 4%;
	}
	#leftColumn1 {
	/*width: 30%;*/
	 /*position: fixed;*/
	 /*top: 130px;*/
	}
}


/* iPads (portrait) ----------- */
*/

/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (orientation : portrait) 
{
#outerWrapper {
	width: 95%;
	}
#content {
background-color:fuchsia;
	/*width: 63%;*/
	/*padding: 3% 4%;*/
	}
#leftColumn1 {
	/*width: 27%;*/
	}
}

@media screen and (max-width: 650px) 
{
	#header {
	height: auto;
	}
	#topNavigation {
	position: static;
	}
	#content {
	/*background-color:silver;*/
	width: auto;
	float: none;
	margin: 20px 5px 5px 5px;
	}
	#leftColumn1 {
	width: 95%;
	position:relative;
	float: none;
	margin: 0;
	webkit-order: 2; 
 	order: 2; 
	}
	#leftColumn1 ul li a {
	line-height: 2em; 
	}
	#topAddress{
		display: none;
	}
}
}

/*@media screen and (max-width: 480px) {
html {
	-webkit-text-size-adjust: none;
}
#contentWrapper {
	clear: both;
	background: #FFFFFF url('images/mobile-bg.jpg') repeat-y;
}
#header {
	height: 100px;
}
#outerWrapper #topNavigation {
	height: 50px;
}
#topNavigation a {
	font-size: 90%;
	padding: 10px 8px;
}
#leftColumn1 {
	width: auto;
	float: none;
	margin: 0;
	height: 100%;
}
form fieldset {
	width: 240px;
}
}*/
