/* CSS Document */
*{
	margin:0;
	padding:0;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(../imagens/body.jpg) repeat;
}
#geral{	
	width:780px;
	display:table;
	margin:0 auto;
}

#topo{
    width:780px;
	height:125px;
	margin:0 auto;
	background:url(../imagens/topo.jpg) no-repeat;
}
#topo h1{
		display:none;

}
#topo p{
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:20px 20px 0 0;
	color:#FFFFFF;
	float:right;
	font-weight:bold;
}
#topo a{
	color:#FFFF00;
	text-decoration:none;
}
#topo  a:hover{
	text-decoration:underline;
}

#menu{
    width:780px;
	height:204px;
	margin:0 auto ;
	background:url(../imagens/menu.jpg) no-repeat;
}
#conteudo {
    margin:0 auto;
	display:table;
	width:780px;
	background-color:#FFFFFF;	
}
h1{
    font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	padding:20px 0 0 30px;
	color:#860604;
}

h2{
    font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	padding:20px 0 0 30px;
	color:#860604;
}
h3{
    font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	padding:10px 0 0 0;
	color:#860604;
	text-align:center;
}
.texto_home p{
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:10px 30px 0 30px;
	text-align:justify;
}
.direita{
    width:500px;
	float:right;
}
.direita p{
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:10px 30px 0 5px;
	text-align:justify;
	line-height:20px;
}

.direita img{
    padding:15px 0 0 5px;
}
.direita li{
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:5px 0 0 30px;
	list-style-type:disc;
	list-style-position:inside;
}

.esquerda{
     width:250px;
}
.esquerda li{
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:5px 0 0 30px;
	line-height:18px;
	list-style-type:none;
}
.esquerda a{
    color:#ff0000;
	text-decoration:none;
}
.esquerda a:hover{
    text-decoration:underline;
}
.fotos{
    padding:15px 0 0 10px;
}
.red{
    color:#FF0000;
}
#rodape {
    margin:0 auto;
 	width:780px;
	height:114px;
	background:url(../imagens/rodape.jpg) no-repeat;
	font:12px Verdana;
	color:#fff;
	text-align:center;
}
#rodape p{
	padding:px 0 0 0;
}
#rodape ul{
    padding-left:150px;
	padding-bottom:60px;
}
#rodape li{
    float:left;
    padding:40px 0 0 5px;
	list-style-type:none;
}

#rodape a{
	color:#fff;
	text-decoration:none;
}
#rodape  a:hover{
	text-decoration:underline;
}
/* ---------- formulario ---------- */
 form{
	padding: 7px 0 0 200px;
	width:450px;
	margin:7px 0 10px 1px;
}
input, textarea {
  border:1px solid #262d80;
  margin:5px 0 2px 5px;
}
.campo:hover {
  background-color:#CCCCCC;
}
label {
  float:left;
  width:80px;
  text-align:left;
  padding-top:8px;
  font:12px Tahoma, Arial, Helvetica, Sans-Serif;
  font-weight:bold;
  color:#262d80;
}

/* ---------- galeria ---------- */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../imagens/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; background: url(../imagens/prevlabel.png) left 100% no-repeat;}
#nextLink { right: 0; float: right; background: url(../imagens/nextlabel.png) right 100% no-repeat;}
#prevLink:hover, #prevLink:visited:hover { background: url(../imagens/prevlabel.png) left 100% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../imagens/nextlabel.png) right 100% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}