/* 1024 */
@media only screen and (max-width : 1279px)
{
	body {
		margin-left: 50px;
	}
	
	#pageHead, #wrapper, #timelineContainer
	{	
		width: 935px;
	}
	
	#centerCol, #centerColArchive
	{
		width: 690px;
	}
	.mainTitle
	{	
		width: 435px;	
	}
	
	#newstart img
	{
		width: 910px;
	}
		
	.singleleftcol
	{
		float:none;
	}
	
	.singlerightcol
	{
		margin-left:0;
	}
	
	#pressForm
	{
		float: none;
		margin-bottom: 44px;
	}
		
	.narrowrightcol
	{
		margin-left: 230px;
	}
	
	.twoCols
	{
		width: 435px;
	}
	
	.tripleCol
	{
		float: none;
		width: 435px;
		margin-bottom: 22px;
	}
	#centerColArchive .tripleCol
	{
		float: left;
		width: 210px;
		margin-bottom: 22px;
	}
	 
	.bigGap
	{
		margin-left: 345px;
	}
	
	.logowrapper
	{
		width: 520px;
	}
	
	/* layout changes */
	.serviceCol
	{
		width: 345px;
	}
	.serviceGap
	{
		margin-left: 382px;
	}
	.ie7 #centerCol
	{
		width: 750px;
	}
	.ie7 .serviceGap
	{
		margin-left: 382px;
	}
	
	#centerColArchive .zoomFig img
	{
		width: 305px;
	}
	
	#centerColArchive .zoomFig .yearImg
	{
		width: 195px;
	}
	
	#centerCol .galleryFig img
	{
		width: 210px;
	}
	
	.horzImg
	{
		display: none;
	}
	
	figure .smTxt
	{
		width: 300px;
	} 

	
	#contactlogo
	{
		width: 230px;
	}

	#pageFooter small
	{
		margin-left: 274px;
	}

	.fourCols, .narrowCol
	{
		width: 460px;
	}
	
	.archiveGap
	{
		margin-left: 0;
	}
	
	.subheadBottom
	{
		margin-bottom: 0;
	}
	
	.triple 
	{
		width: 570px;
		-webkit-column-count: 2;
		-webkit-column-rule: 0;
		-webkit-column-width:50%;
		-webkit-column-gap:20px;
		-moz-column-count: 2;
		-moz-column-rule: 0;
		-moz-column-width: 50%;
		-moz-column-gap:20px;
		-ms-column-count: 2;
		column-gap:20px;
	}
	
	.quadruple 
	{
		width: 745px;
		-webkit-column-count: 3;
		-webkit-column-rule: 0;
		-webkit-column-width:33.3%;
		-webkit-column-gap:20px;
		-moz-column-count: 3;
		-moz-column-rule: 0;
		-moz-column-width: 33.3%;
		-moz-column-gap:20px;
		-ms-column-count: 3;
		column-gap:20px;
	}
	
	#slideshowSmpl
	{
		height: 360px;
	}

	#slideshowSmpl img, #staticSmpl img
	{
		width: 435px;
	}
}

/* ipad vert */
@media only screen and (max-width : 1023px)
{
	body {
		margin-left: 20px;
	}
	
	#pageHead, #wrapper, #timelineContainer
	{	
		width: 735px;
	}
	
	#startImg
	{
		width: 545px;
	}
	
	#newstart img
	{
		width: 700px;
	}
	
	#centerCol
	{
		width: 325px;
	}	
	
	#centerColArchive
	{
		width: 545px;
	}
	
	.pressArea #centerCol
	{
		width: 545px;
	}
	
	.pressArea .thirdPressItem
	{
		clear: both;
	}
	
	.mainTitle
	{	
		width: 325px;	
	}
	
	.twoCols
	{
		width: 325px;
	}
	
	.wideCol h1, .wideCol p
	{
		width: 325px;
	}
	
	/* layout changes */
	.serviceCol
	{
		width: 325px;
		margin-left: 230px;
		margin-bottom: 40px;
	}
	.serviceGap
	{
		margin-left: 230px;
	}
	.ie7 #centerCol
	{
		width: 560px;
	}
	.ie7 .serviceGap
	{
		margin-left: 230px;
	}
		
	#centerColArchive .zoomFig img
	{
		width: 210px;
	}
	
	#centerCol .galleryFig img
	{
		margin-bottom: 12px;
	}
	
	figure .smTxt
	{
		width: 205px;
	} 
	 
	.bigGap
	{
		margin-left: 230px;
	}
	
	.logowrapper
	{
		width: 340px;
	}
	
	p.sponsorItem
	{
		clear:both;
	}
	
	#pageFooter small
	{
		margin-left: 74px;
	}
	
	.quadruple 
	{
		width: 570px;
		-webkit-column-count: 2;
		-webkit-column-rule: 0;
		-webkit-column-width:50%;
		-webkit-column-gap:20px;
		-moz-column-count: 2;
		-moz-column-rule: 0;
		-moz-column-width: 50%;
		-moz-column-gap:20px;
		-ms-column-count: 2;
		column-gap:20px;
	}
	
	.narrowrightcol
	{
		width: 300px;
	}
	
	#slideshowSmpl
	{
		height: 275px;
	}

	#slideshowSmpl img, #staticSmpl img
	{
		width: 325px;
	}
}