html {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background-color: #cccccc;
  font-family: Verdana;
  font-size: 12px;
}


a, a:link, a:active, a:visited {
  /*color: #8c8c8c;*/
  color: #800080;
  text-decoration: underline;
  font-weight: bold;
}

a:hover {
  color: #800080;
  font-weight: bold;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  font-size: 12px;
}

h6 {
  font-size: 9px;
}

#content-box {
  position: absolute;
  top: 10%;
  left: 20%;
  width: 800px;
  height: 520px;
}

#content-top {
  width: 800px;
  height: 13px;
  background-image: url(../images/bg-top.jpg);
  background-repeat: no-repeat;
  background-color: white;
}

#content-body {
  width: 800px;
  height: 495px;
  overflow: hidden;
  background-color: white;
}


#content-foot {
  width: 800px;
  height: 13px;
  background-image: url(../images/bg-foot.jpg);
  background-repeat: no-repeat;
}

#logo-box {
  top: 0;
  left: 0;
  position: relative;
  float: left;
  width: 339px;
  height: 116px;
  background-image: url(../images/logo.jpg);
  background-repeat: no-repeat;
  cursor: pointer;
}

#logo-text {
  position: absolute;
  top: 70px;
  left: 122px;
  color: #5e6eac;
}

#menu-box {
  top: 0;
  left: 0;
  position: relative;
  float: right;
  width: 455px;
  height: 116px;
  background-image: url(../images/barra-menu.jpg);
  background-position: left 56px;
  background-repeat: no-repeat;
}

#menu-text {
  color: #5869af;
  position: absolute;
  top: 40px;
  left: 80px;
}

#menu-topo {
  padding: 0;
  margin: 0;
  white-space: nowrap;
  list-style-type: none;
  position: absolute;
  top: 78px;
  left: 35px;
}
#menu-topo li {
  display:inline;
}

#menu-topo li a {
  display: block;
  float: left;
  color: #b7c0e1;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  padding: 0 10px 0 10px;
  height: 19px;
}

#menu-topo li a:hover {
  color: white;
  font-weight: bold;
  text-decoration: none;
  background-color: #2c398f;
  background-image:url(../images/fmenu.jpg);
  background-repeat:repeat-x;
}

#menu-topo li.active a {
  color: white;
  font-weight: bold;
  text-decoration: none;
  background-color: #2c398f;
  background-image:url(../images/fmenu.jpg);
  background-repeat:repeat-x;
}

#content-image {
  width: 270px;
  height: 330px;
  position: absolute;
  top: 135px;
  left: 0;
}
#content-image p {
  margin: 0;
  padding: 0;
  display: inline;
}


#content-barra {
  width: 180px;
  height: 310px;
  position: absolute;
  top: 175px;
  left: 30px;
  overflow: hidden;
}

#content-sc {
  width: 180px;
  position: absolute;
  top: 0;
  left: 0;
}

#scrollArea-sc {
  width: 1px;
  height: 290px;
  position: absolute;
  top: 185px;
  left: 230px;
  background-color: black;
}

#scroller-sc {
  width: 13px;
  height: 11px;
  position: absolute;
  top: 0px;
  left: -4px;
  background-image: url(../images/scroll.jpg);
  background-repeat: no-repeat;
  cursor: pointer;
}

#scroller-sc:hover {
  background-image: url(../images/scroll3d.jpg);
  background-repeat: no-repeat;
}

#borda-barra {
  position: absolute;
  top: 165px;
  left: 20px;
  width: 640px;
  height: 330px;
  background-image:url(../images/fundob.jpg);
  background-repeat: no-repeat;
}

.titulo-barra {
  color: #000033;
}

a.titulo-barra, a.titulo-barra:link, a.titulo-barra:active, a.titulo-barra:visited, a.titulo-barra:hover {
  color: #000033;
  text-decoration: none;
}

#content-view {
  width: 340px;
  height: 290px;
  position: absolute;
  top: 180px;
  left: 250px;
  text-align: right;
  overflow: hidden;
  background-color: white;
  padding-right: 10px;
  /*color: #8c8c8c;*/
  color: #333333;
}

#content {
  width: 340px;
  position: absolute;
  top: 0;
  left: 0;
}

#scrollArea {
  width: 1px;
  height: 290px;
  position: absolute;
  top: 185px;
  left: 600px;
  background-color: black;
}

#scroller {
  width: 13px;
  height: 11px;
  position: absolute;
  top: 0px;
  left: -4px;
  background-image: url(../images/scroll.jpg);
  background-repeat: no-repeat;
  cursor: pointer;
}

#scroller:hover {
  background-image: url(../images/scroll3d.jpg);
  background-repeat: no-repeat;
}


#content-view .contentpaneopen, #content-view .blog {
  width: 100%;
}

#menu-lateral-bar {
  position: absolute;
  top: 185px;
  left: 655px;
  width: 140px;
}

#menu-lateral {
  white-space: nowrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#menu-lateral li {
  margin-left: 10px;
  padding: 0;
}

#menu-lateral li a {
  display: block;
  color: #5969b0;
  font-size: 10px;
  text-decoration: none;
  font-weight: normal;
  height: 19px;
}

#menu-lateral li a:hover {
  color: #5e6eac;
  font-weight: bold;
  text-decoration: none;
  background-image: url(../images/linha.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
}

#menu-lateral li.active a {
  color: #5e6eac;
  font-weight: bold;
  text-decoration: none;
  background-image: url(../images/linha.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
}


.menu-cursos-palestras {
  padding: 0;
  margin: 0;
}

.menu-cursos-palestras li {
  display:inline;
}

.menu-cursos-palestras li a {
  display: block;
  float: left;
  color: #000033;
  font-size: 12px;
  margin-bottom: 10px;
  text-decoration: none;
}

.menu-cursos-palestras li a:hover {
  color: #000033;
  font-weight: bold;
  text-decoration: none;
}

.menu-cursos-palestras li.active a {
  color: #000033;
  font-weight: bold;
  text-decoration: none;
}


#menu-lateral .separator {
  display: block;
  height: 15px;
}
#menu-lateral .separator span {
  display: none;
}

a.flash-player {
  display:block;
  width:300px;
  height:190px;
  margin-left: 30px;
  background-image:url(/portal/flashplayer/logo.png);
  text-align: left;
  border: 1px solid black;
}

a.flash-player img {
  margin-top: 45px; 
  margin-left: 115px
}

img.fundo-home {
  position: absolute;
  top: 63px;
  left: 0;
}

img.fundo-trajetoria {
  position: absolute;
  top: 41px;
  left: 4px;
}

img.fundo-valores {
  position: absolute;
  top: 30px;
  left: 0;
}

img.fundo-terapias {
  position: absolute;
  top: 50px;
  left: 0;
}

img.fundo-espacos {
  position: absolute;
  top: 10px;
  left: 0;
}

img.fundo-cursos {
  position: absolute;
  top: 45px;
  left: 0;
}

img.fundo-perguntas {
  position: absolute;
  top: 59px;
  left: 0;
}

img.fundo-depoimentos {
  position: absolute;
  top: 35px;
  left: 0;
}

img.fundo-eventos {
  position: absolute;
  top: 82px;
  left: 4px;
}

img.fundo-imprenssa {
  position: absolute;
  top: 37px;
  left: 0;
}

img.fundo-releases {
  position: absolute;
  top: 31px;
  left: 0px;
}

img.fundo-parceiros {
  position: absolute;
  top: 13px;
  left: 0;
}

img.fundo-artigos {
  position: absolute;
  top: 34px;
  left: 14px;
}

img.fundo-newsletter {
  position: absolute;
  top: 82px;
  left: 17px;
}

#tweet {
  position: absolute;
  top: 125px;
  left: 250px;
  width: 450px;
  size: 12px;
  color: #000033;
  text-align: left;
}

#tweet ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#tweet li {
  margin: 0;
  padding: 0;
  display: inline;
}

