@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #585858;
	background-color: #F1F2CF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
}
#mainWrapper {
	margin-left:auto;
	margin-right:auto;
	width:960px;
	background-color:#FFFFFF;
	padding-top:17px;
	text-align:left;
}
#theTop {
	height:45px;
	background-image: url(../images/interface/topBackground.gif);
	background-repeat: no-repeat;
	position:relative;
	padding-right:20px;
	padding-top:58px;
}
#theTop ul {
	list-style-type:none;
	margin:0;
	padding:0;
	float:right;
	height:27px;
	overflow:hidden;
}
#theTop ul li {
	float:left;
	margin-left:1px;
}
#theTop ul li a {
	display:block;
	height:27px;
	background-repeat: no-repeat;
	overflow:hidden;
	line-height:1000px;
}
#theTop ul li a.homeLink {
	background-image: url(../images/topNav/home1.gif);
	width:67px;
}
#theTop ul li a.homeLink:hover, #theTop ul li a.homeLinkSelected {
	background-image: url(../images/topNav/home2.gif);
	width:67px;
}
#theTop ul li a.newsLink {
	background-image: url(../images/topNav/news1.gif);
	width:67px;
}
#theTop ul li a.newsLink:hover, #theTop ul li a.newsLinkSelected {
	background-image: url(../images/topNav/news2.gif);
	width:67px;
}
#theTop ul li a.resourcesLink {
	background-image: url(../images/topNav/resources1.gif);
	width:100px;
}
#theTop ul li a.resourcesLink:hover, #theTop ul li a.resourcesLinkSelected {
	background-image: url(../images/topNav/resources2.gif);
	width:100px;
}
#theTop ul li a.contactLink {
	background-image: url(../images/topNav/contact1.gif);
	width:84px;
}
#theTop ul li a.contactLink:hover, #theTop ul li a.contactLinkSelected {
	background-image: url(../images/topNav/contact2.gif);
	width:84px;
}
#topNav {
	height: 59px;
	overflow:hidden;
}
#subTopNavEmpty {
	background-color:#CC0E0D;
	height:10px;
	overflow:hidden;
}
#topNav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	height:58px;
	overflow:hidden;
}
#topNav ul li {
	float:left;
}
#topNav ul li a {
	display:block;
	height:58px;
	line-height:1000px;
	overflow:hidden;
	background-repeat: no-repeat;
}
#topNav ul li a.aboutUsLink {
	background-image: url(../images/topNav/aboutUs1.gif);
	width:210px;
	margin-right:1px;
}
#topNav ul li a.aboutUsLink:hover, #topNav ul li a.aboutUsLinkSelected {
	background-image: url(../images/topNav/aboutUs2.gif);
	width:210px;
	margin-right:1px;	
}
#topNav ul li a.ourPeopleLink {
	background-image: url(../images/topNav/ourPeople1.gif);
	width:254px;
	margin-right:1px;
}
#topNav ul li a.ourPeopleLink:hover, #topNav ul li a.ourPeopleLinkSelected {
	background-image: url(../images/topNav/ourPeople2.gif);
	width:254px;
	margin-right:1px;	
}
#topNav ul li a.ourServicesLink {
	background-image: url(../images/topNav/ourServices1.gif);
	width:243px;
	margin-right:1px;	
}
#topNav ul li a.ourServicesLink:hover, #topNav ul li a.ourServicesLinkSelected {
	background-image: url(../images/topNav/ourServices2.gif);
	width:243px;
	margin-right:1px;	
}
#topNav ul li a.ourClientsLink {
	background-image: url(../images/topNav/ourClients1.gif);
	width:250px;
}
#topNav ul li a.ourClientsLink:hover, #topNav ul li a.ourClientsLinkSelected {
	background-image: url(../images/topNav/ourClients2.gif);
	width:250px;
}
#mainContentArea {
	padding-left:19px;
	padding-right:20px;
}
#mainContentAreaRHSColumn {
	float:right;
	width:293px;
	margin-top:26px;
	margin-bottom:34px;
}
#mainContentAreaRHSColumn div {
	background-color: #F4F3F3;
	border: 1px solid #E8E8E8;
	padding:18px;
	margin-bottom:23px;
}
#mainContentAreaRHSColumn div h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 27px;
	line-height: 29px;
	color: #436d6e;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight:normal;
}
#mainContentAreaRHSColumn div p {
	margin:0;
	font-size:15px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
ul.arrowList {
	padding:0;
	list-style-type:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-size:18px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul.arrowList li {
	background-image: url(../images/interface/listItemArrow.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-bottom:7px;
	background-position: 0px 3px;
}
ul.arrowList ul {
	font-family:Arial, Helvetica, sans-serif;
	color:#585858;
	padding:0;
	list-style-type:none;
	font-size:15px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
ul.arrowList ul li {
	background-image: url(../images/interface/listBlock.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left:11px;
	margin-bottom:6px;
}
ul.arrowList li a {
	text-decoration:none;
	color:#000000;
}
ul.arrowList li a:hover, ul.arrowList li a.selected { 
	color:#CC0E0D;
}
ul.arrowList ul li.more {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000000;
	background-image:none;
}
.printMeLine {
	display:block;
	height:33px;
	background-color:#FFFFFF;
}
.printMeLine a {
	width:145px;
	background-repeat: no-repeat;
	height:33px;
	overflow:hidden;
	line-height:1000px;
	cursor:pointer;
}
a.emailThisPage {
	float:left;
	background-image: url(../images/interface/emailThisPage1.gif);
	cursor:pointer;
}
a.emailThisPage:hover {
	background-image: url(../images/interface/emailThisPage2.gif);
}
a.printThisPage {
	float:right;
	background-image: url(../images/interface/printThisPage1.gif);
}
a.printThisPage:hover {
	background-image: url(../images/interface/printThisPage2.gif);
}
#mainContentAreaLHSColumn {
	margin-right:314px;
}
.homepageHeader {
	height:230px;
	background-image: url(../images/interface/homepageHeaderBackground.jpg);
	background-repeat: no-repeat;
	padding-right:222px;
	padding-left:24px;
	padding-top:50px;
}
.homepageHeader h1 {
	margin:0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:43px;
	color:#cb140a;
	font-weight:normal;
}
.homepageHeader h2 {
	margin:0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:31px;
	color:#ffffff;
	font-weight:normal;
}
.homepageHeader p {
	padding:0;
	font-weight:bold;
	font-size:18px;
	color:#d0e8e9;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
p.homepageText {
	padding:0;
	font-weight:bold;
	font-size:17px;
	line-height:20px;
	margin-top: 23px;
	margin-right: 0px;
	margin-bottom: 23px;
	margin-left: 0px;
}
.homepageBoxes {
	height:215px;
	overflow:hidden;
	margin-bottom:21px;
}
.homepageBoxes div {
	height:186px;
	width:293px;
	padding-top:29px;
	background-repeat: no-repeat;
	position:relative;
}
.homepageBoxes div.announcement {
	float:right;
	background-image: url(../images/interface/homepageAnnouncement.gif);
}
.homepageStaff29 {
	background-image: url(../images/homepageStaff/pickersgill.gif);
}
.homepageStaff2 {
	background-image: url(../images/homepageStaff/bosher.gif);
}
.homepageStaff1 {
	background-image: url(../images/homepageStaff/perrin.gif);
}
.homepageStaff3 {
	background-image: url(../images/homepageStaff/miller.gif);
}
.homepageStaff4 {
	background-image: url(../images/homepageStaff/braun.gif);
}
.homepageStaff5 {
	background-image: url(../images/homepageStaff/edge.gif);
}
.homepageStaff6 {
	background-image: url(../images/homepageStaff/jennings.gif);
}
.homepageStaff7 {
	background-image: url(../images/homepageStaff/allen.gif);
}
.homepageStaff8 {
	background-image: url(../images/homepageStaff/wooton.gif);
}
.homepageStaff9 {
	background-image: url(../images/homepageStaff/sheer.gif);
}
.homepageStaff10 {
	background-image: url(../images/homepageStaff/wettasinghe.gif);
}
.homepageStaff11 {
	background-image: url(../images/homepageStaff/lalli.gif);
}
.homepageStaff12 {
	background-image: url(../images/homepageStaff/shearstone.gif);
}
.homepageStaff28 {
	background-image: url(../images/homepageStaff/sharpe.gif);
}
#meetTheStaff {
	float:left;
}
#meetTheStaff h3 {
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 147px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:22px;
	color:#436d6e;
	height:33px;
}
#meetTheStaff h4 a {
	text-decoration:none;
	color:#000000;
}
#meetTheStaff h4 a:hover {
	color: #CC0E0D;
}
#meetTheStaff h4 {
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 147px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:16px;
	color:#000000;
	height:20px;
}
#meetTheStaff h5 {
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 147px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:16px;
	color:#585858;
	height:30px;
}
#mainContentAreaLHSColumn #meetTheStaff p {
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 147px;
	font-size:14px;
	color:#585858;
}
.homepageBoxes div a.mainStaffLink {
	position:absolute;
	top:189px;
	left:51px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	color:#FFFFFF;
	text-decoration:none;
	line-height:19px;
}
.homepageBoxes div a:hover {
	color: #79A3A2;	
}
.homepageBoxes div.announcement h3 {
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:24px;
	color:#436d6e;
	height:33px;
}
#mainContentAreaLHSColumn .homepageBoxes div.announcement p {
	font-size:15px;
	color:#585858;
	padding-top: 0px;
	padding-right: 38px;
	padding-bottom: 0px;
	padding-left: 38px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/interface/openQuotes.gif);
	background-repeat: no-repeat;
	background-position: 24px 0;
}
.homepageBoxes div.announcement img {
	float:right;
}
.partnership {
	height:138px;
	background-color: #F4F3F3;
	border: 1px solid #E8E8E8;
	margin-bottom:23px;
	background-image: url(../images/interface/partnerLogos.gif);
	background-position: 36px 72px;
	background-repeat: no-repeat;
	padding-left:25px;
	padding-top:24px;
}
.memberships h3, .weSponsor h3 {
	padding:0px;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:19px;
	color:#436d6e;
}
.memberships, .weSponsor {
	height:124px;
	background-repeat: no-repeat;
}
.topRanked {
	float:right;
	background-color: #F4F3F3;
	border: 1px solid #E8E8E8;
	margin-bottom:23px;
	height:226px;
	overflow:hidden;
	padding-left:20px;
	padding-top:14px;
	width:269px;
	position:relative;
}
.topRanked a.legal500 {
	width:127px;
	height:126px;
	overflow:hidden;
	display:block;
	line-height:1000px;
	background-image: url(../images/industryLogos/legal500.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position:absolute;
	z-index:1;
	top:59px;
	left:19px;
}
.topRanked a.legal500:hover {
	background-position: 0px -126px;
}
.topRanked a.chambers {
	width:95px;
	height:126px;
	overflow:hidden;
	display:block;
	line-height:1000px;
	background-image: url(../images/industryLogos/chambersUK.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position:absolute;
	z-index:1;
	top:59px;
	left:168px;
}
.topRanked a.chambers:hover {
	background-position: 0px -126px;
}
.membershipsWeSponsor {
	float:left;
	background-color: #F4F3F3;
	border: 1px solid #E8E8E8;
	margin-bottom:23px;
	height:226px;
	overflow:hidden;
	padding-left:20px;
	padding-top:14px;
	width:269px;
}
.memberships {
	background-image: url(../images/interface/membershipsBackground.gif);
	background-position: 0px 25px;
}
.weSponsor {
	background-image: url(../images/interface/weSponsorBackground.gif);
	background-position: 15px 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E8E8E8;
	margin-right:20px;
	padding-top:14px;
}
#navigateThisSite {
	clear:both;
	background-image: url(../images/interface/navigateThisSiteBackground.gif);
	background-repeat: no-repeat;
	height:173px;
	padding-left:27px;
	padding-top:18px;
	color:#FFFFFF;
}
#navigateThisSite h3 {
	padding:0px;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:24px;
	color:#436d6e;
}
#navigateThisSite .howToFindUs {
	width:264px;
	float:right;
}
#navigateThisSite .howToFindUs a img {
	background-color:#FFFFFF;
	float:left;
	padding:3px;
	margin-top:12px;
}
#navigateThisSite .howToFindUs a:hover img {
	background-color:#000000;
}
#navigateThisSite .howToFindUs p {
	padding:0;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 124px;
	line-height:17px;
}
#navigateThisSite ul {
	padding:0;
	list-style-type:none;
	float:left;
	width:200px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navigateThisSite ul li {
	margin-bottom:8px;
}
#navigateThisSite ul li a {
	text-decoration:none;
	color:#FFFFFF;
	background-image: url(../images/interface/greenArrowListItem.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 23px;
}
#navigateThisSite ul li a:hover, #navigateThisSite ul li a.selected {
	color:#000000;
}
#theBottom {
	height:243px;
	background-image: url(../images/interface/bottomBackground.gif);
	background-repeat: repeat-x;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #CC0E0D;
	margin-top:9px;
	overflow:hidden;
	background-color:#000;
}
#theBottom p.regulationLine {
	background-image: url(../images/interface/regulationLogo.gif);
	background-repeat: no-repeat;
	background-position: 285px 20px;
	padding-right:140px;
	float:left;
	font-size: 14px;
	color: #CCCCCC;
	line-height: 83px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 44px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	width:240px;
}
#theBottom ul {
	float:right;
	list-style-type:none;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	padding-top: 0px;
	padding-right: 48px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#theBottom ul li {
	height:83px;
	line-height:83px;
	float:left;
	margin-left:19px;
}
#theBottom ul li a {
	text-decoration:none;
	color:#FFFFFF;
}
#theBottom ul li a:hover {
	color:#80AAAB;
}
#theBottom .llpStuff {
	padding-top: 25px;
	padding-right: 41px;
	padding-bottom: 0px;
	padding-left: 41px;
	font-size:14px;
	color:#707070;
	clear:both;
}
#theBottom .llpStuff p {
	padding:0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}
#theBottom .llpStuff p span {
	float:right;
}
#theBottom p img {
	float:right;
	margin-left:14px;
	margin-top:20px;
}
#mainContentAreaLHSColumn p {
	font-size:16px;
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	line-height:19px;
}
a.invisibleHomeLink {
	position:absolute;
	width:200px;
	height:90px;
	top:0;
	left:20px;
	display:block;
	line-height:1000px;
	overflow:hidden;
}
img.printerHeader {
	display:none;
}
.changeTextSizeArea em {
	font-style:normal;
	margin-right:23px;
}
.resizeTextArea a {
	cursor:pointer;
}
.changeTextSizeArea a.resizeTextLinksBold {
	color: #585858;
}
.changeTextSizeArea {
	background-color: #F7F7F7;
	border: 1px solid #E8E8E8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.changeTextSizeArea a {
	margin-right:8px;
	color: #CC0E0D;
	cursor:pointer;
}
.changeTextSizeArea a.largerText {
	font-size:22px;
}
.changeTextSizeArea a.largestText {
	font-size:26px;
}
#mainContentAreaRHSColumn .buckles {
	padding-left:108px;
	height:132px;
	background-image: url(../images/bpAlliance/theBPAllianceLogo.gif);
	background-repeat: no-repeat;
	background-position: 20px 20px;
}
#mainContentAreaRHSColumn .buckles a {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/interface/listItemArrow.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-bottom:7px;
	background-position: 0px 3px;
	text-decoration:none;
	color:#000;
	font-size:18px;
	display:block;
}
#mainContentAreaRHSColumn .buckles a:hover { 
	color:#CC0E0D;
}
