/**
  * general
  */
html {
	height: 100%;
	margin: 0;
	padding: 0;
	}
body {
	background-color: #000;
	color: #fff;
	font-size: 0.8em;
	font-family: Arial, Verdana, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 960px;
	min-height: 785px;
	}
a {
	color: #999;
	}

/**
  * vertical-push (for vertical centering)
  */  
#vertical-push {	
	float: left;
	height: 50%;
	margin-top: -392px;
	width: 100%;
	}
/**
  * main
  */
#main {
	background: url(../images/splash-page/main-background.jpeg) no-repeat top left;
	margin: 1em auto 0;
	width: 960px;
	height: 785px;
	text-align: left;
	overflow: auto;
	text-align: left;
	clear: both;
	position: relative;
	}

/**
  * header
  */
#header {
	height: 0;
	text-indent: -9999em;
	}

/**
  * content
  */
#content {
	}
#content .english.section, #content .french.section {
	position: absolute;
	}
#content .english.section {
	top: 235px;
	left: 132px;
	width: 204px;
	}
#content .french.section {
	width: 209px;
	top: 235px;
	left: 344px;
	}

/**
  * english and french section descriptions
  */
	#content .english.section .description, #content .french.section .description {
		font-size: 0.85em;
		line-height: 1.2em;
		}
	#content .english.section .description {
		color: #ffffcc;
		}
	#content .french.section .description {
		color: #fdf7db;
		}
/**
  * english and french section menus
  */
	#content .english.section .menu, #content .french.section .menu {
		margin-bottom: 9px;
		}
	#content .english.section .menu p, #content .french.section .menu p {
		color: #cccc99;
		font-size: 1.1em;
		font-family: Georgia, serif;
		font-style: italic;
		float: left;
		}
	#content .english.section .menu p {
		margin-right: 7px;
		}
	#content .french.section .menu p {
		margin-right: 11px;
		}
	#content .english.section .menu ul, #content .french.section .menu ul, #content .english.section .menu li, #content .french.section .menu li {
		float: left;
		}
	#content .english.section .menu li, #content .french.section .menu li {
		color: #999966;
		margin-right: 5px;
		}
	#content .english.section .menu a, #content .french.section .menu a {
		color: #ff6600;
		font-size: 1.1em;
		text-transform: uppercase;
		font-weight: bold;
		font-family: Georgia, serif;
		margin-right: 5px;
		}
	#content .flashInfo {
		font-size: 0.8em;
		line-height: 13px;
		margin: 10px 0 0 0;
	}	
	
	#content .flashInfo a {
		color: #ccc;
	}
/**
  * exhibit menu
  */
#exhibit.menu {
	position: absolute;
	top: 538px;
	left: 164px;
	}
#exhibit.menu a {
	display: block;
	text-indent: -9999em;
	}
#exhibit.menu .english a {
	width: 110px;
	height: 17px;
	}
#exhibit.menu .french a {
	width: 110px;
	height: 25px;
	margin-left: 1px;
	}
#exhibit.menu .english a:hover {
	background: transparent url(../images/splash-page/exhibit-english-link-mouse-over.jpeg) no-repeat scroll 3px 1px;
	}
#exhibit.menu .french a:hover {
	background: transparent url(../images/splash-page/exhibit-links-mouse-over.jpeg) no-repeat scroll 0 -16px;
	}
#content .fancy-exhibit-menu {
	width: 121px;
	height: 95px;
	top: 491px;
	left: 158px;
	background: transparent url(../images/splash-page/exhibit-tag-sprite.jpg) no-repeat top right;
	}
.fancy-exhibit-menu ul {
	padding: 47px 0 0 6px;
	}

/**
  * online-curriculum section
  */
#online-curriculum.section {
	position: absolute;
	top: 513px;
	left: 592px;
	}
#online-curriculum .menu p {
	text-indent: -9999em;
	height: 0;
	}
#online-curriculum .menu li {
	float: left;
	text-indent: -9999em;
	}
#online-curriculum .menu a {
	color: #fff;
	display: block;
	text-indent: -9999em;
	}
#online-curriculum .menu .flash a {
	width: 38px;
	height: 13px;
	}
#online-curriculum .english .flash a:hover {
	background: transparent url(../images/splash-page/online-curriculum-links-mouse-over.jpeg) -1px -1px;
	}
#online-curriculum .english .html a:hover {
	background: transparent url(../images/splash-page/online-curriculum-links-mouse-over.jpeg) 37px -1px;
	}
#online-curriculum .french .flash a:hover {
	background: transparent url(../images/splash-page/online-curriculum-links-mouse-over.jpeg) -3px 12px;
	}
#online-curriculum .french .html a:hover {
	background: transparent url(../images/splash-page/online-curriculum-links-mouse-over.jpeg) repeat scroll 35px 12px
	}
#online-curriculum .menu .html a {
	margin-left: 8px;
	width: 35px;
	height: 13px;
	}
#online-curriculum .french {
	padding-top: 36px;
	padding-left: 2px;
	}
#content .fancy-curriculum-menu {
	width: 104px;
	height: 73px;
	top: 473px;
	left: 502px;
	background: #ccc url(../images/splash-page/online-curriculum-sprite.jpg) no-repeat top left;
	padding: 40px 0 0 90px;
	}

/**
  * footer
  */
#footer {
	position: absolute;
	top: 663px;
	left: 42px;
	width: 830px;
	font-size: 0.85em;
	color: #666666;
	}
#footer p {
	line-height: 1.2em;
	}
#crisis-line {
	margin-bottom: 1.5em;
	}
#crisis-line strong {
	font-weight: bold;
	color: #999999;
	font-size: 1.2em;
	}
#copyright {
	margin-top: 1.5em;
	}