/**=================================
 * Global styles
 */
body{
  text-align: center;
  padding: 0 0 39px 0;
}

html, body {
  min-height:100%;
  background: #fff url(../images/bg.gif) repeat-x 0 0;
}

#wrapper {
  width: 960px;
  padding: 0 10px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  background: transparent url(../images/bg-wrapper.gif) no-repeat 50% 0;
}

.indent, .indent-double, .noindent {
  width: 960px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  z-index: 1;
}

.indent {
  padding-left: 10px;
  width: 950px;
}

.indent-double {
  padding-left: 20px;
  width: 940px;
}

/*
 Generic layout styles
 */
.col-1, .col-2, .col-3, .col-4, .col-left, .col-right, .col {
  float: left;
  display: inline;
  position: relative;
}
.col-1, .col.odd {
  clear: left;
}

/* 3 columns like on home page */
.layout-1 {
  padding: 9px 9px 0 9px;
  margin: 0px 30px;
  background: transparent url(../images/bg-layout-1.png) no-repeat 50% 0;
  line-height: 1.66em;
}

.layout-1 .col-1, .layout-1 .col-2, .layout-1 .col-3 {
  padding: 20px;
  width: 240px;
}

.layout-1 .col-1, .layout-1 .col-2 {
  margin-right: 20px;
}

/* 4 columns like on home page for contacts */
.layout-2 {
  position: relative;
  padding: 10px 0 0 10px;
  background: transparent url(../images/bg-layout-2.gif) no-repeat 50% 0;
  line-height: 1.66em;
  margin: 10px;
}
.layout-2 img {
  position: absolute;
  left: 11px;
  top: 11px;
}
.layout-2 .cleanup {
  height: 20px;
  background: transparent url(../images/bg-layout-2-bottom.gif) no-repeat 50% 100%;
  margin-left: -10px;
}

.layout-2 .col-1 {
  padding: 0 5px 0 128px;
  width: 172px;
  margin-top: 10px;
  border-right: 1px solid #bfb8c3;
}

.layout-2 .col-2 {
  padding: 0 5px 0 15px;
  width: 207px;
  border-right: 1px solid #bfb8c3;
  margin-top: 10px;
}

.layout-2 .col-3 {
  padding: 0 5px 0 15px;
  width: 130px;
  border-right: 1px solid #bfb8c3;
  margin-top: 10px;
}

.layout-2 .col-4 {
  padding: 10px 5px 0;
  width: 210px;
}

.layout-2 .col-1, .layout-2 .col-2 {

}

.layout-2 address {
  margin: 0;
  padding-left: 20px;
  background: transparent url(../images/bubble.gif) no-repeat 0 5px;
}

.layout-2 p {
  padding-top: .666em;
}



/* 3 columns like on home page */
.layout-3 {
  padding: 10px 0 0 10px;
  margin: 0px 30px;
  background: transparent url(../images/bg-layout-3.gif) no-repeat 50% 0;
  line-height: 1.66em;
}

.layout-3 .col-1 {
  padding: 20px 15px;
  width: 557px;
}

body.management-1 .layout-3 .col-1 {
  padding-right: 0;
  width: 572px;
}

.layout-3 .col-2 {
  padding: 20px 15px;
  width: 262px;
}

.layout-3 .col-1 {
  margin-right: 2px;
}



/* Rounded corners */

.top_left, .top_right, .bottom_left, .bottom_right{
  width:11px;
  height:11px;
  line-height: 11px;
  position:absolute;
  overflow: hidden;
  background-repeat: no-repeat;
}

.top_left{top:0;left:0;background-position:0 0;background-image:url("../images/rc-tl.png");}
.top_right{top:0;right:0;background-position:100% 0;background-image:url("../images/rc-tr.png");}
.bottom_left{bottom:0;left:0;background-position:0 0;background-image:url("../images/rc-bl.png");}
.bottom_right{bottom:0;right:0;background-position:100% 0;background-image:url("../images/rc-br.png");}


/**=================================
 * Nav styles
 */
.nav li {
  display: inline;
  padding: 0 1em;
}


/*
 Primary nav
*/
#primary_nav {
  position: absolute;
  top: 121px;
  left: 0;
  margin: 0;
  height: 40px;
  width: 100%;
  z-index: 100;
}

#primary_nav li {
  margin: 0;
  padding: 0 2px 0 0;
  float: left;
  display: inline;
  line-height: 39px;
  height: 39px;
  font-size: 15px;
  background: transparent url(../images/primary-sep.gif) no-repeat 100% 1px;
  position: relative;
}

#primary_nav li.last {
  padding-right: 0;
}

#primary_nav a {
  line-height: 39px;
  display: block;
  vertical-align: middle;
  text-decoration: none;
  border: none;
  background: transparent url(../images/bg-primary-nav.gif) no-repeat 0 0;
  text-indent: -3000px;
}

#primary_Home a {
    width: 103px;
    background-position: 0 0;
}
#primary_CapitalMarkets a {
    width: 181px;
    background-position: -105px 0;
}
#primary_Reinsurance a {
    width: 187px;
    background-position: -288px 0;
}
#primary_Research a {
    width: 124px;
    background-position: -477px 0;
}
#primary_SeniorManagement a {
    width: 207px;
    background-position: -603px 0;
}
#primary_Locations a {
    width: 143px;
    background-position: -814px 0;
}


/* primary subnavs */
#primary_nav ul {
  display: none;
  background-color: #32103d;
  position: absolute;
  top: 40px;
  left: 0;
  margin: 0;
  padding: 0;
}

#primary_nav ul li {
  background-color: #32103d;
  background-image: none;
  border-top: 1px solid #431552;
  border-bottom: 1px solid #200a27;
  height: auto;
  line-height: normal;
  padding: 0;
  font-weight: bold;
}

#primary_nav ul li.last {
  padding: 0;
}


#primary_nav ul ul {
  position: absolute;
  top: -1px;
  left: 185px;
}

#primary_nav ul li a{
  background: none;
  text-indent: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #fff;
  line-height: normal;
  width: auto;
  padding: 5px 10px;
}

#primary_nav ul li ul li {
  background-color: #200a27
}

/** Secondary nav */
#secondary  {
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
}

#secondary  li {
  margin: 0;
  padding: 0;
  line-height: 22px;
}
#secondary a {
  color: #fff;
  line-height: 28px;
  padding: 11px 15px 0;
  border-right: 1px solid #672e7a;
}

#secondary  li.last a {
  border: none;
  padding-right: 40px;
}


/** sidebar */

#subnav-wrapper ul {
  list-style: none;
  line-height: 2.333em;
  font-weight: bold;
  margin-left: 0;
}

#subnav-wrapper li {
  background: transparent url(../images/subnav-bullet.gif) no-repeat 0 0.9em;
  border-bottom: 1px solid #c8c1ca;
  margin: 0;
  padding: 0 0 0 1em;
  list-style-position: outside;
}

#subnav-wrapper ul ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

#subnav-wrapper li li {
  background: transparent url(../images/subnav-bullet2.gif) no-repeat 0 0.9em;
  border: none;
}

#subnav-wrapper li.last {
  border: none;
}

/** Footer nav */
#menubar  {
  text-align: center;
  font-size: 12px;
}

#menubar  li {
  margin: 0;
  padding: 0;
  line-height: 15px;
}
#menubar a {
  line-height: 15px;
  padding: 0px 10px 0;
  border-right: 1px solid #bfb8c3;
}

#menubar  li.last a {
  border: none;
}


#footer li {
  margin: 0;
  padding: 0;
  line-height: 10px;
}
#footer a {
  line-height: 10px;
  padding: 0px 10px 0;
  border-right: 1px solid #611a79;
}

#footer  li.last a {
  border: none;
}


/**=================================
 * Header styles
 */


#header {
  background: transparent url(../images/bg-hd-sub.jpg) no-repeat 50% 0;
  border: 1px solid #fff;
  border-width: 1px 1px 0px;
  height: 319px;
  position: relative;
  z-index: 500;
  color: #fff;
}

body.home #header {
  background-image: url(../images/bg-hd.jpg);
  height: 449px;
}

#header .content {
  height: 140px;
  background: transparent url(../images/bg-hd.jpg) no-repeat 100% 100%;
}

#logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 120px;
}
#logo a, #logo a:visited {
  border: none; background-color: transparent;
  width: 300px;
  height: 120px;
  outline: none;
  display: block;
  text-indent: -3000px;
}

#contact_details {
  visibility: hidden;
}

#intro-wrapper {
  width: 626px;
  height: 287px;
  position: absolute;
  top: 161px;
  left: 0;
  background: transparent url(../images/animation-home.gif) no-repeat 0 0;
}

#intro {
  position: absolute;
  top: 185px;
  left: 35px;
  width: 565px;
  height: 134px;
  overflow: hidden;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6em;
}

#intro p {
  line-height: 1.8em;
}

#header .tile {
  position: absolute;
  bottom: 0;
  right: 0;
}

body.home #intro {
  top: 44px;
  left: 20px;
  width: 560px;
  height: 160px;
  background: transparent url(../images/black-trans.png) no-repeat 0 0;
  padding: 16px 23px 23px 23px;
}

#intro-readmore a {
  background: transparent url(../images/arrow-gt-lge.png) no-repeat right 0.45em;
  padding-right: 10px;
}

/* Slider */
#news {
  position: absolute;
  top: 205px;
  right: 21px;
  width: 254px;
  height: 170px;
  padding: 15px 28px 15px 28px;
}

#news h2 {
  letter-spacing: -1px;
  margin-bottom: .666em;
  line-height: 1.5em;
}

#slider {
  position: relative;
}

#slider-inside {

}

#slider a {
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

div.scrollable {
    position:relative;
    overflow:hidden;
  width: 100%;
  height: 90px;
  margin-bottom: .666em;
}

.scrollable ul.items {position:absolute; list-style: none; margin: 0; padding: 0; width:20000em;}
.scrollable .items li {float: left; width: 254px;}
.scrollable .items .event {background: url(../images/file.gif) no-repeat 0 3px; padding-left: 20px; padding-right: 20px; line-height: 1.4em; margin-bottom: 10px;}
a.nextPage {cursor: pointer; display: block; width: 14px; height: 40px; text-indent: -9999px; position: absolute; right: -28px; top: 20px; background: url(../images/carousel-right.gif) no-repeat 0 0;}
a.prevPage {cursor: pointer; display: block; width: 14px; height: 40px; text-indent: -9999px; position: absolute; left: -28px; top: 20px; background: url(../images/carousel-left.gif) no-repeat 0 0;}

/**=================================
 * Body styles
 */
#body {
  background-color: #fff;
  padding: 30px 0 10px 0;
  position: relative;
  z-index: 100;
}

#insights {

}

ul.profiles {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.profiles li {
  float: left;
  width: 170px;
  margin-right: 20px;
}

ul.profiles p a {
  color: #9843b8;
  font-weight: bold;
  background: url(../images/subnav-bullet.gif) no-repeat 0 0.4em;
  padding-left: 10px;
}

body.contact h2 {margin-bottom: 0.5em}

.location-list {
  margin: 0 0 2em 0;
  padding: 0;
  list-style: none;
}

.location-list li {
  padding-bottom: 0;
  border-bottom: 1px solid #e0d8e0;
  margin-bottom: 12px;
  padding-left: 0;
  margin-left: 0;
  list-style-position: outside;
}

.location-list li.last {

}

.location-list h3 {
  color: #3f3f3f;
  font-size: 14px;
  font-weight: bold;
}

.location-list .item-more {height: 80px;}

.location-list .address {
  float: left;
  width: 210px;
  padding-right: 15px;
}

.location-list .contact-info {
  float: left;
  width: 210px;
  padding-right: 15px;
}

.location-list .map {

}

/**
 *Overlay
 */
.overlay {
  padding: 10px;  
  width: 760px;
  /*height: 520px;*/
  display: none;
  background: #fff;  
}

.overlay div.close {
  background:url(../images/close.png) no-repeat;
  position:absolute;
  top:-15px;
  right:-15px;
  width:35px;
  height:35px;
  cursor:pointer;
}

.overlay a {
  height:288px;
  display:block;
}

/**
 * Contacts styles
 */
#contacts {
  font-size: 13px;
}

.profile {
  background: transparent url(../images/bg-profile.gif) no-repeat 100% 0;
  margin-bottom: 1em;
}

.profile img {
  float: left;
  display: inline;
  margin: 0 10px 0 0;
}

.profile div {
  margin-left: 130px;
  padding: 15px 15px 0;
}

.profile table {
  clear: none;
  margin: 1em 0;
}

.profile td{
  vertical-align: top;
}

.office {
  background: transparent url(../images/sidebar-sep.gif) no-repeat 50% 100%;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.office address img {
  float: left;
  margin: 5px 10px 5px 0;
}

.office address b {
  line-height: 1.66em;
}

.office.last {
  background-image: none;
}


/**=================================
 * Footer copyright styles
 */
#footer {
  padding: 20px 0 0;
  margin: 0 -10px 20px -10px;
  color: #7a7a7a;
  font-size: 12px;
  line-height: 1em;
  background: transparent url(../images/bg-footer.gif) no-repeat 0 0;
  height: 100px;
}

#footer .links {
  text-align: right;
  margin-bottom: 40px;
  padding: 0 50px;
}


#footer .copyright {
  color: #000;
  padding-left: 30px;
  font-size: 10px;
}

#footer-copyright a {
  text-decoration: none;
  border: 0;
}

