/* CSS Document */


#page_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	}


#page_content h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: xx-large;
	color: #003399;
	margin-top: 0;
	z-index: 20;
	}

#page_content h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: medium;
	color: #003399;
	margin-top: -20px;
	margin-bottom: 8px;
	text-align: center;
	}
	
#main_nav ul {
	margin-left: 0; padding-left: 18px; 
	list-style-image: url(/heritage/museum/avro/art/air-force-logo.jpg);	
	width: 150px;
	font-size: 0.9em;
	}
	
#main_nav li {
	padding-left: 4px;
	padding-bottom: 4px;
	}
	
.label {
	background-color: #fff;
	border: 1px solid #E8E8E8;
	}
	
#intro {
	margin: 10px 10px 10px 200px;
	padding: 8px;
	border: 1px solid #FFCC99;
	width: 300px;
	}	
	
#intro ul {
	list-style-type: disc; color: #FFCC99;
	margin-bottom: 10px !important; margin-bottom: 0;
	}

#intro li {	
	padding-bottom: 6px;
	}

/* slideshow */

.slideshow {
	position: relative;
	height: 480px;
	width:  100%;
 	}

.thumbnail img {
	border: 1px solid #003399;
	margin: 0 5px 5px 0;
	}

.thumbnail:hover {
	background-color: transparent;
	}

.thumbnail:hover img {
	border: 1px solid #FFCC99;
	}

.thumbnail span { 
	position: absolute;
	background: url(art/folder-bkg.jpg) #ffffe0;
	background-repeat: no-repeat;
	font-family: "Courier New", Courier, monospace;
	height: 393px;
	padding: 30px 7px 0 10px;
	left: -1000px;
	visibility: hidden;
	color: black;
	text-decoration: none;
	font-size: 90%;
	}

.thumbnail span img { 
	border-width: 0;
	padding: 2px;
	}

.thumbnail:hover span { 
	visibility: visible;
	top: 75px;
	left: 170px; 
	z-index: 50;
	}

