/* Reset =================================================== */
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight:bold;
}

em {
	  margin: 0;
	  padding: 0;
	  border: 0;
	  outline: 0;
	  font-size: 100%;
	  vertical-align: baseline;
	  background: transparent;
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
/* Variables =================================================== */
/* Mixins =================================================== */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: static;
  clip: auto;
  height: auto;
  width: auto;
  margin: 0;
  overflow: visible;
}
.clear { clear:both; }
/* Page =================================================== */
html {
  background:#e2e1dd;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #f3f5f6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color:#e2e1dd;
  font-family: Arial, "Helvetica Neue", "Helvetica LT Std", Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #666;
}
.container_16, .header_16 {
	margin: 0 auto;
	text-align: left;
}  
.grid_1,
.grid_2,
.grid_3,
.grid_3a,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_1_half,
.grid_2_half {
    display: block;
}
.fullwhite {
	background:#FFF;
}

ul li {
	font-weight:normal;
	list-style-position: outside;
	margin-left: 1em;
	font-family: Arial, "Helvetica Neue", "Helvetica LT Std", Helvetica, sans-serif;
	line-height: 16px;
    font-size: 14px;
}

.keyline-top {
	height:40px;
	margin-top:20px;
}

.dotted_top {
	border-top:1px dotted #4D4E53;
}
.fullwhite .keyline-top {
	background:#FFF;
	border-top:3px solid #4d4e53;
}
#contact .container_16 .grid_11#mapwrap.keyline-top { 
	margin-right: 0;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
	padding-bottom:0;
    padding-top: 11px;
    width: 655px;
}
#contact .container_16 .grid_11#contact_form {
	margin-bottom:20px;
	font-size:13px;
	padding-bottom:20px;
}
.field { width:317px; float:left; }
.field.full { width:634px; }
.required { color:#D31245; }
.field.right { margin-left:15px; width:303px; }
.field.btns { text-align:right; }
#btn_clear, #btn_submit { 
	width:91px;
	height:22px;
	cursor:pointer;
	border:0; 
}
#btn_clear { background:url(/images/btn_clear.png) no-repeat 0 0; }
#btn_submit { background:url(/images/btn_submit.png) no-repeat 0 0; }

/* Typography =================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  color: #002856;
  text-rendering: optimizelegibility;
}

header h1 {
	display: block;
	width: 110px;
	height: 110px;
	text-indent: -9999px;
	float: left;
	margin:20px 0 0 20px !important;
	background: url("../images/fp_logo.png") no-repeat 0 0;
}
h1 small,
h2 small {
  font-weight: normal;
  color: #bfbfbf;
}
#home h2 {
	margin-bottom:0;
	font-size:24px;
	line-height:26px;
}
h1,
.h1 {
  margin-bottom: 0.75em;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.2;
}
h2,
.h2 {
  margin-bottom: 0.75em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
}
h3,
.h3 {
  margin-bottom: 1em;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.3;
}
h4,
.h4 {
  margin-bottom: 1.5em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 21px;
}
.release h4 {
	margin-bottom:4px;
}
h5,
.h5 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1.5em;
}
h6,
.h6 {
  margin-bottom: 1.5em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
h2 {
	color:#4d4e53;
	font-size:32px;
	line-height:35px;
	font-family:"Times New Roman", Times, serif;
	margin:22px;
	font-weight:normal;
}
.lt-ie8 #home h2 {
	margin-top:18px;
}
h3, .grid_10 h3 {
	margin-bottom:10px;
	font-size:24px;
	line-height:26px;
	margin-top:12px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: "Gill Sans", "Helvetica Neue", "Helvetica LT Std", Helvetica, Arial, sans-serif;
	color: #002856;
	margin-left: 12px;
	margin-right: 12px;
}
.grid_10 h3{
	margin-left: 0px;
}
h3 a {
	color:#002856;
}
h4 {
	margin-bottom:15px;
	font-weight:normal;
	font-size:16px;
	color:#002856;
	line-height:18px;
	text-transform: uppercase;
	font-family: "Gill Sans", "Helvetica Neue", "Helvetica LT Std", Helvetica, Arial, sans-serif;
}
.grid_10 h3 {
	/*font-size:24px;
	line-height:26px;
	font-family:"Times New Roman", Times, serif;
	color:#002856;
	font-weight:normal;
	margin-bottom:15px;
*/}

.news_entry h3 {
	font-size: 20px;
	margin-bottom: 6px;
	line-height: 21px;
	padding-top:5px;
}

.grid_10.people {
	width: 569px !important;
}

.grid_10.people h3 {
	font-size: 24px;
	margin-bottom: 25px;
}

p,
ol,
ul,
dl,
address {
  margin-bottom: 1.5em;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5em;
}
p {
	line-height:15px;
	font-weight:normal;
}
small {
  font-size: 14px;
  font-size: 1.4rem;
}
ul,
ol {
  margin: 0 0 1.5em -24px;
  padding: 0 0 0 24px;
}
li ul,
li ol {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}
blockquote {
  margin: 0 0 1.5em -24px;
  padding-left: 24px;
  border-left: 2px solid #c7ced6;
  font-family: Cambria, Georgia, Times, "Times New Roman";
  font-style: normal;
}
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
dl,
dd {
  margin-bottom: 1.5em;
}
dt {
  font-weight: bold;
}
.dl-horizontal dt {
  float: left;
  clear: left;
  width: 20.25%;
  text-align: right;
}
.dl-horizontal dd {
  margin-left: 22.78%;
}
abbr[title] {
  border-bottom: 1px dotted #c7ced6;
  cursor: help;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
ins {
  background-color: #f3f5f6;
  color: #000000;
  text-decoration: none;
}
mark {
  background-color: #f3f5f6;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: Monaco, Courier New, monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
sub,
sup {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 0;
  vertical-align: baselineheight;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
#pullstats {
	margin:20px 10px 0 10px;
}
#leftNav {
	margin:40px 10px 0 10px;
	padding-top:15px;
	padding-left:25px;
	width:150px;
}
#leftNav ul li.here ul li a {
	color:#4D4E53;
	font-weight:normal;
}
#leftNav ul li.here ul li a:hover, #leftNav ul li.here ul li a.active {
	color:#002856;
	font-weight:bold;
}
#leftNav2 {
	margin:0 10px 0 10px;
	padding-top:15px;
	width:200px;
}
.pullstat {
	text-align:center;
	font-family:"Times New Roman", Times, serif;
}
.pullstat h2 {
	color: #4D4E53;
    font-size: 70px;
    line-height: 70px;
    margin-top: -6px;
}
.pullstat p {
	border-bottom: 1px dotted #4D4E53;
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.pullstat p.source {
	font-size:8px;
	border-bottom:none;
}
.grid_10 p, .grid_12 p {
	font-weight:normal;
	font-family: Arial, "Helvetica Neue", "Helvetica LT Std", Helvetica, sans-serif;
	line-height:16px;
	font-size: 14px;
	margin:0 12px 20px 0;
}
.grid_10 p.summary, .grid_12 p.summary {
	font-size:13px;
	line-height:15px;
	font-family:Arial, "Helvetica Neue", "Helvetica LT Std", Helvetica, sans-serif;
	font-weight: bold;
	margin:0 12px 15px 0;
}
.green_title {
	color: #002856;
	text-transform: uppercase;
	font-size:1.3rem;
	font-size:13px;
	font-weight:bold;
	margin:0 12px 0 0;
	line-height:18px;
}

/* Colour =================================================== */
a {
  text-decoration: none;
  color: #4d4e53;
}
a:visited {
  //color: #4D4E53;
}
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited {
	color:#002856;
}
/*a:hover {
  text-decoration: underline;
  color: #002856;
}*/
a:focus {
  outline: thin dotted;
  color: #000000;
}
a:hover,
a:active {
  outline: 0;
}
::-moz-selection {
  background-color: #d6dbe1;
  color: #2d353e;
  text-shadow: none;
}
::selection {
  background-color: #d6dbe1;
  color: #2d353e;
  text-shadow: none;
}

/* Texture =================================================== */
.alert {
  margin-bottom: 1.5em;
  padding: 8px 35px 8px 14px;
  background-color: #fcf8e3;
  border: 1px solid #f2e187;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-family: "Helvetica Neue", "Helvetica LT Std", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #9c8611;
}
.alert .alert-heading {
  color: inherit;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  float: right;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 18px;
  color: inherit;
}
.alert-success {
  background-color: #c5e6c5;
  border-color: #a2d6a2;
  color: #347834;
}
.alert-warning {
  background-color: #fee7c7;
  border-color: #fcd296;
  color: #c17305;
}
.alert-error {
  background-color: #f4cac8;
  border-color: #eba19e;
  color: #da4f49;
}
.alert-inverse {
  background-color: #414141;
  border-color: #000000;
  color: #ffffff;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block .alert-heading {
  margin-bottom: 0.1875em;
  font-size: inherit;
  font-weight: bold;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}

.basegrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2d353e), to(#181c20));
  background-image: -webkit-linear-gradient(top, #2d353e, #181c20);
  background-color: #181c20;
  background-image: -moz-linear-gradient(top, #2d353e, #181c20);
  background-image: -ms-linear-gradient(top, #2d353e, #181c20);
  background-image: -o-linear-gradient(top, #2d353e, #181c20);
  background-image: linear-gradient(top, #2d353e, #181c20);
  background-repeat: repeat-x;
}
.errorgrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2d353e), to(#c72f29));
  background-image: -webkit-linear-gradient(top, #2d353e, #c72f29);
  background-color: #c72f29;
  background-image: -moz-linear-gradient(top, #2d353e, #c72f29);
  background-image: -ms-linear-gradient(top, #2d353e, #c72f29);
  background-image: -o-linear-gradient(top, #2d353e, #c72f29);
  background-image: linear-gradient(top, #2d353e, #c72f29);
  background-repeat: repeat-x;
}
.greygrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#d9d9d9));
  background-image: -webkit-linear-gradient(top, #ffffff, #d9d9d9);
  background-color: #d9d9d9;
  background-image: -moz-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: -ms-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: -o-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: linear-gradient(top, #ffffff, #d9d9d9);
  background-repeat: repeat-x;
}
.infograd {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d9edf7), to(#afd9ee));
  background-image: -webkit-linear-gradient(top, #d9edf7, #afd9ee);
  background-color: #afd9ee;
  background-image: -moz-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: -ms-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: -o-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: linear-gradient(top, #d9edf7, #afd9ee);
  background-repeat: repeat-x;
}
.inversegrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#414141), to(#272727));
  background-image: -webkit-linear-gradient(top, #414141, #272727);
  background-color: #272727;
  background-image: -moz-linear-gradient(top, #414141, #272727);
  background-image: -ms-linear-gradient(top, #414141, #272727);
  background-image: -o-linear-gradient(top, #414141, #272727);
  background-image: linear-gradient(top, #414141, #272727);
  background-repeat: repeat-x;
}
.successgrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bb75b), to(#449b44));
  background-image: -webkit-linear-gradient(top, #5bb75b, #449b44);
  background-color: #449b44;
  background-image: -moz-linear-gradient(top, #5bb75b, #449b44);
  background-image: -ms-linear-gradient(top, #5bb75b, #449b44);
  background-image: -o-linear-gradient(top, #5bb75b, #449b44);
  background-image: linear-gradient(top, #5bb75b, #449b44);
  background-repeat: repeat-x;
}
.warninggrad {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#faa732), to(#f39106));
  background-image: -webkit-linear-gradient(top, #faa732, #f39106);
  background-color: #f39106;
  background-image: -moz-linear-gradient(top, #faa732, #f39106);
  background-image: -ms-linear-gradient(top, #faa732, #f39106);
  background-image: -o-linear-gradient(top, #faa732, #f39106);
  background-image: linear-gradient(top, #faa732, #f39106);
  background-repeat: repeat-x;
}
.well {
  min-height: 21px;
  padding: 11px;
  margin-bottom: 1.5em;
  background-color: #f3f5f6;
  border: 1px solid #b8c1cb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 10px #d6dbe1;
  -moz-box-shadow: inset 0 1px 10px #d6dbe1;
  box-shadow: inset 0 1px 10px #d6dbe1;
}
.well p:last-child {
  margin-bottom: 0;
}
.well-large {
  padding: 22px;
}
.well-small {
  padding: 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}


/* Elements =================================================== */
header {
	height:157px;
	margin:0 auto;
	background:#FFF;
	position:relative;
}
footer.container_16 {
	background: none repeat scroll 0 0 #7d98a9;
	/*height: 230px;*/
	margin-top: 24px;
	/*padding-top: 30px;*/
	width: 960px;
	position:relative;
	color: #ffffff;
	font-family: Arial, "Gill Sans", "Helvetica Neue", "Helvetica LT Std", Helvetica, sans-serif;
	font-size: 14px;
}
footer.container_16 .copyright .copyright_text{
	padding-left: 12px;
	font-weight:normal;
	font-size: 14px;
}
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #c7ced6;
  border-bottom: 1px solid #ffffff;
}
img {
  max-width: 100%;
  border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
#map img {
	max-width: inherit;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin-bottom: 1.5em;
}
figure img {
  margin-bottom: 0.375em;
}
figure figcaption {
  display: block;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  color: #808080;
}
.list-bordered {
  list-style-type: none;
  margin: 0 0 1.5em 0;
  padding: 0;
}
.list-bordered li {
  margin-bottom: 0.375em;
  padding-bottom: 0.375em;
  border-bottom: 1px dashed #c7ced6;
}
.list-bordered li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
}
.fund_performance {
	background: url(../images/fund-performance-bkgd.png) repeat-x scroll 0 0 transparent;
    font-size: 11px;
    height: 32px;
    padding: 2px 0 0 2px;
	position:absolute;
	right:0;
	top:42px;
	width:230px;
	font-weight:bold;
}
nav {
    height: 40px;
    margin-top: 99px;
}
footer nav {
	text-align:right;
}
nav ul {
	width:756px;
	margin:11px 0 0 0;
}
nav ul li {
	list-style:none;
	width: auto;
	float: left;
	margin-right: 30px;
}

footer nav ul {
	float: right;
	padding: 0;
	width: 454px;
}

footer nav ul li{
	display:inline;
	margin-right: 0px;
}

footer nav ul li.last {
	margin-right: 0;
}
footer nav ul li a{
	padding-left:10px;
	padding-right:10px;
	font-weight:normal;
	font-size:14px;
	display:inline;
	font-family: Arial, "Gill Sans", "Helvetica Neue", "Helvetica LT Std", Helvetica, sans-serif;	
}
nav ul li a {
	font-family: "Gill Sans", "Helvetica Neue", "Helvetica LT Std", Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:16px;
	display:block;
	color: #002856;
}
nav ul li.contact {
	float: right;
}


nav a.active {
padding-bottom: 15px;
border-bottom: 15px solid #002856;
}
/*nav ul li a.active {
	border-top:4px solid #002856;
}
nav ul li a{
	border-top:4px solid #4d4e53;
}*/




nav ul li.keyline-top {
	background:none;
	margin-top:0;
	text-transform: uppercase;
}

nav ul li ul {
	background: none repeat scroll 0 0 #7d98a9;
    margin-left: 0;
	border-top: 0px;
    padding-bottom: 10px;
    padding-left: 6px;
    position: absolute;
    top:46px;
    width: 213px;
	z-index: 100;
}
nav ul li ul li {
	background: none repeat scroll 0 0 #7d98a9;
    border-top: 1px solid #ffffff;
    display: block;
    line-height: 19px;
    margin-top: 10px;
    margin-left: 10px;
    padding: 10px 10px 0 0;
    width: 175px;
    z-index: 999999;
	font-family: "Gill Sans", "Helvetica Neue", "Helvetica LT Std", Helvetica, Arial, sans-serif;
}
nav ul li ul li a:visited, nav ul li ul li a {
	text-decoration:none;
	border-top:0;
	color:#FFF;
}
nav ul li ul li a:hover, nav ul li ul li.here a {
	text-decoration:none;
	color:#ffffff;
}
#leftNav ul li, #leftNav2 ul li {
	list-style:none;
	width: 250px;
	border-bottom:1px solid #cbcbcb;
}
#leftNav ul li ul li {
	list-style:none;
	width: 227px;
	border-bottom:1px solid #cbcbcb;
}
#leftNav ul li.last, #leftNav2 ul li.last {
	border-bottom:none;
}
#leftNav ul li a, #leftNav2 ul li a {
	font-size:13px;
	line-height:25px;
	display:block;
	font-weight:normal;
}
.grid_10 p.quote, .grid_12 p.quote {
	border-top: 3px solid #4D4E53;
    font-family: "Times New Roman",Times,serif;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 10px;
    padding-top: 8px;
}
.grid_10 p.credit, .grid_12 p.credit {
	border-bottom: 1px dotted #4D4E53;
    line-height: 23px;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.quote_left, .quote_right {
	width:51px;
	height:42px;
	display:inline-block;
}
.quote_left {
	background:url(../images/Open-quote-marks.jpg) no-repeat 0 0;
	margin-right:20px;
}
.quote_right {
	background: url("../images/Close-quote-marks.jpg") no-repeat scroll 0 0 transparent;
    float: right;
    margin-bottom: -12px;
    margin-left: 20px;
    margin-top: 8px;
}
.grid_10 p.personal, .grid_12 p.personal {
	margin:-18px 0 9px 0;
	font-weight:bold;
}
.grid_12 p.history_title {
	color:#002856;
	margin:-10px 0 15px 0;
}

footer.container_16 nav {
	margin-top:0;
}

footer.container_16 .grid_2 {
	height: auto;
	padding-top: 3px;
}

footer.container_16 nav.grid_6 {
	height:30px;
}
.copyright {
	right:10px;
	margin-left:10px;
	margin-top: 11px;
	font-size:11px;
	font-weight:normal;
	width: 400px;
	float: left;
}

.pdf_cover {
	margin-right:6px;
	
}
#news-and-insight .pdf_cover {
	float:right;
	margin:0 0 15px 15px;
}
.first {
	margin-left:10px;
}
#drop1 .first, #drop2 .first, #drop3 .first {
	margin-left:10px;
	border-top:0px;
}
#nav-sub .first {
	margin-left: 0px;
}

#nav-sub li {
	font-size: 14px;
	color: #666;
	font-family: Arial, "Helvetica Neue", "Helvetica LT Std", Helvetica, sans-serif;
	text-transform: uppercase;
}

#nav-sub li a:hover {
	color: #002856;
}
#nav-sub .bold {
	font-weight: bold;
	color: #002856;
}
.last {
	margin-right:0;
}
#right_col {
	float:right;
	min-height:400px;
}
#list-grid,
.single {
	min-height: 150px;
}
#list-grid h3{
	padding: 19px 12px 10px 12px;
	width: auto;
}

.more_btn {
	background: none repeat scroll 0 0 #E2E1DD;
    color: #666666;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    margin: 15px -10px 0 0;
    padding: 5px 10px 3px 10px;
    width: 55px;
}

.more_btn:hover{
	color: #000000;
}
.more_btn.abs,
.more_btn.ma {
	bottom: 0;
    margin: 30px 0 0 0;
    position: absolute;
    right: 0;
}
#home #right_col .more_btn.abs {
	width:90px;
}
.more_btn.google_map { width:70px; }
#who-we-are .people .more_btn.abs {
	bottom: 0px;
    right: 0px;
    width: auto;
}
#right_col .more_btn.abs {
	right:-10px;
	width:80px;
	bottom:-36px;
}

.border_right {
	border-right:0px;
}
.border_top {
	border-top:1px dotted #4d4e53;
	margin-top:20px;
	padding-bottom:50px;
}
.padder10 { padding:10px; }
.pb10 { padding-bottom:10px; }
.pb20 { padding-bottom:20px; }
.pb30 { padding-bottom:30px; }
.pb40 { padding-bottom:40px; }
.pb50 { padding-bottom:50px;  }
.wwapadding { padding-bottom:0px; }
#who-we-are .wwapadding{ min-height:230px; }
.release { padding: 0 0 16px 0; }
#right_col .release {padding: 0 22px 16px 22px;}
#news-and-insight .release {
	padding: 10px;
}
.full .release { padding-top:0; }
.release p { margin-bottom:2px; }
.releasedate {
	margin-bottom:2px;
	color:#7d98ab;
	font-size: 1.3rem;
	line-height:15px;
}

.release a { color: #002856; display: block; font-size: 13px; font-weight: normal; line-height: 15px;
	font-family: Arial, "Helvetica Neue", "Helvetica LT Std", Helvetica, sans-serif;
 }
 .release a:hover {
 	color: #7c95a8;
 }
.newsmore a { color: #002856; font-size: 11px; font-weight: bold; line-height: 15px; }
.release h4 a {font-size: 20px; font-family: "Times New Roman",Times,serif; color: #4D4E53; font-weight: normal; line-height: 20px;}
.hidden { display: none; }
.news_entry { border-bottom:1px solid #cbcbcb;margin-bottom: 8px; }
#leftPanel { margin-top:4px; }
.intro { margin-bottom:0; min-height:60px; }
#strategies { height:362px; padding-left:10px; background-color: #002856; color:#ffffff;}
#strategies p { padding-right:10px; }
#strategies h3, #strategies h4 { margin-left:12px;margin-right: 12px; height:auto; background-color: #002856; color:#ffffff;}
#strategies h4 { font-family: Arial, "Helvetica Neue", "Helvetica LT Std", Helvetica, sans-serif; background-color: #002856; color:#ffffff;text-transform: non;
}
.container_16 .grid_3.personBox { width: 183px;
	margin-right:10px; height:40px; overflow:hidden;}
.container_16 .grid_3.personBox.last { margin-right:0; }
.container_16 .grid_3.personBox.image { height:155px; }
.container_16 .grid_3a.personBox { width: 183px;margin-right:10px; height:40px; /*overflow:hidden;*/}
.container_16 .grid_3a.personBox.last { margin-right:0; }
.container_16 .grid_3a.personBox.image { height:155px; }
.grid_10 p.name, .grid_12 p.name { margin:2px 0; font-weight:bold; color: #002856; }
.grid_10 p.position, .grid_12 p.position { font-size:10px; line-height:11px; margin-left: 0px;
}
.photo { cursor:pointer; }
.photo:hover { opacity:0.8; }
.category_name { margin:10px 0 7px 0; float:left; }
#leftNav ul li a:hover, 
#leftNav ul li.here a,
#leftNav ul li.parent-here a, 
#leftNav2 ul li a:hover, 
#leftNav2 ul li.here a, 
li.here a, 
a.active, 
.activestate, 
.parent-here a {
	/*font-weight:bold;
	color:#002856;*/
	text-decoration:none;
}
.container_16 .grid_3.office { height:245px; }
#map { height:425px; }
.address { height:70px; }


/* Forms =================================================== */
form {
  margin: 0 0 1.5em 0;
}
form fieldset {
  margin-bottom: 1.5em;
  padding: 0;
  border-width: 0;
}
form legend {
  display: block;
  width: 100%;
  margin-bottom: 3em;
  *margin-left: -7px;
  padding: 0;
  color: #000000;
  border: 0;
  border-bottom: 1px solid #8c9bab;
  white-space: normal;
}
form legend small {
  font-size: 14px;
  font-size: 1.4rem;
  color: #bfbfbf;
}
form p {
  margin-bottom: 0.75em;
}
form ul {
  list-style-type: none;
  margin: 0 0 1.5em 0;
  padding: 0;
}
form br {
  display: none;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: baseline;
  *vertical-align: middle;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", "Helvetica LT Std", Helvetica, Arial, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
  color: #4d4e53;
  cursor: pointer;
  font-size:13px;
  line-height:15px;
}
label input,
label textarea,
label select {
  display: block;
}
input,
textarea,
select {
  display: inline-block;
  width: 100%;
  padding: 4px;
  margin-bottom: 10px;
  background-color: #EFEFF0;
  border:none;
  color: #000000;
  width:300px;
}
input:hover,
textarea:hover,
select:hover {
  border-color: #002856;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="image"] {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: transparent;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
  cursor: pointer;
  *overflow: visible;
}
select,
input[type="file"] {
  height: 28px;
  *margin-top: 4px;
  line-height: 28px;
}
select {
  width: auto;
  background-color: #ffffff;
  font-size: 13px;
  font-size: 1.3rem;
}
select[multiple],
select[size] {
  height: auto;
}
textarea {
    resize: vertical;
    overflow: auto;
    overflow: auto;
    vertical-align: top;
    background:#EFEFF0;
	height:100px;
	width:300px;
}
input[type="hidden"] {
  display: none;
}
.radio,
.checkbox {
  padding-left: 18px;
  font-weight: normal;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: not-allowed;
}
input:focus,
textarea:focus {
  border-color: #2d353e, 40%;
  outline: 0;
  outline: thin dotted \9;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
input:-moz-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
.help-block,
.help-inline {
  color: #808080;
}
.help-block {
  display: block;
  margin-bottom: 0.75em;
}
.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.form-inline input,
.form-inline textarea,
.form-inline select {
  display: inline-block;
  margin-bottom: 0;
}
.form-inline label {
  display: inline-block;
}
.form-inline .radio,
.form-inline .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}
.form-search input,
.form-search textarea,
.form-search select {
  display: inline-block;
  margin-bottom: 0;
}
.form-search .search-query {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.form-search label {
  display: inline-block;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}
/* Buttons =================================================== */
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 6px 11px 6px;
  margin-bottom: 0;
  font-family: "Helvetica Neue", "Helvetica LT Std", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5em;
  color: #404040;
  text-align: center;
  vertical-align: middle;
  background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#d9d9d9));
  background-image: -webkit-linear-gradient(top, #ffffff, #d9d9d9);
  background-color: #d9d9d9;
  background-image: -moz-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: -ms-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: -o-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: linear-gradient(top, #ffffff, #d9d9d9);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  *margin-left: .3em;
}
.btn:visited,
.btn:hover {
  color: #404040;
  text-decoration: none;
}
input[type="submit"].btn:hover {
  border-color: #cccccc;
}
.btn:first-child {
  *margin-left: 0;
}
.btn-disabled {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: default;
}
.btn-error {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2d353e), to(#c72f29));
  background-image: -webkit-linear-gradient(top, #2d353e, #c72f29);
  background-color: #c72f29;
  background-image: -moz-linear-gradient(top, #2d353e, #c72f29);
  background-image: -ms-linear-gradient(top, #2d353e, #c72f29);
  background-image: -o-linear-gradient(top, #2d353e, #c72f29);
  background-image: linear-gradient(top, #2d353e, #c72f29);
  background-repeat: repeat-x;
  border-color: #b22a24;
  border-bottom-color: #9d2520;
  color: #ffffff;
}
.btn-error:visited,
.btn-error:hover {
  color: #ffffff;
}
.btn-info {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d9edf7), to(#afd9ee));
  background-image: -webkit-linear-gradient(top, #d9edf7, #afd9ee);
  background-color: #afd9ee;
  background-image: -moz-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: -ms-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: -o-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: linear-gradient(top, #d9edf7, #afd9ee);
  background-repeat: repeat-x;
  border-color: #9acfea;
  border-bottom-color: #85c5e5;
  color: #247fad;
}
.btn-info:visited,
.btn-info:hover {
  color: #247fad;
}
.btn-inverse {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#414141), to(#272727));
  background-image: -webkit-linear-gradient(top, #414141, #272727);
  background-color: #272727;
  background-image: -moz-linear-gradient(top, #414141, #272727);
  background-image: -ms-linear-gradient(top, #414141, #272727);
  background-image: -o-linear-gradient(top, #414141, #272727);
  background-image: linear-gradient(top, #414141, #272727);
  background-repeat: repeat-x;
  border-color: #1b1b1b;
  border-bottom-color: #0e0e0e;
  color: #ffffff;
}
.btn-inverse:visited,
.btn-inverse:hover {
  color: #ffffff;
}
.btn-primary {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2d353e), to(#181c20));
  background-image: -webkit-linear-gradient(top, #2d353e, #181c20);
  background-color: #181c20;
  background-image: -moz-linear-gradient(top, #2d353e, #181c20);
  background-image: -ms-linear-gradient(top, #2d353e, #181c20);
  background-image: -o-linear-gradient(top, #2d353e, #181c20);
  background-image: linear-gradient(top, #2d353e, #181c20);
  background-repeat: repeat-x;
  border-color: #0d0f12;
  border-bottom-color: #020203;
  color: #ffffff;
}
.btn-primary:visited,
.btn-primary:hover {
  color: #ffffff;
}
.btn-success {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bb75b), to(#449b44));
  background-image: -webkit-linear-gradient(top, #5bb75b, #449b44);
  background-color: #449b44;
  background-image: -moz-linear-gradient(top, #5bb75b, #449b44);
  background-image: -ms-linear-gradient(top, #5bb75b, #449b44);
  background-image: -o-linear-gradient(top, #5bb75b, #449b44);
  background-image: linear-gradient(top, #5bb75b, #449b44);
  background-repeat: repeat-x;
  border-color: #3c893c;
  border-bottom-color: #347834;
}
.btn-warning {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#faa732), to(#f39106));
  background-image: -webkit-linear-gradient(top, #faa732, #f39106);
  background-color: #f39106;
  background-image: -moz-linear-gradient(top, #faa732, #f39106);
  background-image: -ms-linear-gradient(top, #faa732, #f39106);
  background-image: -o-linear-gradient(top, #faa732, #f39106);
  background-image: linear-gradient(top, #faa732, #f39106);
  background-repeat: repeat-x;
  border-color: #da8205;
  border-bottom-color: #c17305;
}
.btn-extlarge {
  padding: 11px 22px;
  font-size: 21px;
  font-size: 2.1rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-large {
  padding: 11px 22px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn-small {
  padding: 6px 10px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16px;
}
.btn-mini {
  padding: 3px 5px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 14px;
}
.btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
  margin-bottom: 1.5em;
}
.btn-group .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group .btn:first-child {
  margin-left: 0;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.btn-group .btn:last-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.btn-group .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.btn-group .btn.large:last-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.btn-toolbar {
  clear: both;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* Tables =================================================== */
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
table th,
table td {
  padding: 8px;
  vertical-align: top;
  border-top: 1px solid #8c9bab;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
  text-align: left;
}
table th {
  font-weight: bold;
}
table thead th {
  vertical-align: bottom;
}
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0;
}
table tbody + tbody {
  border-top: 2px solid #8c9bab;
}
table tbody tr td,
table tbody tr th {
  -webkit-transition: background-color 0.25s 0 linear;
  -moz-transition: background-color 0.25s 0 linear;
  -ms-transition: background-color 0.25s 0 linear;
  -o-transition: background-color 0.25s 0 linear;
  transition: background-color 0.25s 0 linear;
}
table tbody tr:hover td,
table tbody tr:hover th {
  background-color: #a9b4c1;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #8c9bab;
  border-left: 0;
  border-collapse: separate;
  *border-collapse: collapsed;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #8c9bab;
}
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #c7ced6;
}


@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  @page  {
    margin: 0.5cm;
  }
  h2,
  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  pre,
  blockquote {
    border: 1px solid #808080;
    page-break-inside: avoid;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
}



/*@media only screen and (min-width: 768px) {*/
	body {
		min-width: 960px;
		width:100%;
	}
	.container_16, .header_16 {
		width: 960px;
	}
	
	.grid_1,
	.grid_2,
	.grid_3,
	.grid_3a,
	.grid_4,
	.grid_5,
	.grid_6,
	.grid_7,
	.grid_8,
	.grid_9,
	.grid_10,
	.grid_11,
	.grid_12,
	.grid_13,
	.grid_14,
	.grid_15,
	.grid_16 {
		display:inline;
		float: left;
		position: relative;
		margin-left: 10px;
		margin-right: 10px;
		background-color:#FFF;
	}
	
	footer .grid_10,
	footer .grid_6 {
		background-color: transparent;
	}
	footer .grid_6 a{
		color: #ffffff;
	}
	footer .grid_2 {
		background-color: transparent;
	}
	footer .grid_2 a{
		color: #ffffff;
	}

	.container_16 .grid_1,
	.container_16 .grid_2,
	.container_16 .grid_3,
	.container_16 .grid_3a,
	.container_16 .grid_4,
	.container_16 .grid_5,
	.container_16 .grid_6,
	.container_16 .grid_7,
	.container_16 .grid_8,
	.container_16 .grid_9,
	.container_16 .grid_10,
	.container_16 .grid_11,
	.container_16 .grid_12,
	.container_16 .grid_13,
	.container_16 .grid_14,
	.container_16 .grid_15,
	.container_16 .grid_16 {
		height:100%;
	}
	
	.alpha {
		margin-left: 0;
	}
	
	.omega {
		margin-right: 0;
	}
	
	.header_16 .grid_1, .container_16 .grid_1 {	width:40px; }
	.header_16 .grid_2, .container_16 .grid_2 {	width:100px; }
	.header_16 .grid_3, .container_16 .grid_3 {	width:160px; }
	.header_16 .grid_3a, .container_16 .grid_3a {	width:186px; }
	.header_16 .grid_4, .container_16 .grid_4 {	width:220px; }
	.header_16 .grid_5, .container_16 .grid_5 {	width:280px; padding-top: 0px; padding-bottom: 0px;
	}
	.header_16 .grid_6, .container_16 .grid_6 {	width:340px; }
	.header_16 .grid_7, .container_16 .grid_7 {	width:400px; }
	.header_16 .grid_8, .container_16 .grid_8 {	width:460px; }
	.header_16 .grid_9, .container_16 .grid_9 {	width:520px; }
	.header_16 .grid_10, .container_16 .grid_10 { width:580px; }
	.header_16 .grid_11, .container_16 .grid_11 { width:640px; }
	.header_16 .grid_12, .container_16 .grid_12 { width:700px; }
	.header_16 .grid_13, .container_16 .grid_13 { width:760px; }
	.header_16 .grid_14, .container_16 .grid_14 { width:820px; }
	.header_16 .grid_15, .container_16 .grid_15 { width:880px; }
	.header_16 .grid_16, .container_16 .grid_16 { width:940px; }
	
	.header_16 .grid_14 { width:800px; }
	
	.container_16 .grid_5.full { width:306px; }
	.container_16 .grid_6.full { width:350px; }
	.container_16 .grid_10.full { width:590px; }
	.container_16 .grid_12.full { width:710px; }
	.container_16 .grid_6.full .grid_6 { width:330px; }
	.header_16 .grid_16.full, .container_16 .grid_16.full { width:960px; }
	.container_16 .grid_16.full .grid_10, .container_16 .grid_16.full .grid_12 { margin-top: 10px; }
	
	.container_16 .grid_5 p, .container_16 .grid_5 h4,
	.container_16 .grid_6 p, .container_16 .grid_6 h4 { padding-top:0; }
	
	div.grid_5  {
		padding-top: 22px !important;
		padding-bottom: 40px !important;
	}
	
	.container_16 .grid_1.border_right { width:29px; margin-right:0; padding-right: 10px; }
	.container_16 .grid_2.border_right { width:89px; margin-right:0; padding-right: 10px; }
	.container_16 .grid_3.border_right { width:149px; margin-right:0; padding-right: 10px; }
	.container_16 .grid_3a.border_right { width:149px; margin-right:0; padding-right: 10px; }
	.container_16 .grid_4.border_right { width:209px; margin-right:0; padding-right: 10px; }
	.container_16 .grid_5.border_right { width:268px; margin-right:0; padding-right: 10px; }
	.container_16 .grid_6.border_right { width:329px; margin-right:0; padding-right: 10px; }
	.container_16 .grid_7.border_right { width:389px; margin-right:0; padding-right: 10px; }
	.container_16 .grid_8.border_right { width:449px; margin-right:0; padding-right: 10px; }
	.container_16 .grid_9.border_right { width:509px; margin-right:0; padding-right: 10px; }
	.container_16 .grid_10.border_right { width:569px; margin-right:0; padding-right: 10px; }
	.container_16 .grid_11.border_right { width:629px; margin-right:0; padding-right: 10px; }
	.container_16 .grid_12.border_right { width:689px; margin-right:0; padding-right: 10px; }
	.container_16 .grid_13.border_right { width:749px; margin-right:0; padding-right: 10px; }
	.container_16 .grid_14.border_right { width:809px; margin-right:0; padding-right: 10px; }
	.container_16 .grid_15.border_right { width:869px; margin-right:0; padding-right: 10px; }
	.container_16 .grid_16.border_right { width:929px; margin-right:0; padding-right: 10px; }
	
	.container_16 .prefix_1 { padding-left:60px; }
	.container_16 .prefix_2 { padding-left:120px; }
	.container_16 .prefix_3 { padding-left:180px; }
	.container_16 .prefix_4 { padding-left:240px; }
	.container_16 .prefix_5 { padding-left:300px; }
	.container_16 .prefix_6 { padding-left:360px; }
	.container_16 .prefix_7 { padding-left:420px; }
	.container_16 .prefix_8 { padding-left:480px; }
	.container_16 .prefix_9 { padding-left:540px; }
	.container_16 .prefix_10 { padding-left:600px; }
	.container_16 .prefix_11 { padding-left:660px; }
	.container_16 .prefix_12 { padding-left:720px; }
	.container_16 .prefix_13 { padding-left:780px; }
	.container_16 .prefix_14 { padding-left:840px; }
	.container_16 .prefix_15 { padding-left:900px; }
	
	#contact .container_16 .grid_3 { width:185px; padding:15px 10px 10px 10px; }
	#contact .container_16 .grid_11 { width:635px; padding:15px 10px 10px 10px; }
	#contact .container_16 .grid_11.blank { background: none repeat scroll 0 0 transparent; margin: 0 0 20px 305px; padding: 0; }
	#contact .container_16 .prefix_5 { margin-left:305px; }
	
	.container_16 .suffix_1 { padding-right:60px; }
	.container_16 .suffix_2 { padding-right:120px; }
	.container_16 .suffix_3 { padding-right:180px; }
	.container_16 .suffix_4 { padding-right:240px; }
	.container_16 .suffix_5 { padding-right:300px; }
	.container_16 .suffix_6 { padding-right:360px; }
	.container_16 .suffix_7 { padding-right:420px; }
	.container_16 .suffix_8 { padding-right:480px; }
	.container_16 .suffix_9 { padding-right:540px; }
	.container_16 .suffix_10 { padding-right:600px; }
	.container_16 .suffix_11 { padding-right:660px; }
	.container_16 .suffix_12 { padding-right:720px; }
	.container_16 .suffix_13 { padding-right:780px; }
	.container_16 .suffix_14 { padding-right:840px; }
	.container_16 .suffix_15 { padding-right:900px; }
		
	
/*}*/



/*=============================================*/
/* carousel */
.slideshow .container {
	height: 285px;
}
.slide-tiles{
	margin-bottom: 23px;
}
.slideshow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height:285px;
}
#hm .slideshow {
	height: 285px;
}
#progress .slideshow {
	height:285px;
}
#pg .slideshow {
	height: 285px;
}
.slides {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	height: 100%;
}

#hm .slides {
	width: 938px;
	height: 400px;
}
.slide {
	position: absolute;
	top: 0;
}
#hm .slide {
	height: 400px;
	width: 948px;
}
#hm .slide img {
	width: 948px;
}
.slide {
	width: 960px;
	height:285px;
}

.slideshow-nav .prev, .slideshow-nav .next {
    position: absolute;
    z-index: 3;
}
#hm .slideshow-nav .prev, #hm .slideshow-nav .next{
	top: 179px;
}

#progress .slideshow-nav .prev, #progress .slideshow-nav .next{
	top: 135px;
}

.slideshow-nav .prev {
	left:0;
}
.slideshow-nav .next {
	right:0;
}

#leftPanel {
    margin-top: 22px;
	padding-left:10px;
}
#leftPanel h3 {
	margin-top:10px;
}
.field {
	width:265px;
}
input, textarea, select, label {
	width:260px;
}
.btns {
	margin-bottom:50px;
}
.london {
    margin-left: 10px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}


/*============================================*/


/*============== SELECTED INVESTMENTS ==============*/

.si-entry {
	border-bottom: 1px solid #cbcbcb;
	padding: 0 0 20px 0;
	margin-bottom: 20px;
	margin-right: 22px;
	display: inline-block;
}

.si-entry h3 {
	font-size: 15pt;
}

.si-info {
	border: 1px solid black;
	width: 210px;
	padding: 5px;
	float: left;
	text-align: center;
}

.si-info .date {
	text-align: right;
}

.si-info p {
	font-size: 8pt;
	margin-bottom: 15px;
	line-height: 12px;
}

.si-images {
	border-top: 4px solid black;
	float: left;
	margin-left: 10px;
	background-color: #EEE;
	padding: 40px 5px 10px 5px;
	width: 315px;
}

.si-images img {
	padding: 0 5px;
	width: 145px;
	max-height: 155px;
}

.strategy-container {
	display: inline-block;
	margin-bottom: 0px;
	padding: 0 12px;
}

.historyImg {
	border-top: 1px solid #4d4e53;
	margin-top: 10px;
	margin-left: 0;
	padding-top: 10px;
	width: 556px;
}

/* Home page tweaks*/

#home_box h2 {
	font-size: 17px;
	line-height: 21px;
	font-family: "Gill Sans", "Helvetica Neue", "Helvetica LT Std", Helvetica, Arial, sans-serif;
	color: #000;	
}

.strategy-container .grid_5 h4 a, .subtitle {
	display: inline-block;
	float: left;
	position: relative;
	font-weight:normal;
	font-size:16px;
	color:#002856;
	line-height:18px;
	text-transform: uppercase;
	font-family: "Gill Sans", "Helvetica Neue", "Helvetica LT Std", Helvetica, Arial, sans-serif;
}

.subtitle {
	width: 100%;
	padding-bottom: 0px;
	line-height: 18px;
	color: #002856;
}

.subtitle span {
	font-weight: normal;
}

.subtitle a {
	color: #002856;
}

#news-and-insight .subtitle {
	margin-bottom: 8px;
}

.strategy-container .grid_5 h4 a {
	border-top: 1px solid #989898;
	width: 262px;
	padding: 10px 0px;
	padding-bottom: 8px;
	min-height: 45px;
}

.strategy-container .grid_5 h4 a.lowerStrategy {
	margin-bottom: 30px;
} 

.strategy-container .grid_5 h4 a:hover {
	color: #002856;
}

.strategy-container .grid_5 h4 a span { color: #666666; display: inline-block; font-size: 13px; font-weight: normal; line-height: 15px;
	font-family: Arial, "Helvetica Neue", "Helvetica LT Std", Helvetica, sans-serif;
 }

.strategy-container .grid_5 h4 a span:hover{
	color: #7d98a9;
}
footer .grid_8 {
	background-color: transparent;
}

footer nav ul li a {
	color: white;
}

#disclaimer header, #disclaimer header h1, #disclaimer .trans {
	background-color: transparent;
}

#disclaimer h2 {
	font-size: 22px;
	line-height: 25px;
}

#disclaimer .content h2 {
	font-family: "Gill Sans", "Helvetica Neue", "Helvetica LT Std", Helvetica, Arial, sans-serif;
	margin-left: 0px;
	color: #002856;
	font-size: 24px;
	text-transform: uppercase;
}

#disclaimer .darkBold {
	font-weight: bold !important;
	color: #666 !important;
}

#disclaimer .content strong {
	color: #002856;
	text-transform: uppercase;
}

#checkAgree {
	margin: 20px;
}

#checkAgree #agree {
	float: left;
	width: 8%;
}

#checkAgree p {
	font-size: 15px;
	width: 88%;
	color: #002856;
}

#checkAgree #submitAgree {
	margin-right: 22px;
	margin-bottom: 20px;
	color: white;
	background-color: #888;
}

.printSaveLogo {
	width: 25px;
	margin-bottom: 10px;
	margin-right: 10px;
}

a.printSaveLogoContainer {
	width: 100%;
	display: inline-block;
	color: #002856;
}

.strategy-container .grid_5 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	width: 260px !important;
}

.si-info p {
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}

.si-info .date {
	font-weight: bold;
	font-style: italic;
	text-align: right;
}

.si-info .company {
	font-weight: bold;
	text-align: center;
}

.si-info .location {
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

.si-info .description {
	text-align: center;
}

.si-info .statement {
	font-style: italic;
	text-align: center;
}

.si-info .logo {
	width: 100px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}

.itp_url {
	word-wrap: break-word;
}

.release .textBox.vidBox {
	width: 144px;
	float: left;
	margin-right: 10px;
}

.release .vidThumb {
	position: relative;
	float: left;
}

.release .vidThumb img {
	width: 108px;
	height: 77px;
}

.release .vidThumb img.button {
	position:  absolute;
	top: 0px;
	left: 0px;
	z-index: 9;
}

.disclaimer-intro {
	font-family:  "Gill Sans", "Helvetica Neue", "Helvetica LT Std", Helvetica, Arial, sans-serif !important;
	font-size: 17px !important;
	line-height: 20px !important;
}

#right_col h3 {
	margin: 22px 22px 15px 22px;
}

#right_col h3.grid_6 {
	width: 320px;
}

h3.grid_5, p.grid_5 {
	width: auto !important;
	margin: 0px 22px;
}

h3.grid_5 {
	margin-bottom: 8px;
}

p.grid_5 {
	font-size: 14px;
	line-height: 16px;
	font-family: Arial, "Helvetica Neue", "Helvetica LT Std", Helvetica, sans-serif;
}

#news-and-insight .grid_5 {
	padding-top: 10px !important;
}

#news-and-insight .grid_5 h3{
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 0;
}

#news-and-insight .grid_5 .release{
	padding-left: 22px;
	padding-right: 22px;
}

#news-and-insight .grid_10 {
	width: 568px;
	margin-top: 22px;
}

#news-and-insight .subtitle {
	font-size: 24px;
	line-height: 26px;
}

#news-and-insight .news_entry .subtitle {
	font-size: 16px;
	font-size: 18px;
}

#home #list-grid h3{
	margin-left: 10px;
}

#our-strategies .grid_5.full {
	min-height: 140px;
}

#contact h3 {
	margin: 0 0 8px 0;
}

#contact #leftPanel {
	margin-top: 20px;
	margin-right: 14px g;
	padding-top: 16px !important;
}