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

html,body,#page  {
  height: 100%;
  margin: 0;
}
#page-wrapper {
  min-height: 100%;
  min-width: 960px;
  background: #f2f2f2 url("../images/layout/bg-site.png") repeat-x 0 150px;
}
#top_search,
#header{
  background: #fff;
}
#header #logo {
  float: left;
  padding-right: 36px;
}
#header #logo img {
  height: 70px;
  width: 165px;
}
#header #name-and-slogan {
  float: left;
}
#top_search > .section,
#header > .section,
#banner-wrapper,
#main{
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#main-wrapper{
  padding-bottom: 50px;
}
#main-wrapper #main-content{
  min-height: 300px;
  padding-bottom: 20px;
  background-color: #ffffff;
}
#main-wrapper #footer{
  background: #231F20;
  width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
#breadcrumb{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
#page-title {
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 10px solid #005699;
  z-index: 20;
  width: 100%;
}
#page-title h1{
  background: none repeat scroll 0 0 #005699;
  clear: both;
  color: #FFFFFF;
  float: left;
  font-size: 34px;
  font-weight: bold;
  line-height: 34px;
  padding: 10px 20px 0 20px;;
  margin-bottom: 0;
}

#content-top {
  margin-bottom: 20px;
}

#content {
  position: relative;
  padding: 20px;
  float: left;
}
#sidebar-second {
  /*display: inline;*/
  float: right; /* LTR */
  position: relative;
  padding-right: 20px;
}
#sidebar-second {
  width: 290px;
  overflow: visible;
  padding-top: 10px;
}
.one-sidebar #content {
  width: 590px;
}
.one-sidebar #content.full {
  width: 920px;
}
.one-sidebar #content #sidebar-second{
  
}
.one-sidebar #content #sidebar-second .section{
  padding: 0;
  overflow: visible;  
}
.one-sidebar #content #sidebar-second .section .region{
  overflow: visible;
}
.no-sidebars #content {
  width: 920px;
  float: none;
}


#content-bottom {
  background: #d7d7d7;
  padding: 20px 0;
  /*border-top: 1px solid #cdcdcd;*/
  box-shadow: 0 0 10px #999999 inset;
}
#content-bottom > .section {
  width: 960px;
  margin: 0 auto;
}

#footer p{
  margin-bottom: 0;
}
