html {
  overflow-y: scroll;
}

body {
  font-family:Cambria,'Palatino Linotype','Book Antiqua','URW Palladio L',serif;
  color: #333;
  margin: 0;
}

img.frontpage_bg_left {
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -99;
}

img.frontpage_bg_right {
  position: fixed;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -100;
}

.bg_top_branches {
  margin: 0;
  padding: 0;
  position: absolute;
  margin-top: 0;
  z-index: -50;
  width: 100%;
  text-align: center;
}

#content_inner {
}

#content_holder {
  z-index: 30;
}

#content_inner #breadcrumb {
  margin: 0;
  text-align: center;
}

.bg_top_branches img {
  margin: 0;
  padding: 0;
}

#content_outer {
  width: 70%;
  max-width: 800px;
  min-width: 500px;
  margin: 0 auto;
}

#toptabs {
  width:100%;
  overflow:hidden;
  position:relative;
  font-size: 13pt;
  background: url(/media/images/bg_top_branches3.png) bottom center no-repeat;
  height: 125px;
  min-width: 600px;
  margin: 0;

}
#toptabs ul {
  clear:left;
  float:left;
  list-style:none;
  margin: 20px 0;
  padding:0;
  position:relative;
  left:50%;
  text-align:center;
}
#toptabs ul li {
  display:block;
  float:left;
  list-style:none;
  margin:0;
  padding:0;
  position:relative;
  right:50%;
}
#toptabs ul li a {
  display:block;
  margin:0 0 0 13px;
  padding:5px 12px 7px 12px;
  background:#ded;
  color:#040;
  text-decoration:none;
  line-height:1.3em;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
#toptabs ul li a:hover {
  background:#7A9;
  color:#fff;
}

#toptabs ul li.selected a, #toptabs ul li.ancestor a {
  background:#587;
  color:#fff;
  padding:8px 12px 9px 12px;
  margin-top: -3px;
}

#portfolio .plugin_item {
  background: #fff2df;
  border: solid 1px #EFDFDF;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-top: 10px;
}
#portfolio .plugin_item table img {
  margin: 4px;
  margin-right: 10px;
  -moz-box-shadow: 3px 3px 4px #666;
  -webkit-box-shadow: 3px 3px 4px #666;
  box-shadow: 3px 3px 4px #666;  
}
.plugin_item p {
  padding: 10px;
  margin: 0;
}
.plugin_item table {
  padding: 10px;
  vertical-align: top;
}
.plugin_item table td {
  padding: 5px;
  vertical-align: top;
}
#intro, #portfolio {
/*  padding: 10px;*/
}

body {
  font: 14px/1.25 "Trebuchet MS", Helvetica, Jamrul, sans-serif;
}

#cms_placeholder-content {
  height: 100% !important;
}

.entry-divider {
  background-color: #CCC;
  width: 84%;
  margin-left: 8%;
  height: 1px;
  opacity: 0.3;
  margin-top: 12px;
}