/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 20, 2012 06:04:25 AM America/New_York */
/*@font-face {
    font-family: 'CamboRegular';
    src: url('../webfonts/Cambo-Regular-webfont.eot');
    src: url('../webfonts/Cambo-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/Cambo-Regular-webfont.woff') format('woff'), url('../webfonts/Cambo-Regular-webfont.ttf') format('truetype'), url('../webfonts/Cambo-Regular-webfont.svg#CamboRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('../webfonts/websymbols-regular-webfont.eot');
    src: url('../webfonts/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/websymbols-regular-webfont.woff') format('woff'), url('../webfonts/websymbols-regular-webfont.ttf') format('truetype'), url('../webfonts/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SixCapsRegular';
    src: url('../webfonts/SixCaps-webfont.eot');
    src: url('../webfonts/SixCaps-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/SixCaps-webfont.woff') format('woff'),
         url('../webfonts/SixCaps-webfont.ttf') format('truetype'),
         url('../webfonts/SixCaps-webfont.svg#SixCapsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'UpperEastSideRegular';
    src: url('../webfonts/UpperEastSide-webfont.eot');
    src: url('../webfonts/UpperEastSide-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/UpperEastSide-webfont.woff') format('woff'),
         url('../webfonts/UpperEastSide-webfont.ttf') format('truetype'),
         url('../webfonts/UpperEastSide-webfont.svg#UpperEastSideRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'RokkittRegular';
    src: url('../webfonts/Rokkitt-webfont.eot');
    src: url('../webfonts/Rokkitt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/Rokkitt-webfont.woff') format('woff'),
         url('../webfonts/Rokkitt-webfont.ttf') format('truetype'),
         url('../webfonts/Rokkitt-webfont.svg#RokkittRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*
@font-face {
    font-family: 'StudebakerRegular';
    src: url('../webfonts/Studebaker-webfont.eot');
    src: url('../webfonts/Studebaker-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/Studebaker-webfont.woff') format('woff'),
         url('../webfonts/Studebaker-webfont.ttf') format('truetype'),
         url('../webfonts/Studebaker-webfont.svg#StudebakerRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/
body {
    font-size: 18px;
    font-family: "RokkittRegular", sans-serif;
    /*font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans serif;*/
    /*font-family: 'Rokkitt', serif;*/
}
h1{
    color: #4a4740;
}
h2,
h3,
h4,
h5,
h6 {
    /*font-family: "Georgia","Times New Roman",serif;*/
    font-family: 'SixCapsRegular', sans-serif;
    font-family: "RokkittRegular", sans-serif;
    /*letter-spacing: 2px;*/
    /*font-family: 'StudebakerRegular';*/
    color: #679d8d;
}
p {
    margin: 0 0 17px;
    font-size: 16px;
    line-height: 20px;
    word-wrap: break-word;
}
em {
    font-style: italic;
}
a {
    color: #679d8d;
    text-decoration: none;
}
a:hover {
    color: #679d8d;
}
table {
    border-collapse: collapse;
    border: 1px solid #d4d4d4;
    border-spacing: 0;
    margin: 0 0 10px;
}
  table tr:nth-child(even) {
      background-color: #ededed
  }
  table tr.even,
  .content table th,
  .content thead td {
      background-color: #ededed
  }
  table td,
  .content table th {
      padding: 2px 5px;
      border: 1px solid #d4d4d4;
      vertical-align: top;
  }
  table th {
      text-align: left;
      font-weight: bold;
  }
p.intro {
    font-family: "RokkittRegular", sans-serif;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
    color: #222;
}
/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
    text-align: left
}
.typography .center {
    text-align: center
}
.typography .right {
    text-align: right
}
/* IMAGES 
-------------------------------------------- */
.typography img {
    border: none
}
.typography img.right {
    float: right;
    margin-left: 20px;
}
.typography img.left {
    float: left
}
.typography img.leftAlone {
    float: left;
    margin-right: 100%;
}
.typography img.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
}