*{margin:0;padding:0;}

img{border:none;}

BODY{
  text-align:center;


  background-color:#171614;
  font-family:arial;
  font-size:12px;
  line-height:19px;
  color:#333333;
}
/* tables */
TD{
  font-family:arial;
  font-size:12px;
}
TH{
  font-weight:bold;
  font-size:13px;
  background-color:#ffcb3b;
  padding:5px;
  text-align:left;
}
  .largeTable TH{
    font-weight:bold;
    font-size:10px;
    background-color:#ffcb3b;
    padding:5px;
    text-align:left;
  }
  .largeTable TD{
padding:2px;
    font-family:arial;
    font-size:10px;
  }

BR,P{
  margin-bottom:10px;
}
UL,OL,LI{margin-left:10px;}
HR{
  border:none;
  border-bottom:1px dashed #b5b6b7;
  height:1px;
  margin-top:10px !important;
  margin-bottom:10px !important;
  margin-top:5px;
  margin-bottom:5px;
}
/* Headings */
H1{
  font-family:Verdana;
  font-weight:normal;
  font-size:21px;
  color:#838383;
  margin-bottom:20px;
}
H2{
  font-family:Verdana;
  font-weight:normal;
  font-size:17px;
  margin-bottom:10px;
  color:#14495e;
}
  H2 a{
    text-decoration:none;
  }
H3{
  font-family:Verdana;
  font-weight:normal;
  font-size:15px;
  margin-bottom:10px;
  color:#14495e;
  border-bottom:1px solid #14495e;
}
/* Links */
A{
  color:#000000;
}
#printHeader{
  display:none;
}
#headerOuter{
  width:100%;
  background-image:url(/templates/themes/leadership/images/bg_header_outer.jpg);
  background-repeat:repeat-x;
  background-position:center top;
  background-color:#eeeff1;
}
#headerContainer{
  width:945px;
  height:202px;
  margin-left:auto;
  margin-right:auto;
  text-align:left;

  background-image:url(/templates/themes/leadership/images/bg_header.jpg);
  background-repeat:repeat-x;
}
#menuContainer{
  width:945px;
  height:51px;
  margin-left:auto;
  margin-right:auto;
  text-align:left;
}

#pageOuter{
  width:100%;
  background-image:url(/templates/themes/leadership/images/bg_body.jpg);
  background-repeat:repeat-x;
  background-position:center bottom;
  padding-bottom:20px;
  background-color:#eeeff1;
}

#bodyTopContainer{
  width:948px;
  margin-left:auto;
  margin-right:auto;
  text-align:left;
}
#bodyContainer{
  width:948px;
  margin-left:auto;
  margin-right:auto;
  text-align:left;
  background-image:url(/templates/themes/leadership/images/bg_content_mid.jpg);
  background-repeat:repeat-y;
}
  #leftCell{
    float:left;
    /*width:267px;*/
    width:262px;
    text-align:left;

  }
  #leftCellMid{
    width:227px !important;
    width:267px;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:2px;
    color:#838383;
  }
    #leftCellMid a{
      color:#838383;
      text-decoration:none;
    }
  #rightCell{
    float:left;
    /*width:681px;*/
    width:681px;
    overflow:hidden;

  }

  #rightCellInner{
    margin-left:10px;
    margin-right:10px;
    margin-bottom:1px;
    /*width:650px;*/
    color:#333333;

  }
    #homeWelcomeInner{
      padding-top:10px;
      padding-bottom:30px;
      padding-left:260px;
      padding-right:20px;
      /*
      height:135px !important;
      height:175px;
      */
      background-image:url(/templates/themes/leadership/images/bg_home_right.jpg);
      background-repeat:no-repeat;
    }
    #homeWelcomeInner H1{
      color:#808080;
      font-size:17px;
      line-height:24px;
      font-weight:normal;
    }
    #homecellServices{
      float:left;
      width:324px;
      height:228px;
      margin-left:10px;
      background-image:url(/templates/themes/leadership/images/bg_home_services.jpg);
      background-repeat:no-repeat;

      overflow:hidden;
    }
    #homecellContactUs{
      float:left;
      width:324px;
      height:228px;
      margin-left:10px;

      background-image:url(/templates/themes/leadership/images/bg_home_contact_us_v3.jpg);
      background-repeat:no-repeat;

      overflow:hidden;
    }
    .homecellInner{
      padding:20px;
      padding-top:15px;
      color:#ffffff;
      line-height:17px;
    }
    .homecellInner A{
      color:#ffffff;
    }

    .homecellInner H2{
      color:#ffffff;
      font-weight:normal;
    }
#footerContainer{
  background-image:url(/templates/themes/leadership/images/bg_content_bottom.gif);
  background-repeat:no-repeat;


  width:928px !important;
  height:86px !important;

  width:948px;
  height:126px;
  padding-top:40px;
  padding-right:20px;
  margin-left:auto;
  margin-right:auto;
  text-align:right;
  color:#696868;

}
  #footerContainer a{
    color:#8c8c8b;
    text-decoration:none;
  }
  #footerContainer a:hover{
    text-decoration:underline;
  }

.newsletterQuote TD{
  padding:10px;
  background-color:#e2e2e2;
  border:1px solid #a48383;
}

/* List CSS */
.listLeft{
  float:left;
  width:150px;

}
.listRight{
  float:left;
  width:400px;
  margin-left:10px;
}
.listNewLine{
  clear:both;
  height:1px;
  border-bottom:1px dashed #b5b6b7;
  margin-top:10px;
  margin-bottom:10px;
}
.clr{clear:both;}
.debug{border:1px solid #ff00ff;}
