/* PRINT STYLES ############################## */

/* LAYOUT ############################## */

body {
	background-color:#FFFFFF;
	color: #000000;
	margin: 10px; 
	padding: 0;
	}
	
#header-print {
	}
	
/* Leave these to default styling */
#container { }
#content { }
#body-container {	}
#body-text {} /* Just text - hook for slide javascript */
#footer {	}

/* These not required on print */
#header, 
#main-images, 
#section-menu, 
#direct-links, 	
#menu, 
#clearer, 
p#topLink, 
p.sitelinks, 
#direct-links, 
.skipLink 
{visibility:hidden; display:none; margin:0; padding:0; height:0;}


/* FONTS ############################## */	

body {
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: small;
	}

h1, h2, h3 {
	background-color: transparent;
	color: #0F305E;
	}

h1 {
	font-size: 150%;
	}

h2 {
	font-size: 120%;
	padding-bottom: 3px;
	border-bottom: 2px dotted #666666;
	}

h3, h4 {
	font-size: 100%;
	margin-bottom: -1em;
	}


/* special paragraphs ######################## */

p#printAddress { } /* not hidden */

p#crumb {
	font-family: arial, helvetica, sans-serif;
	font-size: 85%;
	color:#666666;
	}
	
#footer p {
	}


/*  SLIDESHOW ############################## */

ul#slidelist {visibility:hidden; display:none; margin:0; padding:0; height:0;}

div.slide {
	padding: 0;
	margin: 0;
	visibility:visible;
	display:block;
	}

div.slide img {
	padding-bottom: 10px;
	}
	
#slide1,
#slide2, 
#slide3 {visibility:visible; display:block;}

	

/* Sitemap styling */

#sitemap {
	margin-top: 30px;
	margin-left: 10px;
	}

#sitemap ul {
	list-style-type: square;
	color: #284977;
	}

#sitemap ul li {
	font-weight: bold;
	margin:0;
	padding: 0;
	margin-top: 10px;
	}

#sitemap ul ul li {
	font-weight: normal;
	margin:0;
	padding: 0;
	}

#sitemap ul ul ul li {
	font-weight: normal;
	margin:0;
	padding: 0;
	}
	
#sitemap ul ul ul li {
	font-weight: normal;
	margin:0 10px;
	padding: 0;
	margin-top: 0px;
	}
	

/* ACCESSIBILITY CONVERSIONS ###################### */
em {	font-style: italic;	}
strong {	font-weight: bold;	}