/* Design and CSS: www.boilerroomdigital.co.uk */

/*Padding and margin reset*/
	html, body, p, ul, li, ol, dl, dt, dd, h1, h2, h3, h4, h5, h6, blockquote, address, form, fieldset, img{
		margin: 0;
		padding: 0;
		font-size: 1em;
		list-style: none;
		font-style: normal;
		border: 0;
	}

	a{
		text-decoration: none;
		color: #00f;
	}
	
	a:hover{
		text-decoration: underline;
	}
	
	abbr{
		border: none;
	}
	
/*Layout*/
	body{
		font-family: Helvetica, Arial, sans-serif;
		color: #333;
		font-size:80%;
		min-height: 100%;
		min-width: 960px;
	}
	
	#wrapper{
		width:960px;
		margin:0 auto;
	}
	
	#sub {
		float:left;
		width:204px;
		padding-left: 10px;
		padding-bottom: 30px;
	}
	
	.clearer{
		height:1px;
		clear:both;
	}
	
	#main{
		width:700px;
		margin:14px 10px 0 0;
		padding:10px;
		float: right;
	}
	
	#supp{
		width:123px;
		padding-left:16px;
		margin-top:6em;
	}
		
/* Header */
	#branding{
		position:relative;
		font-family: "Times New Roman", Times, serif;
	}
	
	#sub #branding h1{
		font-size: 3.2em;
		font-weight: normal;
		text-transform: none;
		line-height: 1;
		margin-top: 18px;
		min-height: 94px;
	}
	
/* Content */
	#content h1{
		font: normal 3em "Times New Roman", Times, serif;
		position:relative;
		padding-top:12px;
		padding-bottom:0;
		margin-bottom:.25em;
		line-height: 1.2em;
	}
	
	#content p, #content #main ul, #content ol{
		margin-bottom:1em;
	}
	
	#content h2{
		font-size: 1.5em;
		font-weight:normal;
		color:#333;
		margin-bottom:.25em;
	}
	
	#content h3{
		font-size:1.2em;
		margin:.25em 0 .25em;
		font-weight:bold;
	}
	
	#content h4{
		font-size:1em;
		margin-bottom:1em;
		font-weight: bold;
	}

	#content #main ul, #main ul li{
		list-style-type: square;
	}
	
	#content #main ol, #main ol li{
		list-style-type: decimal;
	}
	
	#content #main ol, #content #main ul{
		padding-left:3em;
	}
	
	#content, #supp{
		line-height: 1.35;
	}
	
	#content #main a{
		text-decoration: underline;
	}
	
	#content #main a:hover{
		color:#f00;
	}
	
/* LH Navigation */
	#sub {
		font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
		text-transform: uppercase;
		font-weight: lighter;
	}
	
	#bbt_menu1{
		margin:10px 4px;
		font-size:1.3em;
	}
	
	#bbt_menu1 li{
		display: block;
		line-height: 1.3;
		padding:4px 0 4px 0;
		font-weight: bold;
	}
	
	#bbt_menu1 a{
		display: block;
		font-weight: normal;
	}
	
	/*L2 and L3 nav*/
	#bbt_menu2 li{
		font-size:.9em;
		line-height: 1.3;
		padding:3px 8px;
	}
	
	#bbt_menu2 a{
		display: block;
	}
	
	#bbt_menu2{
		padding-left:10px;
	}
	
	#content #main #bbt_menu3{
		margin-left:0;
		padding-left:0;
	}
	
	#content #bbt_menu3 li{
		display:inline;
		padding-right: 10px;
	}
	
	#bbt_menu3{
		padding:1em 0 0;
		border-top: 1px solid #ddd;
		margin-top: 2em;
	}
	
/* Footer */
	#bbt_footer{
		clear: both;
		margin: 0;
		font-size:.9em;
		overflow: visible;
		padding-top: 41px;
		min-height: 121px;
	}
	
	#bbt_footer a{
		color:#555;
	}
	
	#bbt_footer .inner{
		width: 960px;
		margin: 0 auto;
		position: relative;
	}
	
#bbt_footer .one,
#bbt_footer .two,
#bbt_footer .three,
#bbt_footer .four{
	float: left;
}

#bbt_footer .one{
	padding:0  73px;
}

#bbt_footer img{
	margin-top: -59px;
}


#bbt_footer .two{
	width: 317px;
	margin-left: 15px;
	font-size: 18px;
	font-style: italic;
	font-family: "Times New Roman", Times, Serif;
}

#bbt_footer .three,
#bbt_footer .four{
	padding-left: 10px;
	width: 175px;
	line-height: 1.4;
}

#bbt_footer .credit{
	clear: both;
	padding-left: 776px;
	width: 216px;
	font-size: .9em;
	position: relative;
	top: -1em;
}
	
/*Make footer stick*/
	html
	{
	min-height: 100%;
	}
	
	body
	{
	min-height: 100%;
	}
	
	#wrapper
	{
	position: relative;
	min-height: 100%;
	}
	
	#content
	{
	padding-bottom: 161px;
	overflow: hidden;
	}
	
	#bbt_footer
	{
	position: relative;
	margin-top: -162px;
	}