/*	-- -- -- -- -- -- --	Sutton.com 	Print CSS	-- -- -- -- -- -- --		*//* -- undo HTML -- */	:link,:visited {text-decoration: none;}	ul,ol {list-style: none;}	h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}	ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}	a img,:link img,:visited img {border: none;}	address {font-style: normal;}/* -- basic HTML elements -- */	a:link, a:visited {color: #9C0D0D; text-decoration: underline;}	body {color: #000; background: #fff; font: 10pt/17pt "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif; margin: 0; padding: 0 1.25cm 0 2.5cm;}	h2 {font-size: 1.3em; font-weight: normal; padding: 1em 0; margin: 0;}	h3 {border: dotted 1px #bbb; border-width: 1px 0; padding: 2px 0; margin: 1em 0;}	p {margin-bottom: 1em; line-height: 1.5;}			/* -- simple classes -- */	.left {float: left; margin: 0 10px 10px 0;}/* -- Header -- */	#loginpanel, #selector, #loginform, #nav {display: none;}/*	h1 {text-align: right; border-top: solid 64px #707070; margin-bottom: -64px; position: relative;}	h1 img {position: relative; top: -61px;}	h1:after {content: "www.sutton.com"; color: #707070; position: absolute; top: 0; right: 0;}*//* -- Breadcrumbs -- */	#breadcrumbs {margin-bottom: 1.5em;}	#breadcrumbs li {display: inline; font-size: 0.85em; padding-right: 8px; margin-right: 2px; background: url(../i/arrow-smallgrey.gif) no-repeat 100% 5px; color: #707070;}	#breadcrumbs li.last {background: none;}	#breadcrumbs a, #breadcrumbs a:visited {border: none;}/* -- Sidebar -- */	#sidebar {display: none;}/* -- Footer -- */	#footer {background: #fff url(../i/divider-grey.gif) repeat-x 0 0; color: #5B5B5B; font-size: 0.85em; padding: 13px 13px 39px 0px;}	#footer p {display: inline;}	#footer ul {display: none;}/* Print URLs after links when available. http://www.alistapart.com/articles/goingtoprint/ */	p a:link:after, p a:visited:after {content: " (" attr(href) ") "; font-size: 8pt; color: #666; text-decoration: none;}	p a[href^="/"]:after {content: " (http://www.sutton.com" attr(href) ") "; font-size: 0.9em; color: #000; text-decoration: none;}/* -- Accessibility Tweaks -- */	#accessibility, .hide {display: none;}
