
/* -------- Page body -------- */

body {
  margin: 0px;
  padding: 0px;
  background-color: #E4DACC;
}

@media (min-width: 621px)
{

  /* -------- Page content wrapper -------- */

  .frame_Wrap {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    background-color: #FFFFFF;
    font: 11pt Verdena,Arial,sans; 
    color: #333333;
  }

  .frame_WrapHidden {
    display: none;
  }

  /* -------- Page header: -------- */
  
  .frame_HeaderWrap {
    display: block;
    width: 100%;
  }
  
  .frame_Header {
    display: block;
    position: relative;
    width: 100%;
    height: 80px;
  }

  .frame_MenuToggle {
    display: none;
  }
  
  .frame_Banner {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 234px;
    height: 80px;
  }

  .frame_HeaderLogo {
    position: absolute;
    top: 17px;
    left: 17px;
    width: 46px;
    height: 46px;
  }

  .frame_HeaderTitle {
    position: absolute;
    top: 8px;
    left: 80px;
    right: 12px;
    height: 32px;
    font-size: 28px;
    line-height: 32px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-shadow: 0px 1px 2px #FFFFFF;
  }

  .frame_HeaderSubtitle {
    position: absolute;
    top: 44px;
    left: 80px;
    right: 12px;
    height: 32px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-shadow: 0px 1px 2px #FFFFFF;
  }

  /* -------- Search bar: -------- */

  .frame_SearchBar {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 232px;
    height: 80px;
    border-left: 1px solid #CCCCCC;
    background: url('../graphics/transparentwhite50.png') repeat;
  }

  .frame_SearchBarFieldWrap {
  }

  .frame_SearchBarField {
    position: absolute;
    top: 7px;
    left: 9px;
    width: 180px;
    height: 22px;
    border: 1px solid #666666;
    background-color: #FFFFFF;
  }

  .frame_SearchBarButton {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
  }

  .frame_SearchBarNames {
    position: absolute;
    top: 35px;
    left: 4px;
    width: 66px;
    height: 20px;
    line-height: 20px;
    text-align: left;
    font-size: 9pt;
    white-space: nowrap;
    overflow: hidden;
  }
  
  .frame_SearchBarPhotos {
    position: absolute;
    top: 35px;
    left: 70px;
    width: 62px;
    height: 20px;
    line-height: 20px;
    text-align: left;
    font-size: 9pt;
    white-space: nowrap;
    overflow: hidden;
  }
  
  .frame_SearchBarFullText {
    position: absolute;
    top: 35px;
    left: 134px;
    width: 95px;
    height: 20px;
    line-height: 20px;
    text-align: left;
    font-size: 9pt;
    white-space: nowrap;
    overflow: hidden;
  }
  
  .frame_SearchBarLink {
    position: absolute;
    top: 56px;
    left: 10px;
    height: 20px;
    line-height: 20px;
    text-align: left;
    font-size: 10pt;
    white-space: nowrap;
    overflow: hidden;
  }
  
  /* -------- Main navigation menu: -------- */

  .frame_Menu {
    display: block;
    position: relative;
    width: 100%;
    height: 27px;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    overflow: hidden;
  }

  .frame_MenuItem {
    display: block;
    float: left;
    height: 27px;
    padding: 0px 8px 0px 10px;
    line-height: 27px;
    text-decoration: none;
    font-weight: bold;
    background: url('../graphics/menu-separator-gray.png') no-repeat 100% 50%;
  }

  .frame_LoginToggle {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 60px;
    height: 27px;
    padding-left: 24px;
    line-height: 27px;
    font-weight: bold;
    background-image: url('../graphics/lock.png');
    background-repeat: no-repeat;
    background-position: 2px 5px;
    background-size: 16px 16px;
    cursor: pointer;
  }

  /* -------- Page footer: -------- */

  .frame_FooterPadding {
    display: block;
    height: 64px;
  }

  .frame_FooterPhotoStrip {
    width: 100%;
    height: 90px;
    border-top: 1px solid #666666;
    margin-top: 0px;
  }

  .frame_Footer {
    display: table;
    width: 100%;
    padding-top: 48px;
    padding-bottom: 48px;
    background-color: #F6F6F6;
    border-top: 1px solid #E6E6E6;
    font-size: 10pt;
  }

  .frame_FooterBox1 {
    display: table-cell;
    padding: 0px;
    vertical-align: top;
  }

  .frame_FooterLogo {
    float: left;
    width: 200px;
    height: 80px;
    padding: 0px 0px 0px 24px;
  }

  .frame_FooterCopyright {
    margin: 6px 0px 0px 280px;
  }

  .frame_FooterBox2 {
    display: table-cell;
    max-width: 320px;
    padding: 6px 24px 0px 36px;
    vertical-align: top;
  }
}

@media (max-width: 620px)
{

  /* -------- Page content wrapper -------- */

  .frame_Wrap {
    width: 100%;
    background-color: #FFFFFF;
    font: 12pt Verdena,Arial,sans; 
    color: #333333;
  }

  .frame_WrapHidden {
    display: none;
  }

  /* -------- Page header: -------- */

  .frame_HeaderWrap {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-bottom-width: 2px;
    border-bottom-style: solid;
  }
  
  .frame_Header {
    display: block;
    width: 100%;
  }

  .frame_MenuToggle {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 80px;
    height: 80px;
    cursor: pointer;
  }
  
  .frame_Banner {
    display: block;
    position: relative;
    width: 100%;
    height: 80px;
  }

  .frame_HeaderLogo {
    position: absolute;
    top: 17px;
    left: 17px;
    width: 46px;
    height: 46px;
  }

  .frame_HeaderTitle {
    position: absolute;
    top: 8px;
    left: 80px;
    right: 83px;
    height: 64px;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-shadow: 0px 1px 2px #FFFFFF;
  }

  .frame_HeaderSubtitle {
    position: absolute;
    top: 44px;
    left: 80px;
    right: 83px;
    height: 32px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-shadow: 0px 1px 2px #FFFFFF;
  }

  /* -------- Search bar: -------- */

  .frame_SearchBar {
    display: none;
    position: relative;
    width: 100%;
    height: 125px;
    border-top-width: 2px;
    border-top-style: solid;
    border-bottom-width: 2px;
    border-bottom-style: solid;
  }

  .frame_SearchBarFieldWrap {
    position: absolute;
    top: 16px;
    left: 16px;
    right: 72px;
    height: 38px;
  }

  .frame_SearchBarField {
    width: 99%;
    height: 36px;
    border: 1px solid #666666;
    background-color: #FFFFFF;
    font-size: 16pt;
  }

  .frame_SearchBarButton {
    position: absolute;
    top: 17px;
    right: 16px;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }

  .frame_SearchBarNames {
    position: absolute;
    top: 64px;
    left: 16px;
    width: 100px;
    height: 20px;
    line-height: 20px;
    text-align: left;
    font-size: 14pt;
  }
  
  .frame_SearchBarPhotos {
    position: absolute;
    top: 64px;
    left: 116px;
    width: 100px;
    height: 20px;
    line-height: 20px;
    text-align: left;
    font-size: 14pt;
  }

  .frame_SearchBarFullText {
    position: absolute;
    top: 64px;
    left: 216px;
    width: 140px;
    height: 20px;
    line-height: 20px;
    text-align: left;
    font-size: 14pt;
  }

  .frame_SearchBarLink {
    position: absolute;
    top: 94px;
    left: 20px;
    right: 18px;
    height: 22px;
    line-height: 22px;
    text-align: right;
    font-size: 16pt;
    white-space: nowrap;
    overflow: hidden;
  }

  /* -------- Main navigation menu: -------- */

  .frame_Menu {
    display: none;
  }

  .frame_MenuItem {
    display: block;
    height: 42px;
    padding: 0px 0px 0px 35px;
    border-bottom: 1px solid #CCCCCC;
    font-size: 16pt;
    line-height: 42px;
    text-decoration: none;
    background: url('../graphics/double-arrow-gray.png') no-repeat 11px 14px;
    background-size: 15px 15px;
  }

  .frame_LoginToggle {
    display: block;
    height: 42px;
    padding: 0px 0px 0px 35px;
    border-bottom: 1px solid #CCCCCC;
    font-size: 16pt;
    line-height: 42px;
    text-decoration: none;
    background-image: url('../graphics/lock.png');
    background-repeat: no-repeat;
    background-position: 6px 8px;
    background-size: 24px 24px;
    cursor: pointer;
  }
  
  /* -------- Page footer: -------- */

  .frame_FooterPadding {
    display: block;
    height: 64px;
  }

  .frame_FooterPhotoStrip {
    width: 100%;
    height: 45px;
    background-size: 450px 45px;
  }

  .frame_Footer {
    display: block;
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
    background-color: #F6F6F6;
    font-size: 10pt;
  }

  .frame_FooterBox1 {
    max-width: 400px;
    margin: 0px auto 0px auto;
  }

  .frame_FooterLogo {
    float: left;
    width: 100px;
    height: 40px;
    margin-left: auto;
    padding: 0px 0px 0px 12px;
  }

  .frame_FooterCopyright {
    margin: 6px 0px 0px 140px;
  }

  .frame_FooterBox2 {
    clear: both;
    max-width: 330px;
    margin: 32px auto 0px auto;
    text-align: center;
  }
}