/*

	print.css
	Print stylesheet for Close Growth Capital
	2009-07-29
	
*/

* { overflow: visible; }

#wholePage { width: 100%; overflow: visible; }

#header { 
	width: 100%; 
	background: none;
	height: 	100px;
}

#mainNav { display: none; }

#header .headerPhoto { display: none; }

body.business #content h2,
body.funds #content h2,
body.disclaimer #content h2,
body.team #content h2,
body.contact #content h2,
body.home #content h2,
body.companies #content h2,
body.news #content h2
{ background: none; }

body.business #content h2 span,
body.funds #content h2 span,
body.disclaimer #content h2 span,
body.team #content h2 span,
body.contact #content h2 span,
body.home #content h2 span,
body.companies #content h2 span,
body.news #content h2 span
{ display: inline; color: #777; }

#content { overflow: visible; }

#content .mainInfo,
#content .sideNav {
float: none;
width: 100%;
overflow: visible;
padding-bottom: 5px; 
}

.footerNav { display: none; }
#footer .footerLinks .copyright { position: relative; left: 0px; }

.readMore { display: none; }
#content .mainInfo ul li { list-style: circle; margin-left: 50px; }


#content .mainInfo .title {
	background: none;
}
	#content .mainInfo .title span { display: block; }
	
.sectionNav { display: none; }