
/* ---------- Basic Layout Styles ----------- */

html,
body,
#page  {
  height: 100%;
}
#page-wrapper {
  min-height: 100%;
  min-width: 1000px;
}
#header ,
#header div.section,
#featured div.section,
#messages div.section,
#main,
#triptych,
#footer-columns,
#footer,
#triptych-wrapper,
#footer-wrapper {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#header ,
#header div.section,
#featured div.section,
#messages div.section,
#main
{
  background: #ffffff;
}

#header div.section {
  position: relative;
}
.region-header {
  float: right; /* LTR */
  margin: 0;
}
.with-secondary-menu .region-header {
  margin-top: 15px;
}
.without-secondary-menu .region-header {
  margin-top: 15px;
}
#secondary-menu {
  position: absolute;
  right: 0; /* LTR */
  top: 0;
  width: 480px;
}
#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: 757px;
margin: 0 -20px;
  min-height: 5px;
}
.two-sidebars #content {
  width: 390px;
margin: -10px -20px 0 -16px;
}
.no-sidebars #content {
  width: 1000px;
  float: none;
}
#sidebar-first {
  width: 390px;
margin: 0 -6px 0 -20px;
font-weight: normal;

}

#sidebar-second {
  width: 240px;

}
#main-wrapper {
  min-height: 300px;
}
#content .section,
.sidebar .section {
  padding: 0 5px 0 0;
}
#breadcrumb {
  margin: 0 15px;
}
.region-triptych-first,
.region-triptych-middle,
.region-triptych-last {
  margin: 0px;
}
#footer-wrapper {
}
.region-footer-firstcolumn,
.region-footer-secondcolumn,
.region-footer-thirdcolumn,
.region-footer-fourthcolumn {
  padding: 0 5px;
  width: 240px;
}
#footer {
  width: 960px;
  min-width: 940px;
}
