/* 
	CSS Document
	Author:		Christy Gurga, Jeffrey Barke
	Title:		Segal, Segal Advisors and Sibson default print styles
	Version:	13 June 2008
	License:	This style sheet and all imported style sheets are licensed
				under a Creative Commons Attribution-ShareAlike 3.0 License.

	http://creativecommons.org/licenses/by-sa/3.0/us/

	Licensor contact: jeffrey.barke@themechanism.com
*/

/* typography
----------------------------------------------- */
a {
	color: #000;
	text-decoration: none;
}
body {
	background-color: #fff;
	color: #000;
	font: normal 10pt Helvetica, Arial, sans-serif;
}
.logo a { display: none; }
#announcement, #announcement a { color: #ff0000; }
#content h1 {
	font-size: 16pt;
	font-weight: bold;
}
#content h2 {
	font-size: 14pt;
	font-weight: bold;
}
#content h3 {
	font-size: 12pt;
	font-weight: normal;
}
#content h4 {
	font-size: 10pt;
	font-weight: normal;
}
#credits {
	color: #666;
	font-size: 8pt;
	text-align: right;
}
#printLogo {display: block;
margin-bottom: 20px;}

/* typography - events
----------------------------------------------- */
ul#events {
	margin: 0 16px 70px 16px;
}
#events li {
	color: #616365;
	display: block;
	float: left;
	font-size: 80%;
	font-weight: bold;
	min-height: 13px;
	margin: 2px 2px 0 0;
	min-width: 22px;
	text-align: center;
}
#events li span {
	background: #fff;
	border: 1px solid #b2b4b3;
	display: block;
	padding: 1px 0;
}
#events .weekend {
	color: #b2b4b3;
}
#events a:link, #events a:visited {
	background: url(../images/bg-events-hilite-3x14.png);
	border: 1px solid #00549f;
	color: #fff;
	display: block;
	padding: 1px 0;
	text-decoration: none;
}
#events a:hover, #events a:active {
	background: url(../images/bg-events-over-3x14.png);
	border: 1px solid #00693c;
	color: #fff;
	display: block;
	padding: 1px 0;
	text-decoration: none;
}


/* header
----------------------------------------------- */
.header, #nav-bar { display: none; }

/* content
----------------------------------------------- */
#hero-flash { display: none; }
.modules { clear: both; }

/* sidebar
----------------------------------------------- */
#side { display: none; }

/* footer
----------------------------------------------- */
#footer-graphic, #footer ul { display: none; }
#credits  { margin-top: 30px; }

/* navigation
----------------------------------------------- */
#nav { display: none;}

/* print icon
----------------------------------------------- */
.print-icon { display: none;}

/* right arrow
----------------------------------------------- */
.rtarrow { display: none;}

/* clearfix
----------------------------------------------- */
.clearfix:after {
	clear: both; 
	content: '.'; 
	display: block; 
	height: 0; 
	visibility: hidden;
}
.clearfix { display: inline-block; }
/*Hide from IE Mac \*/
.clearfix { display: block; }
/*End hide from IE Mac */

dl.footnote {
	color: #656565;
	font-size: 90%;
	margin: 10px 15px 5px 10px; 
	padding: 10px; 
	border-top: 1px solid #cccccc; 
	border-bottom: 1px solid #cccccc;
}

.footnote dt
{font-size: .75em;}

.footnote dd
{margin: -1.25em 0em 1em 1.5em;
line-height: 1.5em;}
