/* Principal */
body {
	background:#E3EAE3;
	font:12px Arial;
	color:#333;
	text-align:center;
}
body, div, ul, li, dt, dl, form, fieldset, h1, h2, h3, h4, h5, h6, hr {
	margin:0;
	padding:0;
	border:0;
	text-align:left;
}
a {
	text-decoration:none;
	color:#333;
}
a img {
	border:0;
}

/* Correcoes de layout */
ul {
	margin-left:20px;
}

/* Extras */
#site {
	width:780px;
	margin:0 auto;
}
.limpa {
	clear:both;
	line-height:1px;
	height:1px;
}
.limpar {
	clear:both;
	line-height:1px;
	height:1px;
}
.esquerdo {
	float:left;
}
.mensagemJS {
	color:red;
}

/* Cabecalho */
#cabecalho {
	margin-bottom:7px;
}
#cabecalho h1 a {
	background:url(../imagens/cabecalho_fundo.jpg) no-repeat;
	height:140px;
	display:block;
}
#cabecalho h1 span {
	display:none;
}

/* Menu */
#cabecalho .menu {
 	background:url(../imagens/menu_fundo.gif) no-repeat;
	margin-top:7px;
	height:33px;
}
#cabecalho .menu li {
	list-style:none;
	float:left;
	margin-right:10px;
}
#cabecalho .menu li span {
	color:#97CA34;
}
#cabecalho .menu li a {
	padding:7px 5px 0 10px;
	height:26px;
	display:block;
	color:#FFF;
	font:bold 12px Arial;
}
#cabecalho .menu li a:hover, #cabecalho .menu li a:focus, #cabecalho .menu li a.hover {
	background:url(../imagens/menu_hover.gif) repeat-x;
}

/* Submenu */
#cabecalho .menu dl {
	background:#003B2D;
	position:absolute;
	white-space:nowrap;
	padding:10px;
	width:148px;
	z-index:500;
}
#cabecalho .menu dt a {
	padding:5px 10px;
	height:15px;
}
#cabecalho .menu dt a:hover {
	background:#004B3B;
}

/* Mensagens */
#erro, #sucesso {
	margin:20px 0 0;
	padding:5px;
	border:1px dashed red;
	font:bold 11px Arial;
}
#sucesso {
	border:1px dashed green;
}

/* Rodape */
#rodape {
	margin-bottom:10px;
	float:left;
}
#rodape address {
	font:11px Arial;
	color:#4D590D;
	margin-top:35px;
	margin-left:25px;
	float:left;
}
#rodape span {
	display:none;
}
#rodape .wl {
	background:url(../imagens/rodape.gif) -211px -11px no-repeat;
	float:left;
	margin:25px 0 0 0;
	width:63px;
	height:63px;
}
#rodape .pr {
	background:url(../imagens/rodape.gif) -156px -14px no-repeat;
	margin:30px 0 0 90px;
	float:left;
	width:45px;
	height:57px;
}
#rodape .gdf {
	background:url(../imagens/rodape.gif) -100px 0px no-repeat;
 	margin:15px 0 0 40px;
	float:left;
	width:46px;
	height:84px;
}
#rodape .cldf {
	background:url(../imagens/rodape.gif) 0px 0px no-repeat;
	float:left;
	margin:15px 0 0 40px;
	width:90px;
	height:84px;
}
/* Index */
#conteudo_topo {
	background:url(../imagens/conteudo_fundo_topo.gif) no-repeat;
	height:7px;
	line-height:7px;
}
#conteudo {
	background:#EEF0ED url(../imagens/conteudo_fundo_direita.gif) top right repeat-y;
	width:780px;
}
#conteudo_rodape {
	background:url(../imagens/conteudo_fundo_rodape.gif) no-repeat;
	height:7px;
	line-height:7px;
}

#conteudo .anuncio {
	margin:26px 18px 0 20px;
	border-right:1px solid #B2BDAC;
	float:left;
	padding-right:27px;
	width:286px;
}
#conteudo .anuncio .foto {
	border:2px solid #FFF;
	width:125px;
	height:170px;
	overflow:hidden;
	float:left;
	margin-right:20px;
}
#conteudo .anuncio .esquerdo {
	width:137px;
}
#conteudo .anuncio h2 a {
	color:#CC6633;
	font:bold 16px Arial;
}
#conteudo .anuncio .resumo {
	font:11px Arial;
}

#conteudo .destaques {
	float:left;
	margin-top:26px;
	width:258px;
}
#conteudo .destaque {
	margin-bottom:17px;
	margin-right:39px;
}
#conteudo .destaque .foto {
	border:2px solid #FFF;
	width:60px;
	height:65px;
	overflow:hidden;
	float:left;
	margin-right:15px;
}
#conteudo .destaque .esquerdo {
	width:136px;
}
#conteudo .destaque h2 a {
	font:bold 13px Arial;
	color:#CC9933;
}
#conteudo .destaque .resumo {
	font:11px Arial;
}

#conteudo .banners {
	float:right;
	width:139px;
	margin-right:16px;
}
#conteudo .banners img {
	margin-top:5px;
	margin-bottom:5px;
}

#conteudo .outros {
	float:left;
	background:#FFF;
	width:586px;
	padding-left:24px;
	padding-top:5px;
	margin-bottom:-1px;
	margin-top:-20px;
}
#conteudo .outros h2 a {
	font:bold 13px Arial;
	color:#CC3300;
}
#conteudo .outros .barra {
	height:1px;
	line-height:1px;
	border-bottom:1px dotted #ADBFB0;
	width:550px;
	margin-top:5px;
	margin-bottom:3px;
}
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.4.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.4
 * @date November 17, 2007
 * @category jQuery plugin
 * @copyright (c) 2007 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
