/* main stylesheet for Pandemic Influenza Website */
/*--------------- Generic font and element styling ----------------*/
body { margin: 0px;padding: 0px;font-family: verdana, arial, helvetica, sans-serif;font-size: 75%;height: 100%;}
h1 { font-size: 1.7em;}
h2 {font-size: 1.5em; } 
h3 { font-size: 1.3em; font-style: italic;font-variant: normal; } 
h4 {font-size: 1.1em;font-weight: bold;	}
h5 { font-size: 1em; }
h6 { font-size: 0.8em;} 
p {line-height: 1.6em;padding-bottom: 5px;}
 /*--------------- END Generic font and element styling ----------------*/ 
 
 /* --Main Banner Styles - 	Main Banner is a container to hold both a left and right banner image(s). -- */
#main_banner_container {
	position: relative;
	width: auto;
	height: 80px;
	background: #4a8aa5 url(/internet/panflu/publishing.nsf/AttachmentsByTitle/banner-bg.jpg/$FILE/banner-bg.jpg) repeat-x;
}
/* --Left Banner Image - To insert your Left Banner Image within this container you it must be placed in the blockheaderheader. It must be an image not a background. --*/
#left_banner_img_container {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 80px;
	margin: 0px;
	width: 479px;
	background-color: #4a8aa5;
}
/* --Left Banner Image End-- */
#right_banner_text_container {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
	padding: 30px 5px 0 0;
	background: #4a8aa5 url(/internet/panflu/publishing.nsf/AttachmentsByTitle/banner-bg.jpg/$FILE/banner-bg.jpg) repeat-x;
	font: verdana;
	font-size: 22pt;
	font-weight: bold;
	color: #ffffff;
}	
 /*-------END Top Banners-----------*/
 /* ---- Primary Navigation layout - these are the TABS at the top ---- */
  #primary-nav {
   float: left;
   clear:both;
	width: 100%;
	font: verdana;
	font-size: 93%;
	background: url(/internet/panflu/publishing.nsf/AttachmentsByTitle/bg.gif/$FILE/bg.gif) #dae0d2 repeat-x 50% bottom;
}
#primary-nav ul {
   margin: 0;
	padding: 10px 10px 0 10px;
	list-style-type: none;
}
#primary-nav li {
   float: left;
	margin: 0;
	padding: 0 0 0 9px;
	background: url(/internet/panflu/publishing.nsf/AttachmentsByTitle/left.gif/$FILE/left.gif) no-repeat left top;
}
#primary-nav a {
   float: left;
	display: block;
	padding: 5px 15px 4px 6px;
	background: url(/internet/panflu/publishing.nsf/AttachmentsByTitle/right.gif/$FILE/right.gif) no-repeat right top;
	color: #2d6d88;
	font-weight: bold;
	text-decoration: none;
}
#primary-nav a:hover {
   color: #333;
	text-decoration: underline;
	font-size: 93%;
}
#primary-nav .current {
   height: 20px;
	background-image: url(/internet/panflu/publishing.nsf/AttachmentsByTitle/left_on.gif/$FILE/left_on.gif) no-repeat left top;
}
#primary-nav .current a {
   padding-bottom: 4px;
	background-image: url(/internet/panflu/publishing.nsf/AttachmentsByTitle/right_on.gif/$FILE/right_on.gif) no-repeat right top;
	color: #333;
}
#primary-nav .current a:hover {
	text-decoration: 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{
position:relative;
width:100%;
}
/* --- left-wrapper contains left column and central (content) column ------------- */
 #left-wrapper {
    position:relative;
	float:left;
	clear:all;
	width:80%;
	/*border:2px solid black;*/
	height:auto;
	}
 /*-- Homepage intro --*/
.intro {
 	margin: 0 0 0 0;
	padding: 5px 0 5px 5px;
	font: verdana;
	font-size: 1.0em;
	color: #000000;
	line-height: 1.3em;
}
/* ---- Left column styling --------------------------------------------- */
 #left-column {
 	position: relative;
	float: left;
	clear:all;
	width: 215px;
	margin: 5px 5px 5px 5px;
	/*border: 2px solid black;*/
	height:auto;
 }
  
 /* Nav Block is left menu for About and Govt - Preparing has its own CSS---*/
 #nav-block {
	position:relative;
	float:left;
	clear:both;
	height: auto;
	width:214px;
	padding-left: 0;
	left: 0;
	border-top: #c3c3c3 1px solid;
	border-bottom: #c3c3c3 1px solid;
	background-color: #eeeeee;
	/*border: 2px solid black;*/
 }
 #nav-block-heading {
 	height: 30px;
	padding-top:10px;
	width:214px;
	background-color: #d6e9f1;
	color: #195176;
 }
  #nav-block-heading a {
 	font-size: 0.95em;
	font-weight: bold;
	color: #195176;
	text-decoration: none;
	background-color: #d6e9f1;
	color: #195176;
 }
  #nav-block ul {	
	list-style: none;
	border-bottom: #c3c3c3;
 }
  #nav-block ul li {
 	margin: 0 0 20px -40px;
	padding-right: 3px;
	padding-left: 7px;
	background: #eeeeee;
 }
 #nav-block a, a:visited, a:hover {
 	font-weight: bold;
	font-size: 0.95em;
	text-decoration: none;
	color: #195176;
	padding-right: 3px;
 }
  #nav-block ul li .summary {
 	padding-right: 3px;
	margin-bottom: 20px;
	padding-left: 7px;
	font-size: 0.95em;
	font-weight: bold;
	text-decoration: none;
 }
  #link-block {
	position:relative;
	float:left;
	clear:both;
	height: auto;
	width:214px;
	padding-left: 0;
	left: 0;
	border-top: #c3c3c3 1px solid;
	border-bottom: #c3c3c3 1px solid;
	background-color: #eeeeee;
	margin-right: 10px;
	margin-top: 10px;
	/*border: 2px solid black;*/
 }
 #link-block-heading {
	height: 30px;
	padding:12px 7px 0px;
	background-color: #d6e9f1;
	font-size: 0.95em;
	font-weight: bold;
	text-decoration: none;
	color: #195176;
}
  #link-block ul {	
	list-style: none;
	border-bottom: #c3c3c3;
 }
  #link-block ul li {
	margin: 0 0 5px -40px;
	padding-right: 3px;
	padding-left: 7px;
	background: #eeeeee;
}
 #link-block a, a:visited, a:hover {
 	font-size: 0.95em;
	text-decoration: none;
	color: #195176;
	padding-right: 3px;
	font-weight : normal;
 }
 }
/*----------------------------END left column-----------------------------------*/
/* ---- Central column styling ------------------------------------------------- */
/*-- BREADCRUMB START ---------------------------------------- */
#breadcrumb_container{
	position: relative;
	float: left;
	clear:both;
	width: 100%;
	margin: 10px 0 0 0;
	font-size: 0.8em;
	color: #2e6e89;
	padding-bottom:10px;
	/*border: 2px solid black;*/
}
#breadcrumb_container a {
	color: #2e6e89;
	text-decoration: underline;
	font-size: 100%;
}
/*-- END breadcrumb-----------------------------*/
#central {
    position: relative;
	float:right;
	width:70%;
	margin: 5px 0px 5px 0px;
	font: verdana;
font-size: 1.1em;
line-height: 1.8em;
	color: #000000;
	/*border:2px solid black;*/
}
#central a {
	color: #2e6e89;
	text-decoration: underline;
	font-size: 1.0em;
}
#central-home {
    position: relative;
	float: right;
	clear:both;	
	margin: 5px 5px 5px 5px;
	font: verdana;
	font-size: 1.0em;
	color: #000000;
}
#central h1 {
 	margin: 0 0 0 0;
	font-size: 1.5em;
	font-weight: bold;
	color: #4a8aa5;
 }
#central-home h1 {
 	margin-top: 0;
	font-size: 1.5em;
	font-weight: bold;
	color: #4a8aa5;
 }
  
 /*--Summary-- This controls the style for the summary within the WCMS. --*/

.summary {
	padding-bottom: 12px;
	text-decoration: none;
	color: #000;
	line-height: 1.6em;
}
 
 /* ---- Tell a friend styling ---- */
 #central-friend {
	width: 80%;
	margin: 10px;
	border: none;
	text-align: right;
}

  /* ---- Central column Latest News ----  */
 
 #central-latest {
 	width: auto;
	margin-top: 15px;
 }
 
 #central-latest h2 a {
 	font: verdana;
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
  
 #central-latest ul {
 	margin-left: 20px;
	padding: 2px 0 2px 5px;
	list-style: url("/internet/panflu/publishing.nsf/AttachmentsByTitle/arrow.gif/$FILE/arrow.gif") outside;
	font: verdana;
 }
 
 #central-latest a {
	color: #000000;
	text-decoration: none;
	font-size: 1.0em;
	font-weight: bold;
}
  
 /* ---- Feedback form styling ---- */
#feedback-form {
   display: block;
	margin: 0 0 0 0;
}

#feedback-form form {
   border: 1px solid #CCCCCC;
	background: #ECECEC;
	padding: 0 0 5px 10px;
	margin-top: 0;
}
 
 /* ---- Related Links styling ---- */
 #related-links {
 	height: auto;
	margin: 12px 0 0 0;
	background: #eeeeee;
	border-bottom: #c3c3c3 1px solid;
	font-size: 0.95em;
	line-height: 100%;
	color: #555555;
 }
 
 #related-links-heading {
	height: 35px;
	background: #e1e1e1;
	border-top: #c3c3c3 1px solid;
}
 
 #related-links h2 {
 	margin: 6px 0 6px 7px;
	font-size: 1.3em;
	font-weight: bold;
	font-style: normal;
	color: #000000;
 }
 
 #related-links h3 {
 	margin-top: 6px;
	padding-left: 7px;
	font-size: 1.1em;
	font-weight: bold;
	font-style: normal;
	color: #141414;
 }
 
 #related-links a {
 	font-size: 1em;
	color: #555555;
	text-decoration: underline;
 }
/* ---- Page Currency ---- */
.currency {
	margin: 10px 0 0 0;
	padding: 10px;
	font-size: 80%;
	color: #666;
	background-color: #eeeeee;
	font-weight: normal;
}
/*---------------------------------------END Left and middle colums-----------------------------------*/

/* ------------------------------------------------- Right column styling --------------------------- */
 #right-column-wrapper {
    position: relative;
	float: right;
	clear:all;
	width: 180px;
	margin: 5px 5px 5px 5px;
	/*border:2px solid black;*/
 }
/*--------------------SEARCH and toolbar stuff-----------------------*/ 
#search-toolbar-wrapper	{
	position: relative;
	float: right;
	clear:both;
	height:auto;
	width: 180px;
	margin: 50px 5px 5px 5px;
	}
 #search legend {
	display: none;
}
#search fieldset {
	border:0;
}

#toolbar-landing {
	position: relative;
	float: right;
	clear: left;
	height: 50px;
	width: 175px;
	margin: -50px 0 10px 16px;
	
}
#toolbar-landing p {
	margin-top: 0;
	font: verdana;
	font-size: 12pt;
	color: #2d6d88;
	line-height: 1em;
}
.icns {
	visibility: visible;
	height: 32px;
}
#search {
	height: 20px;
	width: 180px;
	margin-top: 5px;
	text-align: left;
	
}
#search form {
	margin-right: 2px;
	padding: 0;
}
/*-------------------END SEARCH stuff------------------------------------------*/
/*------------BANNERS-(Public Health, Current Status, Translations, Gov info)--------------*/
#banners-wrapper	{
	position:relative;
	float: right;
	clear:all;
	width: 175px;
	margin: 5px 5px 5px 5px;
}
#hotline-banner {
 	width: 175px;
	height: 100px;
	margin-top: 13px;
	background: #2d6d88;
	background-image: url(/internet/panflu/publishing.nsf/AttachmentsByTitle/hotline-bg.jpg/$FILE/hotline-bg.jpg);
	color: #ffffff;
	text-align: center;
 }
#hotline-banner p {
 	padding-top: 5px;
	font-size: 13px;
	font-weight: bold;
 }
.hotline-banner-span {
 	font-size: 15pt;
	font-family: Georgia, Verdana;
	font-weight: bold;
 }
 
 #current {
 	margin-top: 12px;
	padding-bottom:10px;
	background: #eee;
	border-bottom: #b8ced8 1px solid;
	color: #195176
 }
 
 #current img{
 	border:0;
	padding-right:10px;
 }

 #current-heading {
	height: 25px;
	padding: 2px 0 10px 3px;
	background: #d6e9f1;
	border-top: #b8ced8 1px solid;
border-bottom: #B8CED8 1px solid;	
}
 #current h3 {
 	margin-top: 6px;
	font-size: 1.0em;
	font-weight: bold;
	font-style: normal;
 }
  #current p {
 	padding: 0px;
	font-size: 0.95em;


 }
 #current a, a:visited {
 	font-size: 0.95em;
	color: #195176;
	text-decoration: none;
 }
 #current a:hover {
 	font-size: 0.95em;
	color: #195176;
	text-decoration: underline;
 }

 
 /*#translated {
 	margin-top: 12px;
	padding-bottom:10px;
	background: #eeeeee;
	border-bottom: #c3c3c3 1px solid;
	color: #195176
 }
#translated-heading {
	height: 25px;
	padding: 2px 0 2px 3px;
	background: #e4e4e4;
	border-top: #c3c3c3 1px solid;	
}
 #translated h3 {
 	margin-top: 6px;
	font-size: 1.0em;
	font-weight: bold;
	font-style: normal;
 }

 
#translated h3 {
 	height: 25px;
	/*padding: 2px 0 2px 3px;
	background:#e4e4e4;
	margin-top: 5px;
	margin-bottom: 3px;
	font-size: 1.0em;
	font-weight:bold;
	font-style:normal;
	color:#000;
	text-decoration: none;
 }
 

 #translated a, a:visited {
 	font-size: 0.95em;
	color: #000;
	text-decoration: none;
	
 }
  
  #translated a:hover {
 	font-size: 0.95em;
	color: #333333;
	text-decoration: underline;
 }
  
  #translated p	{
  	margin-top:5px;		
	font-size: 0.95em;
	padding-left:3px;
	}

  */
  
   
 /*-------------------------------END banners-------------------------------*/
/*--------------------------------END right pane----------------------------*/
/*-----------------------END CENTRE OF PAGE CONTENT (Left, centre and right panes)-----------*/
  
 
 /* ---- PREPARING FOR PANDEMIC TAB STUFF - 3 SUBMENUS, Individuals, Business and Medical ---------- */
 

  /*--- PREPARING FOR PANDEMIC TAB STUFF LEFT MENUS-------------------------------------*/
 /*-------- left Individuals menu------------*/
  #lc {
 	position:relative;
	float:left;
	clear:right;	
	width: 214px;
	padding-left: 7px;
 	background-position: bottom;
	
 }
 
 #lc-individuals {
	width: 214px;
	padding-left: 7px;
	background-image: url(/internet/panflu/publishing.nsf/AttachmentsByTitle/bg_gradient_01.gif/$FILE/bg_gradient_01.gif); 
	background-repeat: repeat-x;
	background-color: #fdfef5;
	background-position: bottom;
	
 }
 
 #lc-individuals h3 {
 	font: verdana;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #7c8a05;
 }
 
 #lc-individuals h3 a {
 	font: verdana;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #7c8a05;
 }
 
 #lc-individuals ul {
 	list-style: none;
	line-height: 1.4em;
	margin-left: -40px;
	
 }
 
 #lc-individuals a {
 	font-size: 0.95em;
	font-weight: bold;
	text-decoration: none;
	color: #525913;
 }
 
/* #lc-individuals a:active {
 	font-size: 0.95em;
	font-weight: bold;
	text-decoration: none;
	color: #000;
 }*/
 
 #lc-individuals a:hover {
 	font-size: 0.95em;
	font-weight: bold;
	text-decoration: underline;
	color: #525913;
 }
 
 /* ---- left professionals menu ---------- */
 
 #lc-professionals {
 	width: 214px;
	padding-left: 7px;
	background-image: url(/internet/panflu/publishing.nsf/AttachmentsByTitle/bg_gradient_02.gif/$FILE/bg_gradient_02.gif); 
	background-repeat: repeat-x;
	background-color: #f9fef5;
	background-position: bottom;
	
 }
 
 #lc-professionals h3 {
 	font: verdana;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	color: #05698a;
 }
 
 #lc-professionals h3 a {
 	font: verdana;
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #05698a;
 }
 
 #lc-professionals ul {
 	margin-left: -40px;
	list-style: none;
 }
 
 #lc-professionals li {
 	line-height: 1.2em;
	padding-bottom: 10px;
 }
 
 #lc-professionals a {
 	font-size: 0.95em;
	font-weight: bold;
	text-decoration: none;
	color: #1b5264;
 }
 
 /*#lc-professionals a:active {
 	font-size: 0.95em;
	font-weight: bold;
	text-decoration: none;
	color: #1b5264;
 }*/
 
 #lc-professionals a:hover {
 	font-size: 0.95em;
	font-weight: bold;
	text-decoration: underline;
	color: #1b5264;
 }
 
 /* ---- Left Business menu--------------------- ---- */
 
 #lc-business {
 	width: 214px;
	padding-left: 7px;
	background-image: url(/internet/panflu/publishing.nsf/AttachmentsByTitle/bg_gradient_03.gif/$FILE/bg_gradient_03.gif); 
	background-repeat: repeat-x;
	background-color: #f7fcfe;
	background-position: bottom;

 }
 
 #lc-business h3 {
 	font: verdana;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	color: #447e0e;
 }
 
 #lc-business h3 a {
 	font: verdana;
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #447e0e;
 }
 
 #lc-business ul {
 	margin-left: -40px;
	list-style: none;
	line-height: 1.4em;
 }
 
 #lc-business a {
 	font-size: 0.95em;
	font-weight: bold;
	text-decoration: none;
	color: #315411;
 }
 
/* #lc-business a:active {
 	font-size: 0.95em;
	font-weight: bold;
	text-decoration: none;
	color: #315411;
 }*/
 
 #lc-business a:hover {
 	font-size: 0.95em;
	font-weight: bold;
	text-decoration: underline;
	color: #315411;
 }
 /*------------ END PREPARING FOR PANDEMIC TAB Left menu stuff --------------------------*/
 
    /* ---- PREPARING FOR PANDEMIC TAB LANDING PAGE body styling -----------------------------------*/ 
 
  #pandemic_landing_wrapper	{
  position:relative;
  float:left;
  clear:all;
  left:0px;
  width:80%;
  }
  
  #landing-individuals {
 	float: left;
	height: 156px;
	width: 47%;
	margin: 5px 5px 5px 10px;
	background-image: url(/internet/panflu/publishing.nsf/AttachmentsByTitle/bg_gradient_01.gif/$FILE/bg_gradient_01.gif); 
	background-repeat: repeat-x;
	background-color: #fdfef5;
	background-position: 146px 70px;
 }
 
 #landing-individuals h2 a {
 	font: verdana;
	font-size: 0.9em;
	font-weight: bold;
	color: #7c8a05;
	text-decoration: none;
}
  
 #landing-individuals ul {
 	margin-left: 0px;
	padding: 2px 0 2px 5px;
	list-style: inside url("/internet/panflu/publishing.nsf/AttachmentsByTitle/arrow.gif/$FILE/arrow.gif");
	font: verdana;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.8em;
 }
 
 #landing-individuals a {
	padding-left: 3px;
	color: #525913;
	text-decoration: none;
}

#landing-business {
 	float: left;
	display: block;
	height: 156px;
	width: 47%;
	margin: 5px 5px 5px 10px;
	background-image: url(/internet/panflu/publishing.nsf/AttachmentsByTitle/bg_gradient_03.gif/$FILE/bg_gradient_03.gif); 
	background-repeat: repeat-x;
	background-color: #f7fcfe;
	background-position: 130px 70px;
 }
 
 #landing-business h2 a {
 	font-size: 0.9em;
	font-weight: bold;
	color: #447e0e;
	text-decoration: none;
 }
 
 #landing-business ul {
 	margin-left: 0;
	padding: 2px 0 2px 5px;
	list-style: inside url("/internet/panflu/publishing.nsf/AttachmentsByTitle/arrow.gif/$FILE/arrow.gif");
	font: verdana;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.8em;
 }
 
 #landing-business a {
 	padding-left: 3px;
	color: #315411;
	text-decoration: none;
 }
 
 #landing-business p {
 	font: verdana;
	font-size: 0.95em;
	color: #000000;
 }
    
 #landing-professionals {
 	float: left;
	clear: both;
	height: 156px;
	width: 96%;
	margin: 10px 5px 5px 10px;
	background-image: url(/internet/panflu/publishing.nsf/AttachmentsByTitle/bg_gradient_02.gif/$FILE/bg_gradient_02.gif); 
	background-repeat: repeat-x;
	background-color: #f9fef5;
 }
 
 #landing-professionals h2 a {
 	font-size: 0.9em;
	font-weight: bold;
	color: #05698a;
	text-decoration: none;
 }
 
 #landing-professionals ul {
 	margin-left: 0px;
	padding: 2px 0 2px 5px;
	list-style: inside url("/internet/panflu/publishing.nsf/AttachmentsByTitle/arrow.gif/$FILE/arrow.gif");
	font: verdana;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.8em;
 }
 
 #landing-professionals a {
 	padding-left: 3px;
	color: #1b5264;
	text-decoration: none;
 }
 
 #landing-professionals p {
 	font: verdana;
	font-size: 0.95em;
	color: #000000;
 }
 /*--------------------END PREPARING FOR PANDEMIC TAB LANDING PAGE STUFF----------------------------*/
 /*--------------------END ALL PREPARING FOR PANDEMIC TAB STUFF----------------------------*/


/* Skip to Content styles */

a.skiplink, a.skiplink:hover, a.skiplink:visited {
	
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	text-indent: -600em;
	z-index: 1;
} 
  
a.skiplink:active, a.skiplink:focus {
	display: block;
	width: auto;
	padding: 10px;
	background-color: #666666;
	color: #ffffff;
	font-weight: bold;
	text-indent: 0.1em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

hr {
	height: 1px;
	width: 100%;
	color: #bbb;
	border: none;
}

a.top {
	clear: both;
	padding-left: 17px;
	font-size: 0.9em;
	float: right;
	margin: 10px 0px 10px 15px;
}

a.top:link, a.top:visited, a.top:active, a.top:hover {
	color: #2e6e89;
	text-decoration: 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: #666666;
	border-top: 1px solid #ccc;
}



#topImagePrint {
	height: 107px;
	display: none;
	background: url(/internet/panflu/publishing.nsf/AttachmentsByTitle/topImagePrint.jpg/$FILE/topImgPrint.jpg);
}

/* ---- HOME PAGE Central column Preparing for pandemic - Individuals ---- */ 
 
#central-individuals {
 	position:relative;
	clear:left;	
	width: auto;
	margin-top: -3px;
	background-image: url("/internet/panflu/publishing.nsf/AttachmentsByTitle/bg_gradient_01.gif/$FILE/bg_gradient_01.gif"); 
	background-repeat: repeat-x;
	background-color: #fdfef5;
	background-position: bottom left;
 }
 
 #central-individuals h2 a {
 	font: verdana;
	font-size: 0.9em;
	font-weight: bold;
	color: #7c8a05;
	text-decoration: none;
}
  
 #central-individuals ul {
 	margin-left: 20px;
	padding: 2px 0 2px 5px;
	list-style: url("/internet/panflu/publishing.nsf/AttachmentsByTitle/arrow.gif/$FILE/arrow.gif") outside;
	font: verdana;
 }
 
 #central-individuals a {
	color: #525913;
	text-decoration: none;
	font-size: 1.0em;
	font-weight: bold;
}
 
 /* ---- Professionals ---- */
 
 #central-professionals {
 position:relative;
	clear:left;	
	width: auto;
	margin-top: -3px;
	background-image: url("/internet/panflu/publishing.nsf/AttachmentsByTitle/bg_gradient_02.gif/$FILE/bg_gradient_02.gif"); 
	background-repeat: repeat-x;
	background-color: #f9fef5;
	background-position: bottom left;
 }
 
 #central-professionals h2 a {
 	font-size: 0.9em;
	font-weight: bold;
	color: #05698a;
	text-decoration: none;
 }
 
 #central-professionals ul {
 	margin-left: 20px;
	padding: 2px 0 2px 5px;
	list-style: url("/internet/panflu/publishing.nsf/AttachmentsByTitle/arrow.gif/$FILE/arrow.gif") outside;
	font: verdana;
 }
 
 #central-professionals a {
 	color: #1b5264;
	text-decoration: none;
	font-size: 1.0em;
	font-weight: bold;
 }
 
 #central-professionals p {
 	font: verdana;
	font-size: 0.95em;
	color: #000000;
 }
 
 /* ---- Business ---- */
 
 #central-business {
 position:relative;
	clear:left;	
	width: auto;
	margin: -3px 0 10px 0;
	background-image: url("/internet/panflu/publishing.nsf/AttachmentsByTitle/bg_gradient_03.gif/$FILE/bg_gradient_03.gif"); 
	background-repeat: repeat-x;
	background-color: #f7fcfe;
	background-position: bottom left;
 }
 
 #central-business h2 a {
 	font-size: 0.9em;
	font-weight: bold;
	color: #447e0e;
	text-decoration: none;
 }
 
 #central-business ul {
 	margin-left: 20px;
	padding: 2px 0 2px 5px;
	list-style: url("/internet/panflu/publishing.nsf/AttachmentsByTitle/arrow.gif/$FILE/arrow.gif") outside;
	font: verdana;
 }
 
 #central-business a {
 	color: #315411;
	text-decoration: none;
	font-size: 1.0em;
	font-weight: bold;
 }
 
 #central-business p {
 	font: verdana;
	font-size: 0.95em;
	color: #000000;
 }
  /* ---- END HOME PAGE Central column Preparing for pandemic stuff- ----  */



/* -------------------------------------- Start Footer ------------------------ */

#footer {
	clear: both;
	height: auto;
	width: 99.9%;
	margin: 8px 0 2px 0;
	padding: 0;
	background-color: #ffffff;
	text-align: left;
}

#footer hr {
	color: #4a8aa5;
	height: 1px;
	width: 100%;
	margin-top: 0;
}

#footer p {
	margin-top: 5px;
	padding-left: 7px;
	color: #9b9c9d;
	font-weight: normal;
}

#footer a:link, a:visited {
	color: #9b9c9d;
	text-decoration: none;
	font-size: 0.95em;
	font-weight: normal;
}

#footer a:hover {
	color: #9b9c9d;
	text-decoration: underline;
	font-size: 0.95em;
	font-weight: normal;
}

div#expanding_menu {
	padding-left: 0;
	font-size: 90%;
	margin-bottom: 10px;
}

#expanding_menu strong {
	padding-left: 15px;
}
#expanding_menu a img {
	border: 0;
	margin: 0 5px 0 0;
}
#expanding_menu ul {
	list-style-type: none;
	margin: 0 0 0.8em 0;
	padding: 0;
}
div.toc #expanding_menu ul {
padding-left: 15px;
}
#expanding_menu li {
	list-style-type: none;
	margin-bottom: 0.6em;
	margin-left: 4px;
	line-height: 1.3em;
}
#expanding_menu li.togglelink {
	margin: 0 0 0.6em 3px;
	padding-left: 0;
}
#expanding_menu li div li {
	padding-left: 0;
	text-indent: 15px;
}

#expanding_menu a {
	margin: 0 0 0 0;
}
#expanding_menu div {
	margin: 0.6em 0 0 0;
	padding: 0;
}
/* Improves level spacing for compliant browsers */
* html #expanding_menu div {
	margin: 0.6em 0 0 -5px;
}
/* put section titles in correct place*/
h1.spaced {
	margin-top: 0px;
	margin-left: 0;
	padding-left: 22px;
	font-size: 120%;
	color: #225E76;
	background: none;
}
a.pub_prev {
	padding-left: 15px;
	margin: 0 5px 0 10px;
	background: url(/internet/generic/publishing.nsf/AttachmentsByTitle/pub_prev.gif/$FILE/pub_prev.gif) no-repeat left center;
}
a.pub_next {
	padding-right: 15px;
	margin: 0 5px 0 6px;
	background: url(/internet/generic/publishing.nsf/AttachmentsByTitle/pub_next.gif/$FILE/pub_next.gif) no-repeat right center;
}
a.pub_toc {
	margin: 0 5px 0 5px;
}
#central table { background-color: #FFF; border: 1px solid #666; margin: 10px 0pt; border-collapse: collapse; font-size: 0.95em; width: 100%; color:#000; line-height: 1.8em;}
#container > table + * { clear: left; }
#central table td { border: 1px solid #666; padding: 3px; vertical-align: top; }
#central table th { border: 1px solid #666; padding: 3px; background-color: #ccc;  vertical-align: top; color: #fff; font-weight: bold; }
#central table caption { padding: 1em 0pt; text-align: left; font-size: 1.1em; font-weight: 700; }
#central table h1, #right table h2 { background: transparent none repeat; margin-bottom: 2px; padding-bottom: 2px; margin-top: 0pt; padding-top: 0pt; }
#central table h3 { margin-bottom: 0pt; padding-bottom: 0pt; margin-top: 0pt; padding-top: 0pt; }
#central table h4 { margin-bottom: 0pt; padding-bottom: 0pt; margin-top: 0pt; padding-top: 0pt; }
#central table h5, #right table h6 { margin-bottom: 0pt; padding-bottom: 0pt; margin-top: 0pt; padding-top: 0pt; 
}
/* PDF/large file warning styles */
.pdfhelp { background: #ECECEC none repeat; border: 1px dotted #CCC; margin: 25px 0pt 25px 0; padding: 12px 10px 8px 15px; font-size: 0.9em; line-height: 1.5em; width: auto; display: block; clear: both;}
.pdfhelp p {margin-left: 10px; margin-right: 15px}
.pdfhelp a:link, .pdfhelp a:visited { color: #000; }
.pdfhelp h4 {font-size:1em;margin: 0; padding: 2px 0 0 30px;background: 0 0 url(/internet/main/publishing.nsf/AttachmentsByTitle/info.gif/$FILE/info.gif) no-repeat; height:26px}
.pdfhelp img { border: 0px none ; margin: 0px 15px 8px 0px; float: left; }
/* Temporary until all site recache due to path to /wcms error */
.pdfhelp img {display: none}
div.pdfhelp div { margin: -10px 0 0 0; padding: 0}