@charset "utf-8";

/* downloads.php */

.innerEighty p { width: 80%; }
.downloadsHeader { min-height: 189px; background: #FFF url(../../img/icons/documentsBG.png) bottom right no-repeat; }

.document .innerSeventy h3 { padding-left: 10px; }
.document, .gscDocument { background: #FFF url(../../img/icons/documentBG.png) no-repeat bottom right; min-height: 260px; }
.document p, .gscDocument p { font-size: 0.8em; }
.document img, .gscDocument img { border: #000 solid 1px; }

.gscDocument h3 { line-height: 1em; }
.gscHeader { background: #FFF url(../../img/logos/gscDocsPage.png) bottom right no-repeat; min-height: 160px;}

@media handheld, only screen and (max-width: 767px) {

	.gscHeader { background: #fff; }
		
}