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

html,
body,
#page  {
  height: 100%;
  
}
#page-wrapper {
  min-height: 100%;
  /*min-width: 960px;*/
  min-width: 1000px;
  text-align:center;
}

#page {
	text-align:left;
	/*width:960px;*/
  width:1000px;
	margin-left:auto;
	margin-right:auto;
	background:#FFF url(../images/globe.png) top left no-repeat;
  -khtml-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-radius: 0 0 10px 10px;
  /*box-shadow: 0 0 25px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 1); 
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 1); */
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
 }

.breadcrumb {
	display:none;
}

#header div.section,
#featured div.section,
#messages div.section,
#main,
#triptych,
#footer-columns,
#footer {
  /*width: 960px;*/
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#header div.section {
  position: relative;
}

/*#header {
  height:263px;
} */

#header div.section {
  /*width: 960px;*/
  width: 1000px;
}

.region-header {
  float: right; /* LTR */
  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: 0;
  width: 480px;*/
  float: right;
}
#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: 740px;
  background-image:url("../images/main-content-bkgd.png");
  background-repeat:repeat-x;
  border-left: 1px solid #ddd;
}
.two-sidebars #content {
  background-image:url("../images/main-content-bkgd.png");
  background-repeat:repeat-x;
  border-left: 1px solid #ddd;
  width: 480px;
}
.no-sidebars #content {
  /*width: 960px;*/
  width: 1000px;
  float: none;
}
#sidebar-first,
#sidebar-second {
  width: 240px;
}
#main-wrapper {
  min-height: 300px;
}
#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: 35px 5px 30px;*/
}
.region-footer-firstcolumn,
.region-footer-secondcolumn,
.region-footer-thirdcolumn,
.region-footer-fourthcolumn {
  padding: 0 10px;
  width: 220px;
}
#footer {
  width: 940px;
  min-width: 920px;
}
