/* HTML5 DECLARATIONS */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, dialog {display: block}
audio[controls],canvas,video {display: inline-block; *display: inline; zoom: 1}

 
/* MEDIA */
figure {margin: 0}
img, object, embed, video {max-width: 100%;	_width: 100%} /* Fluid images */
img {border: 0;	-ms-interpolation-mode: bicubic} /* Improve IE's resizing of images */
svg:not(:root) {overflow: hidden} /* Correct IE9 overflow */

/* MICRO CLEARFIX HACK */
.cf:before, .cf:after {content:"";display:table} /* For modern browsers */
.cf:after {clear:both}
.cf {zoom:1} /* For IE 6/7 (trigger hasLayout) */

.container {
	overflow:hidden;
	width: 99%;
	max-width: 1000px;
	min-width: 900px;
	margin: 5% 5% 5% 5%;
}

/* LOGO position */

.g1 {
	position: relative; 
	top:8px; 
	left:10px;
	height:0; 
	z-index:90;

}
.g2 {
	width: 100%;
	margin: 0%;
	padding: 10px 10px 10px 160px;
}

.g3 {
	padding: 12px 5px 5px 5px;
}

.g6 {
	padding: 10px 0px 5px 20px;
}

.g7 {
	width: 100%;
	margin: 0%;
	padding: 5px 10px 5px 160px;
}

.footer {
	width: 98.5%;
	max-width: 1024px;
	margin: 0%;
	padding: 8px;
}


/* DESKTOP */
@media only screen and (min-width: 1280px) { 
	body {
	font-size:0.9em;			
	}
}
	/* 3 COLUMN GRID */
	.g1,.g2,.g3,.g5,.g6,.g7 {display:inline; float: left}
	
	.g1 {width:18.00%;}
	.g2 {width:85.50%;}
	.g3 {width:82.00%;}
	.g5 {width:100.00%;}
	.g6 {width:12.00%;}
	.g7 {width:72.00%;}

/* PRINT */
@media print {
  * {background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important} /* Black prints faster */
  a, a:visited {color: #444 !important; text-decoration: underline}
  a[href]:after {content: " (" attr(href) ")"}
  abbr[title]:after {content: " (" attr(title) ")"}
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {content: ""}  
  /* Don't print links for images, javascript or internal links */
  pre, blockquote {border: 1px solid #999; page-break-inside: avoid; }
  thead {display: table-header-group; } /* Repeat header row at top of each printed page */
  tr, img {page-break-inside: avoid; }
  img {max-width: 100% !important; }
  @page {margin: 0.5cm}
  p, h2, h3 {orphans: 3; widows: 3}
  h2, h3{page-break-after: avoid}
}