@font-face {
 font-family: "Candara";
 src: url("fonts/Candara.eot") /* EOT file for IE */
}
@font-face {
 font-family: "Candara";
 src: url("fonts/Candara.ttf") /* TTF file for CSS3 browsers */
}


body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background: #FFF;
	line-height: 150%;
}

#topo{
	width: 100%;
	height: 270px;
	border-bottom: 2px solid #600504;
	clear: both;
	background: #FFF;
}

#topointerno{
	width: 990px;
	margin: 0 auto;
	text-align: center;
}

#menu{
	list-style: none;
	padding: 0;
	margin: 0 auto 0 auto;
	clear: both;
}
#menu li{
	display: inline-block;
	padding: 0 0 0 0;
}

li ul.submenu{
	display: none;
	margin: 0;
	margin-top: 8px;
	margin-left: 0;
	padding: 0 0 0 0;
	position: absolute;
	width: 150px;
	height: auto;
	background: #600504;
	z-index: 30;
}
ul.submenu li{
	width: 100%;
	display: block;
	margin-top: 0;
}
ul.submenu a{
	display: block;
	border-top: 1px solid #CCC;
	color: #FFF !important;
}
ul.submenu a:hover{
	background: #a41d21 !important;
}

#menu a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4C4C4C;
	text-decoration: none;
	padding: 10px 8px;
}
#menu a:hover, .ativo{
	background: #600504;
	padding: 10px 8px;
	color: #FFF !important;
	text-decoration: none;
}

#menu a.facebook:hover{
	background: none !important;
	padding: 10px 8px;
	color: #FFF !important;
	text-decoration: none;
}



#menu_rodape{
	list-style: none;
	padding: 0;
	margin: 11px 10px 0 0;
	float: right;
}
#menu_rodape li{
	float: left;
	padding: 0 0 0 20px;
}
#menu_rodape a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCC;
	text-decoration: none;
	padding: 10px 8px;
	line-height: 180%;
}
#menu_rodape a:hover{
	padding: 10px 8px;
	color: #FFF;
	text-decoration: none;
}

#meio{
	width: 990px;
	margin: 0 auto;
	clear: both;
	height: auto;
	margin-top: -45px;
}

#conteudo{
	width: 640px;
	height: auto;
	float: left;
}
#conteudomeio{
	height: auto;
	background: url(imagens/bg_conteudo_meio.png) center bottom repeat-y;
	padding: 30px;
	text-align: justify;
}
#countedotopo{
	background: url(imagens/bg_conteudo_topo.png) center top no-repeat;
	height: 18px;
}
#countedobaixo{
	background: url(imagens/bg_conteudo_baixo.png) center bottom no-repeat;
	height: 18px;
}

#rodape{
	background: url(imagens/bg_rodape2.jpg) repeat-x;
	width: 100%;
	height: auto;
	clear: both;
	border-top: 1px solid #240000;
	color: #CCC;
}
#rodape div{
	width: 990px;
	margin: 0 auto;
	clear: both;
}

#relogio{
	 width: 330px;
	 height: 15px;
	 float: right;
	 margin-top: 0;
	 text-align: right;
	 padding: 15px 20px 0 0;
}
#boxnoticias{
	width: 350px;
	height: 444px;
	background: url(imagens/bg_noticias.png) no-repeat center;
	float: right;
	font-size: 14px;
}

#boxnoticias h3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 16px;
	background: url(imagens/bg_titulo_noticia.jpg) no-repeat;
	line-height: 43px;
	margin: 13px 0 0 14px;
	padding: 0 0 0 20px;
}

#boxnoticias ul{
	list-style: none;
	margin: 10px 0 0 25px;
	padding: 0 0 0 0;
	width: 300px;
}
#boxnoticias li{
	background: url(imagens/seta_lista.gif) no-repeat left 5px;
	margin-bottom: 15px;
	padding-left: 20px;
}
#boxnoticias a{
	color: #333;
	text-decoration: none;
}
#boxnoticias a:hover{
	text-decoration: underline;
}

.crednoti{
	position: absolute;
	font-size: 12px;
	margin-top: 410px;
	margin-left: 25px;
}

h1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 0;
	padding-top: 0;
}

h3{
	color: #600504;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
}

address{
	margin: 10px 0 10px 10px;
	font-style: normal;
	float: left;
	line-height: 130%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxequipe{
	border-bottom: 1px solid #DDD;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.boxequipe img{
	float: left; 
	margin: 0 20px 20px 0;
	border: 1px solid #DDD;
}
.descricao{
	float: left;
	text-align: left;
}
.nome{
	font-size: 18px;
	font-weight: bold;
	color: #600504;
}
.funcao{
	font-weight: bold;
	color: #666;
}

.listaartigos{
	list-style: none;
	margin: 0;
	padding: 0;
}
.listaartigos li{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDD;
}


.listaartigos a{
	text-decoration: none;
}

.inputbox{
	padding: 10px;
	border: 1px solid #DDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.button{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #600504;
	color: #FFF;
	padding: 10px 15px;
	border: 0;
	cursor: pointer;
}

strong{
	color: #000;
}

.box{
	width: 270px;
	height: 150px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: left;
}
.box h3{
	font-size: 20px;
	color: #5F0504;
	font-weight: normal;
	margin-bottom: 5px;
}
.box a{
	color: #5F0504;
	text-decoration: none;
	font-weight: bold;
}
.box a:hover{
	text-decoration: underline;
}


#banner{
	height: 253px;
	clear: both;
	background: url(imagens/bg_conteudo_meio.png) center bottom repeat-y;
	padding: 2px 0 0 13px;
}
.slides_container {
	width:612px;
	overflow:hidden;
	display:none;
	background: #f0f0f0;
}
.slides_container div.slide {
	width:610px;
	height:253px;
	display:block;
	border: 1px solid #DDD;
	background: #f0f0f0;
}

div.slide img{
	border: 0;
}

.pagination {
	margin:0 auto;
	padding-bottom: 50px;
	width:100px;
	height: 50px;
	clear: both;
	background: #DDD;
}
.pagination li {
	float:left;
	margin:10px 1px 20px 1px;
	list-style:none;
	text-align: left;
}
.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(imagens/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}
.pagination li.current a {
	background-position:0 -12px;
}