/* Investec WPE Main Stylesheet */
/* Using: Izilla CSS Template v1.4 (08/05/2008) */
/* http://www.izilla.com.au */

/* --------------------------------------------
	Conditional Browser Rules
----------------------------------------------- */

/*
	Usage: Apply each of these "hacks" after the initial incorrect value has been set.

	Child Selector for FF, IE7, Opera, Safari:
		html > body element {rule}
	
	Child Selector + Comment Hack, which IE7 ignores:
		html >/^^/ body element {rule}
	
	Comment Hack to hide from IE5x:
		element {selector/^^/:/^^/ value;}
		
	Target Opera:
		html:first-child element {rule}
	
	Replace ^ with *
*/


/* --------------------------------------------
	Top-level Elements
----------------------------------------------- */

/* Top-level Elements

    * HTML - HTML document
          o BODY - Document body
*/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100.01%;	/* Creates scrollbar in FF */
}

body {
	background: #fff url(/images/bg_body.gif) no-repeat center 0;
	color: #00295f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
}

body * {
	font-family: inherit;
	font-size: 100%;
}





/* --------------------------------------------
	Generic Classes
----------------------------------------------- */

.align_centre {
	text-align: center !important;
}

.align_justify {
	text-align: justify !important;
}

.align_left {
	text-align: left !important;
}

.align_right {
	text-align: right !important;
}

.centre_object {
	display: block;
	margin: 0 auto 1.4em auto;
}

.clear {
	clear: both;
}

div.clear {  /* for clearing divs if overflow doesn't work */
	font-size: 0;
	line-height: 0px;
	width: 100%;
}

.float_left {
	display: inline;
	float: left;
}

.float_right {
	display: inline;
	float: right;
}

img.float_left {
	margin: 0.5em 1em 0.5em 0;
}

img.float_right {
	margin: 0.5em 0 0.5em 1em;
}

img.float_left_border {
	border: 1px solid #cad5f3;
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

img.float_right_border {
	border: 1px solid #cad5f3;
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

.hidden {
	left: -999em;
	overflow: hidden;
	position: absolute;
	width: 0;
}

.invisible {
	visibility: hidden;
} 




/* --------------------------------------------
	Specific Classes
----------------------------------------------- */



/* --------------------------------------------
	Special Inline Elements
----------------------------------------------- */

/* Special Inline Elements

    * A - Anchor
    * BR - Line break
    * IFRAME - Inline frame
    * IMG - Inline image
    * MAP - Image map
          o AREA - Image map region
    * Q - Short quotation
    * SPAN - Generic inline container
    * SUB - Subscript
    * SUP - Superscript
*/

a {
	color: #00b6de;
	text-decoration: underline;
}

a:visited {
	/*color: #1f76a0;*/
	color: #00b6de;
}

a:hover, a:focus {
	color: #2793c8;	
	text-decoration: none;
}

a img {
	border: none;
}

a.anchor {
	background-color: inherit;
	border: inherit;
	color: inherit;
	display: inline;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-align: inherit;
	text-decoration: inherit;
	text-indent: inherit;
	text-transform: inherit;
	white-space: inherit;
	word-spacing: inherit;
}

a.izilla, a:hover.izilla, a:focus.izilla {
	color: #00814f;
}

a.cognition, a:hover.cognition, a:focus.cognition {
	color: #237eb8;
}

a.read_more {
	background: url(/images/bg_hp_link.gif) no-repeat 0 3px;
	color: #00b6de;
	padding-left: 16px;	
	text-decoration: none;
}

a.read_more:hover, a.read_more:focus, a.link:hover, a.pdf:hover, a.zip:hover, a.audio:hover, a.video:hover, a.doc:hover, a.image:hover, a.excel:hover, a.file:hover, a.page:hover, a.rss:hover, a.link:focus, a.pdf:focus, a.zip:focus, a.audio:focus, a.video:focus, a.doc:focus, a.image:focus, a.excel:focus, a.file:focus, a.page:focus, a.rss:focus {
	color: #2793C8;
	text-decoration: underline;
}

#col_1 a.read_more {
	background-position: 0 2px;
	font-size: 92%;
}

q:before, q:after { 
    content: ""; /* With IE's lack of support, remove quotes on all good browsers. Add them manually in the markup */
}

html >/**/ body sup {
	font-size: 83.5%;
	margin-top: -2px;
}
.foot_note {
	color: #838C95;
	font-size:82%;
}

/* --------------------------------------------
	Links - Resources Icons
----------------------------------------------- */

a.link, a.pdf, a.zip, a.audio, a.video, a.doc, a.image, a.excel, a.file, a.page, a.rss {
	background-image: url(/images/resources_icons.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 2px;
	text-decoration: none;
}
	
a.link {
	background-position: 0 -104px;
}

a.pdf {
	background-position: 0 -220px;
}

a.zip {	
	background-position: 0 -330px;
}

a.audio {	
	background-position: 0 -440px;
}

a.video {	
	background-position: 0 -550px;
}

a.doc {	
	background-position: 0 -660px;
}

a.image {	
	background-position: 0 -770px;
}

a.excel {	
	background-position: 0 -880px;
}

a.file {	
	background-position: 0 -988px;
}

a.page {	
	background-position: 0 -1100px;
}

a.rss {	
	background-position: 0 -1211px;
}

/* --------------------------------------------
	Generic Block-level Elements
----------------------------------------------- */

/* Generic Block-level Elements

    * ADDRESS - Address
    * BLOCKQUOTE - Block quotation
    * DEL - Deleted text
    * DIV - Generic block-level container
    * H1 - Level-one heading
    * H2 - Level-two heading
    * H3 - Level-three heading
    * H4 - Level-four heading
    * H5 - Level-five heading
    * H6 - Level-six heading
    * HR - Horizontal rule
    * INS - Inserted text
    * P - Paragraph
    * PRE - Preformatted text
*/

address {
	font-style: normal;
}

blockquote {
	background: #f2fbfd url(/images/bg_blockqoute.gif) no-repeat scroll right top;
	border-left: 3px solid #00b6de;
	background-color: #f2fbfd;
	clear: both;
	margin-bottom: 1.28em;
	padding: 1em 11px 1em 11px;
}

hr {
	background-color: #9bbac1;
	border: none;
	border-bottom: 1px dashed;
	color: #a7d2db;
	height: 1px;
	margin: 0.3em 0 0.4em 0;
}

html >/**/ body hr {
	background: #fff url(/images/bg_hr.gif) repeat 0 0;
	border: none;
	color: #a7d2db;
	margin-bottom: 1.08em;
	margin-top: 20px;
}

h1 {
	background-color: #00b6de;
	color: #fff;
	font-size: 265.5%;
	font-weight: normal;
	letter-spacing: -0.4px;
	line-height: normal;
}

h2 {
	font-size: 192%;
	font-weight: normal;
	letter-spacing: -0.2px;
	line-height: 130%;
	margin-bottom: 0.6em;
	margin-top: -6px;
}

h3 {
	color: #00275d;
	font-size: 117%;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 0.2em;
}

h4 {
	font-size: 100%;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 0.2em;
}

h5 {
}

h6 {
}

p {
	/*margin-bottom: 1.28em;*/
	margin-bottom: 0.8em;
}

.small_text {
	font-size: 92%;
}

/* --------------------------------------------
	Lists
----------------------------------------------- */

/* Lists

    * DIR - Directory list
    * DL - Definition list
          o DT - Definition term
          o DD - Definition description
    * LI - List item
    * OL - Ordered list
    * UL - Unordered list
*/

/* - Content Lists ------------------------------- */

#content ol {
	list-style-type: decimal;
	margin-bottom: 1.28em;
	margin-left: 39px;
}

html >/**/ body #content ol {
	margin-left: 34px;
}

#content ol.lower_alpha {list-style-type: lower-alpha;}
#content ol.upper_alpha {list-style-type: upper-alpha;}
#content ol.lower_roman {list-style-type: lower-roman;}
#content ol.upper_roman {list-style-type: upper-roman;}

#content ol li {
	margin-bottom: 1.1em;
	padding-left: 1px;
}

html >/**/ body #content ol li {
	padding-left: 6px;
}

html body #content ul ol li {
	background: none;
	padding-left: 1px;
}

html >/**/ body #content ul ol li {
	padding-left: 6px;
}

#content li ul, #content li ol {
	margin-top: 1.28em;
}

#content ul {
	list-style-type: none;
	margin-bottom: 1.28em;
	padding-left: 17px;
}

#content table.data ul {
	margin-bottom: 0;
	padding-left: 0;
}

html body #content ul li {
	background: url(/images/bg_content_li.gif) no-repeat 0 7px;
	margin-bottom: 1.1em;
	padding-left: 23px;
}

html body #content table.data ul li {
	margin-bottom: 0.8em;
}

#content ul.list_next_to_image li {
	height: 1%;
	position: relative;
}

html >/**/ body #content ul.list_next_to_image li {
	height: auto;
}

/* --------------------------------------------
	Tables
----------------------------------------------- */

/* Tables

    * TABLE - Table
          o CAPTION - Table caption
          o COLGROUP - Table column group
                + COL - Table column
          o THEAD - Table head
          o TFOOT - Table foot
          o TBODY - Table body
          o TR - Table row
                + TD - Table data cell
                + TH - Table header cell
*/


table.data {
	border: none;
	border-collapse: collapse;
	line-height: 1.3em;
	margin: 0 0 1.28em 0;
}

html >/**/ body table.data {
	margin-left: 1px;
}

table.data caption {
	border-bottom: 3px solid #fff;
	font-weight: bold;
	margin: auto;
	padding: 5px;
}

table.data td, table.data th {
	border: 1px solid #ddd;
	padding: 6px 8px;
	vertical-align: top;
}

table.data th {
	background-color: #00b6de;
	border-color: #fff;
	color: #fff;
	font-weight: bold;
	line-height: 130%;
	white-space: nowrap;
}

table.data tbody th {
	background-color: #ddd;
	color: #222;
	text-align: left;
}

table.data td {
	background-color: #fff;
}

table.data tr.even td {
	background-color: #f4f4f4;
}

table.data thead th.special {
	border-right: none;
}

table.data tbody th.special {
	border-bottom: none;
}

table.criteria td {
	border-bottom-color: #ddd;
	border-right-color: #ddd;
}

table.data td.foot {
	background-color: #00295f;
	color: #fff;
}


/* --------------------------------------------
	Forms
----------------------------------------------- */

/* Forms

    * FORM - Interactive form
          o BUTTON - Button
          o FIELDSET - Form control group
                + LEGEND - Fieldset caption
          o INPUT - Form input
          o LABEL - Form field label
          o SELECT - Option selector
                + OPTGROUP - Option group
                      # OPTION - Menu option
          o TEXTAREA - Multi-line text input
*/

fieldset {
	border: none;
	clear: both;
}

legend {
	display: none;
}

input.submit {			/* Ensure buttons behave the same across all browsers */
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;	/* Same as content. IE won't inherit the initial value */
	padding: 0 .25em;
    width: 0;  			/* IE width fix */
   	overflow: visible;
}

input.submit[class] {	/* IE ignores [class] (attribute selectors) */
   	width: auto;  		/* Cancel IE width fix for other browsers */
}

input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus {
	background-color: #ffc;
}

textarea {
	font-family: Arial, Helvetica, sans-serif	/* Same as content. IE won't inherit the initial value */
}

option {
	padding-left: 2px;
	padding-right: 1px;
}





/* --------------------------------------------
	Phrase Elements
----------------------------------------------- */

/* Phrase Elements

    * ABBR - Abbreviation
    * ACRONYM - Acronym
    * CITE - Citation
    * CODE - Computer code
    * DFN - Defined term
    * EM - Emphasis
    * INS - Inserted text
    * KBD - Text to be input
    * SAMP - Sample output
    * STRONG - Strong emphasis
    * VAR - Variable
*/

acronym {
	border-bottom: 1px dashed;
	cursor: help;
}

cite {
	display: block;
	font-style: italic;
	margin-bottom: 1.28em;
	margin-top: -1.28em;
	text-align: right;
}


/* --------------------------------------------
	Font Style Elements
----------------------------------------------- */

/* Font Style Elements

    * SMALL - Small text
    * TT - Teletype text
*/


/* --------------------------------------------
	Specific Sections
----------------------------------------------- */

#wrapper_site {
	font-size: 120.5%;
	margin: 109px auto 0 auto;
	overflow: hidden;
	text-align: left;
	/*width: 870px;*/
	width: 918px;
}

html >/**/ body #wrapper_site {
	overflow: visible;
}

html >/**/ body #wrapper_site:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#col_1 {
	display: inline;
	float: left;
	padding-bottom: 275px;
	/*width: 277px;*/
	width: 228px;	
}

#col_1 h1 {
	left: -999em;
	overflow: hidden;
	position: absolute;
	width: 0;
}

#col_1 img {
	display: block;
}

ul#nav_main {
	list-style-type: none;
	margin-left: 36px;
	margin-top: 21px;
	overflow: hidden;
	width: 192px;
}

ul#nav_main li {
	display: inline;
	float: left;
	padding: 0 0 5px 0;
	width: 100%;
}

ul#nav_main a {
	background: url(/images/col_1_nav_main_a.png) no-repeat 0 0;
	color: #00295f;
	display: block;
	text-decoration: none;	
	width: 192px;
}

ul#nav_main a span {
	background: url(/images/col_1_nav_main_span.png) no-repeat 0 bottom;
	cursor: pointer;
	display: block;
	padding: 5px 14px;
	width: 164px;
}

ul#nav_main a:hover, ul#nav_main a:focus, ul#nav_main li.current a {
	background: url(/images/col_1_nav_main_a_hover.png) no-repeat 0 0;
	width: 192px;
}

ul#nav_main a:hover span, ul#nav_main a:focus span, ul#nav_main li.current a span {
	background: url(/images/col_1_nav_main_span_hover.png) no-repeat 0 bottom;
	color: #fff;
}

ul#nav_main ul {
	display: none;
}

.col_1_feature {
	list-style-type: none;
	margin-left: 36px;
	margin-top: 19px;
	overflow: hidden;
	width: 192px;
}

.col_1_feature img {
	margin-bottom: 0.8em;
	margin-top: 15px;
}

.col_1_feature img.partnership-approach {
	margin-top: 0;
}

/* --------- */

#col_2 {
	display: inline;
	float: left;
	line-height: 150%;
	margin-left: 49px;
	margin-top: 23px;
	width: 637px;
}

#content {
	margin: 27px 0 1.28em 0;
	overflow: hidden;
	width: 637px;
}

#content .content_col_left, #content .content_col_right {
	display: inline;
	float: left;
	padding-right: 44px;
	width: 290px;
}

#content .content_col_right {
	padding-right: 0;
	width: 303px;
}

#disclaimer {
	border-top: 1px solid #a7d2db;
	color: #6b88b0;
	font-size: 83.5%;
	line-height: 150%;
	padding-top: 14px;
}

#disclaimer a {
	color: #6b88b0;
}

#disclaimer a:hover, #disclaimer a:focus, #disclaimer a:visited  {
}

#content ul.portfolio {
	overflow: hidden;
	padding-left: 0;
	width: 100%;
}

html body #content ul.portfolio li {
	display: inline;
	float: left;
	margin-bottom: 0.8em;
	padding-left: 0;
}

ul.portfolio .image {
	display: inline;
	float: left;
	margin-right: 10px;
	width: 142px;
}

ul.portfolio img {
	display: inline;
}

ul.portfolio .image p {
	font-size: 92%;
	margin-top: 0.6em;
}

ul.portfolio .image p strong {
	font-size: 109.5%;
}

ul.portfolio .image p em {
	color: #2793c8;
	font-style: normal;
}

html body #content ul.portfolio li {
	background: none;
}

ul.portfolio .content {
	display: inline;
	float: left;
	overflow: hidden;
	width: 379px;
}

#content ul.meet-the-team {
	overflow: hidden;
	padding-left: 0;
	width: 100%;
}

#content ul.meet-the-team li {
	background: none;
	display: inline;
	float: left;
	height: 94px;
	margin-bottom: 0.8em;
	padding-left: 0;
	padding-right: 10px;
	width: 142px;
}

#content ul.meet-the-team li a {
	background-position: 0 -94px;
	background-repeat: no-repeat;
	display: block;
	height: 94px;
	text-indent: -999em;
	width: 142px;
}

#content ul.meet-the-team li a:hover, #content ul.meet-the-team li a:focus, #content ul.meet-the-team li.current a {
	background-position: 0 0;
	background-repeat: no-repeat;
}

#content ul.contact {
	overflow: hidden;
	padding-left: 0;
	width: 100%;
}

html >/**/ body #content ul.contact {
	margin-bottom: -1.28em;
}

html body #content ul.contact li {
	background: none;
	display: inline;
	float: left;
	margin-bottom: 1.28em;
	height: 6.5em;
	padding-left: 0;
	width: 100%;
}

html > body #content ul.contact li {
	height: auto;
	min-height: 6.5em;
}

ul.contact em {
	color: #2793c8;
	font-style: normal;
}

#partnership_approach {
	background: url(/userdata/images/bg_partnership_approach.png) no-repeat 0 0;
	height: 482px;
	overflow: hidden;
	position: relative;
	width: 535px;
}

#partnership_approach div {
	height: 224px;
	position: absolute;
	overflow: hidden;
	width: 251px;
}

#step1 {
	left: 0;
	top: 0;
}

#step1:hover, #step1.sfhover {
	background: url(/userdata/images/bg_partnership_approach.png) no-repeat 0 -482px;
}

#step2 {
	right: 0;
	top: 0;
}

#step2:hover, #step2.sfhover {
	background: url(/userdata/images/bg_partnership_approach.png) no-repeat -284px -482px;
}

#step3 {	
	bottom: 0;
	left: 0;
}

#step3:hover, #step3.sfhover {
	background: url(/userdata/images/bg_partnership_approach.png) no-repeat 0 -740px;
}

#step4 {
	bottom: 0;
	right: 0;
}

#step4:hover, #step4.sfhover {
	background: url(/userdata/images/bg_partnership_approach.png) no-repeat -284px -740px;
}

#partnership_approach div * {
	left: -999em;
	position: absolute;
	top: -999em;
}

/* --------------------------------------------
	News Section
----------------------------------------------- */

.news_date {
	color: #666666;
	display: block;
	font-family: "Lucida Console",Georgia,"Times New Roman",Times,serif;
	font-size: 100%;
	font-weight: normal;
	margin-top: 0.2em;
}