/* PRINT STYLES */

/* make sure background images don't print */

* {
  background-color: white !important;
  background-image: none !important;
  text-decoration: none;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  }
  
/* make all link colors the same */

* a {
  color: #005784;
}

/* display headers for print */

#homePrintGraphic {
	display: block;
}

#home #p7TBM, #home #homeLoginArea, #home #footerHome {
	display: none;
}

.subContent .header strong, .subContent .header h3, .subContent .header h4, .subContent .subHeader strong, #mainNav .subHeader h4, #mainNavCond .subHeader h4, #infoBox div.more a strong, .subContent .headerLink strong, #contentBox h2 strong, body.searchJobs #mastLink_explore_vha, body.searchJobs #mastLink_explore_vha a {
	display: inline !important;
}

#mastheadTagline {
	width: 100% !important;
	position: relative !important;
	font-size: 1.2em !important;
	float: left !important;
	font-family: GillSans, "Century Gothic", "Lucida Grande", "Lucida Sans", Verdana, sans-serif !important;
}

#blog #mastheadTagline {
	font-size: 1em !important;
}

#mastheadTagline h1 {
	margin-top: 15px;
	float: left;
}

#masthead h1 strong, #masthead h1 em {
	position: relative !important;
	left: 0 !important;
	font-family: GillSans, "Century Gothic", "Lucida Grande", "Lucida Sans", Verdana, sans-serif !important;
}

#masthead h1 strong {
	font-size: 0.8em !important;
}

#masthead h1 em {
	font-size: 0.7em !important;
}

#blog #masthead h1 strong {
	font-size: 0.7em !important;
}

#blog #masthead h1 em {
	font-size: 0.6em !important;
}

#vhPrintLogo {
	display: block;
	float: left;
	margin-right: 20px;
	width: 75px;
	height: 75px;
}

/* display bullets */

ul {
	list-style-type: circle !important;
}

#logoutArea, #loginArea, #mastheadLinks {
	display: none !important;
}

#contentArea li {
	padding-left: 0 !important;
	margin-left: 15px !important;
}



#contentArea li.listHdr {
	list-style-type: none !important;
	margin-left: 0 !important;
}

/* adjust page layout */
#content {
	position: relative;
}

#mainContent {
	width: 75% !important;
	font-size: 0.9em;
	float: right;
	margin-top: -35px;
	padding-left: 23%;
}

#blog #mainContent {
	margin-top: 0;
}

#blog #mainContent {
	font-size: 0.8em;
}

#secondaryContent {
	position: absolute;
	width: 19% !important;
	font-size: 0.9em;
	top: 0;
	left: 0;
}

#blog #secondaryContent {
	position: absolute;
	width: 19% !important;
	font-size: 0.9em;
	top: 95px;
	left: 0;
}

#blog #secondaryContent {
	font-size: 0.8em;
}

#footer {
	display: none;
}

/* change font size of page headers */

#contentArea h2 {
	font-size: 1.5em !important;
	font-family: GillSans, "Century Gothic", "Lucida Grande", "Lucida Sans", Verdana, sans-serif !important;
	letter-spacing: 0em !important;
}

