@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:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	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. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 88.626%;
	padding-left: 1.1869%;
	padding-right: 1.1869%;
}
#hya {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height:100%;
	display: block;
}
#hyl {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#sixqc {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#yo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#hga {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.hya_logo {
	background-image:url(../images/logos/hya-1232w.png);
	max-height:160px;
	max-width:1232px;
	width: 100%;
	height: auto;
	background-size:100%;
	background-repeat:no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
.spacer-gif {
	z-index: auto;
	width: 100%; 
}

.co_section {
	font-family:Verdana, Geneva, sans-serif;
	font-size:medium;
	color:#333;
	background-color:#FFC;
	border-radius:50px;
	box-shadow:3px 3px 2px 4px	#999;
	padding:1.5%;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:bottom;
	}
.co_name {
	font-size:large;
	font-weight:600;
	color:#666;
	text-align:center;
}
.co_logo {
	background-repeat:no-repeat;
	background-size:100%;
	width:30%;
	height:20%;
	content:url(../images/spacer.gif);
	float: left;
	margin:10px;
}
.co_strip {
	background-image:url(../images/logos/hya-1232w.png);
	max-height:60px;
	max-width:1232px;
	width: 100%;
	height: auto;
	background-size:100%;
	background-repeat:no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
#hyl .co_logo {
	background-image:url(../images/logos/hyl_logo_300x.png);
}
#hyl .co_section {
	background-image:url(../images/strips/strip-hyl.jpg);
	padding:-20;
}
#sixqc .co_logo {
	background-image:url(../images/logos/sixqc_logo_300x.png);
}
#sixqc .co_section {
	background-image:url(../images/strips/strip-sixqc.gif);
	padding:-20;
}
#yo .co_logo {
	background-image:url(../images/logos/yo_logo_300x.png);
}
#yo .co_section {
	background-image:url(../images/strips/strip-hyl.jpg);
	padding:-20;
}
#hga .co_logo {
	background-image:url(../images/logos/hga_logo_300x.png);
}
#hga .co_section {
	background-image:url(../images/strips/strip-hga.png);
	padding:-20;
}
.co_shell {
	padding:20px;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

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

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 91.4836%;
	padding-left: 0.7581%;
	padding-right: 0.7581%;
	padding-top: 0.7581%;
}
#hya {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height:100%;
	display: block;
}
#hyl {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#sixqc {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#yo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#hga {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

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

@media only screen and (min-width: 1148px) {
.gridContainer {
	width: 89.0217%;
	max-width: 1232px;
	padding-left: 0.4891%;
	padding-right: 0.4891%;
	margin: auto;
	padding-top:1%;
}
#hya {
	clear: both;
	float: left;
	margin-left: 0;
	display: block;
	height:100%;
}
#hyl {
	clear: both;
	float: left;
	margin-left: 0;
	width: 46%;
	display: block;
}
#sixqc {
	clear: none;
	float: left;
	margin-left: 0;
	width: 46%;
	display: block;
}
#yo {
	clear: none;
	float: left;
	margin-left: 0;
	width: 46%;
	display: block;
}
#hga {
	clear: both;
	float: left;
	margin-left: 0;
	width: 46%;
	display: block;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align:center;
}
}