/*	Print Styles for Spence-Chapin
	To ensure optimal printability for the main site pages
	Developed by: Next Street Agency 
	Ted Papoulas <tpapoulas@nextstreet.com>
*/



/* OVERALL SITE STYLES */
/***********************/

body {
	color: black;
	background: white url() no-repeat;
	margin: 0;	padding: 0;
	text-align: center;
}

#SC_interior_content_holder, #SC_int_2col { background:white; }

a { text-decoration: none; }
a:link, a:visited { color:#150e07; }




/* HOME PAGE & BANNERS */

#nav { display:none; }
#home_hotspot { display: none; }

#SC_home_banner, #SC_int_banner { display: none; }
#SC_home_banner_print, #SC_interior_banner_print { display: block; margin-bottom: 20px; }
#SC_home_banner_print h2, #SC_interior_banner_print h2 { font-size:1.8em; }

#SC_bottom_curves { background: none; }

#footer { color: #555; }
#footer a, #footer span { display: none; }

.gbbottom, .obbottom, .greenbox, .greenbox .gbcontent, .orangebox, .orangebox .obcontent, .greenbox .gbcontent h2, .orangebox .obcontent h2 { background:white; color:black; }
.greenbox .gbcontent h2, .orangebox .obcontent h2 { padding:0; margin:0; }
.greenbox .gbcontent a, .orangebox .obcontent a { color: black; }

a.pdf { padding:0; margin:0; background:white; }

h2.library { padding-left:0; background:white; }



/* SECTION HOME PAGES */

#SC_int_2col tr td.content, #col2_arc, #SC_2colarc_2col, div.arc, div.arc_spacer { background: white; }
#col2_arc #SC_2cloarc tr td div.arc_spacer { background: white; }



/* Slider boxes */

ul.slider { display: none; }

ul.slider_print { display: block; list-style:none; margin:0; padding:0; background:white; padding:10px; }
ul.slider_print li, ul.slider_print li p, ul.slider_print li p strong, ul.slider_print li p span { display:block; background:white; color:black; visibility:visible }
ul.slider_print li p em { display:none; }


/* FAQ */

#btn_openall, #btn_closeall, #btn_printall, #btn_local, #btn_network, #btn_apply, a.back { display: none; }

.testimonial span.top {	background:url(/images/common/SC_quote_open.gif)  no-repeat top left; }
.testimonial span.bottom { background:url(/images/common/SC_quote_close.gif)  no-repeat bottom right; }

