@charset "UTF-8";
/*Print style sheet by Mobius New Media*/
body {
	background: white;
	font-size: 12pt;
	font-family: Helvetica, Arial, sans-serif;
}
img {
	border: none;
}
#nav, #botnav , .subMenu, #footer ul, #breadcrumb, #sideNav, #mobiusLink, #h2_experienceDifference, ul#slides, #slideArrows {/*navigation menus will not print*/
	display: none;
}
#bodywrap, #container, #header, #contentwrap, #onecolcontent, .contentleft, .contentright, #footerone, #footertwo, #flashloginwrap, #flashdiv, #logindiv, #homeRight, #homeLeft {/*put all your content divs that your want to print here to clear all div widths, paddings, margins, floats, colors, and backgrounds*/
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	float: none;
	color: black;
	background: transparent none;
}
a:link, a:visited {/*style for text links*/
	color: #005abb;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

/*a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }*/
/*a[href^="/"]:after {
   content: " (http://www.gunnip.com" attr(href) ") ";
}*/
