@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/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	20;
	
	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/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.2083%;
	padding-left: 1.8958%;
	padding-right: 1.8958%;
	clear: none;
	float: none;
}

h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 36px;
	line-height:36px;
	color: #999;
	font-weight: bolder;
	letter-spacing: -1px;
	text-align:center;
	margin-bottom:6px;
}
h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 21px;
	line-height:22px;
	color: #FFF;
	font-weight: lighter;
	letter-spacing: 1px;
	text-align:center;
	margin-bottom:10px;
	margin-top:6px;
}

#videoBox {
	text-align:center;
	margin-top:0;
	height:auto;
}
#FlashID {
	width:100%;
	height:auto;
}
object .EMobj {
	width:100%;
	min-height:270px;	
}
object .FICobj {
	width:100%;
	min-height:230px;	
}
object .VICobj {
	width:98%;
	min-height:250px;	
}
object .ZDobj {
	width:98%;
	min-height:270px;	
}
object .EMCGobj {
	width:98%;
	min-height:280px;	
}
object .GCDobj {
	width:100%;
	min-height:280px;	
}
#windowX {
	text-align:center;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height:18px;
	font-weight: bold;
	color: #F30;
	line-height: 30px;
    width: 40px;
	display:block;
	cursor:pointer;
    position: absolute;
    right: 10px;
    top: 10px
}

.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 91.0625%;
	padding-left: 0.9687%;
	padding-right: 0.9687%;
	clear: none;
	float: none;
	margin-left: auto;
}

h1 {
	font-size: 40px;
	margin-bottom:10px;
    margin-top: 0;
}
h2 {
	margin-bottom:30px;
}

#videoBox {
	margin-top:2%;
}
object .EMobj{
	width:756px;
	height:486px;
}
object .FICobj {
	width:775px;
	height: 440px;
}
object .VICobj {
	width:900px;
	min-height:400px;
}
object .ZDobj {
	width:640px;
	height: 480px;
}
object .EMCGobj {
	width:450px;
	height:300px;	
}
object .GCDobj {
	width:620px;
	height:620px;	
}
#windowX {

}

.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#videoBox {
}
object .VICobj {
	width:900px;
	height: 525px;
}
#windowX {
width: 40px;
margin-left: 30.5084%;
}

.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}