@media only screen and (min-width: 481px) and (max-width: 988px)
{
	body
	{
		padding-top:			0px;
	}
	
	article#main
	{
		display:				table-cell;
		vertical-align:			top;
		margin:					0px;
		width:					auto!important;
		padding-left:			20px;
		float:					none;
	}

	#left
	{
		display:				table-cell;
		float:					none;
	}

	body.home #left
	{
		display:				none!important;
	}

	#right
	{
		clear:					both;
		width:					auto;

		margin:					20px 0px;
	}

	#right .widget
	{
		float:					left;
		width:					144px;
		margin:					10px;
	}

	#wrapper
	{
		margin-right: 			auto;
		margin-left: 			auto;
		
		width:					auto;
		border:					none;
	}

	#body
	{
		background-image:		none;
	}

	#footerwrapper > div
	{
		width:					auto;
	}
	
	#logo
	{
	}

	.resizer
	{
		display:				none;
	}

	#global
	{
		left:					auto;
		top:					20px;
		right:					10px;
	}









	#marquee,
	#slideshow,
	#slideshow .slide,
	#slideshow img
	{
		width:					100%!important;
		height:					auto!important;
	}

	#slideshow
	{
		position:				static;
		float:					left;
		overflow:				hidden;
		height:					auto;
		clear:					both;
	}


	#slideshow .slide
	{
		float:					left!important;
		overflow:				hidden;
	}

	#marquee
	{
		margin-bottom:			0px;
	}

	.slideshow,
	#slideshow
	{
		overflow:				hidden;
	}

	#marquee ul
	{
		position:				static;
		float:					right;
		margin:					10px 10px 10px 10px;
	}

	.features-row
	{
		background-image:		none;
	}

	.features-row > article
	{
		width:					125px;
		margin-right:			20px;
	}
	.features-row > article:last-child
	{
		margin-right:			0px;
	}

	body.home #globalcta
	{
		margin-left:			0px;
		margin-right:			20px;
	}




	section#videos > div,
	section#photos > div,
	section#videos > div > div,
	section#photos > div > div
	{
		width:					486px;
	}


	iframe
	{
		width:					100%;
	}


	nav#footernav
	{
		float:					none!important;
		clear:					both;

		margin:					51px 0px 0px;
		padding:				10px 30px;
	}
	nav#footernav a
	{
		padding:				5px 10px;
		color:					#069!important;

	}

}

@media only screen and (max-width: 824px)
{

	section#videos,
	section#photos
	{
		position:				static;
		margin:					0px -5px 30px;
		border-bottom:				1px solid #cccccc;
	}

	section#videos > div,
	section#photos > div
	{
		overflow:				hidden;
		position:				static;
		width:					100%!important;
		height:					auto!important;
		margin:					10px 0px;
	}

	section#videos > div > div,
	section#photos > div > div
	{
		display:				block;

		position:				static;
		width:					100%!important;
		height:					auto!important;
	}

	section#videos article,
	section#photos article,
	article.photo,
	article.video
	{
		overflow:				hidden;
		float:					none;
		margin:					20px 0px;
		width:					100%;
		text-align:				left;
	}
	section#videos article:last-child,
	section#photos article:last-child
	{
		margin-right:			0px;
	}

	section#videos article figure,
	section#photos article img,
	article.photo img,
	article.video img
	{
		float:					left!important;
		margin:					2px 12px 0px 0px!important;
		width:					100px!important;
		height:					100px!important;
	}

	a.backward,
	a.forward
	{
		display:				none;
	}


	iframe
	{
		width:					100%;
	}

	#mainnav ul.m1
	{
		display:				none!important;
	}

}