html {
	text-align: center;
	background-color: #fff;
	height:100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em; /* 15px eqv */
	
	margin: 0;	
	clear: none;
	color: #666;	
	position: relative;	
	min-height:100%;	
}

a {cursor:pointer;}
.goback {font-size:1.2em !important;text-decoration:none;color:#003674;font-family:Georgia,"Times New Roman",Times,serif;font-weight:700;margin:5px 0 0 0;display:block;}

h1, h2, h3, h4 {
font-family:Georgia, "Times New Roman", Times, serif;
margin:0 0 10px 0;
font-weight:700;
color:#003674;
}

#page_grey h1, #page_grey h2, #page_grey h3, #page_grey h4 {
color:#666;
}

h1 {font-size:1.5em;}
h2 {font-size:1em; font-weight: normal; line-height: 135%;}
h3 {font-size:.85em;}

div#pagebg {
	position: absolute;
	top: 0;
	width: 100%;
	clear: none;
	background: #fff url(/images/layout/page_sprite.png) repeat-x 0 -323px;
	height: 153px;
	z-index: -1000;
}
div#wrapper {
	width: 940px;
	padding:0 10px 212px 0;
	margin: 0 auto;
	text-align: left;	
	position:relative;
}
div#header {
	width: 100%;
	height: 153px;
	color: #fff;
}

p {font-size:.7em; margin:0 0 10px 0;line-height:145%;}

p a {font-size:1em !important;}



/* Header logo */
div#header h1 {
	float: left;
	clear: none;
	margin: 0;
	padding: 28px 0 0 16px;
	width: 284px;
	height: 91px;
}
div#header h1 a {
	display: block;
	width: 284px;
	height: 91px;
	text-indent: -10000px;
	background: transparent url(/images/layout/logo.jpg) no-repeat;
}
/* End header logo */

/* Main menu bar */
div#header #mainnav {
	position: absolute;
	list-style: none;
	width: 938px;
	border-left: 1px solid #EEE;
	border-right: 1px solid #BABABA;
	height: 34px;
	top: 119px;
	margin: 0;
	padding: 0;
	background: #fff url(/images/layout/page_sprite.png) 0 0 repeat-x;
}
div#header #mainnav li {
	float: left;
	clear: none;
	height: 34px;
	padding: 0;
	border-right: 1px solid #dedede;
	border-left: 1px solid #b7b7b7;
}
div#header #mainnav a {
	display: block;	
	height: 27px;
	padding: 7px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.95em;
	font-weight: bold;
	color: #002551;
	text-align: center;
	text-decoration: none;
}
div#header #mainnav a:hover {
	background: #fff url(/images/layout/page_sprite.png) 0 -34px repeat-x;	
}
div#header #mainnav a.active {
	background: #fff url(/images/layout/page_sprite.png) 0 -68px repeat-x;	
	color: #fff; 
}
a#li_debt { width: 107px; }
a#li_asset { width: 105px; }
a#li_ratecap { width: 120px; }
a#li_people { width: 147px; }
a#li_insight { width: 166px; }
a#li_blog { width: 98px; }
a#li_virtual { width: 181px; }
/* End main menu bar */


/* Header - top menu (3 links) */
div#header #headerlinks {
	float: left;
	width: 622px;
	height: 104px;
	padding: 8px 18px 0 0;
	text-align: right;
	font-size: 0.7em;
}
div#header #headerlinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-image: none !important;
	background-color: red !important;
}
div#header #headerlinks li {
	float: right;
	clear: none;
	margin-left: 19px;
}
div#header #headerlinks a {
	color: #fff;
	text-decoration: none;
}
div#header #headerlinks a:hover { text-decoration: underline; }
/* End Header - top menu */


/* Header - other links */
div#header div p { 
	margin: 40px 0 0 0;
	padding: 0;
	font-weight: bold;
	line-height: 30px;
	font-size:1em;
}
div#header div p a {
	color: #fff;
	text-decoration: none;
}
/* End header - other links */


div.halfbox {
	width: 458px;
	height: 155px;
	margin: 30px 0 0 0;
	background-color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif !important;
	line-height: 100%;
}
div.halfbox a { text-decoration: none; }
div#box_debt {
	border: 1px solid #4C74A2;
	color: #003674;
	background: #fff url(/images/layout/box_sprite.jpg) 0 0;
}
div#box_debt a { color: #003674; }
div#box_asset {
	border: 1px solid #848484;
	color: #666;
	background: #fff url(/images/layout/box_sprite.jpg) -458px 0;
}
div#box_asset a { color: #666; }
div.halfbox h2 {
	margin: 0;
	padding: 0;
}
div.halfbox h2 a {
	display: block;
	width: 412px;
	padding: 23px 0 0 23px;	
}
div.halfbox p a {
	display: block;
	width: 225px;
	height: 100px;
	padding: 0 210px 0 23px;
}
div.halfbox p {
	font-size: 0.7em;	
}
div#box_debt:hover { background: #fff url(/images/layout/box_sprite.jpg) 0 -178px; }
div#box_asset:hover { background: #fff url(/images/layout/box_sprite.jpg) -458px -178px; }
p.fulltextblock {
	font-size: 0.95em;
	font-weight: lighter;
}

.postdate {color:#ccc;}


/* Triple boxes, as on homepage */
div.tribox {
	width: 277px;
	padding: 0 17px 0 17px;
	margin: 0;
	float: left;
	clear: none;
	background-color: #fff;
	border: 1px solid #fff;
	border-bottom: none;
}
div.tricentre {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
div.tribox:hover {
	background: transparent url(/images/layout/box_sprite.jpg) no-repeat 0 -356px;
	border: 1px solid #ccc;
	border-bottom: none;
}
div.tribox h3 a {
	color: #00336C;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
}
div.tribox h3 {
	padding: 10px 0 0 55px;
	height: 40px;
	margin: 5px 0 0 0;
}
div.tribox h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;	
	color: #00336C;
	margin: 10px 0 0 0;
	height: 65px;
	position: relative;
}
div.tribox h4 a {
	color: #00336C;
	text-decoration: none;
}
div.tribox p {
	font-size: 0.75em;
	line-height: 150%;
}
div.tribox h4 span {
	font-weight: bold;
	display: block;
	margin: 0;
	position: absolute;
	bottom: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #666;
}
div#box_people h3 { background: transparent url(/images/layout/icon_sprite.png) no-repeat 0 0; }
div#box_people:hover h3 { background: transparent url(/images/layout/icon_sprite.png) no-repeat -399px 0; }
div#box_insight h3 { background: transparent url(/images/layout/icon_sprite.png) no-repeat 0 -68px; }
div#box_insight:hover h3 { background: transparent url(/images/layout/icon_sprite.png) no-repeat -400px -68px; }
div#box_blog h3 { background: transparent url(/images/layout/icon_sprite.png) no-repeat 0 -146px; }
div#box_blog:hover h3 { background: transparent url(/images/layout/icon_sprite.png) no-repeat -400px -146px; }
/* End Triple Homepage Boxes */

/* Page footer */
div#footer {
	position: absolute;
	height: 192px;
	width: 100%;	
	bottom:0;
	background: transparent url(/images/layout/page_sprite.png) repeat-x 0 -475px;
	text-align: center;
}
div#footer_main {
	width: 940px;
	margin: 0 auto;
	height: 192px;
	text-align: left;
}
div#footer_right {
	width: 475px;
	float: right;
}
div#footer_right ul {
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
	height: 80px;
	width: 178px;
	float: left;
	clear: none;
}
div#footer_right ul li {
	display: block;
	line-height: 135%;
}
div#footer_right ul li a {
	font-size: 0.75em;
	color: #003370;
}
ul.smallul { width: 118px !important; }
div#footer_main h5 {
	margin: 10px 0 0 0;
	padding: 0;
	text-transform:uppercase;
	font-size: 1em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
p.icon_speech, p.icon_mail {
	margin: 0;
	font-size: 0.75em;
	color: #003370;
	width:220px;
}
div#footer p a{ color: #003370; }
.navigation a {font-size:.75em;color:#003370;margin:10px 0 0 0;display:block;}
p.icon_speech {
	margin-top: 18px;
	height: 34px;
	padding: 11px 0 0 60px;
	background: url(/images/layout/icon_sprite.png) 0 -227px;
}
p.icon_mail {
	margin-top: 10px;
	height: 38px;
	padding: 7px 0 0 60px;
	background: url(/images/layout/icon_sprite.png) -394px -227px;
}
div#footer_reg {
	clear: both;
	color: #fff;
	font-size: 0.65em;
	padding: 7px 0 0 0;
}
div#footer_reg p { margin:15px 0 0 0; }
/* End Page Footer */

/* Blog/Market Insight */
div.news_shortpost {
	margin: 13px 0 0 0;
	padding: 0;
	border-bottom: 1px dotted #00336D;
}
div.news_shortpost p {
	font-size: 0.75em;
}
div.news_shortpost h3.postauthor {
	margin: 0;
}
div.news_shortpost h3 a {
	text-decoration: none;
	color: #00336D;
	margin: 0;
}
div.news_shortpost h3 a:hover { color: #666; }
div.post_date {
	float: left;
	clear: none;
	width: 61px;
	height: 39px;
	background: transparent url(/images/layout/cal_bg.jpg) top left no-repeat;
	font-size: 0.65em;
	text-align: center;
	padding: 18px 0 0 0;
	line-height: 115%;
	margin: 0 15px 15px 0;
}
div.post_date strong {
	font-weight: bold;
	font-size: 1.35em;
}
div.fullpost {
	margin-top: 25px;
}
div.fullpost p {
	font-size: 0.75em;	
}

#btnAddress {
margin:10px 0 0 0;
}
/* Page-specific overrides/changes */
/*body#page_blog div#subnav { display: none; }*/


.content {
width:940px;
margin:30px 0 0 0;
}

.leftcol {
float:left;
width:163px;
padding:0 15px 0 0;
}


#subnav {
width:163px;
height:246px;
background:url(../images/layout/subnav_bg.jpg) repeat-x 0 0;
}

#subnav ul {margin:0;padding:0;}
#subnav li {list-style:none;}

#subnav a {
color:#003674; /*#656565;*/
display:block;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:0.85em;
height:27px;
padding:9px 0 0 10px;
text-decoration:none;
width:153px;
}
#subnav p {
	color: #003674;	
	padding:9px 0 0 10px;
	width:153px;
	font-size: 0.75em;
	font-family:Georgia,"Times New Roman",Times,serif;
}
#newslettersignup {
background:#002653;
padding:10px;
color:#fff;
}

#newslettersignup h3 {
margin:0 0 5px 0;
font-size:.85em;
color:#fff;
}

#newslettersignup input {
margin:0 0 10px 0;
}

#newslettersignup .text {
width:133px;
}


#subnav a:hover {
color:#fff;
background:url(../images/layout/subnav_bg.png) repeat-x 0 0;
}
#subnav a.snactive { color: #fff; background:url(../images/layout/subnav_bg.png) repeat-x 0 -66px; }
body#page_grey #subnav a.snactive { color: #fff; background:url(../images/layout/subnav_bg.png) repeat-x 0 -132px; }

body#page_grey #subnav a:hover {
color:#fff;
background:url(../images/layout/subnav_bg.png) repeat-x 0 -198px;
}
body#page_grey #subnav a.snactive:hover { color: #fff; background:url(../images/layout/subnav_bg.png) repeat-x 0 -132px !important; }
body#page_grey #subnav a {
color:#656565;
}
body#page_people #subnav a:hover {
	text-decoration: underline;
	background: none !important;
	color: #003674;
}
body#page_people #subnav a {
	text-decoration: none;
	background: none !important;
}

.rightcol {
float:right;
width:762px;
}

.rightcol p, .rightcol ul li {
	font-size: 0.75em;
	line-height: 145%;
}
.rightcol ul li { 	margin: 0 0 10px 0; }
textarea {font-size:1em !important;}

input, select, textarea {
font-size:.7em;
color:#656565;
padding:2px 3px;
}

label {font-size:.75em;float:left;padding:4px;width:150px;}

dt, dd {margin:0 0 10px 0;}
dd p {margin:0 0 0 25px;}
dd .formline {display:block;height:30px;}

.formleft, .formright {
width:49%;
float:left;
}

.button {
border:none;
background:url(../images/layout/button_bg.jpg) repeat-x 0 0;
height:23px;
padding:0 6px;
font-family:Georgia, "Times New Roman", Times, serif;
color:#023972;
font-weight:700;
}

.submit {
background:#003674;
color:#fff;
}

.checkbox {
float:left;
}

.ratecapbox {width:763px;}
.ratecapbox h3 {width:763px;padding:10px 0;border-bottom:1px dotted #003674;}
.ratecapbox p {font-size:.75em;margin:0 0 10px 0px;}
.ratecapbox p img {margin:0 0 10px 0;}

.snippetbox {width:763px;}
.snippetbox h3 {width:763px;padding:10px 0;border-bottom:1px dotted #003674;}
.snippetbox p {font-size:.75em;margin:0 0 10px 80px;}
.snippetbox p img {margin:0 0 10px 0;}
.snippetbox img {float:left;}

.snippetbox.ourpeople {margin:0 0 20px 0;}
.snippetbox.ourpeople img {margin:14px 20px 10px 0;}
.snippetbox.ourpeople h3 {float:left;width:614px;}
.snippetbox.ourpeople a {font-size:.7em;color:#003674;text}
.snippetbox.ourpeople p {font-size:.75em;margin:0 0 10px 149px;}

.dottedtopbottom {border-top:1px dotted #003674;border-bottom:1px dotted #003674;}
#page_grey .dottedtopbottom {border-top:1px dotted #666;border-bottom:1px dotted #666;}
.dottedbottom {border-bottom:1px dotted #003674;}
.paddingtentopbottom {padding:10px 0;}
.paddingtenbottom {padding-bottom:10px;}
.nomargin {margin:0 !important;}
.margintentop {margin-top:10px;}
.displayblock {display:block;}
.autoheight {height:auto !important;}

.formcontainer {
background:#efefef;
margin:10px 0 0 0;
padding:20px;
}

#contactform ul {list-style:none;margin:0 0 10px 0;padding:0;}
#contactform li {float:left;margin:0 20px 0 0;}
#contactform label {float:none;display:block;padding:0;}
#contactform .text {width:160px;}

/* sitemap */
ul#sitemap, ul#sitemap ul {
list-style:none;
margin:0;
padding:0 0 0 10px;
}

ul#sitemap li {
background:url(../images/layout/page.gif) no-repeat 0 5px;
margin:8px;
padding:0 0 0 15px;
}
ul#sitemap a {font-size:0.75em;color:#003674;}

#postcode_details {height:135px;display:none;}


.fundstable {color:#000;}
.fundstable td {font-size:.75em;padding:2px 6px;}
.borderblueleft {border-left:3px solid #003366;}
.borderblueright {border-right:3px solid #003366;}
.borderbluetop {border-top:3px solid #003366;}
.borderbluebottom {border-bottom:3px solid #003366;}
.greybackground {background:#B0B0B0;}

.floatleft { float: left; clear: none; }
.floatright { float: right; clear: none; }
.marginr20 { margin-right: 20px !important; }
.margint30 { margin-top: 30px !important; }
.margint15 { margin-top: 15px !important; }
.marginb30 { margin-bottom: 30px !important; }
.marginl10 { margin-left: 10px !important; }
.marginl15 { margin-left: 15px !important; }
.marginl71 { margin-left: 71px !important; }
.marginl76 { margin-left: 76px !important; }
.marginb15 { margin-bottom: 15px !important; }
.tserif { font-family: Georgia, "Times New Roman", Times, serif !important; }
.tblue { color: #00336D !important; }
.boldfont { font-weight: bold; }
.largebold {
	font-weight: bold;
	font-size: 1.5em;
}
.smallcopy { font-size: 0.75em; }

ul.errorpage a {
	display: block !important;
	font-size: 12px !important;
	height: 15px !important;
	padding-top: 4px !important;
}

div#box_insight, div#box_blog, div#box_people {
    position: relative;
}

a#box_insight_link, a#box_blog_link, a#box_people_link {
    display: block;
    width: 311px;
    height: 212px;
    position: absolute;
    text-decoration: none !important;
    top:0;
    left:0;
}


/* Clearfix */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

.displaynone {display:none;}

#respond {background:#ECEFF4;padding:10px;margin:0 0 10px 0;}
#respond label {font-size:1.2em;float:none}
#respond p {margin:0 0 3px 0;}
#respond .text {font-size:1em;width:200px;}
#respond textarea {font-size:1.1em !important;}
#respond .button {font-size:1em !important;}

.comment-body {font-size:0.75em;}

.comment-author {font-weight:700;color:#666;margin:0 0 10px 0;}
.comment-author em {font-weight:100;color:#999}
.comment-body a {color:#003674;}
.comment-body p {font-size:1em;margin:0 0 10px 75px;}
.commentlist, .commentlist li {list-style:none;margin:0;padding:0;}
.commentlist li {border-bottom:1px dotted #003674;margin:10px 0 0 0;}

.commentlist img {display:none;float:left;margin:0 0 10px;}
.commentlist .bypostauthor img, .commentlist .comment-author-nathan img, .commentlist .comment-author-jamie img, .comment-author-admin img {display:block;}