/*  Layout
--------------------------------------------------------------------------------
    All styling related to the outer-most containers
    Copyright (c) 2008 Unbound Medicine, Inc.
    Author: Dan Kornegay
-------------------------------------------------------------------------------- */

body {
  min-height: 1000px; 
  background-color: #dde2dc;}

div.main {
    float: left; 
    width: 100%;
    min-width: 1000px;
    background-color: #003030;
    text-align: left; }

div.main#resultsMain {
    background-image: none; }
    
div.contentContainer {
    min-height: 450px;
    margin: 0 auto;
    padding: 20px; 
    text-align : left;
    background-color:#fff4dd;
    text-align: left;
    border-width: 0 1px;
    border-style: solid;
    border-color: #666; }

div.contentContainer#mainLanding {
    padding: 0; }

div.contentContainer#loginLanding {
  width: 752px;
  height: 300px;
}

div.contentContainer#libraryLanding {
  width: 752px;
}

div.contentContainer#archive {
  width: 752px;
}

div.contentContainer#mobile {
  width: 752px;
}

div.contentContainer#about {
  height: 350px;
  width: 752px;
}

div.contentContainer#aboutPage {
  height: 1130px;
  width: 752px;
}

div.contentContainer#termsofuse {
  height: 4500px;
  width: 752px;
}

div.contentContainer#cookiePolicy {
  height: 915px;
  width: 752px;
}

div.contentContainer#beta {
  height: 600px;
  width: 752px;
}

div.contentContainer#faq {
  height: 1030px;
  width: 752px;
}

div.contentContainer#feedback {
  height: 500px;
  width: 752px;
}

div.contentContainer#toolsLanding {
  width: 752px;
  height: 900px;
}
div.contentContainer#periodicity {
  width: 752px;
  height: 660px;
}

div.contentContainer#ssx {
    height: 680px;
    width: 800px; }
