@charset "UTF-8";
/* CSS Document */

/* print.css */

/***********************************************************/
/* Growing Stronger, Inc.  (c) 2008 
Version2.0 3 
/* Designed by Sarah Barber, Student, Digital Art and Design, Eastern CT State University 
/* Under the direction of Terry Lennox, lennoxt at easternct dot edu
/***********************************************************/


/* font settings */

* {
	color: #000 !important;
}

h1 {
	display: none;
	width: 200pt;
}


/* remove backgrounds */
body {
	background: #FFF;
}

#banner {
	background: #FFF;
}

.quote {
	color: #5E725B;
}

/*remove unneeded page elements*/
#nav, #sideNav, #button {
	display: none;
}

/*layout adjustments */
#wrapper {
	background: #FFF;
	width: auto;
	height: 100%;
	border: none;
}

#content {	
	padding-right: 18px;
	padding-left: 0px;
	height: 100%;
	width: 300pt;
	float: left;
}

#home #content, #thumbnail {
	height: 100%;
}

#contact #content {
	width: 220pt;
	float: left;
}

#content.service {
	width: 350pt;
	height: 100%;
}

#thumbnail {
		width: 700pt;
}

.imgThumb, .serviceFigure, .mainFigure {
	border: 1pt solid #eac648;
}

a.download {
	border: none;
}

a[href^="http://"]:after {
	content: " (" attr(href) ") ";
}
	
.break_before { page-break-before: always; }

.break_after { page-break-after: always; }

