@charset "utf-8";
* {
	list-style:none;
	margin: 0;
	padding: 0;
}

body {
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background:#f7f6f1 url(../images/bg_topo_fundo.jpg) repeat-x top;	
}

#corpo {
	width: 798px;
	margin: 0 auto;
	background: url(../images/bg_corpo.jpg) repeat-y center;
}

#topo {
	width: 798px;
	height: 146px;
	margin: 0 auto;
	padding: 0 35px 0 35px;
	background-image: url(../images/bg_topoAnimado.gif);
	background-repeat: no-repeat;
	background-position: center;
}


#topo #data{
	font-size: 10px;
	padding-top: 62px;
	margin-right: 15px;
	float: right;
	text-align:right
}

#pagina {
	width: 768px;
	margin: 0 auto;
	padding: 25px 50px 25px 50px;
	background: url(../images/bg_corpo.jpg) repeat-y center;
	position:relative;
	overflow: auto;
}
	
#rodape {
	width: 768px;
	height: 120px;
	margin: 0 auto;
	padding: 15px 50px 0 50px;	
	background:#f7f6f1 url(../images/bg_rodape.jpg) no-repeat top;
	text-align:center;
}

#menu {
	width: 140px;
	padding-right: 25px;
	float: left;

}

#centro {
	width: 443px;
	float: left;

}

#banners {
	width: 140px;
	float: right;

}

.borda_banner {
	background-color:#f9f9f9;
	border: 1px solid #e7e7e7;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 4px;
	padding-right: 4px;
	font-size:10px;
	margin-bottom: 10px;
}

#boxVideo {
	width:140px;
	height:130px;
	float: right;
}


#centro p {
	color:#666;
	line-height:150%;
	text-align: justify;	
}

#centro h1 {
	color:#666;
	font-size: 20px;
	font-weight:bold;
}

#centro h3 {
	color:#666;
	font-size: 16px;
}

#centro h5 {
	color:#666;
	font-size: 12px;
	font-weight:normal;
	padding-bottom: 5px;
}

#centro p a, #centro p a:visited {
	color:#333;
	font-weight:bold;
	text-decoration:none;
}

#centro p a:hover {
	color:#333;
	font-weight:bold;
	text-decoration:underline;
}


/* ---------------------------------------------------------------------- */

.arrowlistmenu{
	width: 140px;
}

.arrowlistmenu .menuheader{
	font: bold 11px Arial, Helvetica, sans-serif;

	background: url(../images/bg_menu_default.gif) no-repeat;
	padding: 3px 0 0 5px;
	cursor: pointer;
	height: 20px;
	word-spacing: -1px;

}

.arrowlistmenu .menuheader a{
	color: #000;	
	text-decoration: none;	
}

.arrowlistmenu .openheader{
	background-image: url(../images/bg_menu_up.gif);
}

.arrowlistmenu .closeheader{
	background-image: url(../images/bg_menu_down.gif);
}


.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}


.arrowlistmenu ul li{
	/*padding-bottom: 2px;*/ /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
	background: #e7e7e7 !important;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
	background: #e9f3d1 !important;
}

.arrowlistmenu ul li a{
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 10px; /*link text is indented 19px*/
	text-decoration: none;
	border-bottom: 1px solid #E7E7E7;
}

.arrowlistmenu ul li a:visited{
	color: #000;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	background-color: #F3F3F3;
}

.arrowlistmenu ul li a:active{ /*hover state CSS*/
	background-color: #f8f8f8;
	color:#666;
	font-weight:bold;
}


.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	background: lightblue;
}

.bg_menu_default {
	background: url(../images/bg_menu_default.gif) no-repeat;	
}

.bg_menu_selecionado {
	background: url(../images/bg_menu_default_marcado.gif) no-repeat;	
}
