	
* {
 margin: 0;
 padding: 0;
}

body {
 font-family: 'Lucida Grande',Arial,sans-serif;
 font-size: 12px;
 line-height: 18px;
 color: #666;
 text-align: center;
 margin: 37px 0 10px 0;
 background: #e7eff5 url('../imagenes/bg.gif') repeat-x 0 0;
 cursor: default;
}

div {text-align: left;}
li {list-style: none;}

.cleaner {clear: both;}

h1, h2, h3, h4, h5 {
 font-weight: normal;
 color: #2b5275;
 line-height: 18px;
 margin-bottom: 18px; 
}

h1 {display: none;}

h3 {
 font-size: 17px;
 padding-bottom: 10px;
 border-bottom: 1px solid #e7eff5;
}

h4 {
 font-size: 13px;
 color: #699bc9;
 font-weight: bold;
}

p, ul, ol {margin-bottom: 18px;}

ul {
 list-style: none;
 color: #2b5275;
}

ul li {
 padding-left: 12px;
 margin-left: 10px;
 background: transparent url('../imagenes/li-bullet.gif') no-repeat 0 50%;
}

a { 
 text-decoration: none;
 color: #699bc9;	 
 padding-bottom: 1px;
 background: transparent url('../imagenes/a-underline.gif') repeat-x 100% 100%;	
}

a:hover, a:active {color: #2b5275; outline:none;}

.hide, span {display: none;}

.divider {
 width: 438px;
 height: 1px;
 float: left;
 margin: 15px 0;
 background: #e7eff5;
}

p.error {
 width: 438px;
 color: #f58f16;
 font-size: 11px;
 font-weight: bold;
}

.left {float: left;}
.right {float: right;}

.error {color: #f58f16;}
.nofloat {float: none;}

/*--------------------------------------------------------------------------
Body Attributes - Active States based on the body class name
--------------------------------------------------------------------------*/

/*Header*/
body.sitemap a#sitemap,
body.accessibility a#accessibility,
body.contact a#contact {color: #003366;}

/*Footer*/
body.terms a#terms,
body.privacy a#privacy,
body.customer a#customer {color: #699bc9;}

/*Page Titles*/
h2 {
 height: 30px; 
 text-indent: -4000px;
}


/*--------------------------------------------------------------------------
Template
--------------------------------------------------------------------------*/

#container {
 width: 950px;
 margin: 0 auto;
}

#container-left {
 width: 20px; 
 height: 577px;
 margin-top: 70px;
 background: #699bc9 url('../imagenes/bg-left.gif') no-repeat 0 0;
 float: left;
}

#container-center {
 width: 720px;
 float: left;
 background: #fff;
}

#container-right {
 width: 210px; 
 margin-top: 70px;
 background: #699bc9 url('../imagenes/bg-right.gif') no-repeat 0 0;
 float: left;
}

address {
 padding-top: 40px;
 padding-left: 20px;
 background: #e7eff5 url('../imagenes/bg-address.gif') no-repeat 0 0;
 font-style: normal;
 font-size: 11px;
 color: #699bc9;
}

#wrapper {
 width: 700px;
 margin: 0 10px;
 display: inline;
 float: left;
}

/*--------------------------------------------------------------------------
Header, Footer
--------------------------------------------------------------------------*/

#header {
 width: 720px;
 height: 87px;
 background: #e7eff5 url('../imagenes/bg-header.jpg') no-repeat 0 0;
 float: left;
}

#logo {	
 width: 201px; 
 height: 72px;
 margin: 10px 0 0 35px;	
 background: transparent url('../imagenes/a-logo.gif') no-repeat 0 0;
 display: inline;
 float: left;	
}

#footer {
 width: 720px;
 height: 52px;
 margin-top: 10px;
 background: #e7eff5 url('../imagenes/bg-footer.gif') no-repeat 0 0;
 float: left;
}

#disclaimer {
 width: 720px;
 float: left;
 padding-top: 20px;
 background: #e7eff5 /*url('../imagenes/bg-ifg.gif') no-repeat 665px 20px*/;
 display: inline;
 float: left;
}

#disclaimer p {
 font-size: 11px;
 color: #9bbddb;
 margin: 0;
 padding: 0 80px 10px 10px;
}

#copyright {
 margin: 16px 0 0 10px;
 font-size: 11px;
 color: #b9bcbe;	
 display: inline;
 float: left;
}

/*--------------------------------------------------------------------------
Header, Footer Links Combined
--------------------------------------------------------------------------*/

#headerlinks {
 text-transform: lowercase;
 margin: 6px 10px 0 0;
 display: inline;
 float: right;
}

#footerlinks {
 text-transform: lowercase;
 margin: 6px 10px 0 0;
 display: inline;
 float: right;
}
#footerlinks {margin-top: 16px;}

#headerlinks li {
 height: 19px;
 background: transparent url('../imagenes/bg-header-divider.gif') no-repeat top right;
 margin: 0;
 padding: 0 10px;
 display: inline;
 float: left;
 color: #86D4EB
}


#footerlinks li {
 height: 19px;
 background: transparent url('../imagenes/bg-footer-divider.gif') no-repeat top right;
 margin: 0;
 padding: 0 10px;
 display: inline;
 float: left;
}

#footerlinks li {background: transparent url('../imagenes/bg-footer-divider.gif') no-repeat top right;}

#headerlinks li.last,
#footerlinks li.last { 
 background: none; 
 padding: 0 0 0 10px;
}

#headerlinks a,
#footerlinks a {
 font-size: 11px; 
 color: #fff; 
 background: none;
 white-space: nowrap;
}

#footerlinks a {color: #2b5275;}
#headerlinks a:hover {color: #003366;}
#footerlinks a:hover {color: #699bc9;}

/*--------------------------------------------------------------------------
Content
--------------------------------------------------------------------------*/

#content {
 width: 700px;
 margin-top: 10px;
 float: left;
}

#content-left {
 width: 232px;
 float: left;
}

#content-right {
 width: 438px;
 margin: 18px 10px;
 display: inline;
 float: right;
}

#content-right a {text-transform: none;}

#content-right a:hover {
 background: #f2f6f9 url('imagenes/a-underline.gif') repeat-x 100% 100%;
}

/*--------------------------------------------------------------------------
Flash
--------------------------------------------------------------------------*/

#flash_inicio {
 width: 700px;
 height: 300px;
 margin-top: 1px;
 float: left;
}
#flash {
 width: 700px;
 height: 149px;
 margin-top: 1px;
 float: left;
}


/*--------------------------------------------------------------------------
Core Values
--------------------------------------------------------------------------*/

#core-values {
/*background: #e7eff5 url('../imagenes/bg-corevalues.gif') no-repeat 100% 100%; */
 text-transform: lowercase;
 float: left;
  width: 232px;
 height: 106px;
}

#core-values h3 {
 width: 232px;
 height: 106px;
 margin: 0; 
 padding: 0;
 background: transparent url('../imagenes/bg-corevalues.jpg') no-repeat 0 0; 
}

#core-values ul {
 margin: 15px 20px 0 20px; text-transform:none;
 padding: 0;
}

#core-values ul li {
 background: transparent url('../imagenes/bg-corevalues-arrow.gif') no-repeat left center; text-transform:none;
 font-size: 12px;
 color: #699bc9;
 margin: 5px 0;
}

#core-values a.more {
 width: 127px;
 height: 36px;	
 margin: 10px 10px 10px 14px;
 background: url('../imagenes/btn-fom.gif') no-repeat 0 0;
 display: block;
}

#core-values a.more:hover {background-position: 0 -36px;}



/*--------------------------------------------------------------------------
Core Values 2
--------------------------------------------------------------------------*/

#core-values2 {
 background: #e7eff5 url('../imagenes/bg-corevalues.gif') no-repeat bottom; 
  margin: 0; 
 padding: 0;
 float: left;
}

#core-values2 h3 {
 width: 232px;
 height: 24px;
 margin: 0; 
 padding: 0;
 background: #fff url('../imagenes/bg-corevalues2.jpg') no-repeat top;
}

#core-values2 ul {text-transform: lowercase;
 margin: 15px 20px 0 20px;
 padding: 0;
}

#core-values2 ul li {
 background: transparent url('../imagenes/bg-corevalues-arrow.gif') no-repeat left center;
 font-size: 12px;
 color: #699bc9;
 margin: 5px 0;
 width: 170px;
}

#core-values2 a.more {
 width: 127px;
 height: 36px;	
 margin: 10px 10px 10px 14px;
 background: url('../imagenes/btn-fom.gif') no-repeat 0 0;
 display: block;
}

#core-values2 a.more:hover {background-position: 0 -36px;}




/*--------------------------------------------------------------------------
Core Values 3
--------------------------------------------------------------------------*/

#core-values3 {
 margin: 0; 
 padding: 0;
 background: #fff;
 float: left;
  width: 232px;
 height: 88px;
}

#core-values3 h3 {
text-transform: lowercase;
 width: 232px;
 height: 88px;
 margin: 0; 
 padding: 0;
 background: #fff url('../imagenes/bg-core3.jpg') no-repeat top;
}


/*--------------------------------------------------------------------------
Core Values 6
--------------------------------------------------------------------------*/

#core-values6 {
 margin: 0; 
 padding: 0;
 background: #fff;
 float: left;
  width: 232px;
 height: 88px;
}

#core-values6 h3 {
text-transform: lowercase;
 width: 232px;
 height: 88px;
 margin: 0; 
 padding: 0;
 background: #fff url('../imagenes/bg-core6.jpg') no-repeat top;
}

/*--------------------------------------------------------------------------
Core Values 9
--------------------------------------------------------------------------*/

#core-values9 {
 margin: 0; 
 padding: 0;
 background: #fff;
 float: left;
  width: 232px;
 height: 88px;
}

#core-values9 h3 {
text-transform: lowercase;
 width: 232px;
 height: 88px;
 margin: 0; 
 padding: 0;
 background: #fff url('../imagenes/bg-core9.jpg') no-repeat top;
}


/*--------------------------------------------------------------------------
Core Values 11
--------------------------------------------------------------------------*/

#core-values11 {
 margin: 0; 
 padding: 0;
 background: #fff;
 float: left;
  width: 232px;
 height: 88px;
}

#core-values11 h3 {
text-transform: lowercase;
 width: 232px;
 height: 88px;
 margin: 0; 
 padding: 0;
 background: #fff url('../imagenes/bg-core11.jpg') no-repeat top;
}


/*--------------------------------------------------------------------------
Breadcrumb Trail, Current Opportunities
--------------------------------------------------------------------------*/

#trail, 
#opportunities {
 text-transform: lowercase;
 width: 700px;
 height: 29px;
 float: left;
 margin-top: 1px;
 background: #e7eff5 url('../imagenes/bg-trail.gif') repeat-x 0 0;
 border-bottom: 1px solid #9dbad3;
}

#trail h3, 
#opportunities h3 {
 height: 18px;
 float: left;
 margin: 5px 0 5px 14px;
 padding: 0;
 display: inline;
 border: none;
}

#trail h3 {
 width: 120px; 
 background: transparent url('../imagenes/h3-breadcrumb.gif') no-repeat 0 50%;
}

#opportunities h3 {
 width: 148px; 
 background: transparent url('../imagenes/h3-opportunities.gif') no-repeat 0 50%;
}

#trail ul, 
#opportunities ul {
 margin: 5px 0;
 padding: 0;
 float: left;
}

#trail ul li {
 margin: 0;
 padding: 0 15px 0 0;
 float: left;
 background: transparent url('../imagenes/bg-trail-arrow.gif') no-repeat 100% 50%;
 font-size: 11px;
}

#opportunities ul li {
 margin: 0;
 padding: 0 0 0 8px;
 float: left;
 background: none;
 font-size: 11px;
}

#trail ul li.last {
 padding: 0;
 margin-left: 9px;
 background: none;
}

#trail a {
 padding: 0 0 0 9px;
 margin: 0;
 background: none;
 float: left;
}

/*--------------------------------------------------------------------------
Investor
--------------------------------------------------------------------------*/

#investor {margin: 10px 15px 0 15px;}
#investor fieldset {border: 0 none;}
#investor legend {display: none;}
#investor label {display: none;}

h3.investor  {
 border: 0 none;
 margin: 18px 15px 0 15px;
 text-indent: -4000px;
}

#investor p {color:#fff; margin:0; padding:0 0 18px 0;}

#investor p.error {
 width: 104px;
 padding: 3px 0 3px 10px;
 color: #e7eff5;
 font-size: 11px;
 font-weight: bold;
}

.loggedout {
 background: transparent url('../imagenes/h3-investor-lin.gif') no-repeat 0 0;
 height: 41px;
}

.loggedin {
 background: transparent url('../imagenes/h3-investor-lout.gif') no-repeat 0 0;
 height: 23px;
}

#investor {
 background: transparent url('../imagenes/dl-divider.gif') repeat-x 100% 100%;
 padding-bottom: 10px; 
}

#investor a {
 width: 170px;
 font-size: 11px;
 display:block;
 padding: 0 0 0 10px;
 margin-top: 10px;
 color: #2b5275;
 background: transparent url('../imagenes/bg-dd-arrow.gif') no-repeat 0 50%;
 clear: both;
 float:left;
}

#investor a:hover {color: #fff;}

#investor .field { 
 width: 180px;
 height: 26px;
 margin: 0 0 10px 0;
 background: #fff url('../imagenes/input-field.gif') no-repeat 0 0;
}

#investor input {
 font-size: 11px;
 border: 1px solid #fff;
 float: left;
 margin: 5px 0 0 5px;
}

#investor #login,
#investor #logout {
 height: 24px;
 border: 0 none;
 display: block;
 cursor: pointer;
 float: left;
}

#investor #login {width: 66px; background: transparent url("../imagenes/btn-login.gif") no-repeat 0 0;}
#investor #logout {width: 72px; background: transparent url("../imagenes/btn-logout.gif") no-repeat 0 0;}

#investor #login:hover,
#investor #logout:hover {background-position: 0 -24px;}

/*--------------------------------------------------------------------------
Latest News
--------------------------------------------------------------------------*/

h3.latestnews  {
 border: 0 none;
 background: transparent url('../imagenes/h3-latestnews.gif') no-repeat 0 0;
 margin: 18px 15px 0 15px;
 text-indent: -4000px;
 height: 14px;
}

dl.latestnews {
 color: #fff;
 font-size: 11px;
 margin: 0 15px;
 padding-top: 12px;
 background: transparent url('../imagenes/dl-divider.gif') repeat-x 0 0;
}

dl.latestnews.first {background: none;}

dl.latestnews dt {
 margin: 0;
 line-height: normal;
 font-weight: bold;
}

dl.latestnews dd {margin: 10px 0;}

dl.latestnews dd a {
 padding-left: 10px;
 color: #2b5275;
 background: transparent url('../imagenes/bg-dd-arrow.gif') no-repeat 0 50%;
}

dl.latestnews dd a:hover {color: #fff;}

#morenews {
 width: 103px;
 height: 24px;
 display: block;
 background: transparent url('../imagenes/btn-morenews.gif') no-repeat 0 0;
 margin: 0 0 0 15px; 
 padding: 0;
}

#morenews:hover {background-position: 0 -24px;}

/*--------------------------------------------------------------------------
News
--------------------------------------------------------------------------*/

dl.news dt {
 padding: 1px 0 2px 25px;
 background: #fff url('../imagenes/icon-pdf.gif') no-repeat 0 0;
}

dl.news dt a {
 height: 25px;
 color: #699bc9;
 background: none;	
}

dl.news dt a:hover {color: #2b5275;}

dl.news dd {
 padding-left: 25px;
 line-height: 18px;
 margin: 10px 0;
}

dl.news dd.date, dl.news dd.source {
 margin: 0;
 color: #a5a5a5;
 font-size: 11px;
}

/*--------------------------------------------------------------------------
Case Histories, Special Purpose Vehicles, Associated Investment Funds,
Events and Seminars
--------------------------------------------------------------------------*/

.casehistory, 
.spv,
.aif,
.event {
 width: 438px;
 float: left;
}

.casehistory .logo, 
.spv .logo,
.aif .logo,
.event .logo {
 width: 438px;
 float: left;
 margin: 0 0 18px 0;
}

.casehistory .shortdescription, 
.spv .shortdescription,
.aif .shortdescription,
.event .shortdescription {
 padding-top: 5px;
 width: 438px;
 float: left;
}

.event p.dateandtime,
.event p.venue {
 font-size: 11px;
 color: #a5a5a5;
 margin: 0;
 padding: 0;
}

.event p.venue {padding-bottom: 8px;}


/*--------------------------------------------------------------------------
Management
--------------------------------------------------------------------------*/

.staff {
 width: 438px;
 float: left;
}

.staff .photo {
 border: 1px solid #e7eff5;
 padding: 0 0 5px 0;
 float: left;
}

.staff img {
 width: 88px; 
 height: 128px; 
 margin: 5px 5px 0 5px; 
 float: left;
}

.staff .shortbios {
 padding-top: 5px;
 width: 318px;
 float: right;
}

.staff h4 { 
 width: 438px;
 float: left;
}

/*--------------------------------------------------------------------------
Careers
--------------------------------------------------------------------------*/

.job {
 width: 438px;
 float: left;
}

/*--------------------------------------------------------------------------
Current Opportunitities
--------------------------------------------------------------------------*/

.currentdetails {
 width: 438px; 
 float: left;
}

.currentdetails h4 {
 font-size: 13px; 
 font-weight: bold;
}

.currentdetails p {
 margin: 0 0 10px 0; 
 padding: 0;
}

.currentdetails a {
 margin: 0; 
 padding: 0;
}

/*--------------------------------------------------------------------------
Location Map
--------------------------------------------------------------------------*/

#locationmap {
 width: 232px;
 height: 210px;
 display: block;
 background: transparent url('../imagenes/efg-map.jpg') no-repeat 0 0;
}

