html	{
	font-family: arial, sans-serif;
	color: #444;
	font-size: 80%;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
}

h1 	{
	margin: 0 0 0.5em;
	font-size: 150%;
	font-weight: normal;
}

/* h2 is section heading */
h2 	{
	margin: 2em 0 0;
	font-size: 100%;
}

/* h3, h4, h5 and h6 are sub, sub-sub etc-section headings */
h3, h4, h5, h6 	{
	margin: 1em 0 0;
	font-size: 100%;
}

h4 	{
	font-style: italic;
}

p	{
	margin: 0 0 1em;
	font-size: 100%;
	font-weight: normal;
}

ul	{
	margin: 0 0 1em;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	list-style: none;
}

li	{
	margin: 0;
	padding: 0.25em 0 0 10px;
	background: transparent no-repeat 0 0.75em;
}

ul li,
ul li ul li ul li,
ul li ul li ul li ul li ul li	{
	background-image: url('../img/ico/bullet1.gif');
}

ul li ul li,
ul li ul li ul li ul li,
ul li ul li ul li ul li ul li ul li	{
	background-image: url('../img/ico/bullet2.gif');
}

ul.LowerLatin	{
	list-style-type: lower-latin;
}

ol	{
	margin: 0.5em 0 1em;
	padding: 0 0 0 28px;
	font-size: 100%;
}

/*@counter-style start5 "5" "6" "7";

ol.Start5	{
	list-style-type: start5;
}*/

ol.Start5	{
	counter-reset: item 5;
}

ol.Start5 li	{
	counter-increment: item;
	content: counters(item);
}

a	{
	color: #444;
}

a:hover	{
	color: #517f60;
}

a.NoShow	{
	text-decoration: none;
}

a.NoShow:hover	{
	color: #444;
}


/* structure

#PageFrame {
	width: 100%;
}

#InnerFrame {
	width: 920px;
	clear: both;
} */

/* structure */

#PageFrame {
	width: 920px;
	margin: 0 auto;
}


#Header	{
	width: 920px;
	height: 82px;
	background-color: #000;
	position: relative;
	overflow: hidden;
}

#HeaderLogo 	{
	background: transparent url('/img/hdr/about_us.jpg') no-repeat 0 0;
	width: 489px;
	height: 82px;
	text-indent: -1000em;
}

#HeaderLogo a	{
	width: 489px;
	height: 82px;
	display: block;
}

#HeaderInfo	{
	width: 420px;
	position: absolute;
	left: 489px;
	bottom: 4px;
	font-family: georgia, serif;
}

#HeaderInfo p 	{
	margin: 0 0 4px;
	color: #fff;
	font-size: 90%;
	text-align: right;
}

#HeaderInfo p a	{
	color: #fff;
	text-decoration: none;
}

#HeaderInfo p#HeaderLocations a	{
	padding: 0 0 0 12px;
	background: transparent url('/img/ico/bar_head.gif') no-repeat 4px 50%;
}

#HeaderInfo p#HeaderLocations a:first-child	{
	padding: 0;
	background: none;
}

#HeaderInfo p a:hover	{
	text-decoration: none;
}

#HeaderInfo p#HeaderTel 	{
	font-size: 150%;
}

#HeaderInfo p#HeaderTel span 	{
	background: transparent url('/img/ico/tel_head.gif') no-repeat 0 0;
	padding: 0 0 0 30px;
	font-family: arial, sans-serif;
	color: #fff;
}

#HeaderInfo p#HeaderLocations	{
	margin: 0.5em 0;
	color: #aaa;
	font-size: 80%;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

#HeaderInfo p#HeaderLocations a	{
	color: #aaa;
}



#TopMenu	{
	width: 920px;
	background-color: #363636;
	margin: 1px 0 0;
	padding: 6px 0 5px;
	clear: both;
}

#TopMenu ul	{
	margin: 0;
	padding: 0;
	font-weight: bold;
	cursor: default;
	list-style: none;
	display: inline;
	font-size: 100%;
}

#TopMenu li	{
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0 8px 0 12px;
	background: transparent url('/img/ico/bar.gif') no-repeat 0 60%;
}

#TopMenu li	{
	display: inline;
}

#TopMenu li#home	{
	background: none;
}

#TopMenu ul li a	{
	color: #b7b7b7;
	text-decoration: none;
}

#TopMenu ul li a:hover, #TopMenu ul li.NavSel a	{
	color: #fff;
}


/* left menu */

#LeftMenu	{
	width: 130px;
	margin: 1px 0 20px;
	padding: 0 35px 0 0;
	font-size: 90%;
	float: left;
}

#LeftMenu p.MenuHead	{
	margin: 0;
	border-bottom: 1px solid #000;
}

#LeftMenu p.MenuHead a	{
	width: 115px;
	padding: 8px 4px 6px 11px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

#LeftMenu ul	{
	margin: 0;
	padding: 0;
	cursor: default;
	list-style: none;
}

#LeftMenu li	{
	margin: 1px 0 0;
	padding: 0;
	border-bottom: 1px solid #a6bfb0;
	background: none;
	font-weight: bold;
}

#LeftMenu ul li a	{
	width: 115px;
	padding: 8px 4px 6px 11px;
	color: #666;
	text-decoration: none;
	display: block;
}

#LeftMenu ul li a div	{
	font-weight: normal;
}

#LeftMenu ul li a:hover, #LeftMenu ul li.NavSel a	{
	color: #507e61;
}

#LeftMenu ul li.NavSel ul	{
	padding: 0.25em 0;
	border-top: 1px solid #a6bfb0;
	font-size: 100%;
}

#LeftMenu ul li.NavSel ul li	{
	border: 0;
	font-weight: normal;
}

#LeftMenu ul li.NavSel ul li a	{
	width: 110px;
	padding: 0 4px 0.25em 16px;
	background: transparent url('../img/ico/nav_bullet_0.gif') no-repeat 6px 0.5em;
	color: #444;
}

#LeftMenu ul li.NavSel ul li a:hover, #LeftMenu ul li.NavSel ul li.NavSel a	{
	background-image: url('../img/ico/nav_bullet_1.gif');
	color: #507e61;
}


#MainContent	{
	width: 550px;
	margin: 15px 0 20px;
	float: left;
}

#MainContent div#BreadTrail	{
	margin: 0 0 1em;
	color: #507e61;
	font-size: 85%;
}

#MainContent div#BreadTrail a	{
	text-decoration: underline;
}

/* IntroPara is large heading */
#MainContent p.IntroPara 	{
	margin: 0 0 1em;
	font-size: 120%;
	font-weight: bold;
}

/* BoldPara is bold same size */
#MainContent p.BoldPara 	{
	font-weight: bold;
}

/* back from publication page */
#MainContent p.GoBack	{
	background: transparent url('/img/ico/back.gif') no-repeat 0 0.5em;
	padding: 0 0 0 16px;
}

/* where the whole para is a link */
#MainContent p.LinkPara	{
	background: transparent url('/img/ico/arrow.gif') no-repeat 0 0.25em;
	padding: 0 0 0 14px;
	font-size: 100%;
	font-weight: bold;
}

#MainContent p.LinkPara a:hover	{
	color: #000;
}

#MainContent h1.HeadingImage	{
	background: transparent no-repeat 0 100%;
}

#MainContent h1 span.SubHead	{
	color: #999;
}

#MainContent h1 span.DateLine	{
	padding: 0.25em 0 0;
	font-size: 75%;
	font-weight: normal;
	font-style: italic;
	float: right;
}

#MainContent ul.PlainList li	{
	list-style-type: none;
	clear: right;
}

#MainContent ul.PlainList li div.DateLine	{
	width: 6em;
	color: #060;
	font-size: 90%;
	font-style: italic;
	text-align: right;
	float: right;
}



/* h2, p and div for event list on events page */
#MainContent div.EventList h2,
#MainContent h2.EventDetail 	{
	margin: 2em 0 0.5em;
	padding: 0 0 0.25em;
	border-bottom: 3px solid #444;
	text-transform: uppercase;
}

#MainContent div.EventList h2.AnchorTo 	{
	color: #517f60;
	border-bottom-color: #517f60;
}

#MainContent div.EventList h2 span.DateLine,
#MainContent h2.EventDetail span.DateLine 	{
	color: #517f60;
	text-transform: none;
	float: right;
}

#MainContent p.VenuePara 	{
	margin: 0;
}

#MainContent p.BookInfo 	{
	margin: 0.5em 0 2em;
	padding: 0.25em 0 0;
	border-top: 3px solid #444;
}

#MainContent div.EventList p 	{
	margin: 0;
}

#MainContent div.EventList div 	{
	margin: 0.5em 0 2em;
	padding: 0.5em 10px;
	background-color: #f3f3f3;
}

#MainContent div.EventList p a.FullDets 	{
	padding: 0 0 0 12px;
	background: transparent url('/img/ico/arrow.gif') no-repeat 0 50%;
}

#MainContent div.EventList p a.BookInfo,
#MainContent p.BookInfo a 	{
	padding: 0 0 0 12px;
	background: transparent url('/img/ico/envelope.gif') no-repeat 0 50%;
}


/* box for recent deals or alternate copy */
#MainContent div.BoxCopy 	{
	width: 350px;
	min-height: 80px;
	margin: 2em 0 0.5em;
	padding: 0 15px 0 183px;
	border: 1px solid #d6d6d6;
	background: #f3f3f3 url('/img/box_default.jpg') no-repeat 0 100%;
}

.employment_lawGroup #MainContent div.BoxCopy,
.for-individualsGroup #MainContent div.BoxCopy 	{
	background-image: url('/img/box_individuals.jpg')
}

.corporateGroup #MainContent div.BoxCopy,
.for-businessGroup #MainContent div.BoxCopy 	{
	background-image: url('/img/box_business.jpg')
}

.litigationGroup #MainContent div.BoxCopy,
.resolving-disputesGroup #MainContent div.BoxCopy 	{
	background-image: url('/img/box_disputes.jpg')
}

#MainContent div.BoxCopy h2 	{
	margin: 1em 0 0;
}

#MainContent div.BoxCopy p,
#MainContent div.BoxCopy ul 	{
	margin: 0 0 0.5em;
}

#MainContent div.BoxCopy ul li	{
	padding: 0 0 0 10px;
	background: transparent url('../img/ico/box_bullet.gif') no-repeat 0 0.5em;
}

#MainContent div.BoxCopy ul li a	{
	text-decoration: none;
}

#MainContent div.BoxCopy ul li a:hover	{
	color: #444;
	text-decoration: underline;
}


/* h2 and ul for events and recent deals */
#MainContent h2.EDList 	{
	margin: 2em 0 0.5em;
	padding: 0 0 0.35em 16px;
	border-bottom: 3px solid #517f60;
	background: transparent url('/img/ico/recent_work.gif') no-repeat 0 0.15em;
}

#MainContent ul.EDList li 	{
	padding: 0;
	background: none;
}

#MainContent ul.EDList li a 	{
	padding: 0 0 0 16px;
	background: transparent url('/img/ico/arrow.gif') no-repeat 0 0.25em;
	text-decoration: none;
}

#MainContent ul.EDList li a:hover 	{
	color: #444;
	text-decoration: underline;
}

#MainContent ul.EDList li a span.DateLine 	{
	color: #517f60;
}


/* pictorial menu on team page */

#MainContent ul#TeamMenu 	{
	width: 300px;
	margin: 0 /*0 5px 10px*/;
	padding: 5px;
	background-color: #ccc;
	overflow: hidden;
	float: right;
}

#MainContent ul#TeamMenu li 	{
	margin: 0;
	padding: 0;
	background: none;
	float: left;
}

#MainContent ul#TeamMenu li.Skip0 	{
	padding: 0 75px 0 0;
	background: transparent url('/team/list/spacer_1.jpg') no-repeat 80px 5px;
}

#MainContent ul#TeamMenu li.Skip5 	{
	padding: 0 75px 0 0;
	background: transparent url('/team/list/spacer_2.jpg') no-repeat 80px 5px;
}

#MainContent ul#TeamMenu li.Skip7 	{
	padding: 0 75px 0 0;
	background: transparent url('/team/list/spacer_3.jpg') no-repeat 80px 5px;
}

#MainContent ul#TeamMenu li a 	{
	width: 65px;
	height: 65px;
	padding: 5px;
	background: transparent no-repeat 5px 5px;
	text-indent: -1000em;
	display: block;
}

#MainContent ul#TeamMenu li#CatherineGannon a 	{
	background-image: url('/team/list/catherine_gannon_0.jpg');
}

#MainContent ul#TeamMenu li#CatherineGannon a:hover 	{
	background-image: url('/team/list/catherine_gannon_1.jpg');
}

#MainContent ul#TeamMenu li#AlexKleanthous a 	{
	background-image: url('/team/list/alex_kleanthous_0.jpg');
}

#MainContent ul#TeamMenu li#AlexKleanthous a:hover 	{
	background-image: url('/team/list/alex_kleanthous_1.jpg');
}

#MainContent ul#TeamMenu li#DeborahCasale a 	{
	background-image: url('/team/list/deborah_casale_0.jpg');
}

#MainContent ul#TeamMenu li#DeborahCasale a:hover 	{
	background-image: url('/team/list/deborah_casale_1.jpg');
}

#MainContent ul#TeamMenu li#RebeccaBriam a 	{
	background-image: url('/team/list/rebecca_briam_0.jpg');
}

#MainContent ul#TeamMenu li#RebeccaBriam a:hover 	{
	background-image: url('/team/list/rebecca_briam_1.jpg');
}

#MainContent ul#TeamMenu li#NicoleClark a 	{
	background-image: url('/team/list/nicole_clark_0.jpg');
}

#MainContent ul#TeamMenu li#NicoleClark a:hover 	{
	background-image: url('/team/list/nicole_clark_1.jpg');
}

#MainContent ul#TeamMenu li#JonathanSheril a 	{
	background-image: url('/team/list/jonathan_sheril_0.jpg');
}

#MainContent ul#TeamMenu li#JonathanSheril a:hover 	{
	background-image: url('/team/list/jonathan_sheril_1.jpg');
}

#MainContent ul#TeamMenu li#JeremyScholl a 	{
	background-image: url('/team/list/jeremy_scholl_0.jpg');
}

#MainContent ul#TeamMenu li#JeremyScholl a:hover 	{
	background-image: url('/team/list/jeremy_scholl_1.jpg');
}

#MainContent ul#TeamMenu li#MonikaStuller a 	{
	background-image: url('/team/list/monika_bouyaya_stuller_0.jpg');
}

#MainContent ul#TeamMenu li#MonikaStuller a:hover 	{
	background-image: url('/team/list/monika_bouyaya_stuller_1.jpg');
}

#MainContent ul#TeamMenu li#DebbieHoward a 	{
	background-image: url('/team/list/debbie_howard_0.jpg');
}

#MainContent ul#TeamMenu li#DebbieHoward a:hover 	{
	background-image: url('/team/list/debbie_howard_1.jpg');
}

#MainContent div#InfoDivs 	{
	float: left;
	overflow: hidden;
}

#MainContent div#InfoDivs h2 	{
	margin: 0;
}

#MainContent div#InfoDivs p.IntroPara 	{
	margin: 0 0 1em;
	font-size: 100%;
}

#MainContent div#InfoTeam,
#MainContent div.TeamInfo 	{
	float: left;
	overflow: hidden;
}

#MainContent div.TeamInfo 	{
	width: 0;
}

#MainContent div#InfoDivs,
#MainContent div#InfoTeam,
#MainContent div#InfoTeam div,
#MainContent div.TeamInfo div 	{
	width: 230px;
}


#MainContent div.TeamInfo h2 	{
	margin: 0;
	padding: 0 0 0.5em 23px;
	background: transparent url('/img/ico/team.jpg') no-repeat 0 0;
}



/* h2 on knowhow and search pages for main sections */
.KnowHow #MainContent h2, .searchPage #MainContent h2, .searchPage #MainContent form 	{
	margin: 1em 0;
	padding: 1em 0 0;
	border-top: 1px solid #aaa;
}

/* p within list on publications pages */
#MainContent li p 	{
	margin: 0.25em 0 0;
	font-size: 90%;
}

/* ClientContent image heading */
#MainContent.ClientContent p.ClientImage 	{
	background: transparent no-repeat left top;
	height: 120px;
	text-indent: -1000px;
}

#MainContent.ClientContent a 	{
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

#MainContent.ClientContent a:hover 	{
	text-decoration: underline;
}

#MainContent p#PleaseCall 	{
	width: 228px;
	margin: 1em 0 0;
	padding: 10px 198px 10px 130px;
	border: 1px solid #999;
	background: transparent url('/img/ico/cactus.jpg') no-repeat 0 100%;
	font-weight: bold;
	position: relative;
	overflow: hidden;
}

#MainContent p#PleaseCall span 	{
	background: transparent url('/img/ico/tel_foot.gif') no-repeat 0 0;
	width: 145px;
	min-height: 24px;
	padding: 0 0 0 35px;
	font-size: 20px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	overflow: hidden;
}

#MainContent p#PubRider 	{
	width: 530px;
	margin: 1em 0 0;
	padding: 10px 8px;
	border: 1px solid #666;
	font-weight: bold;
	position: relative;
	overflow: hidden;
}

#MainContent p#BackToTop 	{
	background: transparent url('/img/ico/top.gif') no-repeat 0 0;
	margin: 1em 0 0;
	padding: 0 0 0 14px;
	font-size: 85%;
}

#MainContent p#LinkedIn 	{
	width: 53px;
	height: 14px;
	background: transparent url('/img/ico/linked_in.gif') no-repeat 0 0;
	margin: 1em 0 0;
	text-indent: -1000em;
	display: inline;
	float: right;
}

#MainContent p#LinkedIn a 	{
	width: 53px;
	height: 14px;
	display: block;
}

#MainContent p#BackToTop a:hover 	{
	color: #517f60;
}

#MainContent a.LinkToTop 	{
	margin: 0 0 0 20px;
	padding: 0.1em 0 0 14px;
	font-size: 85%;
	font-weight: normal;
	float: right;
	background: transparent url('/img/ico/top.gif') no-repeat 0 0;
}

#MainContent .LinkToTop a:hover 	{
	color: #517f60;
}

#MainContent .ErrorAlert h4, #MainContent .ErrorAlert p	{
	margin: 0;
	color: #c00;
}

#MainContent p.LinkImage	{
	width: 151px;
	padding: 0 10px 5px 0;
	float: left;
}

#SideBar	{
	width: 170px;
	margin: 15px 0 20px;
	float: right;
}

#SideBar div.OtherLink	{
	width: 148px;
	margin: 0 0 15px;
	padding: 8px 11px 4px;
	background-color: #f3f3f3;
	overflow: hidden;
}

#SideBar div.OtherLink p	{
	margin: 0 0 0.5em;
	padding: 0;
}

#SideBar div.OtherLink p a	{
	padding: 0 0 0 14px;
	background: transparent url('/img/ico/arrow.gif') no-repeat 0 0.25em;
	color: #444;
	text-decoration: none;
}

#SideBar div#SearchForm	{
	width: 148px;
	margin: 0 0 15px;
	padding: 8px 11px;
	background-color: #f3f3f3;
	overflow: hidden;
}

#SideBar div#SearchForm form	{
	margin: 0;
	padding: 0;
	border: 0;
}

#SideBar div#SearchForm input	{
	width: 142px;
}

#SideBar div#SearchForm button#searchSubmit	{
	margin: 3px 0 0;
	float: right;
}

#SideBar p.BoxHead 	{
	margin: 0;
	padding: 3px 11px 3px 20px;
	background: #000 url('../img/ico/arrow.gif') no-repeat 6px 0.5em;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	clear: both;
}

#SideBar p.BoxLink 	{
	margin: 0;
	color: #fff;
	font-weight: bold;
	font-style: normal;
}

#SideBar p.BoxLink a 	{
	height: 100%;
	width: 139px;
	padding: 3px 11px 3px 20px;
	background: #000 url('../img/ico/arrow.gif') no-repeat 6px 0.5em;
	color: #fff;
	text-decoration: none;
	display: block;
}

#SideBar p.BoxLink a:hover 	{
	text-decoration: underline;
}

#SideBar p.BusHelp 	{
	margin: 0 0 1em;
	font-style: normal;
}

#SideBar p.BusHelp a 	{
	width: 98px;
	padding: 10px 0 4px 70px;
	border: 1px solid #aaa;
	background: transparent url('../img/helpline_link.jpg') no-repeat 0 0;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}

#SideBar p.BusHelp a span 	{
	color: #444;
	font-size: 80%;
	display: block;
}

#SideBar p.BusHelp a span.BoxTop 	{
	color: #d20505;
	font-size: 70%;
}

#SideBar p.BusHelp a span.BoxHead 	{
	font-family: georgia, serif;
	font-size: 120%;
	font-weight: bold;
}

#SideBar p.BusHelp.ActionCall a span 	{
	color: #d20505;
}

#SideBar div.BoxLink, #SideBar ul.MoreBox, #SideBar ul.NewsBox 	{
	width: 168px;
	margin: 0 0 10px;
	padding: 0.25em 0 0.5em;
	border: 1px #999;
	border-style: none solid solid;
}

#SideBar div.BoxLink p.CatHead 	{
	font-weight: bold;
}

#SideBar div.BoxLink li 	{
	margin: 0;
	padding: 0.25em 11px 0 14px;
	background: transparent url('../img/ico/bullet1.gif') no-repeat 6px 0.75em;
	font-size: 90%;
}

#SideBar div.HomeLink 	{
	width: 170px;
	margin: 0;
	padding: 0.25em 0 0.5em;
}

#SideBar div.HomeLink p.CatHead 	{
	padding: 0;
	font-size: 85%;
	font-weight: bold;
}

#SideBar div.HomeLink p.CatHead span 	{
	text-transform: uppercase;
}

#SideBar div.HomeLink li 	{
	margin: 0;
	padding: 0.25em 0 0 6px;
	background: transparent url('../img/ico/bullet3.gif') no-repeat 0 0.75em;
	font-size: 75%;
}

#SideBar div.HomeLink li a 	{
	text-decoration: none;
}

#SideBar ul.MoreBox, #SideBar ul.NewsBox 	{
	list-style: none;
}

#SideBar ul.MoreBox li 	{
	margin: 0;
	padding: 0.25em 11px 0 14px;
	background: transparent url('../img/ico/bullet1.gif') no-repeat 6px 0.75em;
	font-size: 90%;
}

#SideBar ul.NewsBox li 	{
	margin: 0;
	padding: 0.25em 11px 0;
	background: none;
	font-size: 90%;
	font-weight: bold;
}

#SideBar ul.NewsBox li a 	{
	font-weight: normal;
}

#SideBar div p 	{
	margin: 0;
	padding: 0.25em 11px 0;
	font-size: 90%;
}

#SideBar div p a 	{
	color: #517f60;
}

#SideBar div p a:hover, #SideBar ul.MoreBox li a:hover 	{
	text-decoration: none;
}

#SideBar div p.MoreLink 	{
	font-weight: bold;
	text-align: right;
}

#SideBar div p.MoreLink a 	{
	text-decoration: none;
}

#SideBar div p.MoreLink a:hover 	{
	text-decoration: underline;
}

#SideBar p.TeamImage 	{
	width: 170px;
	height: 155px;
	background: #ccc no-repeat 10px 10px;
	margin: 0 0 10px;
	text-indent: -1000em;
}



/* calc table */

table.calc	{
	color: #fff;
	font-size: 75%;
	line-height: 1em;
	vertical-align: top;
	margin: 0 0 1em;
	border: 1px solid #000;
}

table.calc td	{
	padding: 4px;
	border: solid 1px #666;
}

table.calc tr.odd	{
	background-color: #666;
}

table.calc tr.top	{
	background-color: #333;
}

table.calc tr.evn	{
	background-color: #888;
}


/* rates table */

table.rates	{
	color: #fff;
	font-size: 75%;
	line-height: 1em;
	vertical-align: top;
	border: 1px solid #000;
}

table.rates td	{
	padding: 4px;
	border: solid 1px #666;
}

table.rates tr.odd	{
	background-color: #666;
}

table.rates tr.top	{
	background-color: #333;
}

table.rates tr.evn	{
	background-color: #888;
}



/* registration and contact forms */

form fieldset	{
	margin: 20px 0 5px;
	padding: 0 10px 0.5em;
	border: 1px solid #ccc;
}

form legend	{
	font-size: 100%;
	font-weight: bold;
}

form p	{
	margin: 1em 0;
	font-size: 100%;
	clear: both;
}

form p.NoLabel	{
	margin: 1em 0 1em 126px;
	_margin: 1em 0 1em 129px;
}

form label.Required strong	{
	color: #517f60;
	font-size: 75%;
}

form .FootNote	{
	text-align: right;
}

form .FootNote p	{
	margin: 0;
	font-size: 75%;
}

form .FootNote p strong	{
	color: #517f60;
}

form label	{
	width: 124px;
	margin: 0 2px 0 0;
	text-align: right;
	display: block;
	float: left;
}

form input, form textarea	{
	width: 292px;
	_width: 286px;
	font-size: 100%;
	padding: 1px 2px;
	font-family: arial, sans-serif;
}

form button	{
	margin: 0 0 5px;
	padding: 2px 5px;
	border: 1px solid #517f60;
	background-color: #000;
	color: #fff;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

form button#searchSubmit	{
	margin: 0 0 0 5px;
}

form div.CheckBox	{
	margin: 0 0 1em;
	font-size: 75%;
	float: left;
}

form div.CheckBox input	{
	background: transparent;
	width: 15px;
	float: left;
}

form div.CheckBox label	{
	width: auto;
	margin: 0.25em 10px 0 0;
	text-align: left;
	float: left;
}


/* google map on contact form */

#GoogleMap	{
	width: 550px;
	height: 475px;
	margin: 20px 0 0;
	border: 1px solid #666;
}


#SoleContent	{
	width: 448px;
	margin: 20px 0 200px 168px;
}


.NoSpace p	{
	margin: 0;
}

#Footer	{
	width: 920px;
	padding: 5px 0 0;
	background-color: #e2e2e2;
	clear: both;
}

#Footer p	{
	margin: 0;
	width: 880px;
	padding: 0 20px 5px;
	font-size: 80%;
	clear: both;
}

#Footer p span	{
	float: right;
}

#Footer p span#CopyRight	{
	float: left;
}

#Footer p a	{
	text-decoration: none;
}

#Footer p a:hover	{
	color: #444;
	text-decoration: underline;
}

#Footer2	{
	width: 100%;
	margin: 6px 0;
}

#Footer2 p	{
	margin: 0;
	width: 920px;
	font-size: 80%;
}

#Footer2 p a	{
	padding: 0 0 0 10px;
	background: transparent url('/img/ico/bar_foot.gif') no-repeat 4px 50%;
	color: #999;
	text-decoration: none;
}

#Footer2 p a:first-child	{
	padding: 0;
	background: none;
}


/* specific page style overrides */

.homePage #MainContent	{
	width: 680px;
	margin: 35px 0 20px;
	padding: 0 0 0 35px;
	float: left;
	overflow: hidden;
}

.homePage #MainContent .SummaryPanel	{
	width: 680px;
	overflow: hidden;
}

.homePage #MainContent .SummaryPanel div	{
	width: 218px;
	margin: 0 0 -1000px 13px;
	padding: 0 0 1000px;
	background-color: #f3f3f3;
	float: left;
}

.homePage #MainContent .SummaryPanel div.FirstChild	{
	margin: 0 0 -1000px;
}

.homePage #MainContent .SummaryPanel div h2	{
	margin: 0 0 1px;
}

.homePage #MainContent .SummaryPanel div h2 a	{
	width: 187px;
	height: 100%;
	padding: 3px 11px 3px 20px;
	background: #000 url('../img/ico/arrow.gif') no-repeat 6px 0.5em;
	color: #fff;
	text-decoration: none;
	display: block;
}

.homePage #MainContent .SummaryPanel div p	{
	margin: 0;
	padding: 0.5em 11px;
}

.homePage #MainContent .SummaryPanel div p span.MoreLink	{
	font-weight: bold;
}

.homePage #MainContent .SummaryPanel div p span.MoreLink a	{
	color: #517f60;
	text-decoration: none;
}

.homePage #MainContent .SummaryPanel div p.DealLink a	{
	font-weight: bold;
	text-decoration: none;
}

.homePage #MainContent .SummaryPanel div p span.MoreLink a:hover,
.homePage #MainContent .SummaryPanel div p.DealLink a:hover	{
	text-decoration: underline;
}

.homePage #MainContent .SummaryPanel div ul	{
	margin: 0.5em 0;
	padding: 0;
	list-style: none;
}

.homePage #MainContent .SummaryPanel div ul li	{
	padding: 0 11px 0 20px;
	background: transparent url('../img/ico/bullet1.gif') no-repeat 11px 0.5em;
}

.homePage #MainContent p#PleaseCall 	{
	width: 240px;
	padding: 10px 198px 10px 240px;
	background: transparent url('/img/ico/cactus_home.jpg') no-repeat 0 100%;
}


.for-individualsGroup #HeaderLogo 	{
	background-image: url('../img/hdr/for_individuals.jpg');
}

.for-businessGroup #HeaderLogo 	{
	background-image: url('../img/hdr/for_business.jpg');
}

.for-managers-hrGroup #HeaderLogo 	{
	background-image: url('../img/hdr/for_managers_hr.jpg');
}

.resolving-disputesGroup #HeaderLogo 	{
	background-image: url('../img/hdr/resolving_disputes.jpg');
}

.taxationGroup #HeaderLogo 	{
	background-image: url('../img/hdr/taxation.jpg');
}

.specialist-adviceGroup #HeaderLogo 	{
	background-image: url('../img/hdr/specialist_advice.jpg');
}

.newslettersGroup #HeaderLogo 	{
	background-image: url('../img/hdr/publications.jpg');
}

.newslettersGroup.Publication #HeaderLogo 	{
	background-image: url('../img/hdr/publication.jpg');
}

.aboutGroup #HeaderLogo 	{
	background-image: url('../img/hdr/about_us.jpg');
}

.aboutGroup.eventsPage #HeaderLogo 	{
	background-image: url('../img/hdr/events.jpg');
}

.aboutGroup.jobs_company_commercial_lawyerPage #HeaderLogo 	{
	background-image: url('../img/hdr/jobs_company_commercial.jpg');
}

.aboutGroup.employment_lawyer_job_vacancyPage #HeaderLogo 	{
	background-image: url('../img/hdr/jobs_employment_lawyer.jpg');
}

.teamGroup.teamPage #HeaderLogo 	{
	background-image: url('../img/hdr/team.jpg');
}

.aboutGroup.teamPage.TeamMember #HeaderLogo,
.aboutGroup.termsPage #HeaderLogo,
.aboutGroup.privacyPage #HeaderLogo 	{
	/* ... */
}

.aboutGroup.clientsPage #HeaderLogo 	{
	background-image: url('../img/hdr/clients.jpg');
}

.contactPage #HeaderLogo 	{
	background-image: url('../img/hdr/contact_us.jpg');
}