@charset "utf-8";
/* CSS Document */

body {
	background-image: url(img/fundo.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #502E6A;
}

#divide{
	clear:both;
	height:20px;
}

#divide_acontece{
	height:30px;
	background-image:url(img/divide_acontece.jpg);
	background-repeat:repeat-x;
}

#geral{
	margin: 0px auto;
	width:950px;
}

#esquerda{
	width:190px;	
	float:left;
}

#menu{
	width:190px;
	background-color:#120a08;
}

#link{
	width:190px;
	background-image:url(img/img_fundo_menu.jpg);
	background-repeat:no-repeat;
}

#link ul {
	width:170px;
	padding: 0; 
	margin: 0;		
	margin-left:10px;
	margin-right:10px;
	list-style-type: none;
	font-family: Trebuchet MS;
	font-size:12px;
}
#link ul li {
	padding: 0; 	
	margin: 0;	
	color:#FFF;
	padding-bottom:5px;
}
#link ul li a {
	padding: 0; 	
	margin: 0;	
	text-decoration: none;
	color: #FFF;
}
#link ul li a:hover {
	padding: 0; 	
	margin: 0;	
	text-decoration: underline;	
	color: #ff7e13;
}

#fim_menu{
	width:190px;
	height:12px;
	background-image:url(img/img_fim_menu.jpg);
}

#titulo_newsletter{
	padding-left:10px;
	padding-top:4px;
	font-family:Trebuchet MS;
	font-size:26px;
	font-weight:bold;
	color:#FFF;
	width:180px;
	height:37px;
	background-image:url(img/img_tit_newsletter.jpg)
}

#conteudo_newsletter{
	padding:10px;
	width:170px;
	background-color:#311d37;	
}

#fim_newsletter{
	width:190px;
	height:11px;
	background-image:url(img/img_fim_newsletter.jpg);
}

#logo{
	margin: 0px auto;
	width:185px;
	margin-bottom:10px;
}

#topo{
	width:760px;	
	float:left
}

#conteudo{
	width:740px;
	float:right;
	margin-top:20px;
}

#direita{
	width:232px;
	float:right;
	margin-left:18px;
}

#titulo_direita{
	padding-left:10px;
	padding-top:4px;
	font-family:Trebuchet MS;
	font-size:26px;
	font-weight:bold;
	color:#FFF;	
	background-image:url(img/img_titulo_direita.jpg);
	width:222px;
	height:37px;
}

#conteudo_direita{
	padding:10px;
	width:212px;
	background-color:#311d37;	
}

#fim_direita{
	width:232px;
	height:11px;
	background-image:url(img/img_fim_direita.jpg);
}

#miolo{
	width:490px;
	float:left;
}

#inicio_video{
	background-image:url(img/img_inicio_video.jpg);
	width:490px;
	height:8px;
}

#conteudo_video{
	padding:10px;
	width:470px;
	background-color:#311d37;	
	padding-top:0px;
	padding-bottom:0px;
}

#fim_video{
	width:490px;
	height:8px;
	background-image:url(img/img_fim_video.jpg);
}

#titulo_proximo{
	padding-left:10px;
	padding-top:4px;
	font-family:Trebuchet MS;
	font-size:26px;
	font-weight:bold;
	color:#FFF;	
	background-image:url(img/img_titulo_direita.jpg);
	width:222px;
	height:37px;
}

#conteudo_proximo{
	padding:10px;
	width:212px;
	background-color:#311d37;	
}

#fim_proximo{
	width:232px;
	height:11px;
	background-image:url(img/img_fim_direita.jpg);
}

#inicio_interna{
	width:740px;
	background-image:url(img/inicio_conteudo_interna.jpg);
	height:10px;
}

#meio_interna{
	width:700px;
	background-image:url(img/meio_conteudo_interna.jpg);
	background-repeat:repeat-y;
	padding:10px;
	padding-left:20px;
	padding-right:20px;
}

#fim_interna{
	width:740px;
	background-image:url(img/fim_conteudo_interna.jpg);
	height:10px;
}

#rodape{
	background-image:url(img/img_divide_rodape.jpg);
	background-repeat:repeat-x;
	background-color:#ff7e14;
}

#link_rodape{
	margin: 0px auto;
	width:950px;
	text-align:center;
	font-family:Trebuchet MS;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	padding-top:17px;
	padding-bottom:20px;
}

#link_rodape a{
	color:#FFF;	
	text-decoration:none;
}

#link_rodape a:hover{
	color:#4d2c67;
	text-decoration:underline;
}

#logo_rodape{
	margin: 0px auto;
	width:950px;
}

#copyright{
	width:750px;
	margin-left:20px;
	float:left;
}

#assinatura{
	width:160px;
	margin-right:20px;
	float:right;
	padding-top:10px;
}

/*ACORDION*/
#basic-accordian{
	padding:0px;
	width:460px;
	z-index:2;
}

.accordion_headings{
	padding:0px;
	cursor:pointer;
	font-weight:bold;
	margin-bottom:5px;
	background-color:#fbf8fc;
	padding-left:3px;
}

.accordion_headings:hover{

}

.accordion_child{
	padding:10px;
}

.header_highlight{
}
