@charset "utf-8";
/* CSS Document */
html, body{
	font-family:  Arial, Trebuchet MS, Verdana, Myriad Pro, sans-serif;
	font-size: 8pt;
	margin: 0;
	padding: 0;
	height: 100%;
}

a{
	color: #009247;
	text-decoration: none;
	font-weight: bold;
}

	a:hover{
		text-decoration: underline;
	}


hr{
	color: #0099cc;
	border-style: solid;
	border-color:#d2eaf6;
}

a img{
	border: 0;
}

.spacer{
	width: 100%;
}

#wrapper {
	min-height: 100%;
	min-width: 970px;
	height: auto !important;
	height: 100%;
	width: 100%;
	margin: 0 auto -170px;
	background-image: url('/images/top_bg.gif');
	background-repeat: repeat-x;
	
}

.inner_pane{
	width: 970px;
	margin: 0 auto;
	text-align: left;
}

	#search_bar{
		height: 40px;
		margin-bottom: 10px;
	}
	
	#left_panel{
		width: 210px;
	}
	
	#logo{
		height: 140px;
	}
	
	#left_menu{
		padding: 0;
		margin: 0;
		list-style: none;
	}
	
		#left_menu li{
			width: 170px;
			height: 30px;
			padding-top: 5px;
			font-size: 10pt;
		}
	
		#left_menu li.on{
			background-image: url('/images/left_menu_on.gif');
			background-repeat: no-repeat;
		}
		
			#left_menu li.on a{
				color: black;
				text-decoration: none;
				font-weight: bold;
			}
		
		#left_menu li.off{
			background-image: url('/images/left_menu_off.gif');
			background-repeat: no-repeat;
		}
			#left_menu li.off a{
				color: #6A6A6A;
				text-decoration: none;
				font-weight: bold;
			}
			
		#left_menu li a:hover{
			text-decoration: underline;
		}
		
		#left_panel #email_a_friend{
			width: 140px;
			height: 26px;
			padding: 12px 0 0 30px;
			background-image: url('/images/email.gif');
			background-repeat: no-repeat;
		}
		
		#left_panel #email_a_friend a{
			font-size: 14px;
		}
		
		#left_panel h3{
			font-size: 8pt;
			color: #494949;
			width: 171px;
			margin: 7px 0px;
		}
	
	#content_top{
		height: 140px;
		width: 760px;
	}
	
		#content_top_left{
			float: left;
			height: 140px;
			width: 530px;
			background-image: url('/images/original_bg.gif');
			background-repeat: no-repeat;
		}
		
			#content_top_left .padding{
				width: 480px;
				margin: 15px;
			}
			
			#content_top_left h1{
				font-size: 11pt;
				font-weight: bold;
				margin-bottom: 3px;
			}
		
		content_top_right{
			width: 230px;
			float: right;
		}
		
	#content_main{
		height: 280px;
	}
	
		#content_main_left{
			float: left;
			width: 530px;
		}
		
			#content_main_left h2{
				font-size: 9pt;
				font-weight: normal;
				margin: 0 0 12px 0;
			}
		
			#content_main_left p{
				margin-top: 0;
			}
		
			#content_main_left .padding{
				width: 500px;
			}
		
		#content_main_right{
			float: right;
			width: 230px;
		}
		
		#content_main_right h2{
			color: #058ACC;
			font-size: 14pt;
			font-weight: bold;
			margin: 0 0 2px 0;
		}
	
		#content_main_right ul{
			list-style: none;
			padding: 0;
			margin: 0;
		}
		
			#content_main_right li{
				width: 230px;
				background-image: url('/images/right_list_bg.gif');
				background-position: bottom;
				background-repeat:no-repeat;
				padding: 5px 0;
				color: #A6CE39;
				font-weight: bold;
			}
	
	#content_pictures{
		width: 750px;
		height: 210px;
		padding-left: 10px;
		background-image: url('/images/pictures_bg.gif');
		background-repeat: no-repeat;
	}
	
		#content_pictures img{
			border: 0;
		}
	
		#content_pictures .row{
			padding-top: 10px;
			width: 148px;
			float: left;
		}
		
			#content_pictures .row h1{
				font-size: 15px;
				height: 40px;
				margin-top: 4px;
			}
	
	#content_areas{
		width: 760px;
		min-height: 50px;
		padding-top: 45px;
		background-image: url('/images/london_areas.gif');
		background-repeat: no-repeat;
	}
	
		#content_areas p{
			font-size: 11px;
		}
	
	#footer, .push {
		height: 190px;
	}

#footer{
	min-width: 970px;
	width: 100%;
	font-size: 11px;
	background-image: url('/images/bottom_bg.gif');
	background-repeat: repeat-x;
	background-color:#7f7f7f
}

	#footer h2{
		font-size: 14px;
		font-weight: bold;
		margin-top: 0px;
		margin-bottom: 5px;
	}
	
	#footer h3{
		margin-top: 0px;
		font-size: 12px;
	}
	
	#footer #light_grey{
		width: 970px;
		height: 60px;
		padding-top: 20px;
		margin: 0 auto;
	}
	
	#footer #light_grey a{
		color: #383838;
	}
	
		#footer #light_grey #links{
			width: 800px;
			float: left;
			text-align: left;
		}
		
			#footer #light_grey #links a{
				font-weight: bold;
			}
			
		#footer #light_grey #pci{
			width: 170px;
			float: right;
			text-align: right;
		}
		
	
	#footer #dark_grey{
		width: 970px;
		height: 110px;
		margin: 0 auto;
		color: white;
	}
	
		#footer #dark_grey #other_locations{
			background-image: url('/images/map.gif');
			background-repeat: no-repeat;
			padding-left: 100px;
			width: 550px;
			height: 100px;
			float: left;
			text-align: left;
		}
		
		#footer #dark_grey #business{
			width: 320px;
			float: right;
			text-align: right;
		}
		
			#footer #dark_grey #business p{
				padding: 0 0 4px 0;
				margin: 0;
