/* $Id: layout.css,v 1.8 2011/01/04 05:24:13 webchick Exp $ */

/* ---------- Basic Layout Styles ----------- */

html,
body,
#page  {
  height: 100%;
  
}
/*
#page-wrapper {
  min-height: 100%;
  min-width: 978px;
}
*/
#header div.section,
#featured div.section,
#messages div.section,
#main,
#triptych,
#footer-columns,
#footer {
  width: 978px;
  margin-left: auto;
  margin-right: auto;
}
#header div.section {
  position: relative;
  z-index:2;/*---Keep a greater value than what is specified in #main-wrapper for mega menu to show over page elements IE---*/
}
.region-header {
  /*z-index:100;*/
  /*margin: 0 5px 10px;*/
}
.with-secondary-menu .region-header {
  /*margin-top: 3em;*/
}
.without-secondary-menu .region-header {
  /*margin-top: 15px;*/
}
#secondary-menu {
  position: absolute;
  right: 0; /* LTR */
  top: 12px;
  width: 680px;
  z-index:100;
}
.mhs-logo {
	float:left;
	position:absolute;
	top:-5px;
	left:-10px;
}
#content,
#sidebar-first,
#sidebar-second,
/*.region-triptych-first,
.region-triptych-middle,
.region-triptych-last,*/
.region-footer-firstcolumn,
.region-footer-secondcolumn,
.region-footer-thirdcolumn,
.region-footer-fourthcolumn {
  display: inline;
  float: left; /* LTR */
  position: relative;
}
.one-sidebar #content {
  width: 720px;
}
.two-sidebars #content {
  width: 480px;
}
.no-sidebars #content {
  width: 960px;
  float: none;
}
#sidebar-first,
#sidebar-second {
  width: 220px;
}
#main-wrapper {
  min-height: 300px;
  position:relative;
  z-index:1;
}
#content .section,
.sidebar .section {
  padding: 0 15px;
}
#breadcrumb {
  margin: 0 15px;
}
.region-triptych-first,
.region-triptych-middle,
.region-triptych-last {
  margin: 20px 20px 30px;
  width: 280px;
}
#footer-wrapper {
  padding: 15px/*35px*/ 5px 30px;
}
.region-footer-firstcolumn,
.region-footer-secondcolumn,
.region-footer-thirdcolumn,
.region-footer-fourthcolumn {
  padding: 0 10px;
  width: 220px;
}
#footer {
  width: 720px; /*940px*/
  min-width: 920px;
}
