﻿/*------------------------------------------------------------------

Allens 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		#0f7cc3
	- Underline								#1761a2
+ Heading Link Text				Turquoise	#0f7cc3
	- Underline								#dceeee


------------------------------------------------------------------*/


/* Import Additional Stylesheets */
@import "reset.css";
@import "nav.css";

@font-face {
    font-family: 'TheSansSemiLight';
    src: url('../fonts/TheSans_TT3_.eot');
    src: url('../fonts/TheSans_TT3_.eot?#iefix') format('embedded-opentype'),
         url('../fonts/TheSans_TT3_.woff') format('woff'),
         url('../fonts/TheSans_TT3_.ttf') format('truetype'),
         url('../fonts/TheSans_TT3_.svg#TheSansSemiLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {font-family: 'TheSansLightItalic';
	src: url('../fonts/TheSans_TT3i.eot');
    src: url('../fonts/TheSans_TT3i.eot?#iefix') format('embedded-opentype'),
         url('../fonts/TheSans_TT3i.woff2') format('woff2'),
         url('../fonts/TheSans_TT3i.woff') format('woff'),
         url('../fonts/TheSans_TT3i.ttf') format('truetype'),
         url('../fonts/TheSans_TT3i.svg#webfontregular') format('svg');
}
@font-face {
    font-family: 'TheSansBold';
    src: url('../fonts/TheSans_TT6_.eot');
    src: url('../fonts/TheSans_TT6_.eot?#iefix') format('embedded-opentype'),
         url('../fonts/TheSans_TT6_.woff') format('woff'),
         url('../fonts/TheSans_TT6_.ttf') format('truetype'),
         url('../fonts/TheSans_TT6_.svg#TheSansSemiLight') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {font-family: 'TheSansSemiBoldItalic';
	src: url('../fonts/TheSans_TT6i.eot');
    src: url('../fonts/TheSans_TT6i.eot?#iefix') format('embedded-opentype'),
         url('../fonts/TheSans_TT6i.woff2') format('woff2'),
         url('../fonts/TheSans_TT6i.woff') format('woff'),
         url('../fonts/TheSans_TT6i.ttf') format('truetype'),
         url('../fonts/TheSans_TT6i.svg#webfontregular') format('svg');
}

/* New fonts */
@font-face {
	font-family: "TheSansB_300_Light";
	src: url("../fonts/TheSansB_300_.eot");
	src: url("../fonts/TheSansB_300_.eot?#iefix") format("embedded-opentype"),
		 url("../fonts/TheSansB_300_.woff") format("woff"),
		 url("../fonts/TheSansB_300_.svg#TheSansB_300_") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "TheSansB_300i_Light_Italic";
	src: url("../fonts/TheSansB_300i.eot");
	src: url("../fonts/TheSansB_300i.eot?#iefix") format("embedded-opentype"),
		 url("../fonts/TheSansB_300i.woff") format("woff"),
		 url("../fonts/TheSansB_300i.svg#TheSansB_300i") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "TheSansB_600_SemiBold";
	src: url("../fonts/TheSansB_600_.eot");
	src: url("../fonts/TheSansB_600_.eot?#iefix") format("embedded-opentype"),
		 url("../fonts/TheSansB_600_.woff") format("woff"),
		 url("../fonts/TheSansB_600_.svg#TheSansB_600_") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "TheSansB_600i_SemiBold_Italic";
	src: url("../fonts/TheSansB_600i.eot");
	src: url("../fonts/TheSansB_600i.eot?#iefix") format("embedded-opentype"),
		 url("../fonts/TheSansB_600i.woff") format("woff"),
		 url("../fonts/TheSansB_600i.svg#TheSansB_600i") format("svg");
	font-weight: normal;
	font-style: normal;
}


/* HTML Elements
------------------------------------------------------------------*/
body {
	background: #fff;
	color: #585858;
	font-size: 0.75em;
	line-height: 1.2em;
	font-family: Arial;
	
}

a {
	color: #585858;
	text-decoration: underline;
        /* -webkit-transition: all 400ms ; removed to stop iPhone flicker */
	-moz-transition: all 400ms ;
	-ms-transition: all 400ms ;
	-o-transition: all 400ms ;
	transition: all 400ms ;

}
a:hover {
	border-bottom-style: none;
	-webkit-transition: all 400ms ;
	-moz-transition: all 400ms ;
	-ms-transition: all 400ms ;
	-o-transition: all 400ms ;
	transition: all 400ms ;
}

#content a { color: #0f7cc3; }

#content a:hover {  border-bottom: 1px solid #0F7CC3; } /*----------- RR Removed ------------ color: #0f7cc3; border-bottom: 1px solid #0F7CC3;*/

  
p { 
	margin: 5px 0 15px 0;
	line-height: 19px;
}

ul, ol {
	list-style-type: disc;
	margin: 5px 0 15px 50px;
}

ol.lower-alpha {list-style-type: lower-alpha;}

ol { list-style-type: decimal; }

#content ul, #content ol { 
	line-height: 1.5em;
}

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: #0f7cc3; border: 0 !important; text-decoration: underline; font-weight: bold; }


sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	top: .5ex;
	font-size: 0.8em;
}

.clear{ clear:both;}

/* ------ RR Added ------------*/
 body h2.sectionHeading{ 
	padding-bottom: 10px;
	border-bottom: 1px solid #999995;
	width: 100%;
	text-transform: uppercase;
	margin: 30px 0 20px; 
	font-family: 'TheSansSemiBold', Arial, Sans-Serif;
	font-size: 14px;
 }
 
 body h2.sectionHeading a{ 
 	color: #585858 !important;
 	font-family: 'TheSansSemiBold',Arial,Sans-Serif;

 }
 
  body h2.sectionHeading a:hover{
  	text-decoration: none !important;
  }

body.s-home h2.sectionHeading{ 
	padding-bottom: 6px;  /*--- Jin changed from 10px to 6px ----*/
	border-bottom: 1px solid #999995;
	width: 100%;
	text-transform: uppercase;
	margin: 10px 0 20px !important; 
	font-family: 'TheSansSemiLight', Arial, Sans-Serif;
	zfont-family: 'TheSansSemiBold', Arial, Sans-Serif; /*--- Jin removed this and added the line above ------- */
	font-size: 13px; /*--- Jin added this ----*/
	font-weight: 600; /*--- Jin added this ----*/ 
 }

.noMarginBottom{
	margin-bottom: 0 !important;
}

.btn a, .arrowMedium{
	background: url(../images/icons/icon-medium-arrow.gif) no-repeat left 3px;
	padding-left: 10px;
	height: 30px;
	line-height: 30px;
	width: auto;
}

.magicBox p.btn a{
	margin-left: 25px;

}

.magicBox p.btn a:hover span{
	border-bottom: 1px solid #007ccb;

}

a.submitButtonpubs{
	/*--background-color: #005f9c; - jin changed this to the line below--*/
	background-color: #0066cc;
	color: #fff !important; 
	padding: 10px 0px 10px 10px;
	font-size: 13px;
	width: 120px;
	display: block;
	text-align: center;
	position: relative;
}

a.submitButtonpubs:hover  {
	/*--background-color: #007ccb; - jin changed this to the line below--*/
	background-color: #044e99;
	text-decoration: none !important;
    border-bottom:none !important;	
}
a.submitButtonpubs span.whiteIcon{
	background: url(../images/icons/icon-chevron-white.png) no-repeat 0 0;
	width: 15px;
	height: 15px;
	display: block;
	position: absolute;
	left: 10%;
}
a.searchButton{
	/*--background-color: #005f9c; - jin changed this to the line below--*/
	background-color: #0066cc;
	color: #fff !important; 
	padding: 10px 0 10px 5px;
	font-size: 13px;
	width: 100%;
	display: block;
	text-align: center;
	position: relative;
}
a.searchButtonPeople{
	/*--background-color: #005f9c; - jin changed this to the line below--*/
	background-color: #0066cc;
	color: #fff !important; 
	padding: 10px 0 10px 5px;
	font-size: 13px;
	width: 130px;
	display: block;
	text-align: center;
	position: relative;
    margin:0px 0px 20px 240px;
}
a.searchButtonPages{
	/*--background-color: #005f9c; - jin changed this to the line below--*/
	background-color: #0066cc;
	color: #fff !important; 
	padding: 10px 0 10px 5px;
	font-size: 13px;
	width: 130px;
	display: block;
	text-align: center;
	position: relative;
    margin:0px 0px 20px 240px;
    line-height:1.2em;
}
a.submitButton{
	/*--background-color: #005f9c; - jin changed this to the line below--*/
	background-color: #0066cc;
	color: #fff !important; 
	padding: 10px 0 10px 5px;
	font-size: 13px;
	width: 130px;
	display: block;
	text-align: center;
	position: relative;
    margin:0px 0px 20px 240px;
    line-height:1.2em;
    float:right;
}
a.searchButton span.searchIcon{
	background: url(../images/icons/icon-search-white.png) no-repeat 0 0;
	width: 15px;
	height: 15px;
	display: block;
	position: absolute;
	left: 25%;
}
a.searchButton span.teamIcon{
	background: url(../images/icons/icon-search-white.png) no-repeat 0 0;
	width: 15px;
	height: 15px;
	display: block;
	position: absolute;
	left: 15%;
}
a.searchButtonPeople span.searchIcon{
	background: url(../images/icons/icon-search-white.png) no-repeat 0 0;
	width: 15px;
	height: 15px;
	display: block;
	position: absolute;
	left: 10%;
}
a.searchButtonPages span.searchIcon{
	background: url(../images/icons/icon-search-white.png) no-repeat 0 0;
	width: 15px;
	height: 15px;
	display: block;
	position: absolute;
	left: 10%;
}

a.searchButton span.whiteIcon{
	background: url(../images/icons/icon-chevron-white.png) no-repeat 0 0;
	width: 15px;
	height: 15px;
	display: block;
	position: absolute;
	left: 10%;
}
a.submitButton span.whiteIcon{
	background: url(../images/icons/icon-chevron-white.png) no-repeat 0 0;
	width: 15px;
	height: 15px;
	display: block;
	position: absolute;
	left: 10%;
}
a.searchButton:hover  {
	/*--background-color: #007ccb; - jin changed this to the line below--*/
	background-color: #044e99;
	text-decoration: none !important;
  border-bottom:none !important;	
}
a.searchButtonPeople:hover {
	/*--background-color: #007ccb; - jin changed this to the line below--*/
	background-color: #044e99;
	text-decoration: none !important;
  border-bottom:none !important;	
}

a.searchButtonPages:hover{
	/*--background-color: #007ccb; - jin changed this to the line below--*/
	background-color: #044e99;
	text-decoration: none !important;
    border-bottom:none !important;	
}

a.submitButton:hover{
	/*--background-color: #007ccb; - jin changed this to the line below--*/
	background-color: #044e99;
	text-decoration: none !important;
    border-bottom:none !important;	
}

a.voteButton{
	/*--background-color: #005f9c; - jin changed this to the line below--*/
	background-color: #0066cc;
	color: #fff !important; 
	padding: 10px 0px 10px 10px;
	font-size: 13px;
	width: 70px;
	display: block;
	text-align: center;
	position: relative;
	margin-bottom:15px;
}

a.voteButton:hover  {
	/*--background-color: #007ccb; - jin changed this to the line below--*/
	background-color: #044e99;
	text-decoration: none !important;
    border-bottom:none !important;	
}

a.voteButton span.whiteIcon{
	background: url(../images/icons/icon-chevron-white.png) no-repeat 0 0;
	width: 15px;
	height: 15px;
	display: block;
	position: absolute;
	left: 10%;
}


/* Layout 
------------------------------------------------------------------*/

#container {
	width: 950px; /* ----- RR Changed ---------- width: 910px; */
	margin: 0 auto;
}

.s-home #container { width: 950px; }

#header {
	position: relative;
	height: 137px;/* ------- RR Changed -------- height: 86px;*/
	z-index: 200;
}

h1 a#logo{ /* ------------  RR Added ------------- */
	background: url(../images/titles/allens-linklaters-logo.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 273px;
	height: 24px;
}

h1 a#linklogo{
	background: url(../images/titles/Linklaters-Logo.png) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 149px;
	height: 24px;
}

/* --------------  RR Removed 
.s-home #header { padding: 0 20px 0 20px; } ------------- */

#utilityNav {
	
	/* ------------  RR Removed -------------  
	width: 950px;
	position: relative;
	background: #666 url("../../images/bg/bg_utility-nav.gif");
	margin: 0 auto;
	overflow: hidden;
	 */
	padding: 22px 0 0 0; /*--------------- RR Changed ----------------  padding: 8px 0 0 0; */
	height: 30px; /* 38px, minus the top padding. */
	float: right;
}

#homeBanner {
	width: 950px;
	height: 346px; /* ------------  RR CHANGED height: 285px; ------------- GZWM changed from 347 to 346 */
	margin: 0 0 30px 0;
	position: relative;
	display: block;
    overflow: hidden;
}

#homeBanner #slideContainer{
	position: relative;
	z-index: 0;
	height: 346px;
}
	#homeBanner #slideContainer .slide{
		position: relative;
		cursor: pointer;
	}
		#homeBanner #slideContainer .slide img{
			z-index: 50;
			position: relative;
			height: 346px;
		}
		#homeBanner #slideContainer .slide .slideText{
			position: absolute;
			bottom: 15px;  /*--- Jin changed from 25px to 15px ------- */
			left: 0;  /*--- Jin changed from 25px to 0 ------- */
			z-index: 102;
			height: auto;
			padding-left: 34px;
		}
			#homeBanner #slideContainer .slide .slideText h2{
				overflow: inherit !important;
				display: block;
				height: auto;
				font-family: 'TheSansSemiLight', Arial, Sans-Serif;
			}
			#homeBanner #slideContainer .slide .slideText h2 a{
				font-family: 'TheSansSemiLight', Arial, Sans-Serif;
				font-size: 55px;  /*--- Jin changed from 62 to 55 ------- */
				color: #FFF;
				line-height: 53px; /*--- Jin changed from 60 to 53 ------- */
				background: url(../images/icons/icon-arrow-white-slide.png) no-repeat left 5px;
				display: block;
				padding-left: 35px;
			}
				#homeBanner #slideContainer .slide .slideText h2 a span{
					font-family: 'TheSansSemiLight', Arial, Sans-Serif;
				}
				#homeBanner #slideContainer .slide .slideText h2 span.slideReadMore{
					bottom: 3px;
				    font-size: 18px;  /*--- Jin changed from 21px to 18px -------*/
				    /*-- left: 5px; Jin removed -------*/
				    position: relative;
				    text-decoration: underline;			
				}

#homeBanner #sliderNav{
	position: absolute;
	bottom: 20px;
	z-index: 100;
	right: 20px;
}

#homeBanner #sliderNav a{ 
	background: url(../images/icons/icon-slider-nav.png) no-repeat 0 0;
	display: block;
	outline: 0;
	text-indent: -99999px;
	width: 22px;
	height: 22px;
	float: left;
	opacity:0.7;
	filter:alpha(opacity=70);
	margin-left: 5px;
}
#homeBanner #sliderNav a:hover,
#homeBanner #sliderNav a.activeSlide{
	opacity:1.0;
	filter:alpha(opacity=100);
}

#sectionBanner {
	width: 950px;
	height: 215px;
	margin: 0 0 30px 0; /* ---------------------------- RR Removed ------------------------------ margin: 15px 0 30px 0; */
	position: relative;
	z-index: 0;
	/* ---------------------------- RR Removed ------------------------------ width: 910px; background: #ccc;*/
}
	#sectionBanner .slide{
		position: relative;
	
	}
		#sectionBanner .slide img{
			z-index: 50;
			position: relative;
			height: 100%;
			width: 950px;
		}
		#sectionBanner .slide .slideText{
			position: absolute;
			bottom: 13px;
			left: 0;
			z-index: 102;
			height: auto;
			padding-left: 20px;
		}
			#sectionBanner .slide .slideText h2{
				overflow: inherit !important;
				display: block;
				height: auto;
				font-family: 'TheSansSemiLight', Arial, Sans-Serif;
			}
			#sectionBanner .slide .slideText h2{
				font-family: 'TheSansSemiLight', Arial, Sans-Serif;
				font-size: 47px;
				color: #FFF;
				line-height: 52px;
				background: url(../images/icons/icon-arrow-white.png) no-repeat left 5px;
				display: block;
				padding-left: 35px;
			}
				#sectionBanner .slide .slideText h2 span{
					font-family: 'TheSansSemiLight', Arial, Sans-Serif;
				}

#container #sectionBanner.blueBanner .slide .slideText h2{
	background: url(../images/icons/icon-arrow-blue.png) no-repeat left 5px;
	color: #0F7CC3;
}

h2#pageTitle{
	font-family: 'TheSansSemiLight', Arial, Sans-Serif;
	font-size: 42px;
	float: left;
	line-height: 42px;
	background: url(../images/icons/icon-arrow-blue-medium.png) no-repeat left 6px;
	color: #0F7CC3;
	display: block;
	padding: 0 0 20px 35px;
	margin-top: 20px;
}


#contentBanner {
	/*width: 675px;*/
	width: 100%;
	height: 160px;
	background-color: #fff !important;
	background-repeat: no-repeat !important;
	margin-top: -15px;
	margin-bottom: 30px;
}

#sidebar {
	width: 190px;
	float: left;
	background: url(../images/bg/bg-side-nav.jpg) no-repeat top right;
	margin-right: 30px;
}

#main { 
	background: url("../../images/bg/bg_split.gif") repeat-y;
	padding-bottom: 10px;
	overflow: hidden;
	height: 1%;
	zborder:thin solid red;
}

#content { 
	height: 1%;
	overflow: hidden;
	position: relative;
	/*margin-bottom: 35px;
	padding: 0 0 30px 0; -------------------- RR Removed -------------------- */
}

body.s-home #content {
	padding: 0 0 30px 0;

}

.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: 685px; /* width: 585px; -------------------- RR Removed -------------------- */
	/* padding: 8px 20px 0 20px; -------------------- RR Removed -------------------- */
	/*border-right: 1px solid #c9c9c9; -------------------- RR Removed -------------------- */
	float: left;
	min-height:500px;
	height:auto !important;
	height:500px;
	zborder:red solid thin;
}

.s-home .split-main {
	min-height: 0;
	width: 640px; /* -------------------- RR Added -------------------- */
	padding: 0;
}

.s-section .split-main {
	width: 565px; 
	padding-left: 0;
}

.s-search .split-main {
	width: 550px;
	padding: 0 20px 0 0;
}

.split-side { 
	width: 240px;  /* -------------------- RR Changed -------------------- width: 280px; */ 
	float: right;
	 /* -------------------- RR Removed -------------------- margin-right: 20px; */ 
	display: inline;
	zborder:blue solid thin;
}


body.s-home .split-side { 
	width: 310px;  /* -------------------- RR Changed -------------------- width: 280px; */ 
	float: right;
	 /* -------------------- RR Removed -------------------- margin-right: 20px; */ 
	display: inline;
}


.s-search .split-side {
	margin-right: 0;
}

#social-media{
	width: 280px;
	float: right;
	margin-right: 20px;
}
#social-media a:hover { border-bottom: 0; }


#pageInfo { 
	position: relative;
	clear: both;
	margin: 0 0 10px 0; /* --------------- RR Changed---------------- margin: 30px 0 0 15px; */

	overflow: hidden;
	height: 1%;
}

#footer {
	clear: both;
	width: 950px;/* --------------- RR Changed ----------------width: 920px; */
	margin: 0 auto;
	border-top: 1px solid #c0c0c0;
	position: relative;
	margin-top: 30px;
	padding: 20px 0 0 0; /* --------------- RR Changed ---------------- 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 { 
	margin-bottom: 15px;
	width: 950px;
	height: 120px; /*------------- RR Changed ---------- height: 80px;*/
	background-color: #FFFFFF;
	display: block;
	overflow: hidden;	
}

#snapshot h2 { 

	margin: 0 2px 0 0; 
	overflow: hidden;
	text-transform: uppercase;
  background-color: #FFFFFF;
	/* -------RR Removed -------- 
	float: left;  
	height: 20px;
	background-position: 0px -1px;
	*/
}

#snapshot div { 
	/* float: left;  -------RR Removed --------*/
	overflow: hidden;
	width: 950px;
	height: 60px;
}

#snapshot p { 
	margin:  0; 
	/* line-height: 1.55em; -------RR Removed --------*/
	width: 950px;
	color: #585858;  /*--- Jin changed from #282826 to #585858 ------- */
	font-size: 24px;  /*--- Jin changed from 28 to 24 ------- */
	font-weight: normal;
	font-family: 'TheSansSemiLight', Arial, Sans-Serif; 
	zfont-family: Arial, Helvetica, Sans-serif; /*--- Jin removed this and added the line above ------- */
	background-color: #FFFFFF;
	line-height: 1em;
	height: 60px;
    display: none;
}

#snapshot p.first { display: block; }

#snapshot p a{
	color: #585858;  /*--- Jin changed from #282826 to #585858 ------- */
	font-size: 24px; /*--- Jin changed from 28 to 24 ------- */
	font-weight: normal;
	font-family: 'TheSansSemiLight', Arial, Sans-Serif;
	zfont-family: 'TheSansSemiBold', Arial, Sans-Serif; /*--- Jin removed this and added the line above ------- */
	background-color: #FFFFFF; /* We removed this, but tbone have it back in */
	line-height: 1em;
	height: 70px;
	display: block;
	width: 950px;
}

#snapshot p a:hover{
	text-decoration: none;
	border: 0;
	color: #0F7CC3;
}


#snapshot p a span.readMore{
	font-size: 12px;
	color: #0F7CC3;
	position: relative;
	top: 10px;
	padding-top:2px;
	filter:none !important;
}
#snapshot p a:hover span.readMore{
	text-decoration: underline;
	
}

/* promoArea
------------------------------------------------------------------*/

#promoArea{ 
	float: left;
	width: 230px;
	margin-right: 50px;
 }

#promoArea p{
 	font-size: 17px;
	font-family: 'TheSansSemiLight', Arial, Sans-Serif;
	zfont-family: 'TheSansSemiBold', Arial, Sans-Serif; /*--- Jin removed this and added the line above ------- */
 	color: #0F7CC3;
 	line-height: 26px;
 	font-weight: 500; /*---- Jin added this ----*/
 } 
 
#promoArea p a,#promoArea p a:hover,#promoArea p a:active,#promoArea p a:visited{

font-family: 'TheSansSemiLight', Arial, Sans-Serif;
text-decoration:underline !important; 
}
 

#promoArea p a:hover{

border:0 !important;

}

/* ourPeople
------------------------------------------------------------------*/
#ourPeople{ 
	float: left;
	width: 310px;
}

#ourPeople #personContainer{
 	background-color: #f3f3f3;
 	padding: 20px 20px 24px 20px;
 	border-bottom: 6px solid #0F7CC3;
 	position: relative;
}

 	#ourPeople #personContainer .person { display: none; }
 	#ourPeople #personContainer .person.first { display: block; }
  
  
  #ourPeople #personContainer .person img{
 		float: left;
 	}

	#ourPeople #personContainer .person .personName{
		float: left;
		margin-left: 15px;
	}
	
	#ourPeople #personContainer .person h4{
		color: #6b6b6b;
		margin-top: 20px;
		border: 0 none;
	    color: #6B6B6B;
		font-family: 'TheSansSemiLight', Arial, Sans-Serif;
		zfont-family: 'TheSansSemiBold', Arial, Sans-Serif; /*--- Jin removed this and added the line above ------- */
		font-weight:500; /*--- Jin added this -----*/
	    font-size: 18px; 
	    /*--- margin-top: 20px; Jin removed as it's repeated above -----*/
	    padding-bottom: 0;
	    text-transform: none;
	}
	
	#ourPeople #personContainer .person p{
		margin-top: 20px;
		width: 270px;
	}
	#ourPeople #ourPeopleNav{
		overflow: hidden;
		position: absolute;
		right: 0;
		
	}
	#ourPeople #ourPeopleNav #ourPeopleNavPrev{
	-moz-transition: none 0s ease 0s;
	-webkit-transition: none 0s ease 0s;
		background: url(../images/icons/icon-arrow-ourpeople-left.gif) no-repeat 0 0;
		width: 30px;
		height: 30px;
		display: block;
		text-indent: -9999px;
		float: left;
	}

	#ourPeople #ourPeopleNav #ourPeopleNavNext{
	-moz-transition: none 0s ease 0s;
	-webkit-transition: none 0s ease 0s;
		background: url(../images/icons/icon-arrow-ourpeople-right.gif) no-repeat 0 0;
		width: 30px;
		height: 30px;
		display: block;
		text-indent: -9999px;
		float: left;
	}
			#ourPeople #ourPeopleNav #ourPeopleNavPrev:hover,
			#ourPeople #ourPeopleNav #ourPeopleNavNext:hover{
				background-position: 0 -30px;
			}

/* ourLocation
------------------------------------------------------------------*/
#homeMap{
	 padding-right: 50px; 
	}
	#map ul {
          background: url(../images/bg/map.jpg) no-repeat 0 0;
          
          width: 320px;
          height: 320px;
          margin: 0;
          padding: 0;
          list-style: none;
      }

	#homeMap #map ul a:link{border:none;color:#585858;}
	#homeMap #map ul a:visited{border:none;color:#585858;}
	#homeMap #map ul a:hover{border:none;color:#585858;}
    #homeMap #map ul a:active{border:none;color:#585858;} 

      #map .location {
          cursor: pointer;
          position: absolute;
          width: 12px;
          height: 12px;
          background: url(../images/icons/icon-map-dot.png) no-repeat 0 0;
      }
      
       #map .location.locationActive {
          background: url(../images/icons/icon-map-dot.png) no-repeat 0 -12px;
      }

      #map .location-ulaanbaatar {left:70px;top:72px;}
      #map .location-beijing {left:95px;top:92px;}
      #map .location-hongkong {left:90px;top:148px;}
      #map .location-hanoi {left:62px;top:150px;}
      #map .location-hochiminh {left:66px;top:179px;}
      #map .location-singapore {left:58px;top:207px;}
      #map .location-jakarta {left:68px;top:228px;}
      #map .location-portmoresby {left:190px;top:238px;}
      #map .location-brisbane {left:205px;top:294px;}
      #map .location-sydney {left:199px;top:310px;}
      #map .location-melbourne {left:180px;top:324px;}
      #map .location-perth {left:95px;top:308px;}
      #map .location-name {
          border: 1px solid #cbcbcb;
          display: none;
          position: absolute;
          background: #e8e8e8;
          font-size: 11px;
          line-height: 14px;
          padding: 6px;
          border-radius: 3px;
          left: 15px;
          top: -7px;  /*--- Jin changed from -10px to -7px to cope with new diamond dots in map ------- */
     }
     
     span.mapPointer{ background: url(../images/icons/icon-small-pointer.png) no-repeat 0 0;
     	display: block;
     	width: 6px;
     	height: 7px;
     	position: absolute;
     	left: -6px;
     	top: 9px;
      }
     
     #map .location-details {
          display: none;
      }

     #homeMap{
     	position: relative;
     }
     strong.cityName{
     	width: 100%;
     	padding-bottom: 5px;
     	border-bottom: 1px solid #999995;	
     	margin-bottom: 15px;
     	display: block;
     }
     #map-details{
        position: absolute;
          left: 300px;
          top: 80px;
         width: 290px;
         line-height: 18px;
     } 
     
     #map-details p{
     	margin-top: 100px;
    	text-align: center;
    	line-height: 20px;
    	font-weight: normal;
    	color: #0F7CC3;
    	font-size: 14px;
	}

	#locationLinks{
		background: #eeeeee;
		padding: 10px 20px 10px 20px;
		margin-bottom:15px;
		overflow: hidden;
	}
	#locationLinks ul{
		padding: 0;
		margin: 10px 0 0 0;
	}
	#locationLinks ul li{
		background: url("../images/icons/icon-small-arrow-grey.gif") no-repeat scroll left center transparent;
	    display: block;
	    float: left;
	    list-style-type: none;
	    padding: 4px 4px 4px 8px;
	    width: 160px;
	    display: block;
	    cursor: pointer;
	 	color: #0066cc;
	}
	#locationLinks ul li:hover{
		color: #26a7f9;
	}

/* Offices Map (Large)	
------------------------------------------------------------------*/
	
	
	#officesMap{
	position: relative;
	}
	
	#officesMap #map ul {
          background: url(../images/bg/map-large.jpg) no-repeat 0 0;
          position: relative;
          width: 396px;
          height: 446px;
      }

    #officesMap #map ul a:link{border:none;color:#585858;}
	#officesMap #map ul a:visited{border:none;color:#585858;}
	#officesMap #map ul a:hover{border:none;color:#585858;}
    #officesMap #map ul a:active{border:none;color:#585858;} 

     #officesMap  #map-details{
     
          left: 440px;
          top: 130px;
   
     }


	 #officesMap #map .location-ulaanbaatar {left:94px;top:40px;}
     #officesMap #map .location-beijing {left:130px;top:66px;}
     #officesMap #map .location-hongkong {left:122px;top:142px;}
     #officesMap #map .location-hanoi {left:83px;top:149px;}
     #officesMap #map .location-hochiminh {left:85px;top:188px;}
     #officesMap #map .location-singapore {left:76px;top:223px;}
     #officesMap #map .location-jakarta {left:87px;top:254px;}
     #officesMap #map .location-portmoresby {left:260px;top:270px;}
     #officesMap #map .location-brisbane {left:279px;top:347px;}
     #officesMap #map .location-sydney {left:270px;top:369px;}
     #officesMap #map .location-melbourne {left:247px;top:389px;}
     #officesMap #map .location-perth {left:126px;top:366px;}
	
	
/*  multimedia
------------------------------------------------------------------*/
#multimedia .multimediaItem{
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}

#multimedia .multimediaItem img{
	float: left;
	width: 70px;
	margin-right: 10px;
	position: relative;
	z-index: 0;
}
#multimedia .multimediaItem p{
	float: left;
	width: 230px;
	margin: 0;
	line-height: 19px;
}


#multimedia span{
	display: block;
	width: 70px;
	height: 53px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

.multimediaAudio span{
	background: url(../images/icons/icon_mm_listen-off.gif) no-repeat 0 0;
}
.multimediaAudio:hover span{
	background: url(../images/icons/icon_mm_listen-on.gif) no-repeat 0 0;
}

.multimediaApp span{
	background: url(../images/icons/icon_mm_phrasebuster-off.gif) no-repeat 0 0;
}
.multimediaApp:hover span{
	background: url(../images/icons/icon_mm_phrasebuster-on.gif) no-repeat 0 0;
}

.multimediaVideo span{
	background: url(../images/icons/icon_mm_watch-off.gif) no-repeat 0 0;
}
.multimediaVideo:hover span{
	background: url(../images/icons/icon_mm_watch-on.gif) no-repeat 0 0;
}




/* Contact boxes
------------------------------------------------------------------*/

#contactUs{
	margin-top: 20px;
	height:90px;
	z-border:thin solid grey; 
}


#contactUs a:hover#iconArrow{
	opacity:0.7;
	filter:alpha(opacity=70);
}







/*  socialmedia
------------------------------------------------------------------*/
#socialMedia{
	margin-top: 20px;
	height:90px;
	zborder:thin solid blue; 
}

#socialMedia a{
	float: left;
	display: block;
	height: 32px;
	width: 32px;
	text-indent: -99999px;
	margin-right: 5px;
}
#socialMedia a#iconFacebook{ background: url(../images/icons/social-large-facebook.png) no-repeat 0 0; }
#socialMedia a#iconTwitter{ background: url(../images/icons/social-large-twitter.png) no-repeat 0 0; }
#socialMedia a#iconYoutube{ background: url(../images/icons/social-large-youtube.png) no-repeat 0 0; }
#socialMedia a#iconLinkedin{ background: url(../images/icons/social-large-linkedin.png) no-repeat 0 0; }
#socialMedia a#iconAllensonair{ background: url(../images/icons/social-large-allensonair.png) no-repeat 0 0;width: 136px;}
#socialMedia a#iconBlogIP{ background: url(../images/icons/social-blog-ip.png) no-repeat 0 0; width: 94px;}
#socialMedia a#iconBlogInsol{ background: url(../images/icons/social-blog-insolvency.png) no-repeat 0 0; width: 94px;}

#socialMedia a:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
}

/*  otherLanguage
------------------------------------------------------------------*/
#otherLanguage {
	margin: 20px 0 10px 0;
	height:70px;
}
#otherLanguage a{
	float: left;
	display: block;
	margin-right: 20px;
}
#otherLanguage a:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
}


/* 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 h3{
	margin-top: 0;
	padding-top: 0;

}

.featured-items-1 ul {
	list-style-type: none;
	margin: 0;
	height: 1%;
}

.featured-items-1 ul li {
	width: 46%; /* ------------------------ RR Changed ----------------------------- 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: 15px; }

.featured-items-1 strong { color: #0f7cc3; }


.featured-items-2 {
	overflow: hidden;
	
}

.featured-items-2 ul {
	list-style-type: none;
	margin: 0;
}

.featured-items-2 ul li {
	width: 46%;
	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: 115px; }
/* -------------------- RR Removed ---------------------.featured-items-2 p.last { margin-bottom: 40px; } */

.featured-items-2 a.arrowMedium{
margin-left: 115px;
}


.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: #0f7cc3; }
.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"); }

.office-details-home{
	display:none;
}

/* 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 {

	/* ----------------- RR Removed --------------------------
	border-bottom: 1px dashed #c9c9c9;
	margin: 0 0 20px 0;
	*/
	padding: 0 0 20px 0;
	
}

ul.news span.date {
	display: block;
	color: #282826;
	font-size: 11px;
	margin-top: 5px;
	text-indent: 19px; /* ---------------------- RR Added ------------------ */
}


/* ---------------------- RR Added ------------------ */
.newsClient {background: url(../images/icons/icon-small-client-update.gif) no-repeat left center;}
.newsFocus {background: url(../images/icons/icon-small-focus.gif) no-repeat left center;}
.newsAudio {background: url(../images/icons/icon-small-audio.gif) no-repeat left center;}
.newsVideo {background: url(../images/icons/icon-small-video.gif) no-repeat left center;}
.newsMedia {background: url(../images/icons/icon-small-media.gif) no-repeat left center;}
.newsGuide {background: url(../images/icons/icon-small-guide.gif) no-repeat left center;}
.newsPaper {background: url(../images/icons/icon-small-paper.gif) no-repeat left center;}
.newsContractlaw {background: url(../images/icons/icon-small-paper.gif) no-repeat left center;}

.newsLinklaters {background: url(../images/icons/icon-small-linklaters.gif) no-repeat left center;}


ul.news a {
	color: #0f7cc3;
	font-weight: bold;
	/* ----------------- RR Removed --------------------------
	border-bottom: 1px dotted #dceeee;
	*/
}
/* ----------------- RR Removed --------------------------
ul.news a:hover { border-bottom: 1px solid #1761a2; color: #0f7cc3; }
*/

ul.news a:hover{
	border-bottom: 1px solid #0f7cc3;
}


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;
	zborder:solid aqua thin;
}

ul.pubHomeNews li {
	float: left;
	border-top: 1px dashed #c9c9c9;
	width: 310px;
	padding: 20px 30px 10px 0;
	zborder:solid green thin;
}

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: #0f7cc3;
	font-weight: bold;
	border-bottom: 1px dotted #dceeee;
}

ul.pubHomeNews a:hover { border-bottom: 1px solid #1761a2; color: #0f7cc3; }



.split-list {
	overflow: hidden;
	/* padding-left: 20px;  ------------------------- RR Removed ----------------------------- */
}

.split-list ul {
	margin: 0 0 20px 0;
	float: left;
	width: 320px;
	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 20px; /* padding: 20px 10px 20px 38px;  --------------------- RR Changed ------------- */
	list-style-type: none;
}

ul.anchorList li {
}

#content ul.anchorList a {
	background: url("../images/icons/icon-small-arrow.gif") no-repeat left center; /* background: url("../../images/bg/bullet_local-nav.gif") 0px -258px no-repeat; --------------------- RR Changed ------------------------- */
	padding-left: 10px;
	border: 0;
	color: #0f7cc3;
}

ul.anchorList a span {
	/* border-bottom: 1px dotted #d9d9d9;  ------------------- RR Removed ----------------------- */
}

#content ul.anchorList a:hover { border: 0; /* background-position: 0px 0.4em; ------------------- RR Removed ----------- */ }
ul.anchorList a:hover span {
	color: #0f7cc3;
	/*border-bottom: 1px solid #0f7cc3; ------------------- RR Removed ----------------------- */
  border-bottom: 1px solid #0f7cc3;
}

ul.anchorList ul {
	list-style-type: none;
	margin: 5px 0 5px 20px;
}

ul.unravelledList {
  width: 35%;
  float: right;
  margin-left: 20px;
  margin-top: -10px;
}
ul.unravelledList h4 {
  margin-top: -10px;
  margin-bottom: 10px;
	border: 0;
	margin-bottom: 15px;
	padding-bottom: 0;
}



/* Publication List */

.pubList {
	/*background: #f4f4f4 url("../../images/bg/bg_dogear.gif") right top no-repeat;
	padding: 10px 20px 0 20px;  ------------------- RR Removed ----------------------- */
	overflow: hidden;
	height: 1%;
	margin-bottom: 15px;
}

.pubList ul {
	margin: 10px 0 0 0;
	list-style-type: none;
}

.pubList ul li {
	border-bottom: 1px dotted #c3c3c3; /*border-bottom: 1px solid #c3c3c3; -------------- RR Changed ---------- */
	margin-bottom: 15px;
	padding: 20px 0; /* --------------------- RR Added ------------------------- */
}
.pubList ul li.last { border: 0; }

.pubList ul li p.date {
	color: #282826;
	font-size: 11px;
	font-style: italic;
}

.pubList ul li a.title {
	font-size: 16px;
	letter-spacing: -0.1px; 
	line-height: 1.2em;
	color: #0f7cc3;
	border: 1px solid #FFF;
	padding-bottom: 1px;
	/*width: 560px;*/
	float: left;
   }

.pubList ul li a.title strong{ 
 	padding-left: 18px;
	}  
.pubList ul li a.title strong.publicationFocus{ 
	background: url(../images/icons/icon-medium-focus.gif) no-repeat left center;
	}
.pubList ul li a.title strong.publicationUpdate{ 
	background: url(../images/icons/icon-medium-update.gif) no-repeat left center;
	}
.pubList ul li a.title strong.publicationAudio{ 
	background: url(../images/icons/icon-medium-audio.gif) no-repeat left center;
	}
.pubList ul li a.title strong.publicationVideo{ 
	background: url(../images/icons/icon-medium-video.gif) no-repeat left center;
	}	  
.pubList ul li a.title strong.publicationPaper{ 
	background: url(../images/icons/icon-medium-paper.gif) no-repeat left center;
	}	  
.pubList ul li a.title strong.publicationLinklaters{ 
	background: url(../images/icons/icon-medium-linklaters.gif) no-repeat left center;
	}	  

.pubList ul li a.title:hover { text-decoration: none !important; border-bottom: 1px solid #0F7CC3; }

.pubList ul li p { 
	clear: both;
}

.pubList ul li p.btn {
	float: right;
	width: auto;
	clear: none;
	margin-bottom: 5px;
	margin-top: 11px;
}

/* Jin added this for font sizer in publications */
div#sizer img { margin-right:5px; }
div#sizer a,div#sizer a:hover,div#sizer a:active,div#sizer a:visited {border:none}

/*--- Jin added this to give more spacing between the Previous Publications and View More Publications links in the pubs list ----*/
.rightspacing30{
	margin-right:30px;
}
/*--- Jin added the two below to make the Previous Publications and View More Publications links underlined when hovered over ----*/
.form a.readMore{
	border: 0 !important; 
	line-height:1.5em;
}
.form a.readMore:hover{
	border-bottom:1px solid #0f7cc3 !important; 
	zline-height:1.5em;
}

/* Media List */

.mediaList {
	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: #0f7cc3;
	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: #0f7cc3;
	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: #0f7cc3;
	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: #0f7cc3;
	border-bottom: 1px solid #0f7cc3;
}

/* 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: #0f7cc3;
}

.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: #0f7cc3; }
#content ol.references a[href]:hover { color: #0f7cc3; border-bottom: 1px solid #1761a2; }



/* Content Sections
------------------------------------------------------------------*/

/* Standout section */

.standout {
	position: relative;
	background: url("../images/bg/bg-standout-gradient.png") 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: 726px;
	zborder:thin solid blue;
}

ul.contactList li {
	float: left;
	margin: 0 15px 0 0;
	width: 224px;
	zborder:thin solid red;
	width: 226px;
	padding: 0 0 20px 0;
	height:140px;
	zheight:auto;
}

ul.contactList li strong {
	display: block;
	margin-bottom: 3px;
}

ul.contactList li strong a {
	color: #585858;
	font-weight: bold;
	/* border-bottom: 1px dotted #d6d6d6; removed:gzwm */
}
ul.contactList li strong a:hover { /* border-bottom-style: solid; removed:gzwm */}

ul.contactList li a {
	color: #0f7cc3;
	/* border-bottom-color: #dceeee; removed:gzwm */
}

 
/* start added form social media links */
ul.contactList img.social {
  padding-right:10px;
  padding-top:5px;
  width:20px;
  height:20px;
}
ul.contactList a.nounderline:hover  {
  text-decoration:none !important;
  border-bottom:none !important;
}
/* end added form social media links */

/*  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: #0f7cc3;
	font-weight: bold;
	border-bottom: 1px dotted #dceeee;
}

.relatedPubs a:hover { border-bottom: 1px solid #1761a2; color: #0f7cc3; }


/* Expert Info */

.expertInfo {
	border-bottom: 1px dashed #c0c0c0;
	margin: 15px 0;
	min-height:140px;
	height:auto !important;
	height:120px;
}

.expertInfo img {
	float: left;
	margin-right: 15px;
}

/* start added form social media links */
.expertInfo div {
  float: left;
}

.expertInfo div p {
  margin-bottom:5px;
}

.expertInfo div div.social img {
  width:20px; 
  height:20px; 
}
/* end added form social media links */

.expertInfo p {
	padding-top: 10px;
	line-height: 1.5em;
}

.expertInfo a {
	color: #0f7cc3;
	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: #0f7cc3;
	font-weight: bold;
	border-bottom: 1px dotted #dceeee;
}

.relatedProfiles a:hover { border-bottom: 1px solid #1761a2; color: #0f7cc3; }
.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 {

	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 {
}

.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;
}

.magicBox img {	float: left; }
.magicBox p img { float: none; }

.magicBox .text {
	margin: 5px 0 10px 146px; /* margin: 0 0 10px 146px; ----------------- RR Changed ----------------- */
	padding: 5px 25px 0 25px;
}
.magicBox .text a:hover { color: #0f7cc3; border-bottom: 1px solid #1761a2 !important; }
.magicBox .blog {padding:15px 0 0 68px;}

/* added gzwm 29/6/2012 to underline links in magic box blog on hover */
.magicBox .blog a { border-bottom: 1px solid #f4f4f4 !important; }
.magicBox .blog a:hover { border-bottom: 1px solid #1761a2 !important; }

.magicBox .noimage {
	margin: 0 0 10px 10px;
	padding: 5px 25px 0 25px;
}

.magicBox .leftaligntext {
	margin: 0 0 10px 10px;
	padding: 5px 25px 0 25px;
}


.magicBox .text-smallimage {
	margin: 0 0 10px 50px;
	padding: 5px 25px 0 25px;
}


.magicBox .noimage_fsi {
	z-text-indent: -1em;
	margin: 5 5 5px 5px;
	padding: 20px 15px 10px 0px;
		
}

.magicBox .noimage_fsi a:hover{
 text-decoration:underline
}



.magicBox .text-smallimage a:hover { color: #0f7cc3; border-bottom: 1px solid #1761a2 !important; }

.magicBox.button .text { padding-right: 115px; }

.magicBox p.btn {
	 /* width: auto;
	position: absolute;
	bottom: 15px; left: 570px;
	margin: 0; ------------------------- RR Removed -------------------------- */
}

.magicBox.quote .text { background: transparent url("../../images/bg/quote_start.gif") 10px 0 no-repeat; }

.magicBox a:hover { border-bottom:none !important; }


/*
.magicBox.quote {  }

.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; }
.featured-items-2 a:hover .logos { 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%; ----------------------------- RR Removed ----------------------- */
}

.btn a {
	 /*  background: transparent url('../../images/buttons/btn_left.gif') no-repeat top left;
	display: block;
	float: left;
	line-height: 22px; ------------------ RR Removed --------------- */ /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	 /*height: 30px; ----------------- RR Removed ---------------------- */ /* Height of button background height */
	 /*padding-left: 14px; ---------------- RR Removed --------------------- */ /* Width of left menu image */
	 /*text-decoration: none;
	border:0 !important;
	cursor: pointer;
	color: #484848 !important; ----------------- RR Removed ------------------------ */
}

/* .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; ------------------- RR Removed ------- */ 
	/*Set 11px below to match value of 'padding-left' value above*/
	/* font-weight: bold;
	font-size: 0.9em;
	text-transform: uppercase;
}
 ----------------------------- RR Removed ---------------------------------- */
/* 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;*/
	float: right;
    margin-top: 30px;
    width: auto;
}
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.subscribe a {
	/*--background-color: #005f9c; - jin changed this to the line below--*/
	background: #0066cc;
    color: #FFFFFF !important;
    font-size: 13px;
    padding: 6px 20px 6px 20px;
    text-align: center;
    width: auto; 
    margin-left: 5px;
    		}
    
ul.pageFunctions li.subscribe a:hover{
	/*--background-color: #007ccb; - jin changed this to the line below--*/
	background-color: #044e99;
    } 
    
ul.pageFunctions li.btn.img.email a {
	-moz-transition: none 0s ease 0s;
	-webkit-transition: none 0s ease 0s;
	-ms-transition: none 0s ease 0s;
    background: url("../images/buttons/btn_functions.gif") no-repeat scroll transparent;
    border: 0 none !important;
    display: inline-block;
    float: left;
    height: 31px;
    top: -10px;
    width: 35px;
    padding: 0;
    text-indent: -9999px;
    background-position: 0 0; }
ul.pageFunctions li.btn.img.rss a {
	-moz-transition: none 0s ease 0s;
	-webkit-transition: none 0s ease 0s;
	-ms-transition: none 0s ease 0s;
	background: url("../images/buttons/btn_functions.gif") no-repeat scroll transparent;
    border: 0 none !important;
    display: inline-block;
    float: left;
    height: 31px;
    top: -10px;
    width: 35px;
    padding: 0;
    text-indent: -9999px; background-position: -37px 0; }
ul.pageFunctions li.btn.img.download a {
	-moz-transition: none 0s ease 0s;
	-webkit-transition: none 0s ease 0s;
    background: url("../images/buttons/btn_functions.gif") no-repeat scroll transparent;
    border: 0 none !important;
    display: inline-block;
    float: left;
    height: 31px;
    top: -10px;
    width: 35px;
    padding: 0;
    text-indent: -9999px; background-position: -76px 0; }
ul.pageFunctions li.btn.img.chinaeng a {
	-moz-transition: none 0s ease 0s;
	-webkit-transition: none 0s ease 0s;
    background: url("../images/buttons/btn_functions.gif") no-repeat scroll transparent;
    border: 0 none !important;
    display: inline-block;
    float: left;
     height: 31px;
    top: -10px;
    width: 35px;
    padding: 0;
    text-indent: -9999px; background-position: -180px 0; width:85px }
ul.pageFunctions li.btn.img.chinasimp a {
	-moz-transition: none 0s ease 0s;
	-webkit-transition: none 0s ease 0s;
    background: url("../images/buttons/btn_functions.gif") no-repeat scroll transparent;
    border: 0 none !important;
    display: inline-block;
    float: left;
     height: 31px;
    top: -10px;
    width: 35px;
    padding: 0;
    text-indent: -9999px; background-position: -265px 0; width:85px }

ul.pageFunctions li.btn.img.japaneng a {
	-moz-transition: none 0s ease 0s;
	-webkit-transition: none 0s ease 0s;
    background: url("../images/buttons/btn_functions.gif") no-repeat scroll transparent;
    border: 0 none !important;
    display: inline-block;
    float: left;
     height: 31px;
    top: -10px;
    width: 35px;
    padding: 0;
    text-indent: -9999px; background-position: -180px 0; width:85px }
ul.pageFunctions li.btn.img.japan a {
	-moz-transition: none 0s ease 0s;
	-webkit-transition: none 0s ease 0s;
    background: url("../images/buttons/btn_functions.gif") no-repeat scroll transparent;
    border: 0 none !important;
    display: inline-block;
    float: left;
     height: 31px;
    top: -10px;
    width: 35px;
    padding: 0;
    text-indent: -9999px; background-position: -265px 0; width:85px }

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.chinaeng a { background-position: -180px 0; width:85px }
ul.pageFunctions li.btn.img.chinasimp a { background-position: -265px 0; width:85px }
ul.pageFunctions li.btn.img.japaneng a { background-position: -177px 0; width:85px }
ul.pageFunctions li.btn.img.japan a { background-position: -495px 0; width:85px }

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.img.chinaeng a:hover { background-position-x:@ }
ul.pageFunctions li.btn.img.chinasimp a:hover { background-position-x:@  }
ul.pageFunctions li.btn.img.japaneng a:hover { background-position-x:@ }
ul.pageFunctions li.btn.img.japan a:hover { background-position-x:@  }

ul.pageFunctions li.btn.split a { 
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #c0c0c0; 
}

.returnrule {
	overflow: hidden;
	height: 20px;
	/*height: 31px;
	margin: 5px 0 15px 0;  ---------------------- RR Removed ----------------------------- */
}
.returnrule .hr { 
	position: relative; 
	top:15px; left: 0px;
	margin: 0;
}
p.return {
	float: right;
	margin: 0 ;
	position: relative;
	top: 5px;

}
p.return a {
	display: block;
	width: 32px; height: 13px;
	background: url("../images/icons/icon-top.gif") 0 0 no-repeat;
	text-indent: -12345px;
	border: 0 !important;
	overflow: hidden;
	
}

/* Jin added this below to avoid the top of page icon from blocking the pub titles when they are long 
-------------------------------------------------------------------------------------------------------*/
.pubList ul li p.return{ 
	position: relative;
	top: -8px;
	float:right;
	clear:left;
}

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: 24px; font-family: 'TheSansSemiBold', Arial, Sans-Serif; 
 }
h1 a {
	display: block;
	width: 268px;
	height: 51px;
	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/logo_aar.gif");
	width: 268px;
	height: 51px;
	position: absolute;
	top:0px; left:0px;
}

h2 {
	font-family: 'TheSansSemiBold', Arial, Sans-Serif;

	
	/* ----- RR Removed
	
	height: 41px;
	background-repeat: no-repeat;
	margin-bottom: 17px;
	position: relative;
	*/
}


/* ----- RR Removed
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;
}


/* -------------------- RR Removed

.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 *//* -------------------- RR Removed
.split-heading { 
	position: relative;
	overflow: hidden;
}
*/

.split-heading h2,
.s-home .split-heading h2 { 
	
	
	/* ---------------------- RR Removed -------------
	
	width: 200px; float: left; */
	position: relative;
}
	/* ---------------------- RR Added ------------- */
span#rssFeed a{ background: url(../images/icons/icon-rss.gif) no-repeat 0 0;
	width: 13px;
	height: 12px;
	display: block;
	position: relative;
	left: 217px;
	text-indent: -999999px;
}

span#rssFeed a:hover{
opacity:0.7;
filter:alpha(opacity=70);
}
/* ----- the old rss icon location 
	.s-home span#rssFeed a{
		left: 298px;
	}
------------- */ 


.s-home span#rssFeed a{
	margin-bottom:0 !important;
	padding-bottom:0 !important;
	left: 294px;
	top:-20px;
}

 
/* ---------------------- RR Added ------------- */
	span#rssFeed a:hover{
		text-decoration: none; border: 0;
	}

.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. */ /*------------- RR Removed -----------------
.allensinsights { background-image: url("../../images/titles/h_allensinsights.jpg"); }
.regionaloilandgas { background-image: url("../../images/titles/h_anthonypatten.jpg"); }
.mongolianoffice { background-image: url("../../images/titles/h_mongolian-office.gif"); }
.sectrainprogram { background-image: url("../../images/titles/h_secprogram.jpg"); }
.apatten { background-image: url("../../images/titles/h_apatten.jpg"); }
.ctimpact { background-image: url("../../images/titles/h_carbontaximpact.jpg"); }
.nevilleaustin { background-image: url("../../images/titles/h_nevillea.jpg"); }
.alb2011 { background-image: url("../../images/titles/h_alb2011.jpg"); }
.chambers { background-image: url("../../images/titles/h_chambers.gif"); }
.clientadvisory { background-image: url("../../images/titles/h_qld_ca.gif"); }
.albawards { background-image: url("../../images/titles/albawards.gif"); }
.insol-blog { background-image: url("../../images/titles/h_insol-blog.gif"); }
.const-blog { background-image: url("../../images/titles/const-blog.gif"); }
.consumer-law { background-image: url("../../images/titles/h_consumer-law.gif"); }
.competition-law { background-image: url("../../images/titles/h_competition-law.gif"); }
.our-awards { background-image: url("../../images/titles/h_our-awards.gif"); }
.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"); }
.short-selling { background-image: url("../../images/titles/h_short-selling.gif"); }
.moral-hazard { background-image: url("../../images/titles/h_moral-hazard.gif"); }
.cartel-investigations { background-image: url("../../images/titles/h_cartel-investigations.gif"); }
.major-changes { background-image: url("../../images/titles/h_major-changes.gif"); }
.hk-jakarta-office-moves { background-image: url("../../images/titles/h_asia_office-moves.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"); }
.capital-management { background-image: url("../../images/titles/h_capital-management_home.gif"); }
.multimedia { background-image: url("../../images/titles/h_multimedia.gif"); }
.video { background-image: url("../../images/titles/h_video.gif"); }
.audio-video { background-image: url("../../images/titles/h_audio-video.gif"); }
.rap { background-image: url("../../images/titles/h_rap.gif"); }
.itc { background-image: url("../../images/titles/h_itc.gif"); }
.sculpture { background-image: url("../../images/titles/h_sculpture_home.gif"); }
.copen { background-image: url("../../images/titles/h_copenhagen.gif"); }
.copenhagen-conference { background-image: url("../../images/titles/h_cc_conference09.gif"); }
.after-copenhagen { background-image: url("../../images/titles/h_after-copenhagen09.gif"); }
.global-tables { background-image: url("../../images/titles/h_global-tables.gif"); }
.pps { background-image: url("../../images/titles/h_pps.gif"); }
.henry { background-image: url("../../images/titles/h_henry.gif"); }
.ari { background-image: url("../../images/titles/h_ari_09.gif"); }
.budget2010 { background-image: url("../../images/titles/h_budget2010.gif"); }
.renewable { background-image: url("../../images/titles/h_renewable.gif"); }
.environmentday { background-image: url("../../images/titles/h_environmentday.gif"); }
.hitwise { background-image: url("../../images/titles/h_hitwise.gif"); }
.asiapractice { background-image: url("../../images/titles/h_asiapractice.gif"); }
.newpartners { background-image: url("../../images/titles/h_newpartners.gif"); }
.lawyersweekly { background-image: url("../../images/titles/h_lawyers-weekly.gif"); }
.japan { background-image: url("../../images/titles/h_japan.gif"); }
.qld { background-image: url("../../images/titles/h_qld.gif"); }
.insurance11 { background-image: url("../../images/titles/h_insurance11.gif"); }
.fedbudget11 { background-image: url("../../images/titles/h_fedbudget11.gif"); }
.energy2050 { background-image: url("../../images/titles/h_energy2050.gif"); }
.sleepout { background-image: url("../../images/titles/h_sleepout.gif"); }
.thynne { background-image: url("../../images/titles/h_jimthynne.gif"); }
.our-awards { background-image: url("../../images/titles/h_our-awards.gif"); }
.phrasebuster { background-image: url("../../images/titles/h_phrasebuster.gif"); }
.carbonannounce { background-image: url("../../images/titles/h_carbonannounce.gif"); }
.carbonnext { background-image: url("../../images/titles/h_carbonnext.gif"); }
.mongolia { background-image: url("../../images/titles/h_mongolia.gif"); }
.highcourt { background-image: url("../../images/titles/h_highcourt.gif"); }
.arbitration { background-image: url("../../images/titles/h_arbitration.gif"); }
.adrian { background-image: url("../../images/titles/h_adrian.gif"); }
.privateequity { background-image: url("../../images/titles/h_privateequity.jpg"); }
.portmoresby { background-image: url("../../images/titles/h_portmoresby.jpg"); }
.fiona { background-image: url("../../images/titles/h_fiona.jpg"); }
.art { background-image: url("../../images/titles/h_art.jpg"); }
.ibo { background-image: url("../../images/titles/h_ibo.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: 195px; }
/*----*/

.h2a {
	font-family: 'TheSansB_300_Light', Arial, Sans-Serif;
	font-size: 2em;
	width: 100%;
	margin: 0 !important; 
	padding:0;
	zborder:thin solid blue;
}

h3 {
	font-family: 'TheSansB_300_Light', Arial, Sans-Serif;
	font-size: 1.2em;
	line-height: 1.16em;
	padding-bottom: 10px;
	border-bottom: 1px solid #999995;
	width: 100%;
	text-transform: uppercase;
	margin: 30px 0 20px; 
}

h3 strong{
font-family: 'TheSansSemiBold', Arial, Sans-Serif;

font-weight: normal;
}

h3.longheading { width: 85%; }

h3 a, h3 a:hover {
	font-weight: bold;
	color: #0f7cc3 !important;
	border: 0 !important;
}


h4 { 
	color: #585858;
	font-family: 'TheSansSemiBold', Arial, Sans-Serif;

	/* font-size: 1.3em;
	line-height: 1em;
	margin: 5px 0 10px 0;
	-------------------- RR Changed ------------------------ */
	padding-bottom: 10px;
	border-bottom: 1px solid #999995;
	width: 100%;
	text-transform: uppercase;
	margin: 30px 0 20px; 
	}
h4 a, h4 a:hover {
	
	color: #585858 !important;
	font-family: 'TheSansSemiBold', Arial, Sans-Serif;

	border: 0 !important;
	text-decoration: none !important;
}


.headerImage{ width: 460px;}
.headerImage480{ width: 480px;}
.headerImage450{ width: 450px;}

h5 {
	color: #0f7cc3 !important;
	font-weight: bold !important;
	font-size: 1.1em;
	border: 0 !important;
	cursor: default;
	line-height: 1.2em;
	margin: 5px 0;
}
h5 a, h5 a:hover {
	font-weight: bold;
	color: #0f7cc3 !important;
	border: 0 !important;
}

h6, h6 a, h6 a:hover {
	color: #0f7cc3 !important;
	font-weight: bold;
	font-size: 1em;
	border: 0 !important;
	cursor: default;
	line-height: 1em;
}


#printhead, #np15_printhead { 
	display: none;
	font-size: 2.2em;
	letter-spacing: -0.5px;
	font-weight: bold;
	color: #0f7cc3;
	margin: 24px 0 60px 0;
	padding-top: 10px;
	position: relative;
	line-height: 2.2em;
 } 
.np_print-logo{
	display:none;
}
p.introGrey, p.introGrey2 {
	font-size: 15px;  
	font-family: 'TheSansSemiLight', Arial, Sans-Serif;
	line-height: 25px;
	color:  #68797d;
}

p.mypc {
	font-size: 14px;
	font-family: 'TheSansSemiLight', Arial, Sans-Serif;
	line-height: 25px; 
	color:  #585858; 
}

p.intro, p.intro2 {
	font-size: 18px; 
	font-family: 'TheSansSemiLight', Arial, Sans-Serif;
	line-height: 25px; 
	color:  #0F7CC3; 
}

p.smallintro {
	font-size: 16px; 
	font-family: 'TheSansSemiLight', Arial, Sans-Serif;
	line-height: 20px;
	color:  #0F7CC3;
	margin-bottom:10px;
	zborder:thin solid red;
}

p.intro a, p.intro2 a, p.smallintro a{
	color: #26A7F9 !important;
	border-bottom:1px none;
	font-family: 'TheSansSemiLight', Arial, Sans-Serif; 
}

	p.intro a:hover, p.intro2 a:hover{
	border-bottom: solid 1px #26A7F9 !important;
	font-family: 'TheSansSemiLight', Arial, Sans-Serif; 
}

.s-section p.intro, .s-section p.intro2 { padding-top:0; }
#pubNav p.intro, #pubNav p.intro2 { margin: 0 0 0 -15px; }

p.intro em, p.intro2 em {
	font-family: 'TheSansLightItalic', Arial, Sans-Serif;
}
p.intro strong, p.intro2 strong {
	font-family: 'TheSansBold', Arial, Sans-Serif;
}
p.intro em strong, p.intro2 em strong,
p.intro strong em, p.intro2 strong em{
	font-family: 'TheSansSemiBoldItalic', Arial, Sans-Serif;
}
/* 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;

}
.form ul li.last { margin-bottom: 0; }

.form label { 
	display: block;
	float: left;
	background: #e6e6e6;
	width: 160px;
	color: #0f7cc3;
	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 label.salistlabel { 
	background: #f4f4f4;
	color: #000000;
	font-weight: normal;
	width: 210px;
	padding: 3px 5px 0 10px;
}

.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 {
}
.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: 280px;
	margin-right: 15px;
	zborder:thin solid blue;
}

.refineSearch ul.right { margin: 0; }

.refineSearch ul input {
	float: left;
	position: relative;
	top: -1px;
}
.refineSearch ul label { 
	display: block;
	float: left;
	width: 250px;
	line-height: 1.4em;
	zborder:thin solid red;
}

.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: 36px;
	margin:0;
}

#content .alphaList li a {
	display: block;
	line-height: 15px;
	width: 37px;
	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: #0f7cc3;
}

#content .alphaList li a:hover {
	color: #0f7cc3;
	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: 10px 10px 10px 15px; /*--- Jin changed from padding:15px ------*/
	line-height:1.5em; /*--------- Jin added this to fix the underline of the links not showing issue --------*/
}
.standard td {
	border: 1px solid #b2bec7 !important;
	vertical-align: top;
}

.nonstandardDB td {
	border: 1px solid #b2bec7 !important;
	vertical-align: middle;
}

.standard td.lastcells{ /*------ Jin added this to give bottom border at the end of tables --------*/
	border-bottom: 1px solid #b2bec7;
}
.standard th {
	background: #768894;
	color: #fff;
	font-weight: bold;
	border: 1px solid #b2bec7 !important;
}
.standard tr.alt td {
	background: #f1f2f2;
}
.standard th.active {
	background: #0066cc;
}
.standard td.active {
	background: #e5f1f9;
}
.standard tr.alt td.active {
	background: #cce4Ff;
}
.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; }

.standard th.grey {
	background: #51626F;
}
.standard td.grey {
	background: #E9ECED;
}
.standard tr.alt td.grey {
	background: #D4DBDD;
}

/* 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#footerNav {
	list-style-type: none;
	margin: 0; 
	
}

#footer ul#footerNav li {
	display: inline;
	border-right: 1px solid #c0c0c0;
	padding: 0 15px 0 0;
	margin: 0 15px 0 0;
}

#footer ul#footerNav li.last { border-right: 0; }

#footer ul#footerNav li a {
	border: 0;
}

#footer ul#footerNav li a:hover { 
	color: #0f7cc3;
	border-bottom: 1px solid #0f7cc3;
 }

ul#footerNav {
	margin: 0 0 20px 0;
	float: left; /* ---------------- RR Added ------------ */
	
}

ul#legalsNav li a {
	color: #a2a2a2;
}

ul#legalsNav li.language a { color: #585858; }

#sectionFooter {
	/*border-top: 1px solid #c0c0c0; ---------------- RR Removed------------ */
	padding: 20px 0 20px 0;
	float: right;
	width: 950px; /* ---------------- RR Changed ------------ 890px */
	overflow: hidden;
	background-color: #f2f2f2;
}

#sectionFooter.subNav ul{
	wXidth: 20.5%;
	height:100%;
}



#sectionFooter.subNav ul.col-0 { width:25%; }
#sectionFooter.subNav ul.col-1 { width:18%; }
#sectionFooter.subNav ul.col-2 { width:21%;  }
#sectionFooter.subNav ul.col-3 { width:21%;  }
#sectionFooter.subNav ul.col-4 { width:21%;  }


#sectionFooter.subNav ul li a{
	color: #6b6b6b;
	background: url(../images/icons/icon-arrow-grey.png) no-repeat left 4px;
	padding-left: 10px;

}

#sectionFooter.subNav ul li a:hover{
	text-decoration: underline;
}

#sectionFooter.subNav ul li.highlight{ padding-bottom: 10px; }
#sectionFooter.subNav ul li.highlight a{
	font-size: 1.1em;
	font-weight: bold;
	background: none;
	padding-left: 0;
	margin-bottom: 10px;
}

#sectionFooter .subNav { width: 890px; }
.s-section #sectionFooter { width: 100%; }
.s-section #sectionFooter .subNav { width: 100%; }

ul#flags{
	float: right;	
	overflow: hidden;
	margin-top:-1px;
	zborder:thin solid red;
}

ul#flags li{
	display: block;
	float: left;
	text-align: right;
	margin-left: 5px;
}

ul#flags li a{
	text-indent: 100%;
white-space: nowrap;
overflow: hidden;
	display: block;
	zwidth: 50px;
	height: 11px;
}

ul#flags li a#chinese{ background: url('../images/icons/text_cn.png') no-repeat 0 0; width:31px;}
ul#flags li a#japanese{ background: url('../images/icons/text_jp.png') no-repeat 0 0; width:39px;}
ul#flags li a#korean{ background: url('../images/icons/text_kr.png') no-repeat 0 0; width:33px;}

p#copyrightText{
	margin-top: 30px;

}

/* Miscellaneous
------------------------------------------------------------------*/

.hr { 
	 /*----- RR Removed -------- border-bottom: 1px solid #c0c0c0; margin: 5px 0 15px 0; */
	height: 1px; 
	overflow: hidden;
	
}
.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; }

blockquote  { padding: 0 30px; }
p.quote { font-style: italic; }

.clear { clear: both; }
.clear-left { clear: left; }
.clear-right { clear: right; }

.rightPhoto { float: right; margin: 10px 0 15px 50px; }

.caption { color: #848484; }

.nounderline td {border:0;}

/* HTML Code in the Web admin pages by Jin
------------------------------------------------------------------*/

.code{
	border: 1px solid #ccc;
	background-color: #ddd;
	padding: 1em;
	margin: 1em 0;
}
.code-comment{
	color:#999999;
	border: 1px solid #ccc;
	background-color:#ffffff;
	padding: 1em;
	margin: 1em 0;
}
.indent_lvl1{
	margin-left:15px;
}
.indent_lvl2{
	margin-left:30px;
}
.indent_lvl3{
	margin-left:45px;
}
.indent_lvl4{
	margin-left:60px;
}
.indent_lvl5{
	margin-left:75px;
}

/*Surveys

------------------------------------------------------------------*/

.survey-container{
	width:800px;
	padding: 20px;
	margin-bottom:10px;
}

/*Media - Print Ed page by Jin

------------------------------------------------------------------*/
.printed-container{
	width:660px;
	}
.printed-col1{
	width:302px;
	float:left;
	margin-top:10px;
	}
.printed-col1 a {
	float: left;
	border: 0 !important;
}	
.printed-col2{
	width:336px;
	float:left;
	margin:10px 0 0 20px;
	clear:right;
	}

/* Alumni Generation gap and Q&A profiles pages by Jin
------------------------------------------------------------------*/

.gengap-container-intro{
	width:625px;
	height:125px;
	border:solid 1px #bbbbbb;
	padding:20px;
	margin-bottom:10px;
}
.gengap-head{
	margin-bottom:10px;
	line-height:1.5em;
}
.gengap-col1{
	width:80px;
	float:left;
}
.gengap-col2{
	width:215px;
	float:left;
	margin-left:15px;
}
.gengap-container-big{
	width:625px;
	border:solid 1px #bbbbbb;
	padding: 20px;
	margin-bottom:10px;
}
.gengap-container-small{
	width:625px;
	height:115px;
	padding: 0;
	zmargin-bottom:15px;
}

.gengap-questions{
	width:625px;
	background-color:#cccccc;
	color:#0066cc;
	font-weight:bold;
	text-align:center;
	padding:5px 0;
}
.gengap-answers-col1{
	width:47%;
	float:left;
	padding:10px 10px 10px 0;
}
.gengap-answers-col2{
	width:47%;
	float:left;
	padding:10px 0;
}

.prof-container{
	width:330px;
	float:left;
	border-bottom:dashed 1px #cccccc;
}
.prof-container-last{
	width:330px;
	float:left;
	border-bottom:0;
}

.prof-doublecol1{
	width:80px;
	height:100px;
	float:left;
	padding:15px 0;
}
.prof-doublecol2{
	width:220px;
	height:100px;
	line-height:1.3em;
	float:left;
	padding:15px 10px 0 15px;
}
.prof-doublecol3{
	width:610px;
	height:100px;
	line-height:1.5em;
	float:left;
	padding:15px 10px 0 15px;
}

.prof-container-single{
	width:725px;
	height:130px;
}

.ooo-container{
	width:717px;
}
.ooo-col1{
	width:100px;
	float:left;
	padding:10px 0 15px 0;
}
.ooo-col2{
	width:590px;
	float:left;
	padding:10px 5px 15px 15px;
}
.ooo-img-right{
	float:right;
	margin:7px 0 15px 20px;
	padding:0;
}
.ooo-img-left{
	float:left;
	margin:7px 20px 15px 0;
	padding:0;
}
.ooo-caption{
	margin-top:10px;;
}

.move-container{
	width:720px;
}
.move-col1{
	width:110px;
	float:left;
	padding:10px 20px 0 0;
}
.move-col2{
	width:560px;
	float:left;
	padding:10px 10px 15px 15px;
}
.image3-container {/*this is for container for 3 images in Allens events page*/
	width:700px;
}
.indiv-image{/*this is the style for the individual image inside the image3-container */
	float:left;
	padding:0 10px 10px 0;
}
.indiv-image a:hover {
	border: 0 !important;
}
.know-col{
	width:225px;
	float:left;
	margin-right:15px;
}

.box-know{
    margin: 0 10px 10px 0;
    width: 210px;
    padding: 10px 10px 5px 10px;
    min-height: 100px;
    position:relative;
    display: inline-block;
    border: 1px solid #ccc;
    float:left;
}
.diduknow{
	font-size:14px;
	font-weight:700;
	color:#666;
	font-style:italic;
	padding-right:3px;
}



/* New partners 2011 pages by Jin
------------------------------------------------------------------*/

#nphome-container{
	width:910px;
	height:585px;
	margin:auto;
	padding:30px 0px 20px 10px;
}
#npintro1{
	width:600px;
	height:30px;
	margin:auto;
	color:#9c9c9c;
	font-size:3em;
	padding:7px 0 10px 120px;
}
#npintro2{
	width:480px;
	height:30px;
	margin:auto;
	color:#9c9c9c;
	font-size:3em;
	padding:7px 0 10px 250px;
}
#npintro3{
	width:480px;
	height:30px;
	margin:auto;
	color:#9c9c9c;
	font-size:3em;
	padding:7px 0 10px 130px;
}
#npphoto-container{
	width:807px;
	height:335px;
	margin:auto;
}
.npphoto{
	padding:0 14px 1px 14px;
}
.npname{
	color:#737373;
	font-size:1.06em;
	text-align:center;
	
}
#nptitle{
	color:#676767;
	font-size:3em;
	text-align:center;
	margin:20px 0 0 0;
}
#nptitle-small{
	width:430px;
	color:#676767;
	font-size:1.2em;
	float:left;
	padding-left:310px;
}
#nptitle-small-right{
	width:160px;
	color:#676767;
	font-size:1.2em;
	float:right;
}
#npindiv-container{
	width:900px;
	height:620px;
	margin:auto;
	padding:10px 30px;
}
#npindiv-banner{
	width:895px;
	height:80px;
	margin-bottom:10px;
}
#nplogo{
	width:820px;
	height:70px;
	float:right;
	text-align:right;
}

#npvideo{
	width:400px;
	height:310px;
	float:left;
	margin-left:30px;
}
#npintro{
	width:402px;
	height:310px;
	float:left;
	margin:0 0 15px 20px;
}
#npintrotext{
	width:400px;
	height:245px;
	color:#4e4e4e;
	margin:30px 0 0 0;
}
#nphome{
	height:20px;
	text-align:right;
	padding:4px 5px;
}
#nphome a:hover{
	padding:4px 5px;
	color:#ffffff;
	background-color:#666666;
}
#npindiv-photo{
	width:835px;
	height:190px;
	margin-left:50px;
	clear:both;
}

/* Careers homepage content by Jin
------------------------------------------------------------------*/
.awards-box-long{
	width:600px;
	margin:0px 0px 20px 0;
}
.awards-box-med{
	width:215px;
	float:left;
	margin:15px 10px 15px 0;
}
.buster-col1{
	width:150px;
	float:left;
}
.buster-col2{
	width:158px;
	float:left;
	margin:0 21px 0 10px;
}


/*Switch off lines around areas of the page in IE8 by DKBS*/
*:focus { 
	outline: none; 
	}
*::-moz-focus-inner { 
	border: none; 
	}


/* Art Journal content by Jin
------------------------------------------------------------------*/

#artjour-container{
	width:673px;
}
#artjour-heading{
	width:722px;
	height:73px;
	color:#999;
}
#artjour-headinglong{
	width:722px;
	height:113px;
	color:#999;
}
#artjour-heading ul, #artjour-headinglong ul{
	list-style-image:url('../../art/journal/images/issue-bullet.gif');
	margin-left:20px;
}
#artjour-headinglong span{
	line-height:1.15em;
	z-border:thin solid blue;
}
#artjour-title1{
	font-family: 'TheSansSemiLight', Arial, Sans-Serif;
	color:#0f7cc3;
	font-size:2.5em;
	margin-right:10px;
	letter-spacing:0px;
	z-border:thin solid blue;
}
#artjour-title2{
	font-family: 'TheSansSemiLight', Arial, Sans-Serif;
	color:#999;
	font-size:2.5em;
	letter-spacing:0px;
}
#artjour-top-container{
	width:671px;
}
#artjour-bot-container{
	width:671px;
	padding-top:20px;
	border-top:solid 1px #CCC;
}
#main-image{
	width:265px;
	height:250px;
	float:left;
}
#misc-list {
	width:220px;
	float:right;
	bottom:0;
	margin:140px 15px 0 0;
	text-align:right;
	line-height:1.5;
}
#main-image-desc{
	width:170px;
	color:#999;
	line-height:1.5;
}
#download-btn{
	width:155px;
	float:right;
}
#jour-intro{
	width:669px;
	margin:190px 0 25px 0;
	clear:right;
}
.greentext{
	color:#0f7cc3;
}
.article-box{
	width:671px;
	height:125px;
	margin:5px 0 5px 0;
}
.article-imgage-box{
	width:110px;
	height:100px;
	float:left;
}

#artjour-bot-container-INDEX{
	width:710px;
	padding-top:20px;
	border-top:solid 1px #FFF;
	zborder: thin solid blue;
}

.article-box-INDEX{
	width:700px;
	height:150px;
	margin:5px 0 5px 0;
	zborder: thin solid red;
}

.article-imgage-box-INDEX{
	width:150px;
	height:15/0px;
	float:left;
}

.article-intro-box-INDEX{
	width:525px;
	float:right;
	margin-right:3px;
}

.article-intro-box{
	width:545px;
	float:right;
	margin-right:3px;
}
p.article-title{
	font-family: 'TheSansSemiLight', Arial, Sans-Serif;
	font-size:1.6em;
	margin:0 0 3px 0;
}
.article-title a{
	font-family: 'TheSansSemiLight', Arial, Sans-Serif;
}

.article-intro{
	font-size:1em;
	line-height:1.3;
	margin-bottom:10px;
	color:#666;
}

/* End Art Journal content by Jin
------------------------------------------------------------------*/


.noUnderline{
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.noUnderline a:hover{
	border: 0 !important;
}

.case{
	border: 0;
	margin-bottom: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #999995;
	margin: 10px 0 20px;
}

div.img p.btn a{
	margin-left: 25px;

}
div.img p.btn a:hover span{
	border-bottom: 1px solid #007ccb;

}

/* Accelerate content by YMCB
------------------------------------------------------------------*/

ul.accelerateNews {
	list-style-type: none;
	margin: 0 0 15px 0;
	overflow: hidden;
	height: 1%;
	background: url("../../images/bg/divider.gif") 48% 0 repeat-y;
}

ul.accelerateNews li {
	float: left;
	border-top: 1px dashed #c9c9c9;
	width: 500px;
	padding: 20px 30px 10px 0;
}

ul.accelerateNews li.li-1 { margin-right: 50px; }
ul.accelerateNews li.top { border-top: 0; padding-top: 0; }

ul.accelerateNews span {
	display: block;
	color: #a2a2a2;
}

ul.accelerateNews a {
	color: #0f7cc3;
	font-weight: bold;
	border-bottom: 1px dotted #dceeee;
}

ul.accelerateNews a:hover { border-bottom: 1px solid #1761a2; color: #0f7cc3; }

h4.acclerate { 
	color: #585858;
	font-family: 'TheSansSemiBold', Arial, Sans-Serif;
	padding-bottom: 10px;
	border-bottom: 1px solid #999995;
	width: 70%;
	text-transform: uppercase;
	margin: 30px 0 20px; 
	}


/* Localized */



/* Start style for Student newsletter - started by Melissa but finished by Jin 
-------------------------------------------------------------------------------------------------------*/
.sn_content{
	width:77%;
}
.sn_content-col{
	width:480px;
	float:left;
	padding:0 10px 0 0;
	margin:0 0 10px 0;
	background-color:#ffffff;
	zborder:blue thin solid;
}
.sn_content-col-wide{
	width:700px;
	float:left;
	padding:10px;
	margin:0 0 20px 0;
	background-color:#ffffff;
	zborder:blue thin solid;
}
.sn_toc{
	width:180px;
	height:auto;
	float:right;
	margin:17px 2px 10px 5px;
	padding:10px 10px 5px 10px;
	border:#ddd thin solid;
	border-radius:4px;
}
.sn_topimage {
	margin:10px 0 15px 0;
}
.sn_h3{
	margin:5px 0 10px 0; 
}
h4.dateyear{
	color: #585858;
	font-family: 'TheSansSemiBold', Arial, Sans-Serif;
	border: 0;
	margin-bottom: 10px;
	padding-bottom: 0;
	width: 100%;
	text-transform: uppercase;
}
.sn_h5 {
	color: #0f7cc3 !important;
	font-weight: bold !important;
	font-size: 1.1em;
	border: 0 !important;
	cursor: default;
	line-height: 1.35em;
	margin: 5px 0;
}
#sn_latest-image{
	border:0 !important;
	margin:20px 0 20px 0;
}
.sn_photocol{
	width:120px;
	float:left;
}
.sn_textcol{
	width:340px;
	float:left;
	padding:0 10px;
}
.sn-featured-items-1 {
	background: #f2f2f2;
	overflow: hidden;
	padding: 25px 20px;
	margin-bottom: 30px;
}
.sn-featured-items-1 ul {
	list-style-type: none;
	margin: 0;
	height: 1%;
}
.sn-featured-items-1 ul li {
	padding: 0 0 0 0;
	width: 46%;
	float: left;
	height: 1%;
	position: relative;
	margin-right: 20px;
}
.sn-featured-items-1 ul li.sn-first {
	width:300px;
	padding: 0 20px 0 0;
	border-right: 1px solid #c9c9c9;
	margin-right: 20px;
}
.sn-featured-items-1 ul li.sn-second {
	width:300px;	
	padding: 0 20px 0 0;
	margin-right: 20px;
}
.sn-featured-items-1 p {
	margin: 0 0 1px 0;
	right: inherit;
}
.sn-featured-items-1 p.last { margin-bottom: 15px; }
.sn-featured-items-1 strong { color: #0f7cc3; }

div.sn_imagen {
	background: #f4f4f4;
}
div.sn_imagen p {	
	margin: 0;
	padding: 10px 8px;
	font-size: 0.95em;
	line-height:1.3em;
}

#HCB_comment_box a:hover{
	border:0 !important;
}


/* End style for Student newsletter - started by Melissa but finished by Jin 
--------------------------------------------------------------------------------*/



