*{
	margin:0 auto;
	padding:0;}
body{
	background-image:url(../images/bg2.gif);
	}
#geral{
	width:980px;
	height:auto;
	display:table;
	border:4px solid #fff;
	background-image:url(../images/bg.gif);
	}
#topo{
	float:left;
	width:980px;
	height:170px;
	display:block;
	background-color:#FFFFFF;
	
	}
#flash{
	float:left;
	width:980px;
	height:200px;
	display:block;
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	}
#conteudo{
	float:left;
	width:980px;
	height:380px;
	display:block;
	background-image:url(../images/bg_tarja.png);
	}
#esq{
	float:left;
	width:210px;
	height:380px;
	display:block;	
	}
#texto{
	float:left;
	width:755px;
	height:355px;
	display:block;	
	border:2px dotted #666;
	margin-top:10px;
	overflow:hidden;
	}
.texto2{
	float:left;
	width:755px;
	height:355px;
	display:block;
	margin-top:300px;		
	}
.fotos, .fotos2{
	float:left;
	width:755px;
	height:280px;
	display:block;
	overflow:auto;
	}
#contato{
	margin:5px 0 0 10px;
	}
#flash-home{
	float:right;
	margin:5px;
	width:326px;
	height:300px;
	display:block;
	border:1px solid #000;
	}
#rodape{
	float:left;
	clear:both;
	width:980px;
	border-top:2px solid #074F02;
	height:60px;
	
	}
	
hr {
	border-top: 2px solid #C6E64D;
	margin-top:3px;
}
/*------------------- Formatação------------------------ */
#texto h2 {
	color:#FF6600;
	text-align: left;
	font: bold 18px Arial, Helvetica, sans-serif;
	margin: 5px 0 0 10px;
	width: 430px;
	font-style:italic;
	height:23px;
	background-image:url(../images/fundo_tit.gif);
	padding-left:40px;
	padding-top:2px;
	border-bottom:2px dotted #666;
}

h4 {
	color:#b00;
	font: bold 16px Arial, Helvetica, sans-serif;
	margin:30px 10px 10px 10px;
}

h6 {
	color:#76A50A;
	font: bold 16px Arial, Helvetica, sans-serif;
	margin:10px;
}
#rodape p{
	font:bold 18px Arial, Helvetica, sans-serif;
	color:#FF6600;
	letter-spacing:1px;
	}
address{
	font:12px Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	text-align:center;
	margin-top:3px;
	}
#rodape a{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	}
#rodape a:hover{
	font-weight:bold;
	color:#006600;
	text-decoration:none;
	}
#texto p{
	font:12px Arial, Helvetica, sans-serif;
	line-height:22px;
	margin:10px;
	}
#texto ul{
	margin:5px 0 0 30px;
	}
#texto li {
	font:12px Arial, Helvetica, sans-serif;
	list-style-type:square;
	line-height:23px;
	
	}
#texto a{
	color:#000;
	text-decoration:none;
	}
#texto a:hover{
	color:#0000CC;
	text-decoration:underline;
	}
.fotos img{
	float:left;
	border:none;
	margin:5px 0 0 20px;
	}
.fotos2 img{
	float:left;
	border:none;
	margin:8px 0 5px 15px;
	}
#contato p{
	line-height:normal;
	
	}

/*------------------- Fim Formatação------------------------ */
	
/*------------------- Menu Vertical------------------------ */

.arrowlistmenu{
	width: 186px; /*width of accordion menu*/
	border: 5px solid #fff;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 11px Arial;
	color: white;
	background: black url(../images/titlebar.png) repeat-x center left;
	margin-bottom: 3px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(../images/titlebar-active.png);
	color:#CF2031;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #000;
	background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	border-bottom: 1px solid #dadada;
	font: bold 7pt arial;
}

.arrowlistmenu ul li a:visited{
color: #000;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #fff;
background-color: #71A014;
}
