/* 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:219px;
	margin:0 auto;
	background:url(../imagens/topo.jpg) no-repeat;	
}
h1{
	display:none;
}

#topo ul{
    float:right;
}
#topo li{
    float:left;
    padding:10px 40px 0 0;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:16px;
	list-style-type:none;
	display:none;
}
#topo a {
    color:#fff;
	text-decoration:none;
	}
#topo a:hover{
	color:#000;
	text-decoration:none;
}
#conteudo {
    margin:0 auto;
	display:table;
	width:780px;
	background:url(../imagens/conteudo.jpg) no-repeat;	
}
h2{
    font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	padding:15px 0 0 20px;
	font-style:italic;
}

h3{
    font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	padding:15px 0 0 20px;
	font-style:italic;
}


.direita{
    width:610px;
	float:right;
}
.direita p{
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:20px 20px 0 20px;
	text-align:justify;
}
.direita li{
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:5px 0 0 20px;
	list-style-type:disc;
	list-style-position:inside;
}
.direita img{
    padding:10px 0 0 30px;
}
.direita a{
	color:#262d80;
text-decoration:none;
}
.direita a:hover{
	text-decoration:underline;
	
}

.esquerda{
    width:300px;
}

.pdf {
width:600px;
height:auto;
background:#C2C4DB;
margin-top:10px;
float:left;
}

.pdf p{
font:12px Verdana, Arial, Helvetica, sans-serif;
}

.pdf img{
float:left;
margin-right:15px;
}

.pdf2 {
width:600px;
height:auto;
background:#DADBE9;
margin-top:10px;
float:left;
}

.pdf2 img{
float:left;
margin-right:15px;
}

.pdf2 p{
font:12px Verdana, Arial, Helvetica, sans-serif;
}

#rodape {
    margin:0 auto;
 	width:780px;
	height:82px;
	background:url(../imagens/rodape.jpg) no-repeat;
	font:12px Verdana;
	color:#000;
}
#rodape ul{
    float:right;
	padding-right:20px;
}
#rodape li{
    float:left;
    padding:12px 5px 0 0;
    font-family:verdana;
    font-size:12px;
	list-style-type:none;
	color:#0d0c55;
}
#rodape p{
    float:right;
	padding:5px 20px 0 0;
}
#rodape a{
	color:#0d0c55;
	text-decoration:none;
}
#rodape  a:hover{
	text-decoration:underline;
	
}
/* ---------- formulrio ---------- */
 form{
	padding: 7px 0 0 15px;
	margin:7px 0 10px 1px;
	width:450px;
}
input, textarea {
  border:1px solid #262d80;
  margin:5px 0 10px 5px;
}
label {
  float:left;
  width:80px;
  text-align:left;
  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.gif) left 100% no-repeat;}
#nextLink { right: 0; float: right; background: url(../imagens/nextlabel.gif) right 100% no-repeat;}
#prevLink:hover, #prevLink:visited:hover { background: url(../imagens/prevlabel.gif) left 100% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../imagens/nextlabel.gif) 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;
	}
