
/* ---------- Basic Layout Styles ----------- */
* {
	margin: 0;
	padding: 0;
}

html,
body {
  height: 100%;
  margin: 0;
}
#page-wrapper {

  	background: url("../images/footer_bg01.png") no-repeat center bottom transparent;	
	/* position: relative;
	z-index: 1000;*/
	
}
#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;
}
.one-sidebar #content {

}
.two-sidebars #content {
  width: 480px;
}
.no-sidebars #content {
  width: 960px;
  float: none;
}
#sidebar-first,
#sidebar-second {
  width: 240px;
  min-height: 400px;
}

#sidebar-second {
	float: left;
	display: inline;
	width: 240px;
	background-color: #fff;
	position: relative;
	margin-bottom: 10px;
	padding-top: 1em;
}

#main-wrapper {
	width: 960px;
	margin: 0 auto;
	min-height: 400px;;
}
.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 {
    overflow: hidden;
}
.region-footer-firstcolumn,
.region-footer-secondcolumn,
.region-footer-thirdcolumn,
.region-footer-fourthcolumn {
  padding: 0 10px;
  width: 220px;
}
#footer {
  width: 940px;
  min-width: 920px;
}

#content {
	color: #3c3f3f;
	float: left;
	width: 690px;
	text-align: justify;
	background-color: #fff;
	padding: 0 15px;
	margin-bottom: 80px;
	min-height: 400px;
}


/* ------------------- FOOTER ------------------ */
#footer {
	width: 960px;
	margin: 0 auto;
	height:93px;
	background: url("../images/footer_bg.png") no-repeat right bottom #0396a6;
}
#footer ul {
	list-style-type: none;	
	list-style-image: none;
}
#footer ul li {
	float: left;
}
