@charset "utf-8";
/* Print Specific Stylesheet */
/*

This stylesheet accomplishes several things which make printed output more legible:

1 - It hides the navigation
2 - It shifts the content to the left to use the space that was taken by the navigation
3 - It hides the images used to create titles and subtitles and uses text instead
4 - It hides the angled corner pieces, which don't always print correctly
5 - It changes the typefaces to point units, and ups their size
6 - It underlines and adds the URl after links in the site


*/



/*---------------------------------- Containers -------------------------------*/
body {
	background: white;
	}
#container {
	width: 100%;
	}



/*---------------------------------- Header -------------------------------*/
#firmName {
	top: 3px;
	left: 0px;
	}
#slogan {
	top: 3px;
	left: 235px;
	}
#horizontalPhoto {
	top: 30px;
	left: 0px;
	}
#sectionTitle img {
	display: none; /* Hide the title image */
	}



/*---------------------------------- Columns -------------------------------*/
#navColumn {
	display: none; /* Hide the nav */
	}
#contentColumn {
	width: 100%; /* Let the content take up the whole page */
	left: 0px;
	}
#textColumn {
	width: 60%;
	padding-top: 0px;
	}



/*---------------------------------- Footer -------------------------------*/
#footerLeft {
	left: 0px;
	}
#footerRight {
	left: 225px;
	}
#blueLine {
	border-top: #006 solid 2px;
	height: 0pt;
	}



/*---------------------------------- Text Styles -------------------------------*/
#sectionTitle {
	width: 100%;
	top: 130px;
	left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006;
	font-size: 32pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	word-spacing: normal;	
	letter-spacing: 0.02em;
	}
#textColumn {
	color: black;
	font-size: 11pt;
	}
.subTitle img {
	display: none; /* Hide the image-based SubTitles */
	}
#textColumn a {
	color: #069;
	text-decoration: underline;
	}
#textColumn a:link:after, #textColumn a:visited:after {
   content: " (" attr(href) ") ";  /* Add the text of the URL after printed links */
   font-size: 90%;
   }
#footer {
	font-size: 10pt;
	}



/*---------------------------------- Technical/Small Layout Items -------------------------------*/
.topLeftBlock, .topRightBlock, .bottomLeftBlock, .bottomRightBlock, .aboveRightCornerAngle {
	display: none;
	}