*{
  margin: 0;
  padding: 0;
}

html,body{
  margin: 0;
  padding: 0;
  background-color: ivory;
}

body{
  font: 76% Verdana, Arial, Helvetica, sans-serif;
}

a,img{
  outline: none;
  border: none;
  text-decoration: none;
  color: blue;
}

a:hover{
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

p{
  margin: 0 10px 10px
}

h1{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 2.5em;
}

h1.centro {
  text-align: center;
}
h2{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 2em;
}

h3{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.5em;
}

#header {
  padding: 10px 0px;
  height: 146px;
  background-color: #184B60;
}

#header p{
 font-size: 6em;
}

img.centro { vertical-align: super }

#subheader {
  height: 30px;
  background-color: #BC3F34;
  padding-top: 5px;
}

#subheader p{
  font-family: Arial;
  font-size: 20px;
  font-style: oblique;
}

#container { }

#wrapper{
  float: left;
  width: 100%;
}

#content{
  min-height: 350px;
  background: ivory;
  border-left: 2px solid black;
  border-right: 2px solid black;
  padding: 0 10px;
  margin: 0 200px;
}

#content p{
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 120%;
}

#content h1{
    margin: 0;
}

#leftcontent{
  background-color: ivory;
  float: left;
  width: 200px;
  margin-left: -100%;
}


#rightcol{
  background-color: ivory;
  float: left;
  width: 200px;
  margin-left: -200px;
  background-image: url(../images/pg_bg_198.jpg);
  background-repeat: repeat-y;
  background-position: top left;
}

#rightcol p{
  text-align: center;
  line-height: 150%;
  font-size: 1.4em;
  font-weight: bold;
}

#footer{
  background: #333;
  color: #FFF;
  clear: left;
  width: 100%;
}

#footer p{
  margin: 0;
  padding: 5px 10px;
  text-align: center;
}

#footer a{
  color: White;
}

/* ********** Formulário de contato ***************** */
#contato {
  margin-left: 5em;
}


/* ********** Comentários conteúdo ***************** */

#comentarios p{
  font-size: 14px;
  text-align: justify;
  margin-bottom: 20px;
  line-height: 1.2em;
}

#sobre p{
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1em;
}

#comentarios h1{
  text-align: center;
  font-size: 20px;
  margin-bottom: 15px;
}

#sobre h1{
  text-align: center;
  font-size: 20px;
  margin-bottom: 15px;
}

#comentarios h2{
  text-align: center;
  text-decoration: underline;
  font-size: 18px;
  margin-bottom: 20px;
}

#comentarios h3{
  text-align: center;
  text-decoration: underline;
  font-size: 16px;
  margin-bottom: 20px;
}

#comentarios h4{
  font-size: 12px;
  font-style: normal;
  text-align: center;
  text-decoration: none;
}

#comentarios ul {
  font-size: 13px;
  list-style-image: url(../css/images/bullet_pig.gif);
  list-style-type: disc;
  padding-left: 3em;
  text-align: justify;
  margin-bottom: 20px;
  line-height: 14px;
}

#comentarios li {
  font-size: 13px;
  padding: 0 10px;
  text-align: justify;
  margin-bottom: 20px;
  line-height: 14px;
}

#comentarios td {
  font-size: 1.2em;
  padding: 5px;
  text-align: center;
  border: 1px solid black;
}

#comentarios table, th, td{
  border: 1px solid black;
 }

#comentarios a.selected{
  background: url(../images/bullet_green.png) no-repeat;
  padding-left: 20px;
  line-height: 20px;
  font-weight: bold;
}

#comentarios a.other{
  background: url(../images/bullet_orange.png) no-repeat;
  padding-left: 20px;
  line-height: 20px;
  font-weight: normal;
}

/* ************ Comentários menu ***************** */

#comentarios_menu, #comentarios_menu strong{
  margin-left: 5px;
  font-weight: normal;
}

#comentarios_menu h1,#comentarios_menu h3,#comentarios_menu h3 strong{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

#comentarios_menu p{
  font-size: 12px;
  text-indent: 50px;
  text-align: justify;
  margin-bottom: 20px;
  line-height: 20px;
}

#comentarios_menu h1{
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}

#comentarios_menu h2{
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}

#comentarios_menu h3{
  text-align: center;
  font-size: 12px;
  margin-bottom: 20px;
}

#comentarios_menu ul,#comentarios_menu li{
  list-style: none;
  padding: 0 10px;
  text-align: justify;
  text-indent: 50px;
  margin-bottom: 20px;
  line-height: 20px;
}

#comentarios_menu a.selected, #rightcol a.selected{
  background: url(../images/bullet_green.png) no-repeat;
  padding-left: 20px;
  line-height: 20px;
  font-weight: bold;
}

#comentarios_menu a.other, #rightcol a.other{
  background: url(../images/bullet_orange.png) no-repeat;
  padding-left: 20px;
  line-height: 20px;
  font-weight: normal;
}

/* ***************** História ***************** */

#historia{
  background-image: url(../images/pg_bg.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}

#historia p{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 150%;
}

#historia ul,#historia li{
  font-size: 16px;
  list-style-image: url(../css/images/g.gif);
  list-style-type: disc;
  padding: 0 10px 0 3em;
  text-align: justify;
  margin-bottom: 20px;
  line-height: 20px;
}

.floatleft {
  float: left;
  margin: 0 10px 10px 0;
}

.floatright {
  float: right;
  margin: 0 0 10px 10px;
}

/************ Styles usados no formulário de contato ***************** */
#contactform {
  font-family: verdana;
  width: 600px;
}

#contactform h1 {
  font-size: 130%;
}

#contactform img {
  border: 0px;
}

#contactform .errors {
  color: #ff0000;
}

#contactform .correct {
  color: black;
}

#contactform legend {
  font-size: 120%;
  font-weight: bold;
}

#contactform .title {
  color: black;
  font-weight: bold;
  font-size: 90%;
  margin-top: 2px;
  margin-bottom: 5px;
}

#contactform .field {
  color: black;
  font-size: 90%;
  margin-bottom: 7px;
}

#contactform .small {
  font-size: 100%;
}

#contactform .thanks {
  margin-top: 15px;
  color: green;
  font-size: 105%;
  margin-bottom: 15px;
}

/* ***************** Styles usados na página "Sobre a Genesus" ***************** */
#sobre ul {
  font-size: 14px;
  list-style-image: url(../css/images/g.gif);
  list-style-type: disc;
  padding-left: 3em;
  text-align: justify;
  margin-bottom: 20px;
  line-height: 14px;
}

#sobre li {
  font-size: 14px;
  padding: 0 10px;
  text-align: justify;
  margin-bottom: 20px;
  line-height: 14px;
}

/* ***************** Styles usados na notícia sobre Visita ao Canadá ***************** */

#relato {
  font-family: Arial;
  font-size: 16px;
  width: 840px;
}

#relato td {
  font-size: 1em;
  padding: 5px;
  text-align: center;
}

#relato table, th, td{
  border: 0;
 }

#bloco {
  clear: both;
}

.floatleft {
  float: left;
  margin: 0px 10px 10px 0px;
}

.floatright {
  float: right;
  margin: 0px 0px 10px 10px;
}

.picture {
  background-color: #F9F9F9;
  border: 1px solid #CCCCCC;
  padding: 3px;
  font: 11px/1.4em Arial, sans-serif;
  }

.picture img {
  border: 1px solid #CCCCCC;
  vertical-align:middle;
  margin-bottom: 3px;
  }

.right {
  margin: 0.5em 0pt 0.5em 0.8em;
  float:right;
  }

.left {
  margin: 0.5em 0.8em 0.5em 0;
  float:left;
  }


/***** Styles para sistema de menu leftcolumn***** */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.glossymenu{
  padding: 0;
  margin:  5px 0 0 0;
  width:   0;
}

.glossymenu li{
  list-style-type: none;
  margin: 0 0 0.5em 1.5em;

}
.glossymenu li a{
  position: relative;
  display: block;
  width: 12em;
  border:1px solid #30F;
  font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
  font: bold 0.8em;
  text-align: center;
  text-decoration: none;
  background: white url(images/glossyback.gif) repeat-x bottom left;
  color: white;
  padding: 0.25em;
}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(images/glossyback2.gif);
}

/***** Styles para imagem popup ***** */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/csslibrary/item/css-popup-image-viewer/ */

.thumbnail{
  position: relative;
  z-index: 0;
}

.thumbnail:hover{
  background-color: transparent;
  z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
  position: absolute;
  background-color: lightyellow;
  padding: 5px;
  left: -1000px;
  border: 1px dashed gray;
  visibility: hidden;
  color: black;
  text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
  border-width: 0;
  padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
  visibility: visible;
  top: -100px;
  left: 60px; /*position where enlarged image should offset horizontally */
}
