/* Biffa Waste Services Style Sheet - Last Updated by Simon Del Giudice @ Switch on 12-10-07
*************************************************************************************/

/*Global Styles*
*************************************************************************************/
*, span, form { 
	margin: 0;
	padding: 0;
	}

body {
	margin: 0 auto 0 auto;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background: #F5F5F5;
	/*background: white url(../images/background.jpg) repeat-x;*/
	}
p {
	font-size: 12px;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #5C5C5C;
	padding: 0;
	margin: 0 0 15px 0;
}	

h1 {
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #7C7C7C;
	padding: 0;
	margin: 0 0 5px 0;
}

h2 {
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #980A0A;
	padding: 0;
	margin: 0 0 5px 0;
}

h3 {
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #bb1b1b;
	padding: 0;
	margin: 0 0 5px 0;
}
h4 {
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bb1b1b;
	padding: 0;
	margin: 0 0 5px 0;
}

a {
	color: #BB1B1B;
	font-weight: normal;
	text-decoration: none;
}
	a:hover {
		color: #EE3124;
		font-weight: normal;
		text-decoration: none;
	}


/*Layout Styles*
*************************************************************************************/
#container {
	margin: 0 auto 0 auto;
	width: 920px;
	text-align: left;
	vertical-align: top;
	padding: 0 0 10px 0;
	background: white;
}

#header {
	height: 123px;
	background: white;
	padding: 0 20px 0 20px;
}
	#headerleft {
		float: left;
		height: 103px;
		width: 50%;
		/*background: blue;*/
		padding: 20px 0 0 0;
	}
	#headerright {
		float: right;
		text-align: right;
		height: 123px;
		width: 50%;		
		/*background: pink;*/
	}
	#headerright p{
		text-align: right;
	}

	#topshareprice {
		float: right;
		margin: 0 0 21px 0;
		padding: 5px 5px 5px 10px;
		color: white;
		height: 20px;
		text-align: left;
		vertical-align: top; 
		background: #7C7C7C url(/biff/images/bgs/g_topsharecurve.gif) no-repeat bottom left;
	}
		#topshareprice p {
			color: white;
		}
		
#maincontentarea {
	background: white;
	}
	
	#mainleftarea {
		float: left;
		padding: 0 0 0 20px;
		width: 205px;
		min-height: 100px;
		background: white;
	}
		#mainleftarea ul {
			margin: 0 0 20px;
		}
		#mainleftarea li {
			border-bottom: 1px dotted #7B7B7B;
			color: #7B7B7B;
			padding: 3px;
			margin: 0 10px 0 30px;
			list-style-type: square;
			}
		#mainleftarea li a {
			font-size: 11px;
			text-align: left;
			font-weight: normal;
			padding: 3px 0 0 0;
			color: #7B7B7B;
			text-decoration: none;
			display: block;	
			overflow: hidden;
			background-position: center top;
			}			
		#mainleftarea li a:hover { color: #EE3124;}
		#mainleftarea li a.active, #mainleftarea li a.active:hover { font-weight: bold; color: #EE3124;}

	
	#mainrightarea {
		float: right;
		padding: 0 20px 0 20px;
		width: 655px;
		background: url(/biff/images/bgs/g_mainfeatureback02.gif) repeat-y top left;
		border-bottom: 8px solid white;
	}
	#mainrightarea a {
		color: white;
		text-decoration: none;
	}
	#mainrightarea a:hover {
		color: #FEBA01;
		text-decoration: none;
		}
	
	#mainrightarea h1 {
		color: white;
		font-size: 12px;
		letter-spacing: -1px;
		font-weight: bold;
		margin: 0 0 10px 0;
	}	

#navtrail {
	margin: 0 0 5px 0;
}


		
/*Home Red Main Link Styles*
*************************************************************************************/

/*First Red Box
********************************/
#firstmainfeature {
	float: left;
	margin: 0 8px 0 0;
	padding: 5px 10px 10px 10px;
	color: white;
	width: 193px;
	background: #EE3124 url(/biff/images/bgs/g_mainfeatureback01.gif) no-repeat top left;
}
	#firstmainfeature ul {
	clear: left;
	margin: 0;
	}
	
	#firstmainfeature li {
		padding: 0;
		margin: 0 0 0 15px;
		color: white;
		list-style-type: square;
	}	
	#firstmainfeature01 {
		float: left;
	}
	#firstmainfeature02 {
		width: 21px;
		height: 21px;
		float: right;
	}
	
/*Second Red Box
********************************/
#secondmainfeature {
	float: left;
	margin: 0 8px 0 0;
	padding: 5px 10px 10px 10px;
	color: white;
	width: 193px;
	background: #EE3124 url(/biff/images/bgs/g_mainfeatureback01.gif) no-repeat top left;
}
	#secondmainfeature ul {
	clear: left;
	margin: 0;
	}
	
	#secondmainfeature li {
		padding: 0;
		margin: 0 0 0 15px;
		color: white;
		list-style-type: square;
	}	
	#secondmainfeature01 {
		float: left;
	}
	#secondmainfeature02 {
		width: 21px;
		height: 21px;
		float: right;
	}
	
/*Third Red Box
********************************/						
#thirdmainfeature {
	float: left;
	padding: 5px 10px 10px 10px;
	color: white;
	width: 193px;
	background: #EE3124 url(/biff/images/bgs/g_mainfeatureback01.gif) no-repeat top left;
}
	#thirdmainfeature ul {
		clear: left;
		margin: 0;
	}
	#thirdmainfeature li {
		padding: 0;
		margin: 0 0 0 15px;
		color: white;
		list-style-type: square;
	}
	#thirdmainfeature01 {
		float: left;
	}
	#thirdmainfeature02 {
		width: 21px;
		height: 21px;
		float: right;
	}			

#homemidsection {
	float: left;
	padding: 0 20px 0 20px;
	width: 655px;
	background: white;
}

	#homefeatures {
		float: right;
		width: 213px;
		background: white;
	}
	#homefeatures h2 {
		color: #980A0A;
		font-size: 18px !important;
		font-weight: normal !important;
		border-bottom: 1px dotted #980A0A;
		margin: 10px 0 10px 0;
	}
	
#homewelcome {
	float: left;
	width: 426px;
	background: white;
	margin: 0 8px 20px 0; 
}
	#homewelcome h1 {
		color: #7B7B7B;
		font-size: 18px !important;
		font-weight: normal !important;
		margin: 10px 0 10px 0;
	}

span.redtxt  {
	color: #980A0A;
	font-weight: bold;
}

#homewelcome2 {
	float: left;
	width: 434px;
	min-height: 60px;
	margin: 0 0 20px 0; 
	background: #CCCFD6 url(../images/home/g_welcome01.gif) no-repeat top left; 
}
	#homewelcome2 h1 {
		color: #7B7B7B;
		font-size: 18px !important;
		font-weight: normal !important;
		margin: 10px 0 10px 0;
	}

#homewelcome2right {
	float: right;
	width: 193px;
	text-align: left;
	vertical-align: middle;
	padding: 10px;
}
	#homewelcome2right a{
		color: #5C5C5C;
		font-weight: normal !important;
		text-decoration: none;
	}

	#homewelcome2right ul {
		margin:0 0 3px 0;
		padding: 0 0 0 18px;
		color: #5C5C5C;
		list-style: url(../images/home/g_greybullet01.gif);
		}
	#homewelcome2right li {
		padding: 0 0 10px 0;
		}

#homewelcome2left {
	float: left;
	width: 193px;
	text-align: left;
	vertical-align: middle;
	border-right: 1px dotted white;
	padding: 10px;
}

#sitesearch {
	width: 195px;
	padding: 10px 0 10px 10px;
	height: 23px;
	color: white;
	background:  url(/biff/images/bgs/g_searchback01.gif) no-repeat top left;
}
	#sitesearch p{
		color: white;
	}

/*Footer Styles*
*************************************************************************************/
#footer {
	clear: both;
	margin: 20px 0 0 20px;
	padding: 5px 20px 0 20px;
	width: 840px;
	height: 25px;
	background: #EE3124 url(/biff/images/bgs/g_footerback.gif) no-repeat bottom right;
}
	#footer a{
		color: white;
		text-decoration: none;
	}
	#footer a:hover, #footer a.active {	
		color: #FEBA01;
		text-decoration: none;
	}
	
	#footerleft {
		float: left;
		color: white;
	}
	#footerright {
		float: right;
		color: white;		
		
	}	

#registered_office {
	clear: both;
	text-align: right;
	margin: 8px 0 0 20px;
	padding: 0;
	width: 880px;
	color: #5C5C5C;
	font-size: 10px;

}

#compliancy_logos {
	text-align: right;
	margin: 8px 20px 0 0;
}


/*Central Second Level Sub Navigation*
*************************************************************************************/



#level2_subnav {
	clear: both;
	width: 642px;
	min-height: 60px;
	background: #EE3327;
	color: white;
	padding: 3px 3px 0 10px;
}

#level2_subnav a.active{
	color: #FFBA00 !important;
}

	#level3_col01 {
		float: left;
		margin: 0 20px 0 0;
	}
	#level3_col02 {
		float: left;
		margin: 0 20px 0 0;		
	}
	#level3_col03 {
		float: left;
		margin: 0 20px 0 0;	
	}	
	#level3_col04 {
		float: left;
	}

	#level2_subnav ul {
		margin: 0;
		padding: 0;
	}

	#level2_subnav li {
		list-style-type: square;
		padding: 0;
		margin: 0 0 0 15px;
		color: white;
	}



/*Rightside Third Level Sub Navigation*
*************************************************************************************/
#servicerelevant {
	float: right;
	width: 193px;
	color: white;
	padding: 10px;
	background: white url(/biff/images/bgs/g_3rdnav_titleback.gif) no-repeat top left;
}

	#servicerelevant h2 {
		font-size: 14px;
		font-weight: bold;
		padding: 0 !important;
		margin: 0 0 20px 0;
		color: white;
	}

	#servicerelevant ul {
		clear: left;
		margin: 0;
	}
	
	#servicerelevant li {
		padding: 1px 0 1px 0;
		display: block;
		margin: 0 0 0 15px !important;
		color: #980A0A;
		list-style-type: square;
		border-bottom: 1px dotted #980A0A;
	}		

	#servicerelevant li a{
		font-weight: normal;
		color: #980A0A;
	}
		#servicerelevant li a:hover, #servicerelevant li a.active{
			display: block;
			background: #E5C3A8;
		}

/* Content Highlights / PDF Download Styles
******************************************************/

/*Added Value Highlight Style
********************************/		
#highlight {
	width: 100%;
	min-height: 35px;
	padding: 8px;
	margin: 0 0 10px 0;
	color: white;
	background: #980A0A url(/biff/images/bgs/g_highlight.gif) no-repeat top left;
}
	#highlight p{
		color: white;
	}
	
	#highlight li {
		padding: 1px 0 1px 0 !important;
		display: block !important;
		margin: 0 0 0 15px !important;
		color: white !important;
		list-style-type: square !important;
		border-bottom: 1px dotted #980A0A !important;
	}
	
/*PDF Link Styles
********************************/		
#pdf_greyback {
	width: 100%;
	padding: 10px 10px 5px 10px;
	margin: 0 0 10px 0;
	color: white;
	min-height: 20px;
	background: #7C7C7C url(/biff/images/bgs/g_grey_pdf_back.gif) no-repeat top left;
}
	#pdf_left {
		float: left;
		text-align: left;
	}
	
	#pdf_right {
		float: right;
		text-align: right;
	}
#pdf_greyback p, #pdf_greyback a, #pdf_greyback img {
	color: white !important;
	font-weight: bold !important;
	padding: 0 !important;
	margin: 0 !important;
}

#pdf_greenback {
	width: 100%;
	padding: 10px 10px 5px 10px;
	margin: 0 0 10px 0;
	color: white;
	min-height: 20px;
	background: #479A48 url(/biff/images/bgs/g_green_pdf_back.gif) no-repeat top left;
}

#pdf_greenback p, #pdf_greenback a, #pdf_greenback img {
	color: white !important;
	font-weight: bold !important;
	padding: 0 !important;
	margin: 0 !important;
}

/*Call To Action Styles
********************************/		

#call_to_action, #call_to_action p {
	font-size: 12px;
	color: #980A0A;
}

	span.phonenumber {
		font-size: 19px;
		font-weight: bold;
		color: #980A0A;
	}
	
#call_to_action_green, #call_to_action_green p {
	font-size: 12px;
	color: #479A48;
}

	span.phonenumbergreen {
		font-size: 19px;
		font-weight: bold;
		color: #479A48;
	}	
	
	
	
	




