/* Print Stylesheet for Health Emergency Website*/
body { margin: 0px; padding: 0px; font-family: verdana, arial, helvetica, sans-serif; font-size: 75%; height: 100%;}
h1 { font-size: 16px;}
h2 {font-size: 14px;} 
h3 { font-size: 12px; font-style: italic; font-variant: normal;} 
h4 {font-size: 11px; font-weight: bold;}
h5 { font-size: 10px;}
h6 { font-size: 10px;} 
p {line-height: 14px; padding-bottom: 5px;}

 
 /* --Main Banner Styles - 	Main Banner is a container to hold both a left and right banner image(s). -- */
#main_banner_container {
	display: none;
}

 /*-------END Top Banners-----------*/
 /* ---- Primary Navigation layout - these are the TABS at the top ---- */
#primary-nav {
   display: none;
}

/* ---- END TOP TABS - Primary Navigation layout - these are the tabs at the top ---- */

/* --------CENTRE OF PAGE CONTENT----(Contains left, centre and right panes)--------*/
#centre_wrapper{
   width: 100%;
	margin: 0;
	float: none;
}
/* --- left-wrapper contains left column and central (content) column ------------- */
 #left-wrapper {
   width: 100%;
	margin: 0;
	float: none;	
}
 
/* ---- Left column styling --------------------------------------------- */
 #left-column {
	display: none;
 }
  
/*----------------------------END left column-----------------------------------*/
/* ---- Central column styling ------------------------------------------------- */
/*-- BREADCRUMB START ---------------------------------------- */
#breadcrumb_container{
	display: none;
}
/*-- END breadcrumb-----------------------------*/
#central {
   width: 90%;
	margin: 0;
	float: none;
	font: verdana;
	font-size: 12px;
	color: #000000;
	line-height: 14px;
}
#central a {
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
	line-height: 14px;
}
#central-home {
   width: 90%;
	margin: 0;
	float: none;
	font: verdana;
	font-size: 12px;
	color: #000000;
	line-height: 14px;
}
#central h1 {
 	margin: 0 0 0 0;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: 16px;
 }
#central-home h1 {
 	margin-top: 0;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: 16px;
 }
 
 .intro {
 	width: 90%;
	margin: 0;
	float: none;
	font: verdana;
	font-size: 14px;
	line-height: 14px;
	color: #000000;
}
  
 /*--Summary-- This controls the style for the summary within the WCMS. --*/

.summary {
	padding-bottom: 12px;
	text-decoration: none;
	color: #000;
	line-height: 10px;
}

#rightmenu {
	display: none;
}
 
/* ---- Page Currency ---- */
.currency {
	margin: 10px 0 0 0;
	padding: 0 0 0 2px;
	font-size: 95%;
	color: #9b9c9d;
	background-color: #eeeeee;
	font-weight: normal;
}
/*---------------------------------------END Left and middle colums-----------------------------------*/

/* ------------------------------------------------- Right column styling --------------------------- */
 #right-column-wrapper {
   display: none;
 }
/*--------------------SEARCH and toolbar stuff-----------------------*/ 
#search-toolbar-wrapper	{
	display: none;
}

/*-------------------END SEARCH stuff------------------------------------------*/

/* ---- PREPARING FOR PANDEMIC TAB LANDING PAGE body styling -----------------------------------*/ 
 
  #pandemic_landing_wrapper	{
  position: relative;
  float: left;
  clear: all;
  left: 0px;
  width: 80%;
  }
 
 /*--------------------END ALL PREPARING FOR PANDEMIC TAB STUFF----------------------------*/


/* Skip to Content styles */

hr {
	height: 1px;
	width: 100%;
	color: #000000;
	border: none;
}

a.top {
	display: none;
}

 /* For Internet Explorer */
	html>body hr {
	height: 1px;
	width: 100%;
	margin-left: 0;
	background-color: #bbb;
	border: none;
}
/* For Gecko-based browsers */
	html>body hr {
	height: 1px;
	width: auto;
	margin-left: 0;
	background-color: #bbb;
	border: 0px solid #bbb;
}
/* For Opera and Gecko-based browsers */	
 
/* Disclaimer
	This is the class for the styleDisplayContentDownload block */
.disclaimer {
	padding-top: 20px;
	font-size: 80%;
	color: #000000;
	border-top: 1px solid #ccc;
}



#topImagePrint {
	height: 107px;

}

/* -------------------------------------- Start Footer ------------------------ */

#footer {
	display: none;
}
.pdfhelp{
	display: none;
}
p.disclaimer{
	display: none;
}