/*----------------------------------------------------------------------------------------------------------------------------------*/
  *{
    margin: 0;
    padding: 0;
  }
  body{
    text-align: center;
    font: 14px Trebuchet MS, Trebuchet, Verdana, sans-serif;
    color: #ccc;
    background: #333 url(../images/body_top_bg.jpg) repeat-x;
    line-height: 80%;
  }
body2{
    text-align: center;
    font: 14px Trebuchet MS, Trebuchet, Verdana, sans-serif;
    color: #ccc;
    background: #333 url(../images/body_top_bg_green.jpg) repeat-x;
    line-height: 80%;
  }
  #container{
    margin: 0 auto;
    width: 720px;
    text-align: left;
  }
  
/*----------------------------------------------------------------------------------------------------------------------------------*/
  h1#pageLogo a{
    width: 300px;
    height: 120px;
    display: block;
    background: url(../images/ppp-group.jpg) no-repeat;

  }
  
/*----------------------------------------------------------------------------------------------------------------------------------*/
  ul#mainNav{
    padding-top: 40px;
  }
  ul#mainNav li.link{
    margin-right: 40px;
    padding-bottom: 10px;
    width: 200px;
    float: left;
    background: transparent url(../images/link_list_dot.gif) repeat-y;
    list-style: none;
  }
  ul#mainNav li.link a{
    padding-left: 10px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
  }
  ul#mainNav li.link a:hover{
    text-decoration: underline;
  }
  ul#mainNav li ul{
    margin-top: 20px;
    padding-left: 30px;
  }
  
/*----------------------------------------------------------------------------------------------------------------------------------*/
  #content{
    clear:both;
    padding-top: 10px;
  }
  #content a{
    color: #6cf;
    text-decoration: none;
  }
  #content a:hover{
    text-decoration: underline;
  }
  .section1, .section2, .section3{
    margin-right: 40px;
    width: 200px;
    float: left;
  }
  .section1 h2{
    background: transparent url(../images/title_bg1.jpg) no-repeat;

  } 
  .section2 h2{
    background: transparent url(../images/title_bg2.jpg) no-repeat;
  }
  .section3 h2{
    background: transparent url(../images/title_bg3.jpg) no-repeat;
  }
  .section1 h2, .section2 h2, .section3 h2{
    padding: 20px 10px;
    width: 180px;
    height: 60px;
    font-size: 24px;
    line-height: 90%;
  }
  h3{
    margin: 20px 0;
    font-size: 14px;
  }
  h1, h2, h3{
    color: #fff;
  }
  
/*----------------------------------------------------------------------------------------------------------------------------------*/
  #footer{
    padding-top: 40px;
    clear: both;
    width: 680px;
    color: #666;
    font-size: 9px;
  }
  #footer a{
    color: #999;
    text-decoration: none;
  }
  #footer a:hover{
    color: #ccc;
  }
  #footer ul{
    padding-bottom: 10px;
    padding-top: 2px;
    background: transparent url(../images/footer_dot.gif) repeat-x;
    list-style: none;
  }
  li.validate{
    padding-right: 10px;
    float: left;
  }
  li.copyright{
    float: right;
  }
  li.copyright a{
    padding-right: 18px;
    background: transparent url(../images/inhead_logo.gif) right center no-repeat;
  }