/*  */

#main-wrapper
{
  display: table;
}

#main
{
  display: table-row;
  width: 100%;
}

#content-wrapper
{
  display: table-cell;
  margin: 0 !important;
  vertical-align: top;
}

#content
{
  vertical-align: top;
  height: 100%;
}

#content-top-wrapper
{
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: top;
}

#content-top
{
  display: table-row;
  vertical-align: top;
}

#content-top-left
{
  display: table-cell;
  min-width: 65%;
  width: 65%;
  vertical-align: top;
  /*white-space: nowrap;*/
}

#content-top-center
{
  display: table-cell;
  width: auto;
  vertical-align: top;
}

#content-top-right
{
  display: table-cell;
  min-width: 35%;
  width: 35%;
  vertical-align: top;
}

#greet-wrapper
{
  width: 33%;
  margin-left: -50%;
}

#greet img
{
  margin-top: -10%;
  margin-bottom: -20%;
}

#sidebar
{
  display: table-cell;
  vertical-align: top;
  width: 207px !important;
}

#sidebar h2
{
  /*padding-top: 1.5ex;
  padding-left: 5ex;
  padding-bottom: 1.6ex;*/
  white-space: nowrap;
  width: 207px !important;
}

#sidebar p
{
  width: 227px !important;
}

#sidebar ul
{
  width: 227px !important;
}

#sidebar li
{
  width: 227px !important;
}

div.two-columns
{
  display: table-row;
}

div.two-columns-column
{
  display: table-cell;
}

div.three-columns
{
  display: table-row;
}

div.three-columns-column
{
  display: table-cell;
}

div.four-columns
{
  /*display: table-row;*/
  overflow: hidden;
  display: inline;
  float: left;
  position: relative;
  max-width: 101%;
  height: 100%;
}

div.four-columns-column
{
  /*display: table-cell;*/
  overflow: hidden;
  display: block;
  float: left;
  position: relative;
  height: 100%;
  max-width: 22%;
}

/*#content
{
  overflow: hidden;
  width: 50%;
}

#content-wrapper
{
  overflow: hidden;
  max-width: 80% !important;
  display: block;
  position: relative;
}*/

.caption
{
  width: 50%;
  margin-left: 25%;
}
