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

html,
body,
#page  {
  height: 100%;
}
#page-wrapper {
  min-height: 100%;
  min-width: 960px;
}
#header div.section,
#featured div.section,
#messages div.section,
#main,
#triptych,
#footer-columns,
#footer {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
#header div.section {
  position: relative;
}
.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;
}
#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;
}

.exampleframe {
background: #f7fdff; /* Old browsers */
background: -moz-linear-gradient(top,  #f7fdff 0%, #e8f0f9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7fdff), color-stop(100%,#e8f0f9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f7fdff 0%,#e8f0f9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f7fdff 0%,#e8f0f9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f7fdff 0%,#e8f0f9 100%); /* IE10+ */
background: linear-gradient(top,  #f7fdff 0%,#e8f0f9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fdff', endColorstr='#e8f0f9',GradientType=0 ); /* IE6-9 */

	padding:20px;
	border:1px solid #006A98;
	margin:20px 0;
	}


.one-sidebar #content {
  width: 720px;
}
.two-sidebars #content {
  width: 480px;
}
.no-sidebars #content {
  width: 960px;
  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: 5px 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;
}

.zintfooter {
	width: 940px;
	background: #f7fdff; /* Old browsers */
background: -moz-linear-gradient(top,  #f7fdff 0%, #e8f0f9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7fdff), color-stop(100%,#e8f0f9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f7fdff 0%,#e8f0f9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f7fdff 0%,#e8f0f9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f7fdff 0%,#e8f0f9 100%); /* IE10+ */
background: linear-gradient(top,  #f7fdff 0%,#e8f0f9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fdff', endColorstr='#e8f0f9',GradientType=0 ); /* IE6-9 */
text-align:center;
font-size:1.3em;
	padding:10px 0 1px;
}

