/*meatingplace universal*/
@media only screen and (min-device-width : 600px) and (max-device-width : 1024px) and (orientation : portrait){
	.thrColFixHdr #mainContent, .thrColFixHdr #news, .thrColFixHdr #otherNews, .thrColFixHdr #otherNews2, .thrColFixHdr #sidebar2, .thrColFixHdr #outerContainer #container #featureContainer #techIndex, .thrColFixHdr #contact, .thrColFixHdr #outerContainer #container #featureContainer #tech {
	margin-top:5em;
}
.thrColFixHdr #featureContainer #resources, .thrColFixHdr #newsIndex {
	margin-top:4em;
}
.thrColFixHdr #printArchive, .thrColFixHdr #calendar {
	margin-top:2em;
}
.thrColFixHdr #outerContainer #container #featureContainer #news .twoColumn {
	-moz-column-count: 1;
	-moz-column-gap: 0;
	-webkit-column-count: 1;
	-webkit-column-gap: 0;
	column-count: 1;
	column-gap: 0%;
}}/*/mediaquery*/