/*
Copyright © 2006 Canadian Heritage Information Network

Virtual Museum of Canada fontDeclarations 1.0

Last Updated: Mar 24, 2006.

This Stylesheet is used for the formatting of the pages.

*/

img {
	border: none;
}


/* temp for power outage  */


#powerOutage {
	position: relative;

	display:block;
	color:#FFFFFF;
	background-color:#000000;
	width:800px;
	padding: 5px;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	z-index: 100;

}



body {
	margin: 0;
	background-color: #666666;	
}

.containingTable {
	width: 800px;
	height:100%;
	border-collapse: collapse;
}

/* Styles for the header */

.header {
	vertical-align: top;
	height: 80px;
	border-bottom: #FFFFFF solid 1px;
	
}

#topImagesNav {
	position:absolute;
	width:800px;
	z-index:10;
	padding-left:5px;
	padding-top:5px;
	padding-left:10px;
}

#VMCLogo {
 	position:absolute;
 	width:120px;
 	height:36px;
 	left: 550px;
 	/* top: 2px; */
 	top: 26px;
 }
 
 #theHeaderGraphic {
 	position:relative;
 	width:500px;
 	top: 34px;
 	/*top: 57px;*/
	z-index:9;
}

/* End of Styles for the header */




.contentVMC {

	vertical-align: top;
	width: 608px;
	border-right: #FFFFFF solid 1px;	
	
}

.contentWhiteBG {
	vertical-align: top;
	width: 608px;
	background-color: #FFFFFF;
}

#contentMargin {
	position: relative;
	margin: 10px;
}

.nav {

	vertical-align: top;
	width: 192px;
}

#leftNavButtons {
	position: relative;
	padding-top: 10px;
	left: -1px;
}

#searchBoxContainer {
	position: relative;
	top: 10px;
	border-top: #FFFFFF solid 1px;	
	border-bottom: #FFFFFF solid 1px;

			
}

#searchImage {
	position: relative;
	left: 10px;
	padding-bottom: 2px;
}

#searchButton {
	position: relative;
	top: 2px;
	left: 10px;
}

#sponImage {
	position: relative;
	top: 15px;
}


#theNavRadioSub {
	position:relative;
	left: 20px;
	
}

#theNavRadioSubFr {
	position:relative;
	left: 20px;
	
}

.searchForm {
	margin-top: 0px;
	margin-bottom: 5px;
}

.footer {
	
	width: 608px;
	border-right: #FFFFFF solid 1px;	
	padding: 10px;

}

#theCopyRight {
	position:relative;
	bottom: 0px;
	left:20px;
	width: 608px;
	height:45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: bottom;
	color: #FFFFFF;	
}

