@charset "UTF-8";
/* CSS Document */

html{
	background-color: #C03;
}

body{
	color: #C03;
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
}	

html,body,div,h1,h2,h3,h4,p,ul,li{
	margin: 0;
	padding: 0;
}

/* SPLASH PAGE CSS */

#splashPage-container{
	background-color: #C03;
	width: 1000px;
	height: 600px;
	margin: 0px auto;
}

#splash-logo{
	padding-top: 100px;
	padding-bottom: 20px;
	padding-left: 219px; 
	padding-right: 219px;
}
	
#enter{
	padding-left: 245px;
}

#enter #enterNav li{
	display: block;
	list-style: none;
	overflow: hidden;
	margin-bottom: 5px;
}

#enterNav li a span{
	display: none;
}

#enter #enterNav .english{
	display: block;
	height: 23;
	width: 94; 
}

#enter #enterNav .english a{
	display: block;
	height: 23;
	width: 94;
	position: relative;
}

#enter #enterNav .french, #enter #enterNav .french a{
	display: block;
	height: 43;
	width: 115;
}

#enter #enterNav .chinese, #enter #enterNav .chinese a{
	display: block;
	height: 28;
	width: 106;
}

#enterNav li a:hover{
	display: block;
	background-image: url(../images/splash-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
}

/*

#enter #enterNav li{
	list-style: none;
	overflow: hidden;
	padding-bottom: 35px;
}

#enter #enterNav li a:link, #enter #enterNav li a:visited{
	display: block;
}

#enter #enterNav .english{
	background: url(../images/splash-enter-hover.png) 0 0 no-repeat;
	height: 23;
	width: 94;
}
#enter #enterNav .english a{
	background: url(../images/splash-enter-link.png) 0 0 no-repeat;
	height: 23;
	width: 94;
}

#enter #enterNav .french{
	background: url(../images/splash-entrez-hover.png) 0 0 no-repeat;
	height: 43;
	width: 115;
	padding-bottom: 50px;
}
#enter #enterNav .french a{
	background: url(../images/splash-entrez-link.png) 0 0 no-repeat;
	height: 43;
	width: 115;
}

#enter #enterNav .chinese{
	background: url(../images/splash-ch-link.png) 0 0 no-repeat;
	height: 28;
	width: 106;
	padding-bottom: 30px;
}
#enter #enterNav .chinese a{
	background: url(../images/splash-ch-hover.png) 0 0 no-repeat;
	height: 28;
	width: 106;
}


#enterNav li a span{
	display: none;
}

*/	