/* ##################### GLOBAIS ##################### */



* {

	padding: 0;

	margin: 0;

}



body, html {
	width: 767px;
	font-family: Sans-serif;
	font-size   : 11px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFCC;
}



a:link, a:active, a:visited {

	font-size        : 11px;

	color: #990000;

	text-decoration: none;

	page-break-after: always;

}

a:hover {

	color            : #B90000;

}



.text_small {

	font-size        : 11px;

}



.hr {

	color : #5DB1EF; 

	height : 1px; 

}



/* ##################### CABECALHO ##################### */



.url {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #333333;

	font-weight: bold;

	text-align: left;

	padding-left: 15px;

}



.menu_topo a:link, .menu_topo a:visited {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #333333;

	text-align: center;

	border-left-width: 5px;

	border-left-style: solid;

	border-left-color: #000066;

	border-right-width: 1px;

	border-right-style: solid;

	border-right-color: #000066;

	border-top-width: 1px;

	border-top-style: solid;

	border-top-color: #000066;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #000066;

	margin-right: 20px;

	padding-right: 10px;

	padding-left: 10px;

	background-color: #FFFFFF;

	

	position: relative;

	top: 1px;

	

}



.menu_topo a:hover {

background       : #e9e9e9;

border-right-width: 5px;

	border-left-width: 1px;

	border-right-style: solid;

	border-left-style: solid;

	border-right-color: #000066;

	border-left-color: #000066;

	border-top-width: 1px;

	border-bottom-width: 1px;

	border-top-style: solid;

	border-bottom-style: solid;

	border-top-color: #000066;

	border-bottom-color: #000066;

}





/* ##################### CONTEUDO ##################### */





.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size        : 16px;
	font-weight      : bold;
	color            : #333333;
	margin-left      : 35px;
	padding-bottom: 7px;


}



.conteudo {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #111111;
	text-align: justify;
	margin: 15px;	

}





/* ##################### noticias ##################### */

.topic {
	font-weight : bold;
	color : white;
	font-size: 14px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 30px;
	margin-left : 15px;
	margin-right: 15px;
	background-color: #666666;
	background-repeat: no-repeat;
	background-position: 0% 50%;
} 



.news {
	font-size: 12px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 6px;
} 



.news .content {

	padding-left: 0px;

	text-indent: 10px;

}



.news .date {

	color : #E18700; 

	font-size : 90%; 

} 

.news_title {

	font-weight : bold;

	font-size: 13px;

	margin : 5px 0 5px;

} 



.news .more {

	

	text-align: right;

} 

.news .more a {

	padding-right: 15px;

	padding-top: 15px;

	

}



hr{

	height : 1px;

	color: #333333;

	border-top-color: #333333;

	border-right-color: #333333;

	border-bottom-color: #333333;

	border-left-color: #333333;

	border-top-width: 2px;

	border-right-width: 2px;

	border-bottom-width: 2px;

	border-left-width: 2px;

}



/* ##################### menu ##################### */


.menu {


	width            : 145px;

	
}


.mainmenu {

	padding-left:10;

	border           : 1px solid #666666;

	height           : 15px;

	display          : block;

	width            : 145px;

	color            : #444444;

	margin: 2px 20px 2px 2px;

	text-indent: 10px;

}



a.mainmenu:link, a.mainmenu:visited {

	height           : 15px;

	display          : block;

	color            : #444444;

	margin: 5px 2px 2px 2px;

	border-top: 1px solid #666666;

	border-right: 1px solid #666666;

	border-bottom: 1px solid #666666;

	border-left: 10px solid #000066;

	

}

a.mainmenu:hover {

	border-top: 1px solid #666666;

	border-left: 1px solid #666666;

	border-bottom: 1px solid #666666;

	border-right: 10px solid #000066;

	height           : 15px;

	display          : block;

	width            : 145px;

	color            : #444444;



}


.submenu {

	border           : 1px solid #666666;

	height           : 15px;

	display          : block;

	width            : 135px;

	color            : #444444;

	margin: 2px 20px 12px 2px;

	text-indent: 10px;

}



a.submenu:link, a.submenu:visited {

	height           : 15px;

	display          : block;

	color            : #444444;

	margin: 2px 2px 2px 12px;

	border-top: 1px solid #666666;

	border-right: 1px solid #666666;

	border-bottom: 1px solid #666666;

	border-left: 10px solid #000066;

	

}

a.submenu:hover {

	border-top: 1px solid #666666;

	border-left: 1px solid #666666;

	border-bottom: 1px solid #666666;

	border-right: 10px solid #000066;

	height           : 15px;

	display          : block;

	width            : 135px;

	color            : #444444;



}



.footer {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #333333;

	text-align: center;

	padding-bottom: 10px;



}



p {

	margin: 0 0 13 0;

}



ul {margin: 0px 0px 13px 20px}



ol {margin: 0px 0px 13px 20px}



.inactive {

	border           : 1px solid #000000;

	height           : 15px;

	display          : block;

	width            : 145px;

	color            : #FFFFFF;

	background       : #000066;

	font-size: 12px;

	font-weight: bold;

	margin: 2px 2px 2px 2px;

	text-indent: 10px;

	

	

}

a.inactive:link, a.inactive:visited {

	border           : 1px solid #000000;

	height           : 15px;

	display          : block;

	width            : 155px;

	color            : #FFFFFF;

	background       : #000066;

	font-size: 12px;

	font-weight: bold;

	margin: 2px 2px 2px 2px;

	
}

.destaques {
color            : #000000;
font-size: 12px;

}


/*eventos */

#eventos_box {
width: 140px;
height: 300px;
padding: 15px;
}

.eventos .eventostitulo{
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

.eventos .eventosdata{
	color: #FF0000;
	font-size: 10px;
	padding-top: 5px;
	font-weight: bold;
}

.eventos .eventosdescricao{
	color: #333333;
	font-size: 12px;
	padding-top: 5px;
}
.eventos a{
text-decoration: none;
}

/*eventos */

.eventos {
	padding : 20px 20px 20px 20px;
	font-size: 12px;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
} 



.eventos .evento_data {

	color : #FF9900; 

	font-weight : bold;

	margin : 5px 0 5px;

	font-size : 90%; 

} 

.evento_titulo {
	font-weight : bold;
	font-size: 14px;
	margin : 5px 0 5px;
	color : #3F729E;
	text-transform: uppercase;
	text-decoration: underline;
} 

/*drop menu */

.tmenu {min-height: 28px; margin-top:2px;
}

div.menu1 a:hover, .menu1_over {
/*background: #A6B8C9;*/
}


.menu1_over, .menu1 {
	font-size: 12px;
	float: left;
	color: #FF9900;
}
.menu1_over a, .menu1 a, .menu1 a:visited, .menu1_over a:hover, .menu1_over a:visited  {
	position: relative;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-right: 1px;
	padding-top: 8px;
	padding-right: 13px;
	padding-bottom: 8px;
	padding-left: 13px;
	margin-top: 0px;
	font-size: 12px;
}

.menu1 .menu2, .menu1_over .menu2 {position: absolute; display: none; z-Index: 100}					

.menu2 {
	margin: 0;
	padding: 0;
	width: 200px;


}
.menu2 a:hover {
	color:#990000;
	padding-top: 5px;
	padding-right: 13px;
	padding-bottom: 5px;
	padding-left: 13px;
}
.menu2 a:visited {
color:#6F0000;
	padding-top: 5px;
	padding-right: 13px;
	padding-bottom: 5px;
	padding-left: 13px;
}
.menu3 {
	margin: 0;
	padding: 0;
	width: 200px;

}

.menu3 a:hover {
	color:#990000;
	padding-top: 5px;
	padding-right: 13px;
	padding-bottom: 5px;
	padding-left: 13px;
}
.menu2 div.m3_over, .menu2 div.m3, .menu2 div.item {
	margin: 0px;
	background-color: #999999;
	width:100%;
}


div.m3_over div.menu3, .menu2 div.m3 div.menu3 {position: absolute; padding-left: 1px; margin-top: -20px; left: 190px; display: none; z-Index: 80}

div.m3 a, div.m3_over a, div.item a {
	color: #ffffff;
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 13px;
	padding-bottom: 5px;
	padding-left: 13px;
}

div.m3 .menu3 a:hover, div.m3:hover a, div.item a:hover {
	font-weight: bold;
	color: #990000;
	

}	
div.m3 .menu3 a:visited, div.m3_over .menu3 a:visited {
color: #6F0000;
}

/* Fix IE. Hide from IE Mac \*/
* html .menu2 div.item { float: left; }
* html .menu2 div.item a { height: 1%; }
* html .menu2 div.m3 { float: left; }
* html .menu2 div.m3 a{ height: 1%;}
* html .menu2 div.m3_over { float: left; height: 1%;  }
* html .menu2 div.m3_over a{ height: 1%; }
/* End */


div.menu1:hover .menu2,  .menu1_over .menu2 {
	display: block;
}
div.m3:hover div.menu3 {display: block}
div.m3_over div.menu3 {display: block}


.mn2_t {font-size: 1px; line-height: 1px; height: 2px}
.mn2_b {font-size: 1px; line-height: 1px; height: 2px}
