/*
THEME NAME: all
THEME URI: http://www.andersonlloyd.co.nz
DESCRIPTION: Custom theme for Anderson Lloyd Lawyers
VERSION: 1.0
AUTHOR: Wired Internet Group
AUTHOR URI: http://www.wired.co.nz
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body, html {
	width:100%;
	height:100%;
}

body {
	background: #fff;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
em, i {font-style:italic;}

a {
	color: #f57f20;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: 700;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

h1 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	color:#003056;
	margin:-20px 0 15px;
	border-bottom: 1px solid #c2c8cc;
	padding: 0 0 22px 0;
}

h1.big {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 42px;
	font-weight: normal;
	color:#003056;
	margin:-13px 0 15px;
	border-bottom: 1px solid #003056;
	border-top: 1px solid #003056;
	padding: 15px 0;
}

h2.results {
	color: #003056;
	font-weight:normal;
	font-size: 16px;
	margin-bottom: 0;
	line-height: 1.4;
}

h4 {
	font-size: 12px;
	color: #415a79;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0 0 5px;
	border-bottom: 1px solid #e1e4e6;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

#wrapper {
	width: 960px;
	background: #FFF;
	margin: 0 auto;
}

#header {
	width: 960px;
	margin: 0 auto;
	position:relative;
}

#logo {
	font-size: 250%;
	margin: 50px 0 0 30px;
	font-weight: bold;
}

#logo a {
	color: #333333;
}

#description {
	font-size: 130%;
	color: #666666;
	margin: 5px 0 50px 30px;
}

#menu {
	background:#003056;
	height:37px;
	width: 960px;
	margin: 0 auto;
	list-style:none;
}

#menu.no-image {margin-bottom: 20px;}

#menu ul {
	margin-left: 15px;
}

#menu ul li {
	float: left;
	text-transform: uppercase;
	font-size: 12px;
	padding: 10px 27px;
}

#menu ul li a {
	color: #fff;
	text-decoration:none;
}

#menu ul li a:hover,
#menu li.current_page_item a,
#menu li.current_page_ancestor a {
	color:#f57f20;
	text-decoration:none;
}

#container {
	width: 960px;
	overflow: hidden;
	margin: 13px auto;
}

#content {
	float: right;
	width: 700px;
	margin: 0 0 0 0;
}

#content h2.newstitle {
	color: #333;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 0 10px;
	padding: 10px 0 0;
}

.post {
	margin-bottom: 50px;
}

.post.results {
	margin-bottom: 30px;
}

.post-title {
	line-height: 1.2;
	font-weight: normal;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 36px;
	color:#003056;
	margin:-5px 0 15px;
	border-bottom: 1px solid #c2c8cc;
	padding: 0 0 22px 0;
}

.post-title a {
	color: #333333;
}

.page-subtitle {
	font-weight: 700;
	color: #CCC;
	font-size: 90%;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
}

.post-meta {
	font-size: 11px;
	color: #333;
	margin-top: 5px;
	padding: 0 20px;
	font-weight: bold;
}

.post-meta a {
	color: #F57F20;
}

.post-meta.category {padding: 5px 0 10px;}

.post-meta.single {
	padding: 0;	
}

.post-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.post-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}

.post-comments a:hover {
	color: #FFFFFF;
}

.post-content {
	margin-top: 15px;
	position: relative;
}

.post-content.profile {
	margin-top: -13px;
}

.post-content h2 {
	color: #003056;
	font-weight:normal;
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 1.4;
}

.post-content h2.expertise {
	color: #333;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 0 0 20px;
	max-width: 120px;
	float: left;
	font-weight:bold;
}

.post-content h2.news {
	color: #333;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 0 10px;
	padding: 10px 10px 0 20px;
}

.post-content h3 {
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-transform: uppercase;
	margin: 20px 0 10px;
	border-bottom: 1px solid #e1e4e6;
	padding: 0 0 5px;
}

.post-content p {
	line-height: 1.5;
	margin-bottom: 10px;
	color: #333;
	text-align: justify;
	position: relative;
}

.post-content p em {
	font-style: italic;
}

.post-content p.expertise {
	line-height: 1.5;
	margin-bottom: 10px;
	color: #666;
}

.post-content img.alignnone {
	padding: 4px;
}

.post-content img.alignleft {
	float: left;
	margin: 0 25px 15px 0;
}

.post-content img.alignright {
	float: right;
	margin: 0 0 15px 25px;
}

.post-content ul,.post-content ol {
	margin: 15px 0 15px 0;
}

.post-content ul {
	list-style: outside;
	
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.5;
	margin-bottom: 15px;
}

.post-content ol li {list-style: decimal; background: none; margin:0 0 0 20px;
	padding: 0 0 0 10px;}

.post-content li {
	list-style: none;
	background: url('images/arrow-orange.png') no-repeat left 3px;
	margin:0;
	padding: 0 0 0 20px;
	line-height: 1.5;
}

.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.section-title {
	font-size: 140%;
	margin-bottom: 10px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	font-size: 110%;
}

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}

.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 455px;
	height: 200px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
}

#sidebar {
	float: left;
	width: 230px;
	margin:0;
}

.people {
	width:230px;
	height:169px;
	margin:0;
}

.people.sidebar {
	width:230px;
	height:160px;
	margin:0;
}

#expertise {
	width:230px;
	height:102px;
	margin:0;
}

.people-tag,
#expertise-tag {
	width: 230px;
	height: 39px;
	background: #003056;
	color:#fff;
	font-size: 11px;
	text-align:center;
	margin: 0;
	position:relative;
}

.sidebar-tag {
	width: 230px;
	height: 25px;
	background: #003056;
	color:#fff;
	font-size: 11px;
	text-align:center;
	margin: 0;
	padding-top: 5px;
	position:relative;
}

.people-tag .left {
	background: url('images/arrow-left.png') no-repeat left top;
	width: 8px;
	height: 11px;
	position:absolute;
	left:0;
	margin:13px 0 0 5px;
	cursor:pointer;
}

.people-tag .left:hover {
	background: url('images/arrow-left.png') no-repeat left bottom;
	width: 8px;
	height: 11px;
	position:absolute;
	left:0;
	margin:13px 0 0 5px;
	cursor:pointer;
}

.people-tag .right {
	background: url('images/arrow-right.png') no-repeat left top;
	width: 8px;
	height: 11px;
	position:absolute;
	right:0;
	margin:13px 5px 0 0;
	cursor:pointer;
}

.people-tag .right:hover {
	background: url('images/arrow-right.png') no-repeat left bottom;
	width: 8px;
	height: 11px;
	position:absolute;
	right:0;
	margin:13px 5px 0 0;
	cursor:pointer;
}

.people-tag h2,
#expertise-tag h2, .sidebar-tag h2 {
	text-transform:uppercase;
	padding: 3px 0 2px;
}

.people-tag h2 a {
	color:#fff;
	text-decoration: none;
}

#expertise-tag h2 a, .sidebar-tag h2 a {
	color:#f57f20;
	text-decoration: none;
}

.people-tag h2 a:hover,
#expertise-tag h2 a:hover, .sidebar-tag h2 a:hover {
	color:#f57f20;
	text-decoration: underline;
}

.sidepanel {
	margin-bottom: 30px;
}

.sidepanel h3 {
	text-transform: uppercase;
	border-bottom: 1px solid #EFEFEF;
	padding: 0 0 5px 0;
	color: #333333;
	font-weight: bold;
	font-size: 90%;
}

.sidepanel ul li {
	border-bottom: 1px solid #EFEFEF;
	padding: 5px 0;
	line-height: 1.2;
}

.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
}

#footer {
	background: #003056;
	color:#fff;
	margin: 0 auto;
	width: 100%;
	height: 127px;
	border-top: 4px solid #f57f20;
	padding: 0;
}

#footer a {
	color: #a0adbc;
	text-decoration: none;
}

#footer a:hover {
	color: #a0adbc;
	text-decoration: underline;
}

#footer-inner {
	width:960px;
	margin: 0 auto;
}

#footer-links {
	width: 185px;
	float:left;
	margin:12px 38px 0 0;
	list-style: none;
}

#footer-links li {
	text-align:left;
	margin:0;
}

.footer-locations {
	width: 130px;
	float:left;
	margin-top:20px;
	list-style: none;
	font-size: 10px;
	line-height: 1.3;
	color:#adb6bb;
}

.footer-locations li {
	text-align:left;
	margin:0;
}

.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

/* search */

#searchform {
	padding: 2px;
	margin: 0;
	font-family: "Arial", verdana, tahoma, sans-serif;
	border: none;
	background: url('images/search-box.png') no-repeat;
	overflow: hidden;
	width: 215px;
	position: absolute;
	right: 0;
	margin: -30px 10px 0 0;
	color: #aeb6bb;
	
}

#searchform.not-found {
	padding: 2px;
	margin: 0;
	font-family: "Arial", verdana, tahoma, sans-serif;
	border: none;
	background: url('images/search-box.png') no-repeat;
	overflow: hidden;
	width: 215px;
	position: relative;
	margin: 0;
	color: #aeb6bb;
	
}
#searchform input#s {
	background: transparent;
	font-family: "Arial", verdana, tahoma, sans-serif;
	font-size: 11px;
	padding: 3px 2px 1px 4px;
	margin: 0px 1px 0px 0px;
	float: left;
	border: none;
	width: 180px;
	color: #003056;
}

#searchform input#searchsubmit {
	font-family: "Arial", verdana, tahoma, sans-serif;
	font-size: 11px;
	height: 17px;
	width: 15px;
	margin: 2px 5px 0 0;
	padding: 0;
	overflow: hidden;
	border: none;
	background: #fff url('images/magnifying-glass.png') no-repeat;
	color: #aeb6bb;
	text-indent:-9999px;
	float: right;
	cursor: pointer;
}

/* End search */

#image {
	width:960px;
	height:235px;
	margin: 15px auto;
	position:relative;
}

#shadow {
	width:960px;
	height: 21px;
	background: url('images/shadow.png') no-repeat;
	margin:0;
}

#sidebar-shadow {
	width:230px;
	height: 12px;
	background: url('images/people-shadow.png') no-repeat;
	margin:0;
}

.column {
	width: 320px;
	float:left;
	margin:0 25px 15px 0;
	line-height: 1.5;
	text-align: justify;
}

.third {
	width: 200px;
	float:left;
	margin:0 15px 10px 0;
	line-height: 1.5;
}

#news {
	width: 231px;
	background: url('images/news-bg.jpg') repeat-y;
	height:auto;
	margin: 20px 0;
	padding: 15px 15px 10px;
	position:relative;
}
#news-top {
	width: 231px;
	height: 9px;
	background: url('images/news-top.jpg') no-repeat;
	position:absolute;
	top:0;
	left:0;
}
#news-bottom {
	width: 231px;
	height: 9px;
	background: url('images/news-bottom.jpg') no-repeat;
	position:absolute;
	bottom:0;
	left:0;
}

#news h2 {
	color: #003056;
	font-weight:normal;
	font-size: 16px;
	text-transform:uppercase;
	margin-bottom: 15px;
	line-height: 1.4;
}

#news ul {
	width: 200px;
}

#news li {
	list-style: none;
	border-bottom: 1px solid #fff;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

#news li:last-child {
	border:none;
}

#news h3,
#news h3 a {
	color: #003056;
	font-weight:normal;
	font-size: 12px;
	margin-bottom: -10px;
	line-height: 1.4;
}

#news p {
	font-size: 11px;
	color:#333;
	line-height: 1.4;
}

/* Mega Menu */

#dc_jqmegamenu_widget-%ID%-item {font: normal 12px "Arial", sans-serif; line-height: 16px;}
#dc_jqmegamenu_widget-%ID%-item ul, #dc_jqmegamenu_widget-%ID%-item ul, #dc_jqmegamenu_widget-%ID%-item ul li {margin: 0; padding: 0; border: none;}
#dc_jqmegamenu_widget-%ID%-item ul.menu {background: #003056; width: 100%; height: 37px; position: relative;}
#dc_jqmegamenu_widget-%ID%-item ul li {float: left; margin: 0; padding: 0; font-size: 12px;}
#dc_jqmegamenu_widget-%ID%-item ul li a {float: left; display: block; color: #fff; padding: 12px 27px 9px 22px; background: #003056; text-decoration: none;}
#dc_jqmegamenu_widget-%ID%-item ul li a.dc-mega {position: relative;}
#dc_jqmegamenu_widget-%ID%-item ul li a .dc-mega-icon {display: block; position: absolute; top: 18px; right: 10px; width: 8px; height: 6px; background: url(skins/images/arrow.png) no-repeat 0 0;}
#dc_jqmegamenu_widget-%ID%-item ul li.mega-hover a, #dc_jqmegamenu_widget-%ID%-item ul li a:hover {color:#f57f20; background-position: 100% -40px;}
#dc_jqmegamenu_widget-%ID%-item ul li.mega-hover a .dc-mega-icon {background-position: 0 100%;}
#dc_jqmegamenu_widget-%ID%-item ul li .sub-container {position: absolute; background: url(skins/images/bg_sub_left.png) no-repeat 0 100%; padding-left: 20px; margin-left: -3px;}
#dc_jqmegamenu_widget-%ID%-item ul li .sub {background: url(skins/images/bg_sub.png) no-repeat 100% 100%; padding: 20px 20px 20px 10px;}
#dc_jqmegamenu_widget-%ID%-item ul li .sub-container.mega .sub {padding: 20px 20px 10px 0;}
#dc_jqmegamenu_widget-%ID%-item ul.full-width li .sub-container.mega .sub {margin-right: -2px;}
#dc_jqmegamenu_widget-%ID%-item ul li .sub .row {width: 100%; overflow: hidden; clear: both;}
#dc_jqmegamenu_widget-%ID%-item ul li .sub li {list-style: none; float: none; width: 170px; font-size: 1em; font-weight: normal;}
#dc_jqmegamenu_widget-%ID%-item ul li .sub li.mega-hdr {margin: 0 10px 10px 0; float: left;}
#dc_jqmegamenu_widget-%ID%-item ul li .sub li.mega-hdr.last {margin-right: 0;}
#dc_jqmegamenu_widget-%ID%-item ul li .sub a {background: none; border: none; text-shadow: none; color: #415a79; padding: 7px 10px; display: block; float: none; text-decoration: none; font-size: 0.9em;}
#dc_jqmegamenu_widget-%ID%-item ul li .sub li.mega-hdr a.mega-hdr-a {padding: 3px 3px 3px 15px; margin-bottom: 5px; margin-right:5px; background: #415a79; text-transform: uppercase; color: #fff;}
#dc_jqmegamenu_widget-%ID%-item ul li .sub li.mega-hdr a.mega-hdr-a:hover {color: #f79b4d; text-shadow: none;}
#dc_jqmegamenu_widget-%ID%-item ul .sub li.mega-hdr li a {padding: 4px 5px 4px 20px; background: url(skins/images/arrow_off.png) no-repeat 5px 8px; font-weight: normal; text-transform:none; border-bottom:1px solid #e7e9eb;}
#dc_jqmegamenu_widget-%ID%-item ul .sub li.mega-hdr li a:hover {color: #f57f20; background: url(skins/images/arrow_on.png) no-repeat 5px 8px;}
#dc_jqmegamenu_widget-%ID%-item ul .sub ul li {padding-right: 0;}
#dc_jqmegamenu_widget-%ID%-item ul li .sub-container.non-mega .sub {padding: 20px 20px 20px 0;}
#dc_jqmegamenu_widget-%ID%-item ul li .sub-container.non-mega li {padding: 0; width: 190px; margin: 0;}
#dc_jqmegamenu_widget-%ID%-item ul li .sub-container.non-mega li a {padding: 7px 5px 7px 22px; background: url(skins/images/arrow_off.png) no-repeat 7px 10px;}
#dc_jqmegamenu_widget-%ID%-item ul li .sub-container.non-mega li a:hover {color: #a32403; background: #efefef url(skins/images/arrow_on.png) no-repeat 7px 10px;}

#dc_jqmegamenu_widget-2-item ul .sub li.mega-hdr ul li ul li a {padding-left: 35px; background-position: 20px 8px;}
#dc_jqmegamenu_widget-2-item ul .sub li.mega-hdr ul li ul li a:hover {padding-left: 35px; background-position: 20px 8px;}

/* Breadcrumbs */
#breadcrumbs {
	font-size:11px;
	color:#666;
	margin: 0 0 20px 0;
}

#breadcrumbs a {
	color:#999;
}

#client-login {
	width: 203px;
	border-top: 1px solid #c2c8cc;
	padding: 10px 0 0 0;
	margin: 0 0 30px;
	position: relative;
}

#client-login ul {
	margin: 0 0 15px 0;
	list-style: outside;
}

#client-login ul li {
	line-height: 1.5;
	margin-bottom: 15px;
}

#client-login li {
	list-style: none;
	background: url('images/arrow-orange.png') no-repeat left 3px;
	margin:0;
	padding: 0 0 0 20px;
	line-height: 1.5;
}

#newsletter {
	width: 203px;
	border-top: 1px solid #c2c8cc;
	padding: 10px 0 0 0;
	margin: 30px 0;
	color: #003056;
	font-size: 11px;
	text-transform: uppercase;
	position: relative;
}

#newsletter.form {
	width: 700px;
	padding: 0;
	margin: 0;
	border: none;
	text-transform: none;
	font-size: 12px;
}

#newsletter.form .wpcf7-submit {
	float: left;
	background: url('images/submit.jpg') no-repeat 0 0;
	border: none;
	width: 127px;
	height: 32px;
	text-indent: -99999px;
	color: transparent;
	cursor: pointer;
	margin: 20px 0 0;
	position: relative;
}

#newsletter.form span.wpcf7-list-item {
	display: block;
	padding: 2px 0;
}

.wpcf7-text {
	border: 1px solid #daddde;
	width: 187px;
	height: 26px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 8px 0 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 11px;
	color: #003056;
}

.wpcf7-textarea {
	border: 1px solid #daddde;
	width: 250px;
	height: auto;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 8px 0 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 11px;
	font-family: "Arial", Helvetica, sans-serif;
	color: #003056;
}

.wpcf7-email {
	border: 1px solid #daddde;
	width: 162px;
	height: 26px;
	padding-left: 5px;
	padding-right: 30px;
	margin: 8px 0 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 11px;
	color: #003056;
}

.wpcf7-submit {
	background: url('images/email-btn.png') no-repeat 0 0;
	border: none;
	width: 25px;
	height: 26px;
	text-indent: -99999px;
	color: transparent;
	cursor: pointer;
	position: absolute;
	right: 6px;
	bottom: 18px;
}

.wpcf7-response-output {
	position: absolute;
	bottom: -30px;
}

.wpcf7-mail-sent-ok {
	border: 0px solid #fff;
}
.wpcf7-response-output {
margin: 2em 0 -1.5em !important;
}

.rmrh-show-more {
	background: url('images/view-more.png') no-repeat 0 0;
	width: auto;
	height: 16px;
	margin: 10px 0 0;
	padding: 0 0 0 20px;
}

.rmrh-show-less {
	background: url('images/view-less.png') no-repeat 0 0;
	width: auto;
	height: 16px;
	margin: 10px 0 0;
	padding: 0 0 20px 20px;
	position: absolute;
	bottom: -40px;

}

.expertise-block {
	background: #f9f9f9;
	margin: -14px 0 0;
	padding: 10px 0 0;
	width: 700px;
}

.expertise-text {
	width: 500px;
	overflow: hidden;
	text-align: left;
	margin: -1px 0 10px 0;
	padding: 10px 30px 40px 170px;
	position: relative;
	border-bottom: 1px solid #c2c8cc;
}

.news-text {
	text-align: left;
	margin: 0 0 10px 0;
	padding: 10px 20px 40px 20px;
	position: relative;
	border-bottom: 1px solid #c2c8cc;
}

.news-text.category {padding: 0 0 30px; margin: 0;}

.profile-pic {
	float: left;
}

.profile-info {
	float: right;
	width: 403px;
	height: 253px;
	background: #f9f9f9;
	margin: 0 0 2px;
	padding: 0;
	position: relative;
}

.profile-position {
	float: left;
	font-style: italic;
	margin: 10px 20px 0 20px;
}

.profile-position-management {
	max-width: 100px;
	line-height: inherit;
	font-style: italic;
	margin: 10px 20px 0 20px;
	position: absolute;
	left: 0;
	top: 0;
}

.profile-position-management p {
	text-align: left;
}

.profile-details {
	width: 240px;
	float: left;
	text-align: left;
	padding: 10px 0 10px 120px;
	margin: -26px 0 0 20px;
	border-bottom: 1px solid #dde0e2;
}

.profile-details.management {
	width: 240px;
	float: left;
	text-align: left;
	padding: 10px 0 10px 120px;
	margin: 0 0 0 20px;
	border-bottom: 1px solid #dde0e2;
}

.profile-details p, .secretary-details p {
	color: #666;
	line-height: 1.5;
	margin-bottom: 3px;
}

.profile-blurb {
	width: 403px;
	height: auto;
	float: right;
	text-align: justified;
	margin: -10px 0 0 0;
}

.profile-blurb p {
	color: #666;
	line-height: 1.5;
	margin-bottom: 10px;
}

.profile-blurb.wide {width: 700px; float: left;}

.profile-expertise {
	width: 279px;
	height: auto;
	float: left; 
	margin: -9px 0 30px 0;
	padding: 0;
	clear: left;
}

.profile-expertise h3 {
	border-bottom: 1px solid #E1E4E6;
    color: #333333;
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 0 0 5px;
    text-transform: uppercase;
}

.profile-expertise-item {
	width: 263px;
	height: 15px;
	background: #f9f9f9;
	margin: 0 0 8px 0;
	padding: 5px 8px;
	font-weight: bold;
	font-size: 12px;
	text-transform: none;
}

.profile-expertise-item.sub {

}

.profile-expertise-item a {
	color: #333;
}

.profile-expertise-item .view-more {
	background: url('images/view-more-small.png') no-repeat 0 0;
	padding: 0 0 0 20px;
	float: right;
	text-align: left;
	height: 16px;
	width: auto;
}

.profile-expertise-item .view-more a {
	color: #f57f20;
	font-size: 11px;
	font-weight: normal;
}

.secretary-details {
	width: 240px;
	float: left;
	text-align: left;
	padding: 10px 0 10px 120px;
	margin: 0 0 0 20px;
	position: relative;
}

.secretary {
	float: left;
	font-style: italic;
	margin: 10px 20px 0 20px;
	position: absolute;
	top: 0;
	left: -20px;
}

.linked-in {
	width: 100%;
	height: 50px;
	border-top: 1px solid #dde0e2;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: right;
	clear: both;
}

.linked-in p {text-align: right;}

.people-layout {
	width: 529px;
	float: right;
}

.our-people {
	float: left;
	width: 153px;
	height: 265px;
	border-bottom: 1px solid #edeef0;
	border-right: 1px solid #edeef0;
	margin: 0;
	padding: 12px 12px 0 10px;
}

.our-people p {
	color: #666;
	margin: 0 0 0 2px;
	line-height: 1.4;	
}

.people-thumb {
	border: 1px solid #daddde;
	padding: 1px;
	width: 150px;
	height: 150px;
}

h2.people-title {
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	margin: 5px 0 0 2px;
	line-height: 1.4;
}

h2.people-title a p {
	color: #F57F20;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	margin: 5px 0 0 0;
	line-height: 1.4;
}

.view-expertise {
	background: url('images/arrow-blue.png') no-repeat 71% 4px;
	margin: 10px 0 20px 2px;
}

.view-expertise a {
	color: #415a79;
}

#people-filter {
	width: 681px;
	height: 18px;
	background: #edeef0;
	margin: -15px 0 10px 0;
	padding: 4px 10px;
}

#people-filter h3 {
	font-size: 10px;
	color: #333;
	text-transform: uppercase;
	float: left;
	margin: 2px 8px 0 0;	
}

#people-filter select {
	color: #666;
	font-size: 11px;
}

.people-category {
	width: 133px;
	height: auto;
	float: left;
	margin: 15px 0 0;
	padding: 0;
}

.people-category h2 {
	color: #333;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 0 10px;
	padding: 0;
}

.people-category h3 {
	color: #333;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
	margin: 20px 0 5px;
	padding: 0;
}

.people-category p {
	max-width: 110px;
	color: #666;
	font-size: 11px;
	margin: 0;
	padding: 0;
	line-height: 1.3;
}

.people-category ul {
}

.people-category ul li {
	list-style: none;
	background: url('images/arrow-blue.png') no-repeat 0 3px;
	font-size: 11px;
	line-height: 1.5;
	margin: 0 0 5px;
	padding: 0 0 0 12px;
}

.people-category ul li a {
	color: #415a79;
}

.pagination-right {
	width: 700px;
	text-align: right;
	border-top: 1px solid #c2c8cc;
	padding: 10px 0 0;
	margin: 40px 0 10px;
}

.pagination-right a {
	color: #415a79;
	padding: 0 1px;
}

/* Infinite Carousel */
#viewport{
	width: 230px; /* Defines the size of the visible part of the carousel
		Attention : if you only want to see plain items in the viewport,
		the width of the viewport should take into account of :
		- the items width
		- the right and left padding of items
		- the number of items you want to see in the viewport
	 */
	overflow:hidden; /* Hides extra elements, those outside the viewport area */
	/* Fix for IE */
	position:relative;
}
#viewport ul{
	position: relative; /* Enables positionning of elements inside viewport */
	padding: 0; /* Resets default - User Agent - style */
	margin: 0;
}
#viewport li{
	width: 230px; /* Defines the size of inner element */
	height: 169px;
	float: left; /* Places list items side by side*/
	list-style: none; /* Resets default - User Agent - style */
	
	/* Cosmetic */
	margin: 0;
	padding: 0;
	text-align:center;
}

/* Cosmetic */
#simplePrevious, #simpleNext{
	cursor: pointer;
	font-size: 0.8em;
	text-decoration: underline;	
	text-indent: -9999px;
}

#simplePrevious {
	background: url('images/arrow-left.png') no-repeat left top;
	width: 8px;
	height: 11px;
	position:absolute;
	left:0;
	bottom: 15px;
	margin:13px 0 0 5px;
	cursor:pointer;
}

#simplePrevious:hover {
	background: url('images/arrow-left.png') no-repeat left bottom;
	width: 8px;
	height: 11px;
	position:absolute;
	left:0;
	bottom: 15px;
	margin:13px 0 0 5px;
	cursor:pointer;
}

#simpleNext {
	background: url('images/arrow-right.png') no-repeat left top;
	width: 8px;
	height: 11px;
	position:absolute;
	right:0;
	bottom: 15px;
	margin:13px 5px 0 0;
	cursor:pointer;
}

#simpleNext:hover {
	background: url('images/arrow-right.png') no-repeat left bottom;
	width: 8px;
	height: 11px;
	position:absolute;
	right:0;
	bottom: 15px;
	margin:13px 5px 0 0;
	cursor:pointer;
}

.who-specialises-profile {
	float: left;
	width: 82px;
	height: 130px;
	text-align: left;
	font-size: 11px;
	border-left: 1px solid #e8eaeb;
	border-right: 1px solid #e8eaeb;
	margin: 10px 0 10px -1px;
	padding: 0 15px;
}

.who-specialises-profile img {
	margin: 0 0 5px 0;
}

.expertise-text h2 {
	font-size: 12px;
	color: #415a79;
	font-weight: bold;
	margin: 10px 0 0;
}

.expertise-button {
	position: absolute;
	right: 0;
	top: 5px;
	width: 195px;
	height: 39px;
}
.highlight {background: #f57f20;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 20px;
color: #fff;
margin: 0 0 40px 0;}

.highlight h1 {border: none; color: #fff; margin: 5px 0;}
.highlight h2 {	color: #fff;
	font-weight:normal;
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 1.4;}
.highlight h3 {color: #fff;}
.highlight h4 {color: #fff;}
sup {
font-size: 90%;
  vertical-align: super;
margin: 0 1px 0 3px;
}
sup:before {
content: '[';
color:#F57F20;
}
sup:after {
content: ']';
color:#F57F20;
}
sup.blank:before {
content: '';
}
sup.blank:after {
content: '';
}

/* Graduate Recruitment Profiles */
h1.profiles {width: 660px; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; background: #e4e9ec; font-size: 18px; font-weight: bold; color: #003056; text-transform: uppercase; padding: 20px; margin: -15px 0 0; border: 0; position: relative; }
ul.tabs {position: absolute; right: 15px; top: 7px;}
ul.tabs li {list-style: none; display: inline; background: none; margin: 0;}
ul.tabs a {background: #fff; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; margin: 0 0 0 -10px; padding: 10px 25px;width: 70px; font-size: 12px; font-weight: bold; text-transform: uppercase; text-align: center; color: #f57f20; }
ul.tabs a:hover {background: #f57f20; color: #fff; text-decoration: none; }
ul.tabs a.active {background: #f57f20; color: #fff;}
.profile-box {background: #f57f20; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; width: 660px; padding: 15px 20px 10px; color: #fff; margin: 15px 0 0 0; overflow: hidden;}
.profile-box.nth-child-even  {background: #003056; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; width: 660px; padding: 15px 20px 10px; color: #fff; margin: 15px 0 0 0; overflow: hidden;}
.profile-box:nth-child(even) {background: #003056;}
.profile-star {float: left; background: url('images/star.png') no-repeat; width: 111px; height: 143px; font-size: 14px; color: #f57f20; padding: 22px 15px 10px; text-align: center;font-weight: bold;}
h2.star1 {font-size: 14px; color: #f57f20; padding: 0; text-align: center;font-weight: bold; margin:0 auto 10px; line-height: 1.1; max-width:103px;}
h2.star2 {color: #f57f20; font-weight: normal; font-size: 12px; padding: 0; margin: 0;}
.profile-box.nth-child-even  h2.star1 {font-size: 14px; color: #003056; padding: 0; text-align: center;font-weight: bold; margin:0 auto 10px; line-height: 1.1; max-width:103px;}
.profile-box.nth-child-even  h2.star2 {color: #003056; font-weight: normal; font-size: 12px; padding: 0; margin: 0;}
.profile-box:nth-child(even) h2.star1 {color: #003056;}
.profile-box:nth-child(even) h2.star2 {color: #003056;}
.profile-box img.odd {display: block; margin: 0 auto;}
.profile-box img.even {display: none;}
.profile-box:nth-child(even) img.odd {display: none;}
.profile-box:nth-child(even) img.even {display: block; margin: 0 auto;}
.profile-box.nth-child-even img.odd {display: none;}
.profile-box.nth-child-even img.even {display: block; margin: 0 auto;}
.profile-box p {width: 485px; float: right; color: #fff; margin: 0 10px 10px 0;}

/* Tabs */
.anchor { float: left; width: auto; height: 17px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background-color: #e4e9ec; border: solid 1px #cbcbcb; font-size: 12px; text-transform: uppercase; text-align: center; margin: 0 5px 10px 0; padding: 6px 10px 4px;}
.anchor a {color: #003056; font-weight: bold;}
.anchor a:hover {color: #f57f20; text-decoration: none;}
.clear {clear:both;}

/* Sub Footer */
#sub-footer {height: auto; background: #eff1f3; border-top: 1px dashed #d3d3cc; padding: 20px 0 30px; margin-top: 40px; overflow: hidden;}
#sitemap { margin:0 auto; text-align:left; width:960px;}
#sitemap p { color:#003056; font-size:11px; margin:0; padding:0;}
#sitemap ul { float: left; margin:0 30px 0 0; padding:0; list-style:none;}
#sitemap ul.last {margin-right: 0;}
#sitemap ul li.pagenav { font-size:11px; font-weight:bold; margin-bottom: 3px;}
#sitemap ul li { background: none;font-size:11px; line-height:19px; list-style:none; font-weight: normal; color:#003056;}
#sitemap a:link, #sitemap a:visited { color:#003056;} 
#sitemap a:hover, #sitemap a:active { color:#f57f20; text-decoration: none;}

ul.home-services {display: block; margin: 20px 0 10px;}
ul.home-services li {width: 335px; height: 27px; background: #f1f4f5; list-style: none; margin: 0 0 2px 0; font-size: 14px; color: #f57f20; padding: 9px 0 5px 20px;}
ul.home-services li a:before {content: url('images/services-arrow.png'); padding: 0 10px 0 0;}

/* Sidebar Sub Nav */

#sidemenuwrap { float:left; margin:26px 0 0 0; width:237px; position: relative; z-index: 100;}
#sidemenuwrap h1 { padding-left:5px;}
#sidemenuwrap ul { /*border-top:1px solid #dadad8;*/ margin:6px 0 0 0; padding:0; }
#sidemenuwrap li { background: none; border-bottom:1px solid #dadad8; font-size:14px; font-weight:bold; list-style:none; line-height:16px; margin:0; padding:10px 0 10px 10px; text-transform:uppercase;}
#sidemenuwrap ul.clearfix li:first-child a {color: #787764; font-size: 24px; font-weight: normal; line-height: 22px; text-transform: uppercase; padding-left: 5px; margin: -11px 0 10px 0; }
#sidemenuwrap ul.clearfix li.current_page_ancestor:first-child a:link, #sidemenuwrap ul.clearfix li.current_page_ancestor:first-child a:visited, #sidemenuwrap ul.clearfix li.current_page_item:first-child a:link, #sidemenuwrap ul.clearfix li.current_page_item:first-child a:visited {color: #787764;}
#sidemenuwrap ul.clearfix li.current_page_item:first-child, #sidemenuwrap ul.clearfix li.current_page_parent:first-child {background: #fff; border-right:1px solid #dadad8;}
#sidemenuwrap ul.clearfix li.current_page_item:first-child:before, #sidemenuwrap ul.clearfix li.current_page_parent:first-child:before {content: '';}
#sidemenuwrap a {display:block}

#sidemenuwrap ul.clearfix li ul.children { margin:9px 0 -12px -10px;}
#sidemenuwrap ul.clearfix li ul.children li { background: #fff; border-bottom:1px dashed #dadad8; border-right:1px solid #dadad8; font-size:12px; font-weight:normal; margin:0; padding:6px 12px; text-transform:none; }
#sidemenuwrap ul.clearfix li ul.children li a:link, #sidemenuwrap ul.clearfix li ul.children li a:visited { color:#e76b1c; }
#sidemenuwrap ul.clearfix li ul.children li:first-child {border-top:1px dashed #dadad8; margin:0; /*padding:6px 12px;*/}
#sidemenuwrap ul.clearfix li ul.children li.current_page_item:first-child {border-top:1px dashed #fff;}
#sidemenuwrap ul.clearfix li ul.children li:first-child a {color:#e76b1c; font-size:12px; font-weight:normal; text-transform:none; margin: 0; padding: 0; }
#sidemenuwrap ul.clearfix li ul.children li:last-child {border-bottom:1px solid #DADAD8; margin-bottom: 1px;}

#sidemenuwrap ul.clearfix li.current_page_item, #sidemenuwrap ul.clearfix li.current_page_parent {background:#dadad8; }
#sidemenuwrap ul.clearfix li.current_page_item a:link, #sidemenuwrap ul.clearfix li.current_page_item a:visited, #sidemenuwrap ul.clearfix li.current_page_parent a:link, #sidemenuwrap ul.clearfix li.current_page_parent a:visited {color:#504f45;}
#sidemenuwrap ul.clearfix li.current_page_item:before, #sidemenuwrap ul.clearfix li.current_page_parent:before { content:url('images/sidenav-arrow.png'); height: 37px; margin:-11px 0 0 227px; position:absolute; }

#sidemenuwrap ul.clearfix li.current_page_item ul.children li {background:#fff !important; border-right:1px solid #dadad8;}
#sidemenuwrap ul.clearfix li.current_page_item ul.children li:last-child {border-bottom:1px solid #dadad8;}
#sidemenuwrap ul.clearfix li.current_page_item ul.children li a:link, #sidemenuwrap ul.clearfix li.current_page_item ul.children li a:visited {color:#e76b1c;}
#sidemenuwrap ul.children li.current_page_item {background:#dadad8 !important;}
#sidemenuwrap ul.children li.current_page_item a:link, #sidemenuwrap ul.children li.current_page_item a:visited {color:#000 !important;}
#sidemenuwrap ul.children li.current_page_item:before, #sidemenuwrap ul.children li.current_page_item:last-child:before, #sidemenuwrap ul.children li.current_page_item:last-child a:before { content:'';}

#sidemenuwrap ul li ul li a:link, #sidemenuwrap ul li ul li a:visited {color:#e76b1c;}
#sidemenuwrap ul li ul li a:hover, #sidemenuwrap ul li ul li a:active {color:#000 !important}

#deepcurrent {background:#dadad8 !important}
#deepcurrent a:link, #deepcurrent a:visited { color:#000 !important}


#sidebar ul.sub-nav {margin: 5px 0 30px;}
#sidebar ul.sub-nav li {width: 225px; border-bottom: 1px dashed #D3D3CC; padding: 7px 0 7px 5px;}
#sidebar ul.sub-nav li:hover, #sidebar ul.sub-nav li.current-item {background: #eff1f3;}
#sidebar ul.sub-nav li.sidebar-title {padding: 10px 0 10px 5px;}
#sidebar ul.sub-nav li.sidebar-title a {color: #003056; text-transform: uppercase; font-weight: bold;}
#sidebar ul.sub-nav li.sidebar-title a:hover {color: #F57F20; text-decoration: none;}
#sidebar ul.sub-nav li a {color: #003056;}
#sidebar ul.sub-nav li a:hover {color: #F57F20; text-decoration: none;}

.survey-badge {position:absolute; bottom: -75px; right: -15px; z-index:2000;}