/* CSS Document */

body{
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-size: 11px;
	color: #999;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #FFCC00;
}
#geral{
text-align: left;
height:auto;
margin-right: auto;
margin-left: auto;
width: 770px;
}
#menu{
width:150px;
background-color:#335296;
float:left;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
font-weight:bold;
text-align:right;
padding-top:30px;
}
#news{
margin-top:20px;
padding-right:10px;
}
/*----menu----*/

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items 
	border-bottom: 1px solid #ccc;*/
	}
	
#menu ul li {
	position: relative;
	color:#000000;
	}
	
#menu li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 5px;
	display: none;
	}
#menu ul li ul li{
	width:120px;
	height:20px;
	_height:25px;
	text-align:left;
	background-color:#FFFFFF;
	padding-left:15px;
	padding-top:5px;
	display:block;
	border: 1px dashed #0033CC;
	margin-bottom:2px;
}
#menu ul li ul li a,#menu ul li ul li a:hover{
color:#999999;
text-decoration:none;
}
/* Styles for Menu Items */
#menu ul li a.empresa {
	display: block;
	text-decoration: none;
	background-image: url(img/btn_menu_.jpg); /* IE6 Bug */
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 5px 0px;
	/*border: 1px solid #ccc;  IE6 Bug */
	border-bottom: 0;
	width:140px;
	_width:150px;
	height:28px;
	_height:38px;
	color:#000000;
	}
#menu ul li a.quem {
	display: block;
	text-decoration: none;
	background-image: url(img/btn_menu_.jpg); /* IE6 Bug */
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 5px 0px;
	/*border: 1px solid #ccc;  IE6 Bug */
	border-bottom: 0;
	width:140px;
	_width:150px;
	height:28px;
	_height:38px;
	color:#000000;
	}
#menu ul li a.atuacao {
	display: block;
	text-decoration: none;
	background-image: url(img/btn_menu_.jpg); /* IE6 Bug */
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 5px 0px;
	/*border: 1px solid #ccc;  IE6 Bug */
	border-bottom: 0;
	width:140px;
	_width:150px;
	height:28px;
	_height:38px;
	color:#000000;
	}
#menu ul li a.links {
	display: block;
	text-decoration: none;
	background-image: url(img/btn_menu_.jpg); /* IE6 Bug */
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 5px 0px;
	/*border: 1px solid #ccc;  IE6 Bug */
	border-bottom: 0;
	width:140px;
	_width:150px;
	height:28px;
	_height:38px;
	color:#000000;
	}	
#menu ul li a.noticias {
	display: block;
	text-decoration: none;
	background-image: url(img/btn_menu_.jpg); /* IE6 Bug */
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 5px 0px;
	/*border: 1px solid #ccc;  IE6 Bug */
	border-bottom: 0;
	width:140px;
	_width:150px;
	height:28px;
	_height:38px;
	color:#000000;
	}	
#menu ul li a.oportunidades {
	display: block;
	text-decoration: none;
	background-image: url(img/btn_menu_.jpg); /* IE6 Bug */
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 5px 0px;
	/*border: 1px solid #ccc;  IE6 Bug */
	border-bottom: 0;
	width:140px;
	_width:150px;
	height:28px;
	_height:38px;
	color:#000000;
	}
#menu ul li a.contato {
	display: block;
	text-decoration: none;
	background-image: url(img/btn_menu_.jpg); /* IE6 Bug */
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 5px 0px;
	/*border: 1px solid #ccc;  IE6 Bug */
	border-bottom: 0;
	width:140px;
	_width:150px;
	height:28px;
	_height:38px;
	color:#000000;
	}		
/* Holly Hack. IE Requirement \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */

#menu li:hover ul, #menu li.over ul { display: block; } /*The magic */

/*------a:hover------*/
#menu ul li a:hover.empresa {
	display: block;
	text-decoration: none;
	background-image: url(img/btn_menu.jpg); /* IE6 Bug */
	padding: 10px 5px 0px;
	/*border: 1px solid #ccc;  IE6 Bug */
	border-bottom: 0;
	width:140px;
	_width:150px;
	height:28px;
	_height:38px;
	background-repeat: no-repeat;
	background-position: left top;
	color:#000000;
	}
#menu ul li a:hover.quem {
	display: block;
	text-decoration: none;
	background-image: url(img/btn_menu.jpg); /* IE6 Bug */
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 5px 0px;
	/*border: 1px solid #ccc;  IE6 Bug */
	border-bottom: 0;
	width:140px;
	_width:150px;
	height:28px;
	_height:38px;
	color:#000000;
	}
#menu ul li a:hover.atuacao {
	display: block;
	text-decoration: none;
	background-image: url(img/btn_menu.jpg); /* IE6 Bug */
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 5px 0px;
	/*border: 1px solid #ccc;  IE6 Bug */
	border-bottom: 0;
	width:140px;
	_width:150px;
	height:28px;
	_height:38px;
	color:#000000;
	}
#menu ul li a:hover.links {
	display: block;
	text-decoration: none;
	background-image: url(img/btn_menu.jpg); /* IE6 Bug */
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 5px 0px;
	/*border: 1px solid #ccc;  IE6 Bug */
	border-bottom: 0;
	width:140px;
	_width:150px;
	height:28px;
	_height:38px;
	color:#000000;
	}	
#menu ul li a:hover.noticias {
	display: block;
	text-decoration: none;
	background-image: url(img/btn_menu.jpg); /* IE6 Bug */
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 5px 0px;
	/*border: 1px solid #ccc;  IE6 Bug */
	border-bottom: 0;
	width:140px;
	_width:150px;
	height:28px;
	_height:38px;
	color:#000000;
	}	
#menu ul li a:hover.oportunidades {
	display: block;
	text-decoration: none;
	background-image: url(img/btn_menu.jpg); /* IE6 Bug */
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 5px 0px;
	/*border: 1px solid #ccc;  IE6 Bug */
	border-bottom: 0;
	width:140px;
	_width:150px;
	height:28px;
	_height:38px;
	color:#000000;
	}
#menu ul li a:hover.contato {
	display: block;
	text-decoration: none;
	background-image: url(img/btn_menu.jpg); /* IE6 Bug */
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 5px 0px;
	/*border: 1px solid #ccc;  IE6 Bug */
	border-bottom: 0;
	width:140px;
	_width:150px;
	height:28px;
	_height:38px;
	color:#000000;
	}
/*----menu----*/


#conteudo{
float:left;
width:620px;
}
#esq{
float:left;
width:285px;
_width:360px;
background-image:url(img/bg_esq.jpg);
background-repeat: no-repeat;
background-position: right top;
padding-left:15px;
padding-right:60px;
text-align:justify;
}
#dir{
float:left;
width:260px;
_width:250px;
padding-bottom:180px;
background-image:url(img/img_bottom.jpg);
background-repeat: no-repeat;
background-position: left bottom;
}
#flash{
	width:260px;
	_width:250px;
	height:245px;
	text-align:right;
}
#rodape{

}
address{
font-size:0.7em;
text-align:right;
color:#335296;
margin-right:10px;
}
/*------txtmenu------*/
.txtmenu{
margin-top:15px;
margin-right:10px;
}
.txtnews{
color:#FFFFFF;
font-size:9px;
}
.titnews{
font-size:10px;
color:#FFCC33;
}
a.linknoticia{
color:#666666;
text-decoration:none;
}
a:hover.linknoticia{
color:#999;
text-decoration:underline;
}
/*--------interno---------*/
#noticias{
	width:190px;
	height:auto;
	margin-left:10px;
	margin-top:30px;
	margin-bottom:35px;
	padding-left:10px;
	float:left;
	color:#666666;
	font-size:10px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
}
#noticias ul{
	list-style-image: none;
	list-style-type: none;
	margin-left:20px;
	padding-left:0px;
}
#noticias ul li{
	margin-bottom: 10px;
}
#noticias a{
	color:#999999;
}
#noticias a:hover, #noticias a:visited{
color:#cccccc;
text-decoration:underline;
}

#cont-interno{
float:left;
width:360px;
_width:400px;
padding-left:40px;
padding-bottom:10px;
text-align:justify;
float:left;
color:#000000;
}
h1{
font-size:14px;
font-weight:bold;
margin-top:30px;
color:#FFCC00;
text-transform:uppercase;
}
h2{
font-size:14px;
font-weight:bold;
margin-top:15px;
color:#000000;
}
h3{
font-size:12px;
font-weight:bold;
margin-top:15px;
color:#000000;
}
hr{
border-color:#FFCC00;
}
.floatleft{
	float:left;
}
#noticias img{
	margin:3px;
}
#cont-interno img .floatleft{
margin:3px;
}
