/**
* London Fire Risk Assessments
* Print CSS				
*
* CSS developed by Bloom Media Ltd. | www.bloommedia.co.uk
* Contributors: Stuart Bamforth
*/



/* ---------------------------------- */
/* DEFAULT STYLES                     */   
/* ---------------------------------- */
html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	}
	

	
body{
	font-size: 100.01%;
	color:#ccc;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#container{
	width:100%;
	padding:25px 10px 0 10px;
	margin:0 auto 0 auto;
	max-width:748px;
	}
	
.clearfix{
	clear:both;
	}
	
	
/* ---------------------------------- */
/* TOPBAR STYLES	                  */   
/* ---------------------------------- */
#topbar{
	width:100%;
	max-width:748px;
	}
	
	
	
/* ---------------------------------- */
/* NAVIGATION STYLES                  */   
/* ---------------------------------- */
#navigation{
	display:none;
	}
	
	
#menu, #menu ul {
	list-style: circle;
		width:100%;
	max-width:748px;
	}
	#menu li{
	margin:0;
	padding:0;
	float: left;
	}
	#menu a {
	display: block;
	color:#000;
	text-decoration:none;
	font-size:70%;
	padding:0 16px 0 16px;
	border-right:1px solid #f00;
	margin:0;
	}
	
	
	
/* ---------------------------------- */
/* MAIN CONTENT AREA STYLES           */   
/* ---------------------------------- */	
#content{
	width:100%;
	max-width:748px;
	}
	
	
.three-cols{
	width:100%;
	max-width:748px;
	}
	.column img.fireman{
	
	}
	.column-middle{
	width:33%;
	}
	.column{
	width:30%;
	}
/* ---------------------------------- */
/* INTERNAL CONTENT AREA STYLES       */   
/* ---------------------------------- */	
#internal-content{
		width:100%;
	max-width:748px;
	}	
	
	
/* ---------------------------------- */
/* FOOTER STYLES                      */   
/* ---------------------------------- */	
#footer{
	
	}
	#footer-right {
	display:none;
	}
	
ul {
list-style:disc !important;
margin-left:15px !important;
}

ul li {
padding-left:0px !important;
}
