/* $Id: layout.css,v 1.1.2.6.2.2 2008/11/13 15:06:28 psynaptic Exp $ */

/* Layout */
html {
overflow-y:scroll;
}

#block-system-0 {
display:none;
/*
*/
}

body {
/*
background:url(bg1.png) repeat-x left 125px;
*/
}

#header,
#navigation,
div.breadcrumb,
#mainbg,
#main {
  width: 939px;
  margin: 0 auto;
  background-color:white;
}

#mainbg,
#main{
  overflow:hidden;/*anti vertikal collapse*/
 /*
  border-left:1px solid #5a7e99;
  border-right:1px solid #5a7e99;
 */
}
div.breadcrumb a:visited,
div.breadcrumb a:hover,
div.breadcrumb a{
color:white;
}
div.breadcrumb{
width: 700px;
height:21px;
padding-left:210px;
color:white;
background:transparent url(images/bgblue.png) no-repeat 191px center;
overflow:hidden;
}
#footerwrapper,
#headerwrapper,
#mainwrapper,
#breadcrumbwrapper{
min-width:910px;
}
#breadcrumbwrapper{
  height:21px;
  border-top:1px dotted #5a7e99;
  border-bottom:1px dotted #5a7e99;
  background:#F0F0F0 url(images/bgblue.png) no-repeat right center;
}

#page {
}

#site-name {
  font-size: 2em;
}

#slogan {
  display: block;
}

#logo img {
margin-left:53px;
margin-top:-10px;
}

#header {
  padding: 1em 0 0 0;
  height:100px;
  background:white url(images/logosite1.png) no-repeat left -4px;
}

#header-right {
  float: right;
  text-align:right;
  zwidth:400px;
}

#header-right * {
 margin-top:1em;
 display:inline;
 vertical-align:bottom;
}

.sidebar {
  float: left;
  width: 207px;
}

#left {
  margin-right: 15px;
  clear: left;
  /*
  border-right:1px solid #5a7e99;
  */
}

#centre {
  float: left;
  /*
  margin-bottom: 1em;
  */
  width: 910px;
}

#right {
  margin-left: 10px;
}

.two-sidebars #centre,
.sidebar-right #centre {
  padding-right: 10px;
}

.two-sidebars #centre {
  width: 500px;
}

.sidebar-left #centre {
  width: 710px;
  padding-right: 0;
}

.sidebar-right #centre {
  width: 700px;
}

#footer .content,
#footer .block{
 margin-bottom:0;
}

#footerwrapper {
  border-top:1px dotted #5a7e99;
  border-bottom:1px dotted #5a7e99;
  margin-bottom:10px;	
  clear: both;
}
#footer {
 text-align:center;
}

#footer,
#footer-message {
  font-size: 0.9em;
}
