body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-image: url(images/fundo_site.jpg);
	background-repeat: repeat-x;
	background-position:top;
	margin:0px;
	background-color:#EAF5FB;
}
div.fundo_topo{
	background-image: url(images/fundo_topo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
div#fundo_flash{
	background-image: url(images/topo.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}
a{
	text-decoration:none;
	color:#000000;	
}
a:hover{
	text-decoration:underline;
	color:#CCCCCC;
}
table.meio_tabela{
	border-collapse:collapse;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:#FFFFFF;

}
div#menu_conteiner{
   margin-left:2px;
   margin-right:15px;
   padding-bottom:10px;
   padding-left:13px;
   padding-right:13px;
   padding-top:8px;
   border-left:1px solid #919191;
   border-bottom:1px solid #919191;
   border-right:1px solid #919191;
}
ul.menubar ul.menu{ 
   display: none;
   position: absolute;
   margin: 0px;
}

ul.menu, ul.menu ul{ /* Define a caixa (ul) do menu */
   margin: 0;
   padding: 0;
   width:auto; /* Define tamanho do menu em largura */
}

ul.menu li{
	position: relative;
	list-style: none;
	border-bottom: 1px solid #D1D1D1;
}

ul.menu li a{
	display: block;
	text-decoration: none;
	color: #333333;
	font-size:12px;
	padding-left:25px;
	padding-bottom:7px;
	padding-top:7px;
	padding-right:5px;
	background-image: url(images/menu_a.jpg);
	background-repeat: no-repeat;
	background-position: 2% center;
	text-align:left;
}

ul.menu li a:hover {
	color: #FFF;
	background-color:#0974BA;
	background-image: url(images/menu_a_hover.jpg);
	background-repeat: no-repeat;
	background-position: 4% center;
	padding-left:30px;	
}

ul.menu li.submenu ul li a:hover{ /* Define o estado Hover dos submenus */
	color: #FFAA00;
	background-image: url(images/fundo_menu_hover.jpg);
	background-repeat: repeat-y;
	background-position: left;
}


ul.menu ul{ /* definimos a distância e o ul dos submenus */
	position: absolute;
	display: none;
	left: 185px; /* Distância do submenu */
	top: -2px;
	border:1px solid #919191;
	background-color:#FFFFFF;
}

ul.menu li.submenu ul { /* Define a caixa (ul) dos submenus */
	display: none;
 	white-space: nowrap;
	
} 
ul.menu li.submenu ul li a{
	padding-right:30px;
	padding-left:10px;
	text-align:left;
}

ul.menu li.submenu ul li a:hover{
	padding-left:10px;
	color:#FFFFFF;
}

ul.menu .submenu a{ /* Para o botão submenu normal */


}

ul.menu .submenu a:hover{ /* Para o botao submenu hover */


}

ul.menu li.submenu ul li a{ /* Para limpar os botoes submenu normal */
	background-image: url();

}

ul.menu li.submenu ul li a:hover{ /* Para limpar os botoes submenu hover */
	background-image: url();
}


/* Para identação do IE e MAC */
* html ul.menu li {
	float: left; height: 1%;
}
* html ul.menu li a {
	height: 1%;
}



div#rodape{
	color: #FFFFFF;
	background-image: url(images/rodape_fundo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	padding-top:24px;
	padding-bottom:15px;
	padding-left:10px;
}

div#rodape a{
	color:#FFFFFF;
	text-decoration:none;
}

div#rodape a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}


div#conteudo_bnw{

}
div#conteudo_bnw .titulo{
	border-bottom:1px solid #333333;
	padding-top:15px;
	padding-left:5px;
	padding-bottom:5px;
	margin-bottom:15px;
	font-size:13px;
	font-weight:bold;
	text-align:left;
}
div#conteudo_bnw .conteudo{
	color:#333333;
	text-align:justify;
	margin-bottom:25px;

}
div#conteudo_bnw .conteudo a{
	color:#333333;
	text-decoration:underline;
}
div#conteudo_bnw .conteudo a:hover{
	color:#999999;
}


/* imagens */
img {
	border:0; /* Para tirar a borda do link em imagens */
}

#borda1_foto{ /* Para a galeria efeito de polaroyd caso nescessite */
	border: 1px solid #E8E8E8; 
	padding-bottom:20px;
	padding-left:6px;
	padding-right:6px;
	padding-top:6px;
	width:102px;
	height:105px;
	background-image: url(images/fundo_fotos.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}
#borda2_foto{ /* Para a galeria efeito de polaroyd caso nescessite */
	border: 1px solid #CCCCCC; 
	width:100px;
	height:100px;
	background-color:#FFFFFF;
}
.titulo_imagem{	/* define o texto de instrução da galeria */
	font-size:12px;
}

.imagem_galeria{ /* define a borda da tabela da galeria */
	border: 0px solid #E0E0E0;
}

/* formularios */

#formulario {
	
}

#formulario input, textarea{
	width:300px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 1px solid #CCCCCC;
	padding:3px;
	margin-left:5px;
	margin-bottom:10px;
}
#formulario input:focus, textarea:focus{
	border: 1px solid #0572B7;
}
#formulario .tabela_formulario { /* define a borda da tabela do formulário */
	border:0px;
}

#formulario .celula_tabela_formulario { /* define a célula de cada campo do formulário */

}
#formulario .botao_formulario { /* define o estado do botão dos formulários*/
	border:1px solid #D1D1D1;
	padding-bottom:6px;
	padding-top:6px;
	padding-left:10px;
	padding-right:10px;
	color:#FFFFFF;
	background-color:#0974BA;
	background-image: url(images/botao_fundo.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width:auto;
}
#formulario .texto_intro{ /* define texto das instruç~eos do formulário */
	color:#000000;
}

/* ligthbox */
#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(/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#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;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

div#clear{
	clear:both;
	height:1px;
}

form{
	margin:0px;
	padding:0px;
}



div#widgetbox{
	text-align:center;
	border-top: 1px solid #919191;
	border-bottom:0px;
	margin-right:15px;
	margin-left:2px;
	background-image: url(images/fundo_widgetbox.jpg);
	background-repeat:no-repeat;
	background-position: top;
	margin-top:10px;
	margin-bottom:10px;
}

div#widgetbox noscript{
	display:block;
	margin:0px;
	padding:0px;
	margin-top:3px;
}
