/*------------------------------------------------------------------

[Allens Arthur Robinson]

Master Stylesheet Guide

--


[Layout]

* body
	+ Utility Navigation / #utilityNav
	+ Container / #container
		+ Global Navigation / #header
		+ Breadcrumbs and Title / #pageInfo
		+ Main / #main
			+ Local Navigation / #sidebar
			+ Content / #content
				- Content Area / .split-main
				- Sidebar / .split-side
			+ Section Footer / #sectionFooter
		+ Footer / #footer



[ Nav References ]

+ Upper Navigation			#utilityNav
+ Big/Global Navigation		#globalNav
+ Side/Local Navigation		#localNav

+ Footer Navigation	
	- Main Footer Nav		#footerNav
	- Legals Nav			#legalsNav



[ Extras ]

Banners						#homeBanner
							#sectionBanner
							#contentBanner



[Color codes]

+ Default (HTML) Text			Gray		#585858
+ Global Navigation				Gray		#666
	- Text						Light Gray	#a2a2a2
+ Second Level Nav				Gray		#a8a7a8
+ Image Headings				Black		#000

+ Default Link Text				Gray		#585858
	- Underline								#d9d9d9
+ Alternate Link Text			Blue		#005780
	- Underline								#1761a2
+ Heading Link Text				Turquoise	#319a9a
	- Underline								#dceeee


------------------------------------------------------------------*/


/* Import Additional Stylesheets */
@import "reset.css";
@import "nav.css";


/* HTML Elements
------------------------------------------------------------------*/
body {
	background: #fff;
	color: #585858;
	font-size: 0.75em;
	line-height: 1.2em;
	font-family: Arial;
}

a {
	color: #585858;
	text-decoration: underline;
	zborder-bottom: 1px dotted #d9d9d9;
}
a:hover {
	border-bottom-style: solid;
}

#content a { color: #319a9a; zborder-bottom: 1px dotted #319a9a; }
#content a:hover { color: #005780; border-bottom: 1px solid #1761a2; }
	

  
p { 
	margin: 5px 0 15px 0;
	line-height: 1.3em;
}

ul, ol {
	list-style-type: disc;
	margin: 5px 0 15px 50px;
}


ol { list-style-type: decimal; }

#content ul, #content ol { 
	line-height: 1.3em;
}

ul li, ol li {
	margin-bottom: 5px;
}

input, select {
	font-family: Arial;
	font-size: 1em;
}

input:focus, select:focus,
embed:focus, #pageInfo h2 object:focus { outline: 0; }

em { font-style: italic; }

sup { 
	position: relative;
	top: -3px;
	vertical-align: top;
	font-size: 0.8em;
}
sup a { color: #319a9a; border: 0 !important; text-decoration: underline; font-weight: bold; }


/* Layout 
------------------------------------------------------------------*/

#container {
	width: 910px;
	margin: 0 auto;
}

.s-home #container { width: 950px; }

#header {
	position: relative;
	height: 86px;
	z-index: 200;
}

.s-home #header { padding: 0 20px 0 20px; }

#utilityNav {
	width: 950px;
	position: relative;
	background: #666 url("/images/bg/bg_utility-nav.gif");
	padding: 8px 0 0 0;
	height: 30px; /* 38px, minus the top padding. */
	overflow: hidden;
	margin: 0 auto;
}

#homeBanner {
	width: 950px;
	height: 285px;
	background: #ccc url("/images/flash/homebanner.jpg");
	margin: 15px 0 30px 0;
}

#sectionBanner {
	width: 910px;
	height: 215px;
	background: #ccc;
	margin: 15px 0 30px 0;
}

#contentBanner {
	/*width: 675px;*/
	width: 100%;
	height: 160px;
	background-color: #fff !important;
	background-repeat: no-repeat !important;
	margin-top: -15px;
	margin-bottom: 30px;
}

#sidebar {
	width: 210px;
	float: left;
}

#main { 
	background: url("/images/bg/bg_split.gif") repeat-y;
	padding-bottom: 10px;
	overflow: hidden;
	height: 1%;
}

#content { 
	height: 1%;
	overflow: hidden;
	margin-bottom: 35px;
	position: relative;
}

.s-content #content { 
	margin-left: 232px;
	overflow: visible;
	background: url("/images/bg/bg_content.gif") repeat-x;
	margin-bottom: 0;
	padding-top: 15px;
}

.s-search #content {
	background: #f4f4f4;
	padding: 20px 15px;
}

.s-results #content {
	background: url("/images/bg/bg_content.gif") repeat-x;
	padding-top: 30px;
}
.s-results .split-main { padding-top: 0; }



.split-main { 
	width: 585px;
	padding: 8px 20px 0 20px;
	border-right: 1px solid #c9c9c9;
	float: left;
	min-height:500px;
	height:auto !important;
	height:500px;
}

.s-home .split-main {
	min-height: 0;
}

.s-section .split-main {
	width: 565px; 
	padding-left: 0;
}

.s-search .split-main {
	width: 550px;
	padding: 0 20px 0 0;
}


.split-side { 
	width: 280px;
	float: right;
	margin-right: 20px;
	display: inline;
}

.s-search .split-side {
	margin-right: 0;
}

#pageInfo { 
	position: relative;
	clear: both;
	margin: 30px 0 0 15px;
	overflow: hidden;
	height: 1%;
}

#footer {
	clear: both;
	width: 920px;
	margin: 0 auto;
	border-top: 1px solid #c0c0c0;
	position: relative;
	padding: 20px 0 0 30px;
}

#footerSupport {
	position: absolute;
	top: -28px; right: 0px;
	background: url("/images/bg/bg_footer.gif");
	width: 258px;
	height: 92px;
}


/* Home page items
------------------------------------------------------------------*/

/* Allens Snapshot */
#snapshot { 
	overflow: hidden; 
	height: 1.7em;
	margin-bottom: 15px;
}

#snapshot h2 { 
	float: left; 
	width: 143px; 
	height: 20px;
	background-position: 0px -1px;
	margin: 0 2px 0 0; 
	overflow: hidden;
}

#snapshot div { 
	float: left; 
}

#snapshot p { 
	margin: 0 0 0 0; 
	line-height: 1.55em;
	width: 440px;
}


/* Prominent Boxes
	- 1 has gray background
	- 2 is normal
------------------------------------------------------------------*/

.featured-items-1 {
	background: #f2f2f2;
	overflow: hidden;
	/*height: 1%;*/
	padding: 25px 20px;
	margin-bottom: 30px;
}

.s-home .featured-items-1 {
	background: #f2f2f2 url("/images/bg/bg_featured-items.gif") 130px 0px no-repeat;
}

.featured-items-1 ul {
	list-style-type: none;
	margin: 0;
	height: 1%;
}

.featured-items-1 ul li {
	width: 252px;
	float: left;
	height: 1%;
	position: relative;
}
.s-content .featured-items-1 ul li { width: 285px; }

.s-section .featured-items-1 ul li { width: 240px; }

.featured-items-1 ul li.first {
	border-right: 1px solid #c9c9c9;
	padding-right: 20px;
	margin-right: 20px;
}

.featured-items-1 p { margin: 0 0 1px 0; }
.featured-items-1 p.last { margin-bottom: 35px; }

.featured-items-1 strong { color: #319a9a; }


.featured-items-2 {
	overflow: hidden;
	zheight: 1%;
}

.featured-items-2 ul {
	list-style-type: none;
	margin: 0;
}

.featured-items-2 ul li {
	width: 267px;
	float: left;
	position: relative;
	background-repeat: no-repeat;
	background-position: 0 8px;
}
.s-content .featured-items-2 ul li { width: 300px; }

.s-home .featured-items-2 ul li { background-position: 0 37px; }

.s-section .featured-items-2 ul li {  width: 255px; }

.featured-items-2 p { padding-left: 105px; }
.featured-items-2 p.last { margin-bottom: 40px; }

.featured-items-1 ul li p.btn,
.featured-items-2 ul li p.btn 
{ 
	margin-bottom: 0;
	position: absolute;
	bottom: 0px; right: 0px;
	padding:0;
}
.featured-items-1 ul li.first p.btn,
.featured-items-2 ul li.first p.btn
{ right: 25px; }

.featured-items-1 ul li p.btn a,
.featured-items-2 ul li p.btn a
{ float: right; }

.featured-items-2 ul li.first {
	padding-right: 25px;
	margin-right: 20px;
}
.s-home .featured-items-2 ul li.first { border-right: 1px solid #c9c9c9; }

.featured-items-2 strong { color: #319a9a; }
.s-home .featured-items-2 strong { color: #585858; }

.nicky { background-image: url("/images/common/pic_nicky.jpg"); }
.ross-drinnan { background-image: url("/images/common/pic_ross-drinnan.jpg"); }
.anthea-nolan { background-image: url("/images/common/pic_anthea-nolan.jpg"); }

/* Lists
------------------------------------------------------------------*/

.links, .links ul {
	list-style-type: none;
	margin-left: 20px;
}

.links li {
	background: url("/images/bg/bullet_local-nav.gif") 0px -257px no-repeat;
	padding-left: 10px;
}


ul.news {
	list-style-type: none;
	margin: 0;
	clear: both;
}

ul.news li {
	border-bottom: 1px dashed #c9c9c9;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}

ul.news span.date {
	display: block;
	color: #a2a2a2;
}

ul.news a {
	color: #319a9a;
	font-weight: bold;
	border-bottom: 1px dotted #dceeee;
}

ul.news a:hover { border-bottom: 1px solid #1761a2; color: #005780; }



ul.pubHomeNews {
	list-style-type: none;
	margin: 0 0 15px 0;
	overflow: hidden;
	height: 1%;
	background: url("/images/bg/divider.gif") 48% 0 repeat-y;
}

ul.pubHomeNews li {
	float: left;
	border-top: 1px dashed #c9c9c9;
	width: 270px;
	padding: 20px 30px 10px 0;
}

ul.pubHomeNews li.li-1 { margin-right: 50px; }
ul.pubHomeNews li.top { border-top: 0; padding-top: 0; }

ul.pubHomeNews span {
	display: block;
	color: #a2a2a2;
}

ul.pubHomeNews a {
	color: #319a9a;
	font-weight: bold;
	border-bottom: 1px dotted #dceeee;
}

ul.pubHomeNews a:hover { border-bottom: 1px solid #1761a2; color: #005780; }



.split-list {
	overflow: hidden;
	padding-left: 20px;
}

.split-list ul {
	margin: 0 0 20px 0;
	float: left;
	width: 220px;
	list-style-type: disc;
}

.split-list li { margin-left: 20px; }

.split-list .col-1 { margin-right: 35px; }


ul.anchorList {
	background: #f4f4f4;
	margin: 0 0 15px 0;
	padding: 20px 10px 20px 38px;
	list-style-type: none;
}

ul.anchorList li {
}

#content ul.anchorList a {
	background: url("/images/bg/bullet_local-nav.gif") 0px -258px no-repeat;
	padding-left: 10px;
	border: 0;
	color: #585858;
}

ul.anchorList a span {
	border-bottom: 1px dotted #d9d9d9;
}

#content ul.anchorList a:hover { border: 0; background-position: 0px 0.4em; }
ul.anchorList a:hover span {
	color: #319a9a;
	border-bottom: 1px solid #319a9a;
}

ul.anchorList ul {
	list-style-type: none;
	margin: 5px 0 5px 20px;
}

/* Publication List */

.pubList {
	background: #f4f4f4 url("/images/bg/bg_dogear.gif") right top no-repeat;
	padding: 10px 20px 0 20px;
	overflow: hidden;
	height: 1%;
	margin-bottom: 15px;
}

.pubList ul {
	margin: 10px 0 0 0;
	list-style-type: none;
}

.pubList ul li {
	border-bottom: 1px solid #c3c3c3;
	margin-bottom: 15px;
}
.pubList ul li.last { border: 0; }

.pubList ul li span.date {
	color: #a2a2a2;
	display: block;
	float: left;
}

.pubList ul li a.title {
	font-size: 1.5em;
	letter-spacing: -0.5px;
	line-height: 1.2em;
	color: #319a9a;
	display: block;
	width: 560px;
	float: left;
	border: 0;
   }
.pubList ul li a.title:hover { text-decoration:underline; border: 0 !important;}

.pubList ul li p { 
	clear: both;
}

.pubList ul li p.btn {
	float: right;
	width: auto;
	clear: none;
	margin-bottom: 5px;
	margin-top: 11px;
}

/* Media List */

.mediaList {
	zbackground: #f4f4f4 url("/images/bg/bg_dogear.gif") right top no-repeat;
	zpadding: 10px 20px 0 20px;
	overflow: hidden;
	height: 1%;
	margin-bottom: 15px;
}

.mediaList ul {
	margin: 10px 0 0 0;
	list-style-type: none;
}

.mediaList ul li {
	border-bottom: 1px solid #c3c3c3;
	margin-bottom: 15px;
}
.mediaList ul li.last { border: 0; }

.mediaList ul li span.date {
	color: #a2a2a2;
	display: block;
	float: left;
}

.mediaList ul li a.title {
	font-size: 1.5em;
	letter-spacing: -0.5px;
	line-height: 1.2em;
	color: #319a9a;
	display: block;
	float: left;
}

.mediaList ul li p { 
	clear: both;
}

.mediaList ul li p.btn {
	float: right;
	width: auto;
	clear: none;
	margin-bottom: 5px;
}




/* People Search Results 

.expertResults {
	margin: 20px 0 20px 0;
	list-style-type: none;
	overflow: hidden;
	width: 100%;
}

.expertResults li {
	float: left; 
	width: 255px;
	padding: 0 25px 10px 0;
	border-bottom: 1px dashed #c0c0c0;
	position: relative;
	margin-bottom: 20px;
}

.expertResults.full li { width: auto; }

.expertResults li div { float: left; overflow: hidden; width: 160px; padding-bottom: 2px;}

.expertResults .personal { 
	width: 160px;
	float: left;
}

.expertResults .expertise {
	width: 200px;
	float: left;
}

.expertResults .expertise ul {
	margin-left: 2px;
	list-style-type: none;
}
.expertResults .expertise li {
	width: auto;
	float: none;
	border: 0;
	margin: 0;
	padding-bottom: 4px;
}

.expertResults .expertise ul li a {
	background: url("/images/bg/bullet_local-nav.gif") 0px -3.2em no-repeat;
	padding-left: 10px;
	border: 0 !important;
	color: #585858 !important;
}

.expertResults .expertise ul li a span {
	border-bottom: 1px dotted #d9d9d9;
}

.expertResults .expertise ul li a:hover { background-position: 0px 0.4em; }
.expertResults .expertise ul li a:hover span {
	color: #319a9a;
	border-bottom: 1px solid #dceeee;
}



.expertResults img {
	float: left;
	margin-right: 15px;
}

.expertResults li p { margin: 0; }
.expertResults li p.name {
	margin: 0 0 3px 0;
}
.expertResults li p.btn { margin-top: 20px; }

.expertResults li a.email {
	color: #319a9a;
	border-bottom-color: #dceeee;
}

.expertResults p.btn { margin: 10px 0 0 0; }
.expertResults p.btn a { float: right; }

.expertResults.single li { border: 0; }*/


/* People Search Results - Tables */
.expertResults table {
	width: 100%;
	border-top: 1px solid #fff;
	border-collapse: collapse;
}
.expertResults td {
	vertical-align: top;
	border-top: 1px dashed #ccc;
	padding: 10px 0;
}
.expertResults td.photo {
	width: 90px;	
}
.expertResults td.personal {
    width:49%; 
    padding-left:10px; 
    padding-right:10px; }

.expertResults td.expertise{
    width:49% }


.expertResults td.photo a { border: 0 !important; }


.expertResults p.name,
.expertResults td.expertise p {
	margin: 0;
}

.expertResults.double table {
	float: left;
	width: 100%;
}
.expertResults.double table.alt td.photo { padding-left: 40px; padding-right: 10px; }

.expertResults td.personal p.btn { margin-bottom: 0; }
.expertResults td.personal p.btn a { float: left; }
.rowdivider {
	clear: both;
	border-top: 1px dashed #ccc;
	height: 1px; overflow: hidden;
	margin-bottom: 10px;
}

.lastrowdivider {
	clear: both;
	height: 1px; overflow: hidden;
	margin-bottom: 10px;
}
.expertResults.double td.photo {width:90px; }
.expertResults.double td.personal {width:98%;}



/* Office List */

.officeList {
	overflow: hidden;
	height: 1%;
	background: #f4f4f4;
	padding: 20px 15px 0px 15px;
	margin: 0 0 15px 0;
}
.officeList ul {
	margin: 10px 0 15px 0;
	list-style-type: none;
	width: 190px;
	float: left;
	border-right: 1px solid #b7b7b7;
	margin-right: 20px;
}

.officeList ul.last {
	border-right: 0;
	margin-right: 0;
}

#content .officeList ul a {
	background: url("/images/bg/bullet_local-nav.gif") 0px -21.5em no-repeat;
	padding-left: 10px;
	border: 0 !important;
}

.officeList ul a span {
	border-bottom: 1px dotted #d9d9d9;
	color: #585858;
}

.officeList ul a:hover { background-position: 0px 0.4em; }
.officeList ul a:hover span {
	color: #319a9a;
	border-bottom: 1px solid #319a9a;
}

/* Office Snapshot */

.officeSnapshot {
	margin: 20px 0 20px 0;
	list-style-type: none;
	overflow: hidden;
	width: 100%;
}

.officeSnapshot li {
	float: left; 
	width: 270px;
	height: 170px;
	padding: 0 25px 10px 0;
	position: relative;
	margin-bottom: 20px;
}

.officeSnapshot li strong {
	color: #319a9a;
}

.officeSnapshot li img {
	float: left;
	margin-top: 5px;
}

.officeSnapshot div { margin-left: 95px; }

.officeSnapshot li p.btn a { 
	position: absolute;
	bottom: 0px; right: 0px;
}


ol.references {
	font-size: 0.9em;
	margin-left: 30px;
}
#content ol.references a { color: #585858; }
#content ol.references a:hover { color: #585858; border: 0; }
#content ol.references a[href] { border: 0; color: #319A9A; }
#content ol.references a[href]:hover { color: #005780; border-bottom: 1px solid #1761a2; }



/* Content Sections
------------------------------------------------------------------*/

/* Standout section */

.standout {
	position: relative;
	background: url("/images/bg/bg_standout.gif") repeat-x;
	padding: 10px 20px 0 20px;
	margin-bottom: 15px;
}

.standout .corner {
	width: 5px;
	height: 5px;
	background: #fff;
	position: absolute; 
	background: url("/images/bg/bg_standout-corner.gif");
	overflow: hidden;
}

.standout .topleft { top: 0px; left:0px; }
.standout .topright { top: 0px; right:0px; background-position: right 0; }

.standout ul {
	margin-left: 30px;
}

/* Contacts List */

ul.contactList {
	margin: 0;
	list-style-type: none;
	overflow: hidden;
	height: 1%;
	width: 660px;
}

ul.contactList li {
	float: left;
	margin: 0 20px 0 0;
	width: 250px;
	padding: 0 0 20px 0;
	height:110px;
}

ul.contactList li strong {
	display: block;
	margin-bottom: 3px;
}

ul.contactList li strong a {
	color: #585858;
	font-weight: bold;
	border-bottom: 1px dotted #d6d6d6;
}
ul.contactList li strong a:hover { border-bottom-style: solid; }

ul.contactList li a {
	color: #319a9a;
	border-bottom-color: #dceeee;
}

/*  Publications block */

.relatedPubs {
	background: #f4f4f4 url("/images/bg/bg_dogear.gif") right top no-repeat;
	padding: 10px 20px 0 20px;
	overflow: hidden;
	height: 1%;
	margin-bottom: 15px;
}

.relatedPubs ul {
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	height: 1%;
	width: 620px;
}

.relatedPubs ul li {
	float: left;
	margin: 0 20px 0 0;
	padding: 0 0 20px 0;
}

.relatedPubs ul li.first { width: 180px; }
.relatedPubs ul li.second { width: 200px; }
.relatedPubs ul li.third { width: 180px; }

.relatedPubs a {
	color: #319a9a;
	font-weight: bold;
	border-bottom: 1px dotted #dceeee;
}

.relatedPubs a:hover { border-bottom: 1px solid #1761a2; color: #005780; }


/* Expert Info */

.expertInfo {
	border-bottom: 1px dashed #c0c0c0;
	margin: 15px 0;
	min-height:120px;
	height:auto !important;
	height:120px;
}

.expertInfo img {
	float: left;
	margin-right: 15px;
}

.expertInfo p {
	padding-top: 10px;
	line-height: 1.5em;
}

.expertInfo a {
	color: #319a9a;
	border-bottom-color: #dceeee;
}


/* Related Profiles block */

.relatedProfiles {
	background: #f4f4f4 url("/images/bg/bg_dogear.gif") right top no-repeat;
	padding: 10px 20px 0 20px;
	overflow: hidden;
	height: 220px;
	margin-bottom: 15px;
	position: relative;
}

.relatedProfiles ul {
	background: #f4f4f4;
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	height: 185px;
	width: 620px;
	position: absolute;
	top: 4em; left: 720px;
}
.relatedProfiles ul.first { left: 20px; }
.relatedProfiles ul.visible { z-index: 10; }

.relatedProfiles ul li {
	float: left;
	margin: 0 20px 0 0;
	padding: 0 0 20px 0;
	height: 65px;
	overflow:hidden;
}

.relatedProfiles ul li.first { width: 180px; }
.relatedProfiles ul li.second { width: 200px; }
.relatedProfiles ul li.third { width: 180px; }

.relatedProfiles a {
	color: #319a9a;
	font-weight: bold;
	border-bottom: 1px dotted #dceeee;
}

.relatedProfiles a:hover { border-bottom: 1px solid #1761a2; color: #005780; }
.relatedProfiles p.btn a:hover { border-bottom: 0; }

.relatedProfiles p.nextprofile { 
	width: auto;
	position: absolute;
	bottom: 40px; left: 435px;
	z-index: 15;
}


/* Separated Columns */

.columnBlock {
	background: url("/images/bg/divider.gif") 50% 0 repeat-y;
	overflow: hidden;
	height: 1%;
	margin: 20px 0;
}

.columnBlock .column {
	zbackground: red;
	width: 300px;
	margin-right: 75px;
	float: left;
}

.columnBlock .column.two {
	margin-right: 0;
}


/* Office Block */
.officeBlock {
	margin: 20px 0 0 0;
	overflow: hidden;
	height: 2%;
	position: relative;
}

.officeBlock img {
	float: left;
}

.officeBlock .details { 
	float: left;
	width: 240px;
	margin-left: 20px;
}

.officeBlock .extra {
	margin-left: 30px;
	float: left;
}

.officeBlock .extra ul {
	margin: 5px 0 0 3px;
	height: 100px;

}
.officeBlock .time {
	zposition: absolute;
	zbottom: 14px; zleft: 377px;
}

.officeBlock .time p {
	font-size: 24px;
	line-height: 24px;
	height: 24px;
	margin: 0;
}

.officeBlock .time p span { position: absolute; top: 0; left: 0; text-indent: -12345px; }


/* 'Magic' Box */
.magicBox {
	background: #f4f4f4;
	overflow: hidden;
	height: 1%;
	position: relative;
	margin-bottom: 15px;
}

.magicBoxWhiteBkg {
	background: #fff;
	overflow: hidden;
	height: 1%;
	position: relative;
	margin-bottom: 15px;
}

.magicBox img, .magicBoxWhiteBkg img {	float: left; }
.magicBox p img, .magicBoxWhiteBkg p img { float: none; }

.magicBox .text, .magicBoxWhiteBkg .text {
	margin: 0 0 10px 146px;
	padding: 5px 25px 0 25px;
}

.magicBox.button .text, .magicBoxWhiteBkg.button .text { padding-right: 115px; }

.magicBox p.btn, .magicBoxWhiteBkg p.btn {
	width: auto;
	position: absolute;
	bottom: 15px; left: 570px;
	margin: 0;
}

.magicBox.quote .text { background: transparent url("/images/bg/quote_start.gif") 10px 0 no-repeat; }
/*
.magicBox.quote { zbackground: #f4f4f4 url("/images/bg/quote_end.gif") right bottom no-repeat; }

.magicBox.quote .quoteend { 
	display: inline-block;
	background: url("/images/bg/quote_end-sm.gif");
	width: 12px; height: 10px;
	text-indent: -999em;
	line-height: 10px;
	position: relative;
	top: -2px;
	overflow: hidden;
}
*/

/* Logos */

#content .logos a {
	margin-right: 10px;
	border: 0;
}

#content .logos a:hover { border: 0; }


/* Sorting fields */
.sorting {
	height: 1%;
	overflow: hidden;
	padding-bottom: 25px;
}
.sorting p {
	float: left;
	margin: 5px 10px 0 0;
     padding-bottom:2px;
}
.sorting p.last { 
	padding-right: 0;
	margin-right: 0;
	border-right: 0;
	padding-left: 10px;
	border-left: 1px solid #ccc;
}

/* Bookmarks - facebook, delicious etc */
.bookmarks strong { display: block; }
.bookmarks img { vertical-align: top; }
.bookmarks a {
	margin-left: 5px;
	margin-right: 10px;
}


/* Art collection */
.bigPhoto { 
	margin: 0 0 15px 0; padding: 0;
	float: right;
	text-align: right;
}
.bigPhoto img { margin-bottom: 10px; }
.artThumbs {
	overflow: hidden;
	height: 1%;
}
.artThumbs a {
	display: block;
	float: left;
	margin: 0 20px 27px 0;
	border: 0 !important;
}	
.artThumbs img {
}
.artThumbs span {
	display: none;
}


/* Buttons
------------------------------------------------------------------*/

.btn {
	overflow: hidden; 
	width: 100%;
}

.btn a {
	background: transparent url('/images/buttons/btn_left.gif') no-repeat top left;
	display: block;
	float: left;
	line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 30px; /* Height of button background height */
	padding-left: 14px; /* Width of left menu image */
	text-decoration: none;
	border:0 !important;
	cursor: pointer;
	color: #484848 !important;
}

.btn.center a { position: relative; left: 250px; }
.split-side .btn.center a { position:relative; left: 75px; }


.btn a:link, .btn a:visited, .btn a:active {
	color: #484848; 
}

.btn a span {
	background: transparent url('/images/buttons/btn_main.gif') no-repeat top right;
	display: block;
	padding: 4px 14px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
	font-weight: bold;
	font-size: 0.9em;
	text-transform: uppercase;
}

/* Buttons sitting on gray background have different image */
.featured-items-1 .btn a,
.s-search .btn a,
.relatedProfiles .btn a,
.magicBox .btn a,
.img .btn a,
.formholder .btn a,
.pubList .btn a { background: transparent url('/images/buttons/btn_left-dark.gif') no-repeat top left; }
.featured-items-1 .btn a span,
.s-search .btn a span,
.relatedProfiles .btn a span,
.magicBox .btn a span,
.img .btn a span,
.formholder .btn a span,
.pubList .btn a span { background: transparent url('/images/buttons/btn_main-dark.gif') no-repeat top right; }

.btn a:hover { 
	background-position: bottom left;
}

.btn a:hover span { 
	background-position: bottom right;
	color: #fff;
}


/* Submit button in utility nav */
#utilityNav li a.btn.submit { width: 33px; }
#utilityNav li a.btn.submit span {
	background: url("/images/buttons/btn_utilitysearch.gif") no-repeat;
	width: 35px;
	display: block;
	height: 27px;	
	line-height: 22px; 
	padding-left: 14px;
	text-decoration: none;
	border:0;
}
#utilityNav li a.btn.submit:hover span { background-position: 0 0; }

/* RSS Button in News and Publications heading */
h2 .btn a { float: right; }



/* Page function buttons */
ul.pageFunctions {
	position: absolute;
	bottom: 25%; right: 0px;
	z-index: 10;
	list-style-type: none;
	margin: 0;
}
ul.pageFunctions li {
	display: inline;
}

ul.pageFunctions .btn.img a {
	background: url("/images/buttons/btn_functions.gif") no-repeat;
	text-indent: -12345px;
	width: 35px;
	height: 31px;
	padding:0;
	margin-right: 3px;
}

ul.pageFunctions li.btn.img.email a { background-position: 0 0; }
ul.pageFunctions li.btn.img.rss a { background-position: -37px 0; }
ul.pageFunctions li.btn.img.download a { background-position: -76px 0; }
ul.pageFunctions li.btn.img.email a:hover { background-position: 0 bottom; }
ul.pageFunctions li.btn.img.rss a:hover { background-position: -37px bottom; }
ul.pageFunctions li.btn.img.download a:hover { background-position: -76px bottom; }

ul.pageFunctions li.btn.split a { 
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #c0c0c0; 
}

.returnrule {
	height: 31px;
	margin: 5px 0 15px 0;
}
.returnrule .hr { 
	position: relative; 
	top:15px; left: 0px;
	margin: 0;
}
p.return {
	float: right;
	margin: 0 0 0 10px;
	width: 35px; height: 31px;
}
p.return a {
	display: block;
	width: 35px; height: 31px;
	background: url("/images/buttons/btn_functions.gif") -144px 0 no-repeat;
	text-indent: -12345px;
	border: 0 !important;
	overflow: hidden;
}
p.return a:hover { background-position: -144px bottom; }
p.btn.right { width: auto; margin-top: 0; margin-right: 10px; padding-right: 10px; border-right: 1px solid #c0c0c0; }
p.btn.right a { float: right; }


/* Titles & Headings
------------------------------------------------------------------*/

h1 { float: left; margin-top: 20px; }
h1 a {
	display: block;
	width: 250px;
	height: 55px;
	overflow: hidden;
	border: 0;
	position: relative;
}
h1 a strong { 
	position: absolute; 
	bottom: 0px; left:0px;
	font-size: 1.6em;
}
h1 a span { 
	display: block;
	background: url("/images/titles/widlogo.jpg");
	width: 250px;
	height: 55px;
	position: absolute;
	top:0px; left:0px;
}

h2 {
	height: 41px;
	background-repeat: no-repeat;
	margin-bottom: 17px;
	position: relative;
}
h2 span {
	display: block;
	height: 41px;
	width: 100%;
	position: absolute;
	top:0px; left:0px;
}
h2 strong {
	position: absolute; 
	top: 0px; left:0px;
}


#pageInfo h2 { 
	position: relative; 
	text-transform: lowercase;
	height: 50px;
	width: 620px;
}
#pageInfo h2.nobuttons { width: 100%; }

#pageInfo h2 embed, #pageInfo h2 object {
	position: absolute;
	top:-5px; /*left:-2px;*/ left: 0;
	z-index: 20;
}

#pageInfo h2 strong {
	position: absolute;
	top:13px; left:0px;
	z-index:1;
	text-indent: 0;
	display: block;
	height: 41px;
	text-transform: lowercase;
	font-size: 2em;
	font-weight: normal;
	padding-top: 5px;
}
#pageInfo h2 span {
	position: absolute;
	top:0px; left:0px;
	z-index:2;
	display: block;
	width: 100%;
	height: 41px;
	background-repeat: no-repeat;
	text-indent: -12345px;
	margin-bottom: 17px;
}

.split-side h2,
.split-side h2 span,
.s-search #content h2,
.s-search #content h2 span { height: 19px; background-repeat: no-repeat; }

/* Heading with button */
.split-heading { 
	position: relative;
	overflow: hidden;
}
.split-heading h2,
.s-home .split-heading h2 { 
	float: left;
	margin-top: 7px;
	height: 19px;
	width: 200px;
	position: relative;
}
.split-heading h2 span { 
	position: absolute; top:0px; left:0px;
	background-repeat: no-repeat;
}
.split-heading h2 strong { width: 200px; }
.split-heading .btn { 
	width: 70px;
	float: right;
	margin:0;
}
.split-heading .btn a { float: right; }

p.btn.heading { 
	position: absolute;
	top: 0px; right: 0px;
	z-index:100;
	width: 200px;
}
p.btn.heading a { 
	float: right;
	margin-top: 10px;
}


/* CSS Replaced Headings - Add more if need be. */
.allens-snapshot { background-image: url("/images/titles/h_allens-snapshot.gif"); }
.our-expertise { background-image: url("/images/titles/h_our-expertise.gif"); }
.allens-in-the-community { background-image: url("/images/titles/h_allens-in-the-community.gif"); }
.news-and-publications { background-image: url("/images/titles/h_news-and-publications.gif"); width: 195px; }
.intellectual-property { background-image: url("/images/titles/h_intellectual-property.gif"); }
.services { background-image: url("/images/titles/h_services.gif"); }
.vietnam-laws { background-image: url("/images/titles/h_vietnam-laws_home.gif"); }
.patent-and-trade-marks-attorneys { background-image: url("/images/titles/h_patent-and-trade-marks-attorneys_home.gif"); }
.service-insight { background-image: url("/images/titles/h_service-insight.gif"); }
.our-people { background-image: url("/images/titles/h_our-people.gif"); }
.climate-change { background-image: url("/images/titles/h_climate-change.gif"); }
.privacy { background-image: url("/images/titles/h_privacy.gif"); }
.people { background-image: url("/images/titles/h_people.gif"); }
.search-for-an-expert { background-image: url("/images/titles/h_search-for-an-expert.gif"); }
.browse-by-surname { background-image: url("/images/titles/h_browse-by-surname.gif"); }
.s-search .browse-by-surname { background-image: url("/images/titles/h_browse-by-surname_dark.gif"); }
.areas-of-expertise { background-image: url("/images/titles/h_areas-of-expertise.gif"); }
.recent-publications { background-image: url("/images/titles/h_recent-publications.gif"); }
.leading-legal-teams { background-image: url("/images/titles/h_leading-legal-teams.gif"); }
.shanghai { background-image: url("/images/titles/h_shanghai.gif"); }
.careers-news { background-image: url("/images/titles/h_careers-news.gif"); }
.job-search { background-image: url("/images/titles/h_job-search.gif"); }
.areas-of-interest { background-image: url("/images/titles/h_areas-of-interest.gif"); }
.publication-subscription { background-image: url("/images/titles/h_subscribe.gif"); }
.climate-change { background-image: url("/images/titles/h_climate-change_home.gif"); }
.multimedia { background-image: url("/images/titles/h_multimedia.gif"); }
.video { background-image: url("/images/titles/h_video.gif"); }

/* Homepage and Prominent boxes exceptions */
.s-home h2, 
.featured-items-1 h2, 
.featured-items-1 h3,
.featured-items-2 h2, 
.featured-items-2 h3,
.officeList h3,
.officeBlock h3,
.form h3 { 
	margin: 0 0 10px 0;
	overflow: hidden;
	height: 19px;
	padding:0;
}



.s-home h2 span, 
.featured-items-1 h2 span, 
.featured-items-1 h3 span,
.featured-items-2 h2 span, 
.featured-items-2 h3 span,
.officeList h3 span,
.officeBlock h3 span,
.form h3 span {
	display: block;
	position: absolute;
	top:0px; left:0px;
	height: 19px;
	width: 100%;
	background-repeat: no-repeat;
}

.featured-items-2 h3 { margin-bottom: 0; }

.s-home .featured-items-1 h2 strong { width: 100px; }
.s-home .featured-items-1 h2 span,
.s-home .featured-items-1 h2 { height: 44px; }
.s-home .featured-items-1 li.second h2 span { width: 185px; }
/*----*/

h3 {
	font-size: 1.5em;
	letter-spacing: -0.5px;
	font-weight: bold;
	color: #319a9a;
	margin: 5px 0 10px 0;
	padding-top: 10px;
	position: relative;
	line-height: 1.2em;
}

h3.longheading { width: 85%; }

h3 a, h3 a:hover {
	font-weight: bold;
	color: #319a9a !important;
	border: 0 !important;
}


h4 { 
	color: #319a9a;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1em;
	margin: 5px 0 10px 0;
}
h4 a, h4 a:hover {
	font-weight: bold;
	color: #319a9a !important;
	border: 0 !important;
}

h5 {
	color: #319a9a !important;
	font-weight: bold !important;
	font-size: 1.1em;
	border: 0 !important;
	cursor: normal;
	line-height: 1em;
	margin: 5px 0;
}
h5 a, h5 a:hover {
	font-weight: bold;
	color: #319a9a !important;
	border: 0 !important;
}

h6, h6 a, h6 a:hover {
	color: #319a9a !important;
	font-weight: bold;
	font-size: 1em;
	border: 0 !important;
	cursor: normal;
	line-height: 1em;
}


#printhead { 
  display: none;
	font-size: 2.2em;
	letter-spacing: -0.5px;
	font-weight: bold;
	color: #319a9a;
	margin: 5px 0 10px 0;
	padding-top: 10px;
	position: relative;
	line-height: 2.2em;
 } 

p.intro, p.intro2 {
	font-size: 1.4em;
	line-height: 1.35em;
	color: #848484;
}
.s-section p.intro, .s-section p.intro2 { padding-top:0; }
#pubNav p.intro, #pubNav p.intro2 { margin: 0 0 0 -15px; }



/* Forms
------------------------------------------------------------------*/

.formholder { 
	background: #f4f4f4;
	padding: 20px 15px 0px 15px;
}

/* Search for an expert */
.form {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}
.formholder .form { margin-bottom: 0; }

.form ul {
	margin: 0;
	list-style-type: none;
}

.form ul li {
	line-height: 2em;
	margin-bottom: 10px;
	clear: both;
	overflow: hidden;
	zheight: 1%;
}
.form ul li.last { margin-bottom: 0; }

.form label { 
	display: block;
	float: left;
	background: #e6e6e6;
	width: 160px;
	color: #319a9a;
	font-weight: bold;
	padding: 0 0 0 10px;
	margin-right: 10px;
}

.form input { width: 190px; float: left; }
.form select { width: 194px; float: left; }

.form input.chk { width: auto; }

.form .inputs { width: 300px; float: left; }
.form .inputs input { width: auto; float: none;  }
.form .inputs.full { width: 350px; }


.form li em { 
	line-height: 1.3em;
	display: block;
	float: left;
	width: 130px;
	margin-left: 20px;
	font-style: italic;
}

.form li.info span { 
	display: block;
	margin-left: 150px;
}

.form p.btn {
	zposition: absolute;
	zbottom: 0px; zright: 0px;
	zmargin: 0;
}
.form p.btn a { float: right; }

.refineSearch {
	padding: 0 10px;
}

.refineSearch ul {
	margin: 0;
	list-style-type: none;
}
.refineSearch ul li { 
	clear:both;
	overflow: hidden;
}

.refineSearch ul.column { 
	float: left; 
	/*width: 160px;*/
	width: 250px;
	margin-right: 25px;
}

.refineSearch ul.right { margin: 0; }

.refineSearch ul input {
	float: left;
	position: relative;
	top: -1px;
}
.refineSearch ul label { 
	display: block;
	float: left;
	width: 220px;
	line-height: 1.4em;
}

.interest td {
	padding: 3px;
	vertical-align: top;
}

.interest td.vert {
	vertical-align: bottom;
	text-align: center;
}


/* Browse by surname (Alphabet list) */

#content .alphaList {
	margin: 0;
	list-style-type: none;
}

#content .alphaList li {
	border-bottom: 1px solid #d6d6d6;
	float: left;
	line-height: 35px;
	margin:0;
}

#content .alphaList li a {
	display: block;
	line-height: 15px;
	width: 45px;
	margin: 10px 0;
	text-align: center;
	border-bottom: 0 !important;
	border-right: 1px dashed #d6d6d6;
	color: #585858;
}

#content .alphaList li.listing a {
	width: auto;
	margin-left: 17px;
	border-right: 0;
	font-weight: bold;
	color: #319a9a;
}

#content .alphaList li a:hover {
	color: #005780;
	font-weight: bold;
	font-size: 1.5em;
}
#content .alphaList li.listing a:hover { font-size: 1em; }

#content .alphaList li.bottom { border-bottom: 0; }
#content .alphaList li.last a { border-right: 0; }




/* Tables
------------------------------------------------------------------*/

/* Standard table */

.standard {
	width: 100%;
	background: #f5f5f5;
	border-collapse: collapse;
	margin: 5px 0 15px 0;
}

.standard td, .standard th {
	padding: 15px;
}

.standard td {
	border: 1px solid #cecfcf;
	border-right: 0;
	border-bottom: 0;
	vertical-align: top;
}

.standard th {
	background: #777777;
	color: #fff;
	font-weight: bold;
	border-right: 1px solid #9b9b9b;
	border-top: 1px solid #cecfcf;
}

.standard tr.alt td {
	background: #f1f2f2;
}

.standard th.active {
	background: #41a8a8;
}

.standard td.active {
	background: #eaf0ef;
}

.standard tr.alt td.active {
	background: #e5eceb;
}

.standard tr.first-row th { border-top: 0; }
.standard td.first-col,
.standard th.first-col { border-left: 0; }

.standard ul { margin: 0 0 0 12px !important; }



/* Banners
------------------------------------------------------------------*/

/* Create a script to assign a random class to the #contentBanner div */
/* Add banners to this list as needed. */

#contentBanner.banner-1 { background: url("/images/bg/ban_content-1.jpg"); }
/* #contentBanner.banner-2 { etc } */



#sectionBanner.banner-1 { background: url("/images/bg/ban_section-1.jpg"); }





/* Flash
------------------------------------------------------------------*/

#map {
	margin: 25px 0;
}


/* Footer
------------------------------------------------------------------*/

#footer p {
	color: #a2a2a2;
}

#footer ul {
	list-style-type: none;
	margin: 0;
}

#footer ul li {
	display: inline;
	border-right: 1px solid #c0c0c0;
	padding: 0 15px 0 0;
	margin: 0 15px 0 0;
}

#footer ul li.last { border-right: 0; }

#footer ul li a {
	border: 0;
}

#footer ul li a:hover { color: #005780; }

ul#footerNav {
	margin: 0 0 20px 0;
}

ul#legalsNav li a {
	color: #a2a2a2;
}

ul#legalsNav li.language a { color: #585858; }

#sectionFooter {
	border-top: 1px solid #c0c0c0;
	padding: 20px 0 20px 0;
	float: right;
	width: 890px;
	overflow: hidden;
}

#sectionFooter .subNav { width: 890px; }

.s-section #sectionFooter { width: 100%; }
.s-section #sectionFooter .subNav { width: 100%; }


/* Sitemap
------------------------------------------------------------------*/

#sitemapContainer {
	width:100%;
	padding:15px 0 10px 50px
}
#sitemapContainer li{
	line-height:.9em;
	color:#000;
}
#sitemapContainer ul{
	list-style-image: url('/images/bg/nav_cn2sitemap_arrow.gif')
}
#colHome{
	width:170px;
	float:left;
}
#colHome img{
	margin-left:4px;
}
#colLeft{
	width:290px;
	float:left;
	margin-top:-25px;
}
#colRight{
	width:290px;
	float:left;
	margin-top:-25px;
}
#sitemapContainer h4{
	margin-top:25px;
}

/* Contact us
------------------------------------------------------------------*/

#contactLeft{
	width:300px;
	float:left;
}
#contactRight{
	width:300px;
	float:left;
}


/* Miscellaneous
------------------------------------------------------------------*/

.hr { 
	border-bottom: 1px solid #c0c0c0;
	height: 1px; 
	overflow: hidden;
	margin: 5px 0 15px 0;
}
.hr hr { display: none; }
.hr.thick { border-bottom: 3px solid #585858; margin-bottom: 20px; }

/*	Very top of the page, used for 'return to top' links.
	Also contains a 'skip to content' link for accessibility. */
#top { 
	text-indent: -12345px;
	position: absolute; top:0px; left:0px;
}

p.headerblock {
	background: #f4f4f4;
	text-align: center;
	padding: 6px 0;
}

div.img {
	float: right;
	background: #f4f4f4;
	margin: 5px 0 20px 20px;
}

div.img.photo { width: 146px; }

div.img img { display: block; margin: 0; }
div.img em { display: block; margin-bottom: 5px; }
div.img p {	
	margin: 0;
	padding: 10px 9px;
	font-size: 0.95em;
}
div.img p.btn { width: auto; height: 1%; margin: 0; padding: 0 5px 5px 0; }
div.img p.btn a { float: right; }
div.img p img { display: inline; }


p.blockquote  { padding: 0 15px; }
p.quote { font-style: italic; margin:-7px 0 10px 0; }

.clear { clear: both; }
.clear-left { clear: left; }
.clear-right { clear: right; }

.rightPhoto { float: right; margin: 10px 0 15px 50px; }

.caption { color: #848484; }