
/* ----- PRINT STYLES ----- */

body {
	color: #000000;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
}
#Navigation, 
#Sidebar, 
#Breadcrumbs, 
#Slideshow_controls, 
#PlastykLink, 
.noPrint,
#PopUpQuoteContainer,
#MobileMenu,
#Search,
#HomepageSlideshowContainer,
#Footer1Right a,
#Footer3 .col2,
#Footer3 .col3,
#ScrollToTop,
#SocialLinks,
#ServicesMenu,
.meetTheTeam {
	display: none !important;
}

.clear {
	clear: both;
}

#Footer {
	width: 100%;
	font-size: 7pt;
	color: #999999;
	border-top: 1px dashed #999999;
	margin-top: 10px;
}

a {
	color: #666666;
}
a img {
	border: 0px;
}

h1 {
	color: #333333;
 	font-size: 20pt;
	font-weight: normal;
	line-height: 24pt;
}
h2 { 
	color: #333333;
 	font-size: 16pt;
	letter-spacing: 1px;
	font-weight: normal;
}

#Content h3 {
	color: #333333;
	font-weight: normal;
	font-size: 14pt;
	margin-top: 10px;
	margin-bottom: 12px;
}
#Content h4 {
	font-size: 13pt;
	color: #333333;
	font-weight: normal;
	line-height: 18px;
	margin: 0 0 6px 0;
}
#Content h5 {
	font-size: 13px;
	color: #333333;
	font-weight: normal;
	margin: 0 0 2px 0;
}

#Content hr {
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
	border-color: #999999;
}

#Content .intro {
 	font-size: 10.5pt;
	color: #0e56a0;
}
#Content .intro a {
	color: #0e56a0;
}

#Content img.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#Content img.right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

	#TeamContainer .head {
		font-size: 	16pt;
		line-height: 20pt;
	}
	#TeamContainer .teamListing {
		border-bottom: solid 1px #d7d7d7;
		padding-bottom: 5px;
		margin-bottom: 10px;	
	}
	#TeamContainer .body .detail .email {
		display: none;	
	}
	#TeamContainer .body .image {
		float: left;
		width: auto;
	}
	#TeamContainer .body .image img {
		margin: 0 10px 10px 0;
	}
	
	#SearchHolder .searchResult {
		margin-bottom: 10px;
		padding: 10px 0;
		border-bottom: solid 1px #CCC;
	}
		#SearchHolder .searchResult h5 a {
			text-decoration: none;	
		}