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

html,
body,
#page  {
  height: 100%;
}
#page-wrapper {
  min-height: 100%;
  min-width: 960px;
}
#featured div.section,
#messages div.section,
#main,
#triptych,
#footer-columns,
#footer {
  width: 920px;
  margin-left: auto;
  margin-right: auto;
}
#header div.section{
width:960px;
  margin-left: auto;
  margin-right: auto;
}
#header div.section {
  position: relative;
}
.region-header {
  float: right; /* LTR */
  margin: 0 0px 10px;
}
.with-secondary-menu .region-header {
  margin-top: 15px;
}
.without-secondary-menu .region-header {
  margin-top: 15px;
}
#secondary-menu {
float:right;
    width: 120px;
}
#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 {

}
.two-sidebars #content {
  width: 570px;
}
.no-sidebars #content {
}
#sidebar-first{
  width: 155px;
  margin-right:20px;
}
#sidebar-second {
  width: 155px;
  margin-left:20px;
}
#main-wrapper {
  min-height: 300px;
}
#content .section,
.sidebar .section {
  padding: 0px;
}
#breadcrumb {
  margin-bottom: 12px;
}
.region-triptych-first{
  width: 280px;
  margin-right:39px;
}
.region-triptych-middle{
  width: 280px;
  margin-right:39px;

}
.region-triptych-last {
  width: 280px;
}
#footer-wrapper {
  padding: 35px 5px 30px;
}
.region-footer-firstcolumn{
    clear: none;
    float: left;
    margin-right: 20px;
    width: 395px;
}
.region-footer-secondcolumn{
    clear: none;
    float: left;
    margin-right: 12px;
    width: 118px;
}
.region-footer-thirdcolumn{
    clear: none;
    float: left;
    margin-right: 12px;
    width: 98px;
}
.region-footer-fourthcolumn {
    clear: none;
    float: left;
    font-size: 12px;
    width: 220px;
}
#footer {
  width: 875px;
}

.span-1 {width:30px;}
.span-2 {width:70px;}
.span-3 {width:110px;}
.span-4 {width:155px;}
.span-5 {width:190px;}
.span-6 {width:230px;}
.span-7 {width:270px;}
.span-8 {width:300px;}
.span-9 {width:350px;}
.span-10 {width:390px;}
.span-11 {width:430px;}
.span-12 {width:470px;}
.span-13 {width:510px;}
.span-14 {width:550px;}
.span-15 {width:570px;}
.span-16 {width:610px;}
.span-17 {width:670px;}
.span-18 {width:710px;}
.span-19 {width:745px;}
.span-20 {width:790px;}
.span-21 {width:830px;}
.span-22 {width:870px;}
.span-23 {width:920px;}
