@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:175px;
	padding-left:24px;
	padding-top:50px;
}
.homepageHeader h1 {
	margin:0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:40px;
	color:#cb140a;
	font-weight:normal;
}
.homepageHeader h2 {
	margin:8px 0 16px;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color:#ffffff;
	font-weight:normal;
}
.homepageHeader ul {
	padding:0 0 0 26px;
	font-size:18px;
	color:#fff;
	margin: 0px;
	list-style:url(../images/interface/tick-red.gif);
}
.homepageHeader li {
	margin-bottom:6px;
}
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 {
	float:left;
	width:607px;
	margin-top:282px;
}
.homepageBoxes div {
	float:left;
	width:255px;
	background-color:#f4f3f3;
	padding:18px;
	border:1px solid #e8e8e8;
}
.homepageBoxes .aboutPerrins, .homepageBoxes .memberships {
	float:right;
}
.homepageBoxes div h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:19px;
	color:#436d6e;
	min-height:33px;
	margin:0;
}
#mainContentAreaLHSColumn .homepageBoxes div p {
	font-size:15px;
}
#mainContentAreaLHSColumn .homepageBoxes div ul {
	padding:0 0 1px 26px;
	font-size:15px;
	margin: 0px;
	list-style:url(../images/interface/tick-black.gif);
}
#mainContentAreaLHSColumn .homepageBoxes div li {
	margin:12px 0;
}
.aboutPerrins 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;
}
.aboutPerrins a:hover { 
	color:#CC0E0D;
}
#mainContentAreaLHSColumn .buckles {
	width:165px;
	margin:23px 0;
}
#mainContentAreaLHSColumn .buckles h3 {
	margin-bottom:10px;
}
#mainContentAreaLHSColumn .buckles p {
	margin: 0;
	padding:4px 0 6px;
}
.memberships {
	height:132px;
	margin:23px 0;
	background-image: url(../images/interface/membershipsBackgroundNew.gif);
	background-position: 50% 55px;
	background-repeat:no-repeat;
}
#mainContentAreaRHSColumn #meetTheStaff, #mainContentAreaRHSColumn .announcement {
	height:186px;
	padding:29px 0 0 0;
	background-color:none;
	border:none;
	background-repeat: no-repeat;
	position:relative;
}
#mainContentAreaRHSColumn #meetTheStaff {
	margin:274px 0 18px;
}
.announcement {
	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);
}
#mainContentAreaRHSColumn #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:19px;
	color:#436d6e;
	height:33px;
}
#mainContentAreaRHSColumn #meetTheStaff h4 a {
	text-decoration:none;
	color:#000000;
}
#mainContentAreaRHSColumn #meetTheStaff h4 a:hover {
	color: #CC0E0D;
}
#mainContentAreaRHSColumn #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;
}
#mainContentAreaRHSColumn #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;
}
#mainContentAreaRHSColumn #meetTheStaff p {
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 147px;
	font-size:14px;
	color:#585858;
}
#mainContentAreaRHSColumn 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;
}
#mainContentAreaRHSColumn #meetTheStaff a:hover, #mainContentAreaRHSColumn .announcement a:hover {
	color: #79A3A2;	
}
#mainContentAreaRHSColumn .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:19px;
	color:#436d6e;
	height:33px;
}
#mainContentAreaRHSColumn .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;
}
#mainContentAreaRHSColumn .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;
}
.accreditations {
	background-color: #F4F3F3;
	border: 1px solid #E8E8E8;
	margin-bottom:23px;
	height:126px;
	overflow:hidden;
	padding-left:20px;
	padding-top:14px;
	position:relative;
}
#mainContentAreaRHSColumn .accreditations h3 {
	font-size:19px;
}
.accreditations a.lexcel {
	width:87px;
	height:82px;
	overflow:hidden;
	display:block;
	line-height:1000px;
	background-image: url(../images/industryLogos/lexcel.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position:absolute;
	z-index:1;
	top:59px;
	left:15px;
}
.accreditations a.lexcel:hover {
	background-position: 0px -82px;
}
.accreditations a.legal500 {
	width:69px;
	height:82px;
	overflow:hidden;
	display:block;
	line-height:1000px;
	background-image: url(../images/industryLogos/legal500small.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position:absolute;
	z-index:1;
	top:59px;
	left:118px;
}
.accreditations a.legal500:hover {
	background-position: 0px -82px;
}
.accreditations a.chambers {
	width:62px;
	height:82px;
	overflow:hidden;
	display:block;
	line-height:1000px;
	background-image: url(../images/industryLogos/chambersUKsmall.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position:absolute;
	z-index:1;
	top:59px;
	left:210px;
}
.accreditations a.chambers:hover {
	background-position: 0px -82px;
}
#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: 245px 20px;
	padding-right:140px;
	float:left;
	font-size: 13px;
	color: #CCCCCC;
	line-height:18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 44px;
	padding-top: 15px;
	padding-bottom: 0px;
	margin-left: 0px;
	width:200px;
}
#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: 22px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#theBottom ul li {
	height:83px;
	line-height:83px;
	float:left;
	margin-left:16px;
}
#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: #f4f3f3;
	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, #mainContentAreaLHSColumn .buckles {
	padding-left:108px;
	height:132px;
	background-image: url(../images/bpAlliance/theBPAllianceLogo.gif);
	background-repeat: no-repeat;
	background-position: 20px 20px;
}
#mainContentAreaRHSColumn .buckles a, #mainContentAreaLHSColumn .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, #mainContentAreaLHSColumn .buckles a:hover { 
	color:#CC0E0D;
}
#mainContentAreaRHSColumn .buckles h3, #mainContentAreaLHSColumn .buckles h3 {
	font-size:19px;
	line-height:24px;
}
p.nbServiceText em {
	font-size:13px;
	color:#999;
}
.blurbs {
	position:absolute;
	float:left;
	width:919px;
	margin:23px 0;
	background:#f4f3f3;
	border:1px solid #e8e8e8;
}
.blurbs div {
	float:left;
	padding:18px;
	width:270px;
}
.blurbs div h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color:#CB140A;
	margin:0;
}
#mainContentAreaLHSColumn .blurbs div p {
	font-size:15px;
}
.blurbs div 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;
}
.blurbs div a:hover { 
	color:#CC0E0D;
}
