/*selector starting with / are exclusive for IE 6 and IE 7 
ex:   /background: url("../images/dots-bg.png") no-repeat right 46px;  
*/

body {
  margin: 0px;
  padding: 0px;
  font-family: Helvetica, verdana, sans-serif;
  color: #363636;
  }
.layout {
	background: url("../images/dots-bg.png") no-repeat right 46px;
}
  
p {
  color: #363636;
  font-size: 12px;
  text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

img {
  border: none;
}

a {
  text-decoration: none;
  color: #363636;
}

/* Head Bar */

.head_bar {
  position: relative;
  width: 100%;
  height: 46px;
  background: url("../images/headbar-bg.png") repeat-x;
}

/* Wrapper */

.wrapper {
  position: relative;
  width: 996px;

  margin: 0px auto;
}

/* Head Bar */

.head_bar_content {
  position: relative;
  width: 996px;
  margin: 0px auto;
}

  .search_area {
    position: relative;
    float: right;
    margin: 5px 65px 0px 0px;
  }
  
    .search_area .search {
      background: url("../images/search-area.png") no-repeat;
      width: 209px;
      height: 24px;
    }
    
      .search_area .search .inputbox {
        border: 0 none;
          height: 18px;
          left: 5px;
          padding-left: 5px;
          position: absolute;
          top: 2px;
          width: 165px;
          font-size: 12px;
          background: #626263;
          color: #FFFFFF;
      }
    
      .search_area .search .button {
        background: url("../images/search-button.png") no-repeat;
        width: 23px;
        height: 23px;
        position: absolute;
          right: 6px;
          top: 0px;
      }


/* Header */

.header {
  position: relative;
  width: 100%;
  margin-bottom: 37px;
}

  .header .logo_area {
    position: relative;
	z-index: 2;
  }
  
    .logo_area a {
      position: relative;
      float: left;
    }
  
    .logo_area img {
      margin-top: 25px;
      display: block;
    }
    
    .menu_area {
      position: relative;
      float: right;
      margin-top: 85px;
     /margin-top: 75px;
      width: 646px;
      /width: 60%;
	  z-index:99;


    }
    
      .menu_left_edge {
        position: absolute;
        left: 0px;
        top: 0px;
        background: url("../images/menu-edge-left.png") no-repeat;
        width: 8px;
        /width: 2px;

        height: 31px;
        z-index: 1000;

      }
      
      .menu_right_edge {
        position: absolute;
        right: 0px;
        top: 0px;
        background: url("../images/menu-edge-right.png") no-repeat;
        width: 8px;
        /width: 2px;

        height: 31px;
        z-index: 1000;

      }
      
      .menu_area .menu {
        position: relative;
        margin: 0px;
        padding: 0px;
        list-style: none;
        border-top: 2px solid #FFFFFF;
        border-bottom: 4px solid #FFFFFF;
        height: 26px;
      }
      
        .menu_area .menu li {
          width:128px;
          float: left;
          border-left: 1px solid #9d9da0;
          text-align: center;
          font-size: 11px;
          text-transform: uppercase;
          color: #FFFFFF;
        }
        
          .menu_area .menu li:first-child {
            border:none;
          }

            .menu_area .menu li a {
                display: block;
                color: #FFFFFF;
                font-size: 11px;
                text-transform: uppercase;
                padding: 6px 0px;
                height: 14px;
                background: url("../images/menu-bg.png") repeat-x;
              }
              
              .menu_area .menu li a:hover , .menu_area .menu li.current a {
                background: url("../images/menu-hover-bg.png") repeat-x;
              }
              
/********************* Drop Down Menu ***/
        .menu_area .menu li.parent ul {
		  position: absolute;
          left: 2px;
          top: 26px;
          margin: 0px;
          padding: 0px;
          list-style: none;
          display: none; 
        }
        
          .menu_area .menu li.parent ul li {
            border: 0px !important;
            float: none;
          }
		         
            .menu_area .menu li.parent ul li a {
              padding: 6px;
              height: auto;
              background: #5a5c79;
              border-bottom: 1px solid #b1b1b1;
            }
            
            .menu_area .menu li.parent ul li:first-child a {
              border-top: 1px solid #FFF;
            }
    
/* Slogan Area */
          
  .slogan_area {
	z-index:1;
    position: relative;
    width: 100%;
    height: 24px;
    background: url("../images/slogan-bg.png") repeat-x;
    border-bottom: 3px solid #FFFFFF;	
  }
  
    .slogan_edge {
      position: absolute;
      left: -3px;
      top: -3px;
      border-left: 1px solid #FFFFFF;
      width: 5px;
      height: 24px;
      background: url("../images/slogan-edge.png") no-repeat;
	  z-index:1;
    }
    
    .slogan_area p {
      text-align: center;
      color: #FFFFFF;
      font-weight: bold;
      font-size: 14px;
      margin: 0px;
      line-height: 24px;
    }

/* Banners */

.banner_area {
  position: relative;
  width: 100%;
  height: 251px;
  margin-bottom: 7px;
  z-index:1;
}

/* Sections Menu */

.intro_sectionsmenu_area {
  position: relative;
  width: 100%;
}

  .intro_sectionsmenu_area .menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
  }
  
    .intro_sectionsmenu_area .menu li {
      position: relative;
      float: left;
      margin-left: 2px;
      /margin-left: 3px;

      background: url("../images/sectionmenu-bg.png") repeat-x;
      width: 244px;
      /width: 144px;

      height: 71px;
    }
      
      .intro_sectionsmenu_area .section-4 {
        background: none !important;
      }
      
      .intro_sectionsmenu_area .menu li:first-child {
        margin: 0;
      }
      
        .intro_sectionsmenu_area .menu li a {
          display: block;
          width: 100%;
          height: 71px;
        }
      
        .intro_sectionsmenu_area .section-1 a {
          background: url("../images/formations-button.png") no-repeat center;
        }
        
        .intro_sectionsmenu_area .section-2 a {
          background: url("../images/services-button.png") no-repeat center;
        }
        
        .intro_sectionsmenu_area .section-3 a {
          background: url("../images/management-button.png") no-repeat center;
        }
        
        .intro_sectionsmenu_area .section-4 a {
          background: url("../images/club-button.png") no-repeat right;
        }
      
          .intro_sectionsmenu_area .menu li a span{
            display: none;
          }


      
/* Content */

.content {
  position: relative;
  width: 100%;
}

  .component {
    position: relative;
    float: left;
    width: 746px;
    padding-bottom: 40px;
  }

/* Home Page */

.home_box_left {
  position: relative;
  float: left;
  width: 460px;
  height: 325px;
  border-bottom: 1px solid #898989;
}

  .home_box_left .moduletable h3 {
    background: url("../images/newsflash-title-bg.png") no-repeat;
    margin: 0px;
    height: 27px;
    font-size: 16px;
    color: #FFFFFF;
    padding-left: 15px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 27px;
    margin-bottom: 5px;
  }
  
  .home_box_left  .newsflash {
    background: url("../images/newsflash-bg.png") repeat-x;
    padding-right: 15px;
  }
  
    .home_box_left .newsflash p {
      margin: 0px;
      margin-bottom: 7px;
      font-size: 12px;
      text-align: justify;
    }
    
    .MsoNormal img {
      margin-right: 15px;
      border-right: 5px solid #FFFFFF; 
    }
    
      #contentid-23 {
        padding-top: 0px;
        padding-left: 0px;
      }
    
    .home_box_left a.readmore {
      display: block;
      font-size: 12px;
      color: #FFFFFF;
      width: 80px;
      height: 21px;
      line-height: 21px;
      text-align: center;
      background: url("../images/readmore-bg.png") no-repeat;
    }

.home_box_right {
  position: relative;
  float: right;
  width: 277px;
  height: 325px;
  border-bottom: 1px solid #898989;
}

  .home_box_right .moduletable {
    padding-bottom: 3px;
    margin-bottom: 5px;
    border-bottom: 1px solid #898989;
  }
  
    .home_box_right .moduletable_custom {
      border-bottom: 0px;
      padding-bottom: 0px;
      margin-bottom: 0px;
    }

  .home_box_right .moduletable h3 {
    background: url("../images/activities-title-bg.png") no-repeat;
    margin: 0px;
    height: 27px;
    font-size: 13px;
    color: #FFFFFF;
    padding-left: 15px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 27px;
    margin-bottom: 5px;
  }

  .home_box_right .moduletable ul {
    padding: 0;
    list-style: none;
    margin: 1px 0px;
  }
  
    .home_box_right .moduletable ul li {
      margin-bottom: 4px;
      display: block;
      background: url("../images/activities-item-bg.png") no-repeat;
      height: 25px;
      border: 1px solid #a9aaaf;
      line-height: 25px;
      font-size: 14px;
      color: #363e68;
      padding-left: 45px;
    }
    
      .home_box_right .moduletable ul li a {
        display: block;
        color: #363e68;
      }
      
  .home_box_right .moduletable_nl {
    background: #e5e5e6;
    height: 43px;
    padding: 10px 0px;
    text-align: center;
    position: relative;
  }
  
    .home_box_right .moduletable_nl h3 {
      margin: 0px;
      font-size: 10px;
      text-transform: uppercase;
      color: #29325f;
      font-weight: normal;
      text-align: center;
    }
    
    .home_box_right .moduletable_nl .acymailing_module {
      position: relative;
      width: 209px;
      height: 24px;
      margin: 2px auto !important;
      background: url("../images/newsletter-bg.png") no-repeat;
    }
    
      .acymailing_module_form p {
        margin: 0px;
      }
    
      .home_box_right .moduletable_nl .acymailing_module input[type="text"] {
        color: #29325F;
          float: left;
          font-size: 10px;
          height: 18px;
          margin: 3px 0px 0px 9px;
          position: relative;
          width: 167px;
          border: none;
      }
      
      .home_box_right .moduletable_nl .acymailing_module input.button {
        position: absolute;
        right: 1px;
        top: 0px;
        border: none;
        background: url("../images/submit.png") no-repeat;
        width: 30px;
        height: 24px;
        margin: 0px;
        padding: 0px;
      }
      
        .home_box_right .moduletable_nl .acymailing_module input.button:hover {
          cursor: pointer;
        }

.home_box_bottom {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 25px;
}

  .home_slider_area h2 {
    background: url("../images/contentheading-bg.png") repeat-x;
    height: 27px;
    color: #FFFFFF;
    padding-left: 15px;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0px;
    line-height: 27px;
  }

  .home_slider {
    position: relative;
    height: 130px;
    background: url("../images/home-bottom-module-bg.png") repeat-x #ededed;
    padding: 15px 5px;
    margin: 10px auto;
  }
  
  .home_slider .slider_left_arrow {
    position: relative;
    float: left;
    width: 25px;
    height: 125px;
    background: url("../images/slider-left-arrow.png") no-repeat center center;
    margin-right: 5px;
    cursor: pointer;
  }

  .home_box_bottom .slider_box {
    position: relative;
    float: left;
    width: 675px;
    height: 125px;
    overflow: hidden;
    margin: 0px auto;
  } 
  
    .slider_box ul {
      position: relative;
      width: 2000px !important;
      margin: 0px;
      padding: 0px;
      list-style: none;
      position: relative;
      width: 
    }
    
      .slider_box ul li {
        position: relative;
        float: left;
        width: 213px;
        height: 123px;
        margin-right: 15px;
      }

  .home_slider .slider_right_arrow {
    position: relative;
    float: left;
    width: 25px;
    height: 125px;
    background: url("../images/slider-right-arrow.png") no-repeat center center;
    margin-left: 5px;
    cursor: pointer;
  }

  .home_box_bottom .custom {
    background: url("../images/home-bottom-module-bg.png") repeat-x #ededed;
    padding: 5px 10px;
    text-align: justify;
  }

  .home_box_bottom .moduletable h3 {
    background: url("../images/contentheading-bg.png") no-repeat;
    margin: 0px;
    height: 27px;
    font-size: 16px;
    color: #FFFFFF;
    padding-left: 15px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 27px;
    margin-bottom: 5px;
  }
  
/* Search Result Page */

.component .search {
      font-size: 12px;
    }
    
    .search-results {
      padding: 10px 15px;
    }
    
    .component .search a {
      color: #363E68;
    }
    
      .component .search form {
        margin-top: 10px;
      }


/* Members Login */  
    
.login_menu {
  position: relative;
  margin-bottom: 10px;
}

  .login_menu .moduletable h3, .contact h3.contact-title {
      background: url("../images/contentheading-bg.png") no-repeat;
      color: #FFFFFF;
        font-size: 16px;
        height: 27px;
        line-height: 27px;
        margin: 0;
        padding-left: 15px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

  .login_menu .moduletable ul.menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
  }
  
    .login_menu ul.menu li {
      float: left;
      font-size: 12px;
      border-left: 1px solid #F0F1F2;
    }
    
      .login_menu ul.menu li:first-child {
        border: 0px;
      }
    
      .login_menu ul.menu li a {
        color: #FFFFFF;
        background: url("../images/login-menu-bg.png") repeat-x;
        display: block;
        padding: 4px 15px;
      }
      
      .login_menu ul.menu li a:hover, .login_menu ul.menu li.current a {
        background: url("../images/login-menu-hover-bg.png") repeat-x;
        color: #363636;
      }

.login {
  position: relative;
  color: #363636;
}

  form fieldset {
    position: relative;
    border: 0px;
  }
  
    .login fieldset .login-fields {
      margin-bottom: 15px;
    }
  
      .login fieldset .login-fields label {
        position: relative;
        display: block;
        margin-bottom: 5px;
      } 
      
      .login fieldset .login-fields input {
        border: 0px;
        background: url("../images/login-fields.png") no-repeat;
        width: 220px;
        height: 18px;
        padding: 5px 10px;
        font-size: 12px;
      }

        .login fieldset button.button, .logout button.button, button.validate {
          background: url("../images/login-button-bg.png") no-repeat;
          color: #FFFFFF;
          border: 0px;
          width: 95px;
          height: 21px;
          cursor: pointer;
          font-size: 11px;
        }

.reset {
  position: relative;
  color: #363636;
}    

  .reset fieldset {
    border: 0px;
    padding: 0px;
    margin: 0px;
  }
  
    .reset fieldset dl {
      margin: 0px 0px 15px 0px;
    }

      .reset fieldset dl dd {
        margin: 5px 0px 0px 0px;
      }
      
        .reset fieldset dl dd input {
          border: 0px;
          background: url("../images/login-fields.png") no-repeat;
          width: 220px;
          height: 18px;
          padding: 5px 10px;
          font-size: 12px;
        }
        
        .reset button {
          background: url("../images/login-button-bg.png") no-repeat;
          color: #FFFFFF;
          border: 0px;
          width: 95px;
          height: 21px;
          cursor: pointer;
          font-size: 11px;
        }


form#member-profile dt {
  margin: 5px 0px;
}

/* Contact Us */

div.contact {
  font-size: 12px;
}

address {
  font-size: 16px;
}

div.contact-address {
  background: url("../images/content-bg.png") repeat-x;
  padding: 10px 15px; 
  margin-top: 10px;
}

div.contact-form, .contact-contactinfo {
  padding: 10px 15px;
}

.contact-email label {
  display: block;
  margin-top: 10px;
}

  .contact-email div {
    position: relative;
    margin: 10px 0px;
  }

/* Articles */


.component .item-page .contenttitle h2, .contact h2, .component .search h1 {
    background: url("../images/contentheading-bg.png") repeat-x;
    height: 27px;
    color: #FFFFFF;
    padding-left: 15px;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0px;
    line-height: 27px;
  }
  
  .contenttext {
    margin-top: 5px;
  }
  
    .component .contenttext, .component .search form {
      background: url("../images/content-bg.png") repeat-x;
      text-align: justify;
      padding: 10px 15px;
    }

.right {
  position: relative;
  float: right;
  width: 240px;
  background: #ededed;
}

  .right .moduletable {
    position: relative;
    margin-bottom: 20px
  }

    .right .moduletable h3 {
      background: url("../images/right-module-title-bg.png") no-repeat;
      margin: 0px;
      height: 27px;
      font-size: 12px;
      color: #FFFFFF;
      text-transform: uppercase;
      font-weight: normal;
      line-height: 27px;
      margin-bottom: 5px;
      text-align: center;
    }
  
    .right .moduletable ul {
      margin: 5px 0px;
      padding: 0px;
      list-style: none;
    }
    
      .right .moduletable ul li {
        margin-bottom: 4px;
        display: block;
        background: url("../images/module-item-bg.png") repeat-x;
        height: 25px;
        border: 1px solid #a9aaaf;
        line-height: 25px;
        font-size: 14px;
        color: #363e68;
        padding-left: 25px;
      }
      
        .right .moduletable ul li a {
          display: block;
          color: #363e68;
        }

/* Footer */

.footer {
  position: relative;
  background: url("../images/footer-bg.png") repeat;
  }

  .footer_sitemap {
    position: relative;
    width: 996px;

    margin: 0px auto;
    padding: 10px 0px;
  }
  
    .footer_sitemap .moduletable {
      position: relative;
      float: left;
      border-left: 1px solid #FFFFFF;
      margin-right: 6px;
      padding: 0px 15px;
      height: 133px;

    }
    
      .footer_sitemap .moduletable:first-child {
        border: 0px;
        padding-left: 0px;
      }
    
      .footer_sitemap h3 {
        color: #FFFFFF;
        margin: 0px;
        font-size: 16px;
        text-transform: uppercase;
      }
    
      .footer_sitemap .moduletable ul.menu {
        margin: 0px;
        padding: 0px;
        list-style: none;
        text-transform: capitalize;
        font-size: 13px;
      }
      
        .footer_sitemap .moduletable a {
          color: #FFFFFF;
        }
        
          .footer_sitemap .moduletable a:hover {
            text-decoration: underline;
          }

/* CLEARFIX */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0px;
  height: 0px;
}


html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

/* a outlines */

a {outline:none; text-decoration:none;}
:focus{outline:none;}
*>.selector {outline:none;}


