/* Start of CMSMS style sheet 'main' */
/* main style sheet for all templates */

/* Browser reset CSS */

.clear {
  clear: both;
}

.hidden {
  display: none;
}

html {
    overflow: -moz-scrollbars-vertical;
    overflow-x: auto;
}

body {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
img {
    padding: 0;
    margin: 0;
    border-style: none;
}

ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

fieldset {
  margin: 0;
  padding: 0;
}

/* End of browser reset CSS */

/* Defualt content settings */

p {
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  color: #FFF;
  margin: 0 0 15px 10px;
  padding: 0;
  width: 570px;
}

h2 {
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  color: #09C;
  margin: 0;
}

h3 {
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  color: #09C;
  margin: 0 0 10px 10px;
}

.highlight {
  color: #09C;
}

.pdf {
  background: url('/images/pdf_icon.png') top left no-repeat;
  padding: 3px 0 0 25px;
  margin: 0 0 0 -25px;
  text-decoration: none;
}


ul {
  padding: 0;
  margin: 0 0 15px 10px;
  list-style-type: none;
  width: 570px;
}
    
ul li {
  background: url('/images/list_bullet.png') top left no-repeat;
  padding: 0px 0 0 16px;
  margin: 0 0 3px -15px;
}

/* End of defualt content settings */



#pagewrapper {
  background: #003 url('/images/globe_bg.png') top right no-repeat;
  padding: 0;
  width: 768px;
  margin: -1px auto 0 auto;
  border-top: 1px solid #09C;
}

#pagewrapper.inner {
  background: #003 url('/images/globe_bg_inner.png') bottom right no-repeat;
}

#header {
  background: #09C;
  height: 33px;
  width: 768px;
  float: left;
}

  #header .MemberLogIn {
    float: left;
    padding-left: 10px;
  }
  
  #header .MemberLogIn form {
    padding-top: 6px;
  }
  
  #header .MemberLogIn .MemberLogInLabel {
    position: relative;
    margin-bottom: -3px;
    font-family: arial;
    font-size: 11px;
    color: #003;
    text-transform: uppercase;
  }
  
  #header .MemberLogIn #memberLogInInput {
    position: relative;
    margin: 0 0 -1px 0;
    background: #003;
    color: #FFF;
  }
  
  #header .MemberLogIn input.memberLogInButton {
    position: relative;
    margin-bottom: -4px;
  }
  
  #header .MemberLogIn .memberLogInLink {
    position: relative;
    margin-bottom: -4px;
    padding: 0 0 0 10px;
    font-family: arial;
    font-size: 11px;
    color: #003;
  }


  #header .keywordSearch {
    float: right;
    padding-right: 10px;
  }
  
  #header .keywordSearch form {
    padding-top: 6px;
  }
  
  #header .keywordSearch .keywordSearchLabel {
    position: relative;
    margin-bottom: -3px;
    font-family: arial;
    font-size: 11px;
    color: #FFF;
  }
  
  #header .keywordSearch #m2searchinput {
    position: relative;
    margin: 0 0 -1px 0;
  }
  
  #header .keywordSearch input.searchButton {
    position: relative;
    margin-bottom: -4px;
  }

#menu {
  background: #003;
  height: 24px;
  border-bottom: 1px solid #FFF;
  padding: 10px 0 0 15px;
  margin: 0;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  width: 753px;
  float: left;
}

#menu ul {
  display: block;
  padding: 0;
  margin: 0;
  width: auto;
}

#menu ul li {
  padding: 0 5px 0 0;
  margin: 0;
  display: inline;
  float: left;
  background: none;
  width: auto;
}

  #menu .separator {
    padding: 0 3px 0 5px;
    margin: 0;
    display: inline;
    float: left;
    color: #09C;
    font-family: arial;
    font-weight: bold;
    font-size: 11px;
  }


  #menu ul li.currentpage a, #menu ul li.activeparent a {
    color: #FFF;
    display: inline;
    float:left; 
    text-decoration: none;
    border-bottom: 1px solid #FFF;
    margin: 0 3px 0 0;
    padding: 0 2px 1px 2px;
  }

  #menu ul li a {
    color: #09C;
    display: inline;
    float:left; 
    text-decoration: none;
    margin: 0 3px 0 0;
    padding: 0 2px 1px 2px;
  }

  #menu ul li.currentpage a:hover {
    border-bottom: 1px solid #FFF;
  }
  
  #menu ul li a:hover {
    border-bottom: 1px solid #09C;
  }
  
  
#logo-header {
  width: 768px;
  float: left;
  padding: 0;
  margin: 0 0 20px 0;
  background: none;
}

  #logo-header-left {
    width: 196px;
    float: left;
    display: block;
    text-align: right;
    padding: 24px 0 0 0;
    height: 77px;
    margin: 0;
  }
  
   #logo-header-right {
    width: 548px;
    float: right;
    display: block;
    text-align: right;
    padding: 18px 0 0 0;
    height: 83px;
    margin: 0;
  }
  
#strapline {
  font-family: arial;
  font-size: 17px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  width: 768px;
  float: left;
  display: block;
  margin: -9px 0 14px 0;
  padding: 0;
}

  #strapline .lo-light {
    color: #6BB7E1;
  }
  
#imagestrip {
  border-top: 8px solid #003;
  border-bottom: 8px solid #003;
  float: left;
  margin: 0;
  padding: 0;
}

#content {
  color: #FFF;
  font-family: arial;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

  #content .content-top {
    background: url('/images/border_top.png') top no-repeat;
    height: 8px;
    width: 753px;
    display: block;
    float: left;
    padding: 0 7px 0 7px;
    margin: 10px 0 0 0;
  }
  
  #content .content-bottom {
    background: url('/images/border_bottom.png') top no-repeat;
    height: 8px;
    width: 753px;
    display: block;
    float: left;
    padding: 0 7px 0 7px;
    margin: 0 0 10px 0;
  }
  
  
    .lozenge  {
      position: relative;
      width: 291px;
      display: block;
      float: left;
      margin: -18px 0 0 -27px;
      padding: 0 0 20px 0;
    }
  
  .lozenge .header-info-header {
    background: url('/images/header_info_header.png') top left no-repeat;
    height: 7px;
    width: 291px;
    display: block;
    float: left;
    padding: 0;
    margin: 0;
  }
  
  .lozenge .header-info-body {
    background: url('/images/header_info_body.png') top left repeat-y;
    min-height: 38px;
    width: 291px;
    display: block;
    float: left;
    padding: 1px 0 0 0;
    margin: 0 0 -1px 0;
    color: #000;
  }
    
    .lozenge .header-info-body .header-info-body-left {
      padding: 0 0 0 10px;
      margin: 0;
      float: left;
      display: inline;
      width: 79px;

    }
    
    .lozenge .header-info-body .header-info-body-right {
      padding: 0;
      margin: 0;
      float: left;
      display: inline;
      width: 198px;
    }
    
    .lozenge .header-info-body .header-info-body-lower {
      padding: 1px 0 0 10px;
      margin: 0;
      float: left;
      display: inline;
      width: 281px;
      text-transform: capitalize;
      font-weight: bold;
      color: #003;
      text-align: left;
    }
  
  .lozenge .header-info-footer {
    background: url('/images/header_info_footer.png') top left no-repeat;
    height: 7px;
    width: 291px;
    display: block;
    float: left;
    padding: 0;
    margin: 0;
  }

.main {
  margin: 0 9px 0 9px;
  width: 698px;
  display: block;
  float: left;
  padding: 20px 25px;
  border-left: 1px solid #006EA1;
  border-right: 1px solid #006EA1;
}

#content a, #content a:visited {
  color: #09C;
}

#content a:hover {
  color: #FFF;
}


.mainwithheader {
  margin: 0 9px 0 9px;
  width: 713px;
  display: block;
  float: left;
  padding: 10px 10px 1px 25px;
  border-left: 1px solid #006EA1;
  border-right: 1px solid #006EA1;
}

#membersPage {

}

#membersPage h3 {
      font-family: Arial;
      font-size: 12px;
      font-weight: bold;
      color: #FFF;
}
  
  #membersPage .membersLeftCol{
      float: left;
      display: inline;
      width: 700px;
      margin: -20px 0 0 -14px;
      padding: 0;
  }

      #membersPage .countryCol {
          float: left;
          display: inline;
          width: 19%;
          margin: 0 2px 0 0;
          padding: 0;
      }
      
      #membersPage #colA {
        width: 16% !important;
      }
      #membersPage #colB {
        width: 22% !important;
      }

        #membersPage .countryCol h3 {
            margin: 0;
            padding: 0;
        }
        
        #membersPage .countryCol h3.na {
            margin: -13px 0 0 23px;
            padding: 0;
        }
        
        #membersPage .countryCol img.topFlag {
            margin: 1px auto auto 0px;
            padding: 0;
            position: relative;
        }
      
      
      #membersPage .countryCol ul.membersList {
          list-style-type: none;
          padding: 10px 0;
          margin: 0;
          width: auto;
      }
      
        #membersPage .countryCol ul.membersList li {
            padding: 4px 5px 4px 0;
            width: auto;
            margin: 0 0 0 0;
            background: none;
        }
        
        
        #membersPage .countryCol ul.membersList li .smallFlag {
            display: block;
            width: 140px;
            height: auto;
        }
        

.smallFlag {
    text-decoration: none;
    position: relative;
    /*border: 1px solid #FFF;*/
}

.flagSpacer {
  float: left;
  display: inline;
  width: 23px;
  height: auto;
}

.anchor, .anchor:hover {
  float: left;
  width: 100%;
  height: 0px;
  text-decoration: none;
  pointer: default;
}



span.tooltip {
    visibility: hidden;
    display: block;
    position: absolute;
    top:0;
    left:0;
    background: none;
    color: #333;
    font-size: 10px;
    width:170px;
    margin-top: 10px;
    margin-left: 14px;
}

span.tooltip .top {
  float: left;
  background: url(/images/tooltip-top.png) left top no-repeat;
  height: auto;
  padding: 20px 15px 0 20px;
  width: 165px;
}


span.tooltip .bottom {
  float: left;
  background: url('/images/tooltip-bottom.png') left bottom no-repeat;
  height: 20px;
  width: 200px;
}


      #membersPage .countryCol .membersList .smallFlag {
        padding: 0;
        margin: 0;
        text-decoration: none;
        color: #09C;
      }
        
      #membersPage .countryCol .membersList .smallFlag:hover {
        color: #FFF;
      }
        
      #membersPage .countryCol .membersList .smallFlag a {
        padding: 0;
        margin: 0;
        text-decoration: none;
        color: #09C;
      }
        
      #membersPage .countryCol .membersList .smallFlag a:hover {
        text-decoration: underline;
        color: #09C;
      }
        
      #membersPage .countryCol .membersList .smallFlag img {
        padding: 0;
        margin: 0 6px -1px 0;
        text-decoration: none;
      }
          
      #membersPage .countryCol .membersList .smallFlag p {
        padding: 0;
        margin: 0;
        text-decoration: none;
      }

  #membersPage .membersRightCol{
      float: right;
      display: inline;
      width: 260px;
      margin: -66px -14px -30px 0;
      height: 90px;
      padding: 0;
  }
  
    #membersPage .membersRightCol p {
        text-align: right;
        padding: 0;
        margin: 0;
        width: auto;
    }
    
    
    #membersPage .membersRightCol p.globeLink {
      padding-bottom: 15px;
    }
    
    #membersPage .membersRightCol p.globeLink img {
      margin-bottom: -12px;
      margin-left: 10px;
    }
    
    #membersPage .membersRightCol p.globeLink a {
      color: #fff;
    }
    
    #membersPage .membersRightCol p.clickForDetail {
        margin: 10px 0 0 0;
        text-decoration: underline;
    }
    

#intro {
  width: 320px;
  float: left;
  padding: 22px 224px 10px 224px;
  margin: 0;
  color: #FFF;
  font-family: arial;
  font-size: 12px;
  line-height: 1.1;
}

  #intro a, #intro a:visited {
    color: #09C;
  }
  
  #intro a:hover {
    color: #FFF;
  }
  
   #intro p {
    width: auto;
  }
  
#currentmembers {
  display: block;
  width: 768px;
}

  #currentmembers-left {
    float: left;
    display: inline;
    width: 47px;
    height: 47px;
    padding: 7px 0 7px 220px;
  }

  #currentmembers-right {
    float: left;
    display: inline;
    color: #FFF;
    font-family: arial;
    font-size: 12px;
    width: 250px;
    height: 40px;
    padding: 14px 240px 7px 10px;
  }
  
  #currentmembers-right a, #currentmembers-right a:visited {
    color: #09C;
  }
  
  #currentmembers-right a:hover {
    color: #FFF;
  }


#footer-strapline {
    width: 758px;
    text-align: right;
    padding: 0 10px 0 0;
    margin: 10px 0 0 0;
    color: #FFF;
    font-family: arial;
    font-size: 12px;
}

#footer {
  background: #09C;
  width: 758px;
  margin: 10px 0 0 0;
  padding: 7px 5px 5px 5px;
}

  #footer p {
  width: 590px;
  margin: 0;
  padding: 0 0 0 10px;
  font-family: arial;
  font-size: 9px;
  color: #FFF;
}

.mapWrapper {
  position: relative;
  width: 390px;
  height: 360px;
  margin: -60px 0 0 0;
  border: 0;
}

/* Attemp to control text spilling out of Google maps

  .mapWrapper span {
    position: static;
    margin: -15px 0 0 -160px;
    width: 100px;
    oveflow: hidden;
    border: 1px solid #800;
  }
  
  .mapWrapper span.gmnoprint {
    position: static;
    margin-left: 0;
    width: auto;
    oveflow: auto;
    border: none;
  }

*/
    
    #mapContainer {
      float: left;
      height: 418px;
      width: 743px;
      margin: 0px auto auto -22px;
      padding: 0;
      background: url('/images/world-map.gif') center center no-repeat;
      color: #000;
    }
    
    
    #asia {
      position: absolute;
      width: 9px;
      height: 9px;
      padding: 10px 0;
      margin-top: 160px;
      margin-left: 560px;
      background: url('/images/map-point.png') center center no-repeat;
    }
    
    #canada {
      position: absolute;
      width: 9px;
      height: 9px;
      padding: 10px 0;
      margin-top: 85px;
      margin-left: 120px;
      background: url('/images/map-point.png') center center no-repeat;
    }
    
    #europe {
      position: absolute;
      width: 9px;
      height: 9px;
      padding: 10px 0;
      margin-top: 125px;
      margin-left: 380px;
      background: url('/images/map-point.png') center center no-repeat;
    }
    
    #usa {
      position: absolute;
      width: 9px;
      height: 9px;
      padding: 10px 0;
      margin-top: 145px;
      margin-left: 135px;
      background: url('/images/map-point.png') center center no-repeat;
    }
    


span.tooltip2 {
    visibility: hidden;
    display: block;
    position: absolute;
    top:0;
    left:0;
    background: none;
    color: #333;
    font-size: 10px;
    width:170px;
    margin-top: 15px;
    margin-left: -18px;
}

span.tooltip2 .top {
  float: left;
  background: url('/images/tooltip-top.png') left top no-repeat;
  height: auto;
  padding: 20px 15px 0 20px;
  width: 165px;
  color: #333;
}

span.tooltip2 .bottom {
  float: left;
  background: url('/images/tooltip-bottom.png') left bottom no-repeat;
  height: 20px;
  width: 200px;
}

.tooltipheader {
  display: block;
  color: #fff;
  width: 133px;
  margin: 0 0 5px -10px;
  padding: 1px 10px;
  background: #003;
}

.spanClear {
  display: block;
  height: 4px;
}

span.tooltip2 .top a {
  color: #0099cc !important;
  text-decoration: none !important;
}

span.tooltip2 .top a:hover {
  color: #0099cc !important;
  text-decoration: underline !important;
}

#worldMapZone {
  float: left;
  width: 700px;
  height: 418px;
}

.memberItem {
  margin: 0 0 0 -21px;
  padding: 0;
  width: 650px;
}

  .memberItem .memberLeft {
    width: 330px;
    margin: 0;
    padding: 0;
    float: left;
    display: inline;
  }

  .memberItem .memberLeft img {
    padding-left: 9px;
  }
  
  .memberItem .memberLeft h3, .memberItem .memberLeft a {
    color: #FFF !important;
  }
  

    .memberItem .memberLeft p.address {
      
    } 
    
    .memberItem .memberLeft .colA {
      margin: 0 0 0 0;
      padding: 0 5px 0 0;
    }
    
      .memberItem .memberLeft .colA p {
        /*width: auto;*/
        margin: 0;
        padding: 0 0 15px 9px;
        
      }
    
    .memberItem .memberLeft .colB {
 
      margin: 15px 0 0 0;
      padding: 0 5px 0 0;
    }
    
      .memberItem .memberLeft .colB p {
        width: auto;
        margin: 0;
        padding: 0 0 15px 9px;
      }
  
  .memberItem .memberRight {
    width: 300px;
    float: right;
    display: inline;
    margin: 0 10px 0 0;
    padding: 0;
  }
  
.cyprusText {
  float: left;
  position: absolute;
  padding: 0px 0 0 0;
  margin: -100px 0 0 0;
  color: #09C !important;
  text-decoration: none !important;
}
  
.mainMenuLink {
  float: left;
  display: inline;
  margin: -10px 0 -25px -10px;
  padding: 0px 0 25px 0;
  width: 200px;
  color: #09C !important;
  text-decoration: none !important;
}

.mainMenuLink a, .mainMenuLink a:visited {
  color: #09C !important;
}

.mainMenuLink a:hover {
  color: #FFF !important;
}


#memberPublicationsMain {
  float: left;
  display: inline;
  width: 480px;
  color: #09C;
  padding: 0 0 0 10px;
  margin: 0 0 0 0px;
}

  #memberPublicationsMain a, #memberPublicationsMain a:visited {
    color: #09C;
  }
  
  #memberPublicationsMain a:hover {
    color: #FFF;
  }
  
  #memberPublicationsMain p {
    padding: 0;
    margin: 0 0 8px 0;
    width: 350px;
  }

#memberPublicationsRightCol {
  float: left;
  display: inline;
  width: 180px;
  padding: 0;
  margin: 0 0 0 5px;
}

  #memberPublicationsRightCol p {
    width: 170px;
    padding: 0 0 15px 0;
    margin: 0;
    font-size: 13px;
    color: FFF;
    font-weight: bold;
  }

  #memberPublicationsRightCol a, #memberPublicationsRightCol a:visited {
    color: #09C;
  }

 #memberPublicationsRightCol a:hover {
    color: #FFF;
  }
  

/* CMS Made Simple interface */

.mceContentBody, .mceContentBody p {
   color: #000;
   margin: 0;
   padding: 0;
  }
/* End of 'main' */

