
/*
//
// Style sheet - About us
// ======================
//
// NB - tile sizes also set in javascript
// 
*/

  
DIV.AboutUsTileContainer {
  width:                                        200px;
  height:                                       200px}

DIV.AboutUsLayer1 {
  width:                                        200px;
  height:                                       200px;
  overflow:                                     hidden;
  background-image:                             url("../images/about-us/solid.jpg");
  background-position:                          left top;
  background-repeat:                            no-repeat;
  display:                                      none;
  z-index:                                      2}

DIV.AboutUsLayer2 {
  width:                                        200px;
  height:                                       200px;
  overflow:                                     hidden;
  z-index:                                      1}
  
P.AboutUsName {
  color:                                        #ffffff;
  text-align:                                   center;
  font-weight:                                  bold;
  font-size:                                    12pt;
  padding-top:                                  50px;
  padding-left:                                 10px;
  padding-right:                                10px;
  padding-bottom:                               0px}
  
P.AboutUsJobTitle {
  color:                                        #ffffff;
  text-align:                                   center;
  font-size:                                    12pt;
  padding-top:                                  10px;
  padding-left:                                 10px;
  padding-right:                                10px;
  padding-bottom:                               0px}
    
DIV.AboutUsEmail {
  clear:                                        both;
  float:                                        left;
  width:                                        40px;
  margin-top:                                   10px;
  margin-left:                                  80px}
  
IMG.AboutUsEmail {
  width:                                        40px;
  height:                                       41px}
  

/* ==================== END ==================== */
