html, body {
  height: 100%;
  color: #4b453b;
  font-family: "Noticia Text", Baskerville, Palatino, "Times New Roman", serif;
  font-size: 14px; }

h1, h2, h3 {
  font-family: "Yanone Kaffeesatz", "Gill Sans", "Arial Narrow", sans-serif;
  font-weight: normal;
  color: #000;
  border-bottom: 3px solid #eee;
  margin-bottom: 0.7em; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 22px; }

a, a:visited, a:link, a:active {
  color: #000; }
  a:hover, a:visited:hover, a:link:hover, a:active:hover {
    color: #4b453b; }
  a.noDec, a:visited.noDec, a:link.noDec, a:active.noDec {
    text-decoration: none; }

img.downloadIcon {
  height: 1.2em;
  width: auto;
  position: relative;
  left: 5px;
  top: -3px;
  margin-right: 6px; }

#main {
  width: 100%;
  height: 100%;
  text-align: center;
  min-width: 850px;
  overflow: hidden; }

#name, #menu, #pageContent {
  position: relative;
  width: 50%;
  height: 100%;
  float: left; }

#pageContent {
  border-left: 3px solid #4b453b;
  padding: 0px 15px;
  text-align: left;
  overflow-y: scroll;
  overflow-x: hidden; }

#name {
  overflow: hidden;
  text-align: center; }
  #name img#nameBg {
    width: 1300px;
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    opacity: 0.4; }
  #name #picAndName {
    margin: 0px auto;
    z-index: 1;
    font-family: "Yanone Kaffeesatz", "Gill Sans", "Arial Narrow", sans-serif;
    font-size: 20px; }
    #name #picAndName img {
      width: 120px;
      height: 120px; }
    #name #picAndName p {
      font-size: 22px;
      margin-top: 10px; }
    #name #picAndName .quickLinks {
      margin-top: -36px; }
      #name #picAndName .quickLinks span {
        font-size: 42px;
        position: relative;
        top: 5px;
        left: 1px;
        margin: 0px 3px;
        color: #000; }
      #name #picAndName .quickLinks img {
        width: 21px;
        height: 21px;
        position: relative;
        top: -3px; }
      #name #picAndName .quickLinks img.linkedin {
        width: 19.88px;
        height: 19.88px;
        top: -2px; }
  #name #copyright {
    color: #666;
    font-family: "Yanone Kaffeesatz", "Gill Sans", "Arial Narrow", sans-serif;
    position: absolute;
    bottom: 10px; }

#menu {
  border-left: 3px solid #4b453b;
  font-family: "Yanone Kaffeesatz", "Gill Sans", "Arial Narrow", sans-serif;
  font-size: 17.6px;
  font-weight: normal; }

#menu table {
  border-collapse: collapse;
  width: 100%;
  height: 100%; }
  #menu table td {
    padding: 0px;
    margin: 0px;
    border-bottom: 3px solid #4b453b;
    vertical-align: middle; }
    #menu table td a {
      text-align: center;
      display: block;
      padding: 0px;
      width: 100%;
      height: 100%;
      text-decoration: none;
      position: relative;
      overflow: hidden; }
      #menu table td a.selected img.menuImg, #menu table td a:hover img.menuImg {
        opacity: 1.0; }
      #menu table td a.selected div.menuText, #menu table td a:hover div.menuText {
        background-color: #000; }
      #menu table td a img.menuImg {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: -1;
        opacity: 0.4; }
      #menu table td a div.menuText {
        position: absolute;
        left: 0px;
        z-index: 1;
        background-color: #4b453b;
        padding: 6px 8px;
        color: #fff; }

div.page {
  display: none;
  position: absolute;
  top: -1000px;
  left: -1000px; }

#pageContent img.border {
  border: 1px solid #ccc; }
#pageContent .sec {
  float: none;
  clear: both;
  margin-bottom: 15px; }
  #pageContent .sec > img, #pageContent .sec > a > img {
    float: left;
    width: 70px;
    margin-top: 3px; }
    #pageContent .sec > img.big, #pageContent .sec > a > img.big {
      width: 140px; }
  #pageContent .sec div.secRight {
    float: left;
    margin-top: 0px;
    margin-left: 10px; }
    #pageContent .sec div.secRight p:first-child {
      margin-top: 0px; }
    #pageContent .sec div.secRight p:last-child {
      margin-bottom: 0px; }

img.bigRight {
  width: 180px;
  margin-left: 10px;
  margin-bottom: 10px; }

#loader {
  z-index: 100;
  border: 3px solid #ccc;
  width: 150px;
  height: 150px;
  background-color: #fff; }
  #loader img {
    width: 100px;
    height: 100px; }

#gallery {
  width: 100%;
  text-align: center; }
  #gallery .photo {
    width: 94%;
    max-width: 400px;
    padding: 3px;
    border: 1px solid #ccc;
    margin: 20px auto; }
    #gallery .photo img {
      width: 100%; }
  #gallery .photoSep {
    height: 1px;
    font-size: 1px;
    border-bottom: 3px solid #eee;
    width: 94%; }

/*# sourceMappingURL=jldc.css.map */
