body {
	margin:0px 0px 0px 0px;
	background:url(fundo.gif);
	background-repeat:repeat-x;
	background-color:#88BACF; /* Background cor */
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#site {
	width:935px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:60px;
}
#topo {
	width:936px;
	height:auto;
	float:left;
	/*background-color: #FFFFFF;*/
	margin-left: -1px;
	border: none;
	margin-bottom: -3px;
	
}
#conteudo {
	width:935px;
	height:auto;
	float:left;
	background: #FFFFFF;
	border: none;
	margin-top: 0px;
	padding-top: 3px;
}
.conteudoEsq {
	width:196px;
	height:auto;
	float:left;
	margin-left: 3px;
	
}
#menu {
	width:196px;
	height:auto;
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
	margin-left: 5px;
	display: block;

}
#menu li {
	width:196px;
	height:26px;
	float:left;
	margin-bottom:3px;
	background-repeat:repeat-x;
	display: block;
}
#menu li, #menu .menuactivo {
	width:196px;
	height:26px;
	float:left;
	margin-bottom:3px;
	background-repeat:repeat-x;
}
#menu li a {
	width:100%;
	height:26px;
	text-align:left;
	font-size:12px;
	color:#000000;
	float:left;
	text-decoration:none;
	padding-left: 10px;
}
#menu li a:hover {
	width:100%;
	height:26px;
	text-align:left;
	font-size:12px;
	color:#00911a;
	float:left;
	text-decoration:none;
	padding-left: 10px;
}
#menu .menuactivo a {
	color:#00911a;
	text-decoration:none;
	padding-left: 10px;
}
.bannerHp {
	width:196px;
	height:auto;
	float:left;
	margin-top:2px;
	text-align:center;
	position: relative;
}
.conteudoDir {
	width:660px;
	min-height:460px;
	float:right;
	background:#FFFFFF;
	padding:20px;
}
#siteFundo {
	width:100%;
	height:auto;
	float:left;
	background:none;
}
.conteudoDirDiv {
	width:660px;
	height:auto;
	float:left;
}
.conteudoH1 {
	width:100%;
	height:auto;
	float:left;
	font-size:22px;
	font-weight:normal;
	color:#00911a;
	padding:0px;
	margin:0px;
}
.conteudoH2 {
	width:100%;
	height:auto;
	float:left;
	font-size:11px;
	font-weight:bold;
	color:#6d6565;
	padding:0px;
	margin:0px;
	margin-top:15px;
	line-height:16px;
}
.conteudoH3 {
	width:100%;
	height:auto;
	float:left;
	font-size:11px;
	font-weight:normal;
	color:#6d6565;
	padding:0px;
	margin:0px;
	margin-top:10px;
	line-height:16px;
}
.conteudoDirCaixa {
	width:260px;
	height:auto;
	float:right;
	padding:20px;
	background:#5fcfef;
}
.conteudo2H2 {
	width:100%;
	height:auto;
	float:left;
	font-size:22px;
	font-weight:normal;
	color:#2c90ad;
	padding:0px;
	margin:0px;
}
.conteudo2H3 {
	width:100%;
	height:auto;
	float:left;
	font-size:11px;
	font-weight:normal;
	color:#ffffff;
	padding:0px;
	margin:0px;
	margin-top:10px;
	line-height:16px;
}
.conteudoInternasDirDiv {
	width:380px;
	height:auto;
	float:left;
}
.conteudoInternasGalDirDiv {
	width:100%;
	height:auto;
	float:left;
}
.conteudoInternasFoto {
	width:281px;
	height:auto;
	float:right;
}
.formulario, .mapa {
	width:100%;
	height:auto;
	float:left;
	margin-top:15px;
}
.formularioInput {
	width:90%;
	height:auto;
	font-size:12px;
}
.formularioTextarea {
	width:90%;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.formulario p {
	width:100%;
	height:auto;
	float:left;
	padding:0px;
	padding-bottom:10px;
	margin:0px;
	font-size:11px;
	color:#000000;
	line-height:16px;
}
.galeriaFotos {
	width:480px;
	height:auto;
	float:left;
	margin-top:20px;
	padding-left:95px;
	padding-bottom:10px;
}
.galeriaFotos_ind {
	width:150px;
	height:150px;
	float:left;
	padding:5px;
}
.fundo_interior {
	width:100%;
	height:auto;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	font-size:11px;
	color:#333333;
	text-align:right;
}
.fundo_interior a {
	color:#333333;
	text-decoration:none;
}
.fundo_interior a:hover {
	color:#333333;
	text-decoration:underline;
}
a{
	color: #33305D;
}

/*****SIMPLE TREE MENU STYLE*****/

.submenu { /* Style for LI that contains sub lists (other ULs). */
cursor: hand !important;
/*padding-top: 5px;
padding-bottom: 5px;*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font: Verdana;
font-size: 12px;
color: #33305D;
text-align: left;
text-transform: capitalize;
background: url(bg-menu.jpg) no-repeat !important;
float: left;
position: relative;
}

.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}

.treeview ul {
	margin-top: 4px;
}

.treeview .hitarea {
	height: 16px;
	width: 16px;
	float: left;
	cursor: pointer;
}

/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

#treecontrol { margin: 1em 0; display: none; }

.submenu :hover { cursor: pointer; }
 li { padding: 3px 0 2px 0px; }
.submenu span.folder, .filetree span.file { padding: 1px 0 7px 0px; display: block; font-weight: bold; }
.submenu span.folder { background: url(arrow1.png) 55px 3px no-repeat; font-weight: bold; }
.submenu li.expandable span.folder { background: url(arrow.png) 55px 3px no-repeat;}
.submenu span.file { background: url(images/file.gif) 0 0 no-repeat; }

.last { border-bottom: 1px solid #EDFDF3; }

.m-last a { 
	border-bottom: 1px solid #EDFDF3; 
	width:196px;
	height:26px;
	float:left;
	margin-bottom:3px;
	background-repeat:repeat-x;
	color: #00911a;
	
	}

.clearer { clear: both; width: 100%; height: 0; line-height: 0; font-size: 0;
margin: 0; padding: 0; border: 0; }