/* Start of CMSMS style sheet 'bb_main' */
/* BLOCK LEVEL ELEMENTS, POSITIONING AND BACKGROUNDS */
body {
  background:  #f5f5f5;
  margin: 23px;
  padding: 0px;
}

div#container {
  background-color: #fff;
  width: 90%;
  border: 1px solid #878787;
  margin: 0 auto;
}

div#header {
  background: #f5f6f7 url('images/bg_header.png') top left repeat-y;
  height: 72px;
  display: block;
}

div#logo {
  background-color: #f5f6f7;
  height: 67px;
  width: 241px;
  padding-top: 0px;
  /*padding: 10px;*/
  display: block;
  float: left;
}

div#smallnavdiv {
  float: right;
  text-align: center;
  display: block;  
  padding: 0px;
  top: 20px;
  height: 25px;
  color:#fff;
}

table#smallnav {
  height: 25px;
  border-style: dotted;
  border-width: 0px 0px 1px 1px;
  border-color: #9a9a9a;
  border-collapse: collapse;
}

table#smallnav td {
  padding: 5px;
  border-right: 1px dotted #9a9a9a;
}

table#smallnav  td a, table#smallnav  td a:visited, table#smallnav  td a:active {
  color: #000;
}


div#menu {
  background: #6e6e6e url('images/bg_navbar.png') top left repeat-x;
  height: 30px;
  width: 100%;
  display: block;
  clear: both;
}

div#breadcrumbs_bar {
  /*height: 33px; - without 10px padding*/
  height: 23px;
  background: #ececec url('images/bg_breadcrumbs.png') top left repeat-x;
  display: block;
  clear: both;
  padding: 10px 0px 0px 10px;
  font-size: 0.9em;
}

div#breadcrumbs {
  float: left;
}

div#search {
  float: right;
  padding-right: 4px;
  margin-top: -2px;
}

div#subheader {
  height: 181px;
  width: 100%;
  background: #8f8d8e url('images/bg_subheader2.png') top left repeat-x;
z-index:-4;
}

div#subheader_clients {
  background: #8f8d8e url('images/bg_subheader1.png') top left no-repeat;
  height: 151px;
  width: 226px;
  float: left;
  display: block;
  padding: 10px 24px 20px 24px;
}

div#subheader_intro {
  height: 181px;
  margin-left: 266px;
  padding: 0px 20px 0px 20px;
  z-index: -1;
  overflow:hidden;
}

div#subheader_intro div {
  border: 1px solid #9a9a9a;
  vertical-align: middle;
  width: 100%;
  z-index:-2;
}


div#stage {
  float:left;
  width:100%;
  background: #fff url('images/bg_stage.png') top right repeat-y;
  z-index: 99;
}

div#content {
  margin-right:210px;
  margin-left: 17px;
  padding: 20px 0px 20px 0px;
}

div#sidebar {
  float: left;
  width: 172px;
  background-color: #eaeaea;
  margin-left:-191px;
  min-height: 300px;
  padding: 16px 10px 10px 9px;
 z-index: 1;
}

div#footer {
  height: 26px;
   background: #8f8d8e url('images/bg_subheader2.png') top left repeat-x;
  width: 100%;
  clear: left;
}

img {
  border: 0;
}

/* NEWS MODULE */
div.NewsSummary {
  margin-bottom: 4px;
}

/* FONTS AND COLORS */
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #343436;
}

h1 {
  color: #343436;
  font-size: 14px;
  font-weight: bold;
}

h2 {
  color: #343436;
  font-size: 12px;
  font-weight: bold;
}

p {
  text-align: justify;
}


p.indent30 {
  padding-left: 30px;
}

p.indent60 {
  padding-left: 60px;
}


div#stage a, div#breadcrumbs a, div#sidebar a  {
  color: #ff6900;
  text-decoration: none;
}
div#stage a:hover, div#breadcrumbs a:hover, div#sidebar a:hover  {
  color: #ff6900;
  text-decoration: underline;
}


div#subheader p {
  color: #fff;
  margin: 0;
}

div#subheader h1 {
  color: #fff;
}


div#search input {
  font-size: 0.8em;
}

div#footer p {
  color: #fff;
}

div#footer p a {
  color: #fff;
  font-size: 0.8em;
  margin-left: 5px;
  line-height: 20px;
}

div#sidebar p {
  text-align: left;
}

div#smallnavdiv a, div#smallnavdiv a:active, div#smallnavdiv a:visited {
  color: #fff;
  font-size: 10px;
  text-decoration: none;
}
div#smallnavdiv a:hover {
  text-decoration: underline;
}

div#sidebar h1 {
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 0.8em;
}

div#sidebar h1.follow {
  margin-top: 8px;
  padding-top: 10px;
  border-top: 1px solid #9a9a9a;
  margin-bottom: 0px;
  line-height: 0.8em;
}

div#sidebar p {
  line-height: 0.9em;
  margin-top: 3px;
  margin-bottom: 6px;
}


img.expert {
  border: 2px solid #9a9a9a;
  vertical-align: top;
  margin-left: 6px;
}

/* FORMS */

div#content input {
  margin-bottom: 4px;
}

div#content label {
  float: left;
  width: 120px;
  display: block;
}

/* TABLES */
td {
  text-align: left;
}

table.regular_table {
 border-collapse: collapse; border: 1px solid #C0C0C0;
 width: 100%;

 margin-bottom: 5px;
}

table.regular_table td {
  font-size:10px;
  padding: 8px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #C0C0C0;
}

table.regular_table td p {
  text-align: left;
  margin: 0px;
}

table.regular_table td.centercell {
  text-align: center;
}

table.regular_table td.centerboth {
  text-align: center;
  vertical-align: middle;
}

table.regular_table td.calc {
  text-align: center;
  font-size: 9px;

}

img[rel~="milkbox"], a[rel~="milkbox"] img {
cursor: url(images/cursor_zoom_in.cur), pointer;

}

object {
 border: 1px solid #000;
}



/* End of 'bb_main' */

