@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
/* IE 6 does not support max-width so default to width 100% */

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		3;
	dw-num-cols-tablet:		3;
	dw-num-cols-desktop:	9;
	dw-gutter-percentage:	9;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */
#logo-1, #logo-2, #logo-3, #logo-4, #logo-5, #logo-6, #logo-7, #logo-8 { clear:both; float:left; margin-left:0; width:100%; display:block; margin-top:1em; box-shadow:-3px 3px 5px #888888; }
#logo-9 { clear:both; float:left; margin-left:0; width:100%; display:block; margin-top:1em; margin-bottom:1em; }

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
	#logo-1, #logo-2, #logo-3, #logo-4 { clear:both; float:left; margin-left:0; width:100%; display:block; margin-top:2em; }
	#logo-5, #logo-6, #logo-7, #logo-8 { clear:both; float:left; margin-left:0; width:100%; display:block; margin-top:2em; box-shadow:-3px 3px 5px #888888; }
	#logo-9 { clear:both; float:left; margin-left:0; width:100%; display:block; margin-top:2em; margin-bottom:2em; }
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {
	#logo-1, #logo-2, #logo-3, #logo-4 { clear:both; float:left; margin-left:11.2139%; width:77.572%; display:block; margin-top:2em; }
	#logo-5, #logo-6, #logo-7, #logo-8 { clear:both; float:left; margin-left:11.2139%; width:77.572%; display:block; margin-top:2em; box-shadow:-3px 3px 5px #888888; }
	#logo-9 { clear:both; float:left; margin-left:11.2139%; width:77.572%; display:block; margin-top:2em; margin-bottom:2em; }
}


