/* General print styles
---------------------------------*/
@import "reset.css";

#globalnav,
#sitenav,
.article-navigator,
#sidebar,
#footer h2,
#footer ul,
#footer ul li,
#thessm,
#print-instructions {
	display: none;
}

#footer ul.last-child,
#footer ul li.first-child {
	display: block;
}

#logo a img {
	border: 0;
}

body {
	font: 12px/14px Arial, Verdana, sans-serif;
	margin: 0.5in 0.75in 0.75in 0.75in;
}

h1 {
	font-size: 200%;
	margin: 1em 0;
}

h2 {
	font-size: 150%;
	line-height: 125%;
	margin: 1em 0;
}

p {
	margin: 1em 0;
}

#content img {
	margin: 1em 0 1em 1em;
	border: 1px solid #999;
	padding: 2px;
}

#footer {
	border-top: 1px solid #999;
	margin-top: 2em;
	padding-top: 2em;
}
/* Colors Section print styles
---------------------------------*/
#tools-landing #main .accordian-description, #tools-landing #main #content .accordian-title, #tools-landing #main .snippet-content, #tools-landing #main #content{ 
	position: static;
	float: none;
}

#tools-landing #main #content .accordian-title a, #tools-landing #main #content a{
	display: none;
}

#tools-landing #main #content .accordian-title h3{
	font-size: 16px;
}
