@charset "utf-8";
/* CSS Document by JF Godin */

/* =GLOBAL STYLES
--------------------------------------*/
body {
	background:#fff;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:#000;
	}
	
p {
	font-size:115%;
	line-height:1.3;
	margin:0;
	padding:5px 0;
	}
	
h1 {
	font-family:'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:italic;
	margin:0;
	}
	
h2, h3, h4 {
	font-family:'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	margin:5px 0 0 0;
	}
	
h1 { font-size:250%; }
h2 { font-size:200%; }
h3 { font-size:160%; }
h4 { font-size:140%; }

img {
	border:none;
	}
	
/* =NAV STYLES
--------------------------------------*/
#nav {
	display:none;
	}
	
/* =CONTENT STYLES
--------------------------------------*/
#content {}
	
#content #logo {
	width:272px;
	height:48px;
	}
	
#content #logo span.colour {display:none;}
#content #logo span.print {
	padding-bottom:50px;
	display:block;
	height:200px;
	}

/* accordion styles */	
.toggler {
	display:none;
	}
.toggler:hover {
	background:url(../images/arrow_down.png) no-repeat 0 9px;
	}

.element {
	padding:0 5px 0 15px;
	}
/* end accordion styles */
	
/* =TOOLBOX STYLES
--------------------------------------*/
#toolboxcontainer {
	display:none;
	}
	
#toolsmenu {
	display:none;
	}	
	
/* =FOOTER STYLES
--------------------------------------*/
#footer {
	display:none;
	}
