/*   /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\   */
/*   Created by DIS Website Services | Last Updated 2.29.08   /*
/*   /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\   */

/*   ******* Print Style Sheet for TBIWashington.org ******   */


/* import the user style sheet */

@import '/css/user.css';
* {
	padding: 0;
	margin: 0;
}

p {
	margin-bottom: 20px;
	line-height: 1.5em;
	font-size: 1em;
}

/* printlogo contains a printer friendly logo */

#printlogo {
	width: 388px;
	height: 67px;
}

/* set the print heading styles */

h1 {
	margin: 11px 0 9px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #19415a;
	font-size: 1.3em;
}

h2 {
	margin-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #4d1135;
}

h3 {
	margin: 28px 0 9px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #4d1135;
}

h4 {
	margin: 28px 0 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color:#000033;
}

/* style the content area for print format */

#content {
	position: relative;
	width: 90%;
	padding: 8px;
	text-align: left;
}

/* turn everything else off */

.bulletheader {
	display: none;
}

#header {
	display:none;
}

.headerlogo {
	display:none;
}

#mainNav {
	display:none;
}

#subNav {
	display:none;
}

#footer {
	display:none;
}

.tooltip {
	display:none;
}

.tooltipleft {
	display:none;
}
.hide {display: none;}