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

* {
   padding:0;
   margin:0;
	}

h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 1em;
	}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}
	
/* == Typography== */

p {
	line-height: 140%;
	}
	
h1, h2 {
	margin: 0;
	font-size: 20px;
	font-weight: normal;
	color: #143768;
	}
	
	h1 a, h2 a { 
		text-decoration: none;
		color: #143768;
		} 
		
		h1 a:hover, h2 a:hover { 
		text-decoration: underline;
		} 
	
h1.home-title {
	display: block;
	width: 710px;
	height: 75px;
	font-size: 0;
	text-indent: -2500px;
	background: url(../img/title-home.gif) no-repeat;
	}
	
	h1.home-title-fr {
	display: block;
	width: 710px;
	height: 75px;
	font-size: 0;
	text-indent: -2500px;
	background: url(../img/title-home-fr.gif) no-repeat;
	}
	
	
img {
	border: none;
	}
	
li {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	}
	
	#content li {
		list-style: disc;
		margin-left: 15px;
		}
	
	
	
/* == Layout == */
	
#skip {
	display: none;
	}
	
#splitter {
	margin: 0 auto;
	width: 650px;
	height: 416px;
	background: url(../img/background-splitter.jpg) no-repeat;
	}
	
	#splitter ul {
		padding-top: 211px;
		}
	
	a#enter {
		display: block;
		width: 240px;
		height: 75px;
		background: url(../img/splitter-btns.gif) top left no-repeat;
		text-decoration: none;
		text-indent: -9999px;
		border: none;
		}
		
		a#enter:hover {
			background: url(../img/splitter-btns-on.gif) top left no-repeat;
			}
		
	a#entrez {
		display: block;
		width: 240px;
		height: 75px;
		background: url(../img/splitter-btns.gif) bottom left no-repeat;
		text-decoration: none;
		text-indent: -9999px;
		border: none;
		}
		
		a#entrez:hover {
			background: url(../img/splitter-btns-on.gif) bottom left no-repeat;
			}
			
#splitter-footer {
	margin: 0 auto;
	}

#wrapper {
	width: 900px;
	}
	
#text-size {
	font-size: 12px;
	}
	
	#text-size span {
		float: right;
		display: block;
		min-width: 100px;
		background: #78e1ff;
		padding: 7px 5px;
		}
		
		#text-size span a {
			text-decoration: none;
			color: #000000;
			}
			
	
#content-column {
	float: right;
	width: 710px;
	}
	
	#header {
		width: 710px;
		}
		
	#content {
		background: #fcf6e8 url(../img/background-second-level.jpg) top right no-repeat;
		padding: 26px 120px 10px 54px;
		height: expression('350px'); 
		min-height: 350px;
		}
		
		#home #content {
			background:  #fcf6e8;
			}
	
#nav-column {
	float: left;
	width: 190px;
	font-size: 12px;
	font-weight: bold;
	}
	
	#nav-column a {
		color: #000000;
		}
	
	#nav a:hover {
		color: #143768;
		}
	
	ul#menu {
		margin: 0;
		padding: 0;
		background: #e5ebf0;
		}
		
		#menu li {
			margin: 0;
			padding: 0;
			}
			
			#menu li a {
				display: block;
				width: 170px;
				margin: 0;
				padding: 5px 2px 5px 18px;
				text-decoration: none;
				}
				
				#menu li a:hover {
					background: #f5f7f9;
					}
					
	#ontario {
		text-align: center;
		font-size: 10px;
		}	
		
		#ontario a {
			color: #000000;
			}
		
			#ontario a:hover {
				color: #143768;
				}
	

	
#footer {
	padding: 0 10px;
	margin-top: 50px;
	text-align: center;
	font-size: 10px;
	}
	
	#footer a {
		color: #000000;
		}
		
			#footer a:hover {
				color: #143768;
				}
	

