/* 
	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
----------------------------------------------- */
h6 {font-size: 12px;}

body {
	background-color: #fff;
	color: #000;
	font: normal 10pt Helvetica, Arial, sans-serif;
}


/* header
----------------------------------------------- */
#bread, #main-topleft, #flashcontainer, .divider { display: none; }

.logo a {
	background: url(../images-new/logo-header-136x35.png) top left no-repeat;
	width: 140px;
	height: 45px;
	display: block;
	float: left;
	margin: 0px 15px 20px 4px;
	text-indent: -9999em;
}

#header li {
	display: inline;
	margin-right: 10px;
	}
	
#nav-bar form fieldset {
	border: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

.btnSubmit { 
	background: url(../images-new/btn-search-70x27.png) center left no-repeat;
	float: right;
	height: 22px;
	width: 70px;
}


/* content
----------------------------------------------- */
#hero-flash { display: none; }
.modules { clear: both; }
.modules p, h6 {margin: 0px;}
#map {display: none;}

/* footer
----------------------------------------------- */
#footer-graphic, #footer ul { display: none; }
#credits  { margin-top: 30px; }

/* navigation
----------------------------------------------- */
#nav li {
	display: inline;
}

#subnav {
	background: none;
	float: none;
	margin: 0;
	padding: 0;
}

#subnav li {
	display: block;
}

.print-icon { display: none;}
.rtarrow {display: none;}


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;}

/* 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 */


form fieldset {
	border: none;
	margin: 0;
	padding: 0;
}


