/**
* London Fire Risk Assessments
* Layout 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; 
	}
	
textarea {
	font-family:Arial, Helvetica, sans-serif;
}
	
body{
	font-size: 100.01%;
	color:#ccc;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#container{
	width:748px;
	padding:25px 10px 0 10px;
	margin:0 auto 0 auto;
	}
	
.clearfix{
	clear:both;
	}
	
	
/* ---------------------------------- */
/* TOPBAR STYLES	                  */   
/* ---------------------------------- */
#topbar{
	width:748px;
	float:left;
	text-align:center;
	padding:0 0 20px 0;
	}
	#topbar h1{
	color:#000;
	font-size:160%;
	}	
	#topbar h2{
	color:#f00;
	font-size:100%;
	font-style:italic;
	}
	
	
	
/* ---------------------------------- */
/* NAVIGATION STYLES                  */   
/* ---------------------------------- */
#navigation{
	width:738px;
	border:1px solid #000;
	padding:5px;
	float:left;
	}
	
	
#menu, #menu ul {
	list-style: none;
	width:738px;
	}
	#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;
	}
	#menu a:hover{
	color:#f00;
	text-decoration:underline;
	} 
	ul#menu li a.last{
	border-right:none;
	}
	#menu li ul {
	position: absolute;
	width: 11em;
	left: -999em;
	padding:10px 0 0 0;
	margin-top:-1px;
	background-color:#e9e9e9;
	border-top:5px solid #fff;
	}
	#menu li ul li{
	padding:0 0 10px 0;
	clear:left;
	width:11em;
	}
	#menu li ul li a{
	border-right:none;
	}
	#menu li:hover ul {
	left: auto;
	}
	#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
	}
	#menu li:hover, #menu li.hover {
    position: static;
	}	
	
	
	
	
/* ---------------------------------- */
/* HOMEPAGE CONTENT AREA STYLES       */   
/* ---------------------------------- */	
#content{
	float:left;
	width:748px;
	margin:20px 0 20px 0;
	}
	#content ul.links{
	list-style:none;
	}
	#content ul.links li{
	background-image:url(../images/bg-ul-links-a.gif);
	background-repeat:no-repeat;
	background-position:0 8px;
	padding:0 0 0 15px;
	}
	#content ul.links li a{
	color:#000;
	font-size:70%;
	text-decoration:none;
	}
	#content ul.links li a:hover{
	color:#f00;
	text-decoration:underline;
	}
	#content h2{
	font-size:100%;
	color:#ff0000;
	margin:0 0 .5em 0;
	font-weight:bold;
	}
	#content h3{
	font-size:100%;
	color:#000000;
	margin:0 0 .5em 0;
	font-weight:bold;
	}
	#content p{
	color:#000000;
	font-size:70%;
	margin:0 0 1em 0;
	}
	.red{
	color:#ff0000;
	font-size:70%;
	margin:0 0 1em 0;
	}
	#content a{
	color:#ff0000;
	text-decoration:none;
	}
	#content a:hover{
	color:#000000;
	text-decoration:underline;
	}
	
.three-cols{
	float:left;
	width:748px;
	border-top:1px solid #333;
	padding:20px 0 0 0;
	margin:0 0 20px 0;
	}
	.column{
	width:204px;
	float:left;
	}
	.column-middle{
	width:320px;
	float:left;
	padding:0 10px 0 10px;
	}
	
	
	
	
/* ---------------------------------- */
/* INTERNAL CONTENT AREA STYLES       */   
/* ---------------------------------- */	
#internal-content{
	float:left;
	width:668px;
	margin:20px 0 20px 0;
	padding:20px 60px 0 20px;
	border-top:1px solid #000;
	}
	#internal-content h2{
	font-size:100%;
	color:#f00;
	margin:0 0 .5em 0;
	font-weight:bold;
	}
	#internal-content h3{
	font-size:100%;
	color:#000;
	margin:0 0 .5em 0;
	font-weight:bold;
	}
	#internal-content p{
	color:#000;
	font-size:70%;
	margin:0 0 1.5em 0;
	}
	#internal-content p em{
	font-weight:bold;
	color:#f00;
	font-style:normal;
	}
	#internal-content a{
	color:#f00;
	text-decoration:none;
	}
	#internal-content a:hover{
	color:#000;
	text-decoration:underline;
	}
	#internal-content ul{
	list-style:outside;
	color:#333;
	margin:0 0 1.5em 20px;
	}	
	#internal-content ul li{
	font-size:70%;
	}
	#internal-content ul li ul{
	padding-left:20px;
	}
	#internal-content ul li ul li{
	font-size:100%;
	}
	#internal-content ol{
	color:#333;
	margin:0 0 1.5em 0;
	font-size:70%;
	padding:0 0 0 20px;
	}
	
	
	
	
/* ---------------------------------- */
/* FOOTER STYLES                      */   
/* ---------------------------------- */	
#footer{
	clear:both;
	border-top:1px solid #000;
	padding:10px 0 0 0;
	width:748px;
	}
	#footer a{
	color:#333;
	}
	#footer p{
	color:#000;
	font-size:70%;
	margin:0 0 1em 0;
	}
	#footer-left{
	float:left;
	width:374px;
	}
	#footer-right{
	float:left;
	width:344px;
	padding-left:30px	}
	
	#footer ul {
	list-style: none;
	float:left;
	margin:0;
	}
	
	#footer a {
	color:#000;
	text-decoration:none;
	padding:0 10px 0 10px;
	border-right:1px solid #f00;
	margin:0;
	}
	#footer a:hover{
	color:#f00;
	text-decoration:underline;
	} 
	#footer a.last{
	border:none;
	padding-right:0;
	}
	#footer img.w3c{
	border-top:5px soild #fff;
	}
	#footer p.logos{
	padding:0 0 0 125px;
	}

/* ---------------------------------- */
/* FORM STYLES                        */   
/* ---------------------------------- */
fieldset{
	border:1px solid #000;
	padding:40px;
	}
	label{
	width:8em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
	}
	.submit input{
	margin-left: 8.5em;
	}
	.textbox{
	width:400px;
	}
	.indent{
	padding-left: 8.5em;
	}
	.cb{
	margin:0 10px 10px 0;
	float:left;
	}

/* ---------------------------------- */
/* CAPCHA STYLES                        */   
/* ---------------------------------- */

#recaptcha_widget {
display:block;
margin-left:95px;
font-size:0.7em;
}

.recaptcha_only_if_image {
color:#000;
}

.captchahelp {

display:block;
width:165px;
float:right;
margin-top:-53px;
}

.captchahelp a{
color:#000 !important;
text-decoration:underline !important;
}

#recaptcha_image {
border:1px solid #000;
}

.sentform {
display:none;
}
