
html,body{
	margin: 0;
	padding: 0;
	background: url('../img/body_background.png') repeat-x #ededed;
	height: 100%;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 14px;
	color: #333333;
}

fieldset, legend{
	border: thin solid #ccc	;

}

input, textarea{
	background: #fffeeb;
	border: 1px dotted #464646;
	color: #10414f;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 14px;
}

a{
	color: #10414f;
	text-decoration: none;
}

a:hover{
	color: #333333;
	text-decoration:underline;
	cursor: pointer;
}

h1{
	font-size: 16px;
	color: #10414f;
}

#main{
	width: 800px;
	height:100%;
	min-height:100%;
	vertical-align: top;
	border-color: #000;
	margin-left: auto;
	margin-right:auto;
	
}

#header_td{
	height: 209px;	
}

#header_table{
	width: 100%;
	height: 209px;
		
}

#topo{
	height: 138px;
	background: url('../img/topo.png') no-repeat;
}

/* MENU */
#menu{
	display: block;
	height: 71px;
	max-height: 71px;

}

#menu ul{
	margin: 0;
	padding: 0;
}

#menu li{
	float:left;
	display: block;
	margin: 0;
	padding-top: 0;
	padding-left: 4px;
	list-style: none;
	
}

#nav li{float:left;position:relative;}
#nav ul {position:absolute;display:none;width:12em;top:72px;font-size:10px;}
#nav li ul a{width:250px;height:30px;float:left;background-color:#10414f; color:#fff; font-size: 14px;border-left: 1px dotted #ccc;border-right: 1px dotted #ccc;border-bottom: 1px dotted #ccc;margin-left: 5px; font-weight: bold;}
#nav ul ul{top:auto; background-color:#CCCCCC;}
#nav li ul ul {left:16em;margin:0px 0 0 10px;background-color:#CCCCCC;}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{display:none;}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{display:block;}




.menu_home_off{
	text-decoration: none;
	border: 0;
	display: block;
	width: 82px;
	height: 71px;
	background: url('../img/home_up.png') no-repeat;
	background-position: bottom;
}


#menu_home:hover{
	text-decoration: none;
	border: 0;
	display: block;
	width: 82px;
	height: 71px;
	background: url('../img/home_over.png') no-repeat;
	background-position: bottom;
}

.menu_home_on{
	text-decoration: none;
	border: 0;
	display: block;
	width: 82px;
	height: 71px;
	background: url('../img/home_down.png') no-repeat;
	background-position: bottom;
}

.menu_areas_off{
	
	text-decoration: none;
	border: 0;
	display: block;
	width: 149px;
	height: 71px;
	background: url('../img/areas_up.png') no-repeat;
	background-position: bottom;
}

#menu_areas:hover{
	text-decoration: none;
	border: 0;
	display: block;
	width: 149px;
	height: 71px;
	background: url('../img/areas_over.png') no-repeat;
	background-position: bottom;
}

.menu_areas_on{
	text-decoration: none;
	border: 0;
	display: block;
	width: 149px;
	height: 71px;
	background: url('../img/areas_down.png') no-repeat;
	background-position: bottom;
}

.menu_equipe_off{
	
	text-decoration: none;
	border: 0;
	display: block;
	width: 74px;
	height: 71px;
	background: url('../img/equipe_up.png') no-repeat;
	background-position: bottom;
}

#menu_equipe:hover{
	text-decoration: none;
	border: 0;
	display: block;
	width: 74px;
	height: 71px;
	background: url('../img/equipe_over.png') no-repeat;
	background-position: bottom;
}

.menu_equipe_on{
	text-decoration: none;
	border: 0;
	display: block;
	width: 74px;
	height: 71px;
	background: url('../img/equipe_down.png') no-repeat;
	background-position: bottom;
}

.menu_infra_off{
	
	text-decoration: none;
	border: 0;
	display: block;
	width: 141px;
	height: 71px;
	background: url('../img/infra_up.png') no-repeat;
	background-position: bottom;
}

#menu_infra:hover{
	text-decoration: none;
	border: 0;
	display: block;
	width: 141px;
	height: 71px;
	background: url('../img/infra_over.png') no-repeat;
	background-position: bottom;
}

.menu_infra_on{
	text-decoration: none;
	border: 0;
	display: block;
	width: 141px;
	height: 71px;
	background: url('../img/infra_down.png') no-repeat;
	background-position: bottom;
}

.menu_localizacao_off{
	
	text-decoration: none;
	border: 0;
	display: block;
	width: 105px;
	height: 71px;
	background: url('../img/localizacao_up.png') no-repeat;
	background-position: bottom;
}

#menu_localizacao:hover{
	text-decoration: none;
	border: 0;
	display: block;
	width: 105px;
	height: 71px;
	background: url('../img/localizacao_over.png') no-repeat;
	background-position: bottom;
}

.menu_localizacao_on{
	text-decoration: none;
	border: 0;
	display: block;
	width: 105px;
	height: 71px;
	background: url('../img/localizacao_down.png') no-repeat;
	background-position: bottom;
}

.menu_oportunidades_off{
	
	text-decoration: none;
	border: 0;
	display: block;
	width: 132px;
	height: 71px;
	background: url('../img/oportunidades_up.png') no-repeat;
	background-position: bottom;
}

#menu_oportunidades:hover{
	text-decoration: none;
	border: 0;
	display: block;
	width: 132px;
	height: 71px;
	background: url('../img/oportunidades_over.png') no-repeat;
	background-position: bottom;
}

.menu_oportunidades_on{
	text-decoration: none;
	border: 0;
	display: block;
	width: 132px;
	height: 71px;
	background: url('../img/oportunidades_down.png') no-repeat;
	background-position: bottom;
}

.menu_contato_off{
	
	text-decoration: none;
	border: 0;
	display: block;
	width: 85px;
	height: 71px;
	background: url('../img/contato_up.png') no-repeat;
	background-position: bottom;
}

#menu_contato:hover{
	text-decoration: none;
	border: 0;
	display: block;
	width: 85px;
	height: 71px;
	background: url('../img/contato_over.png') no-repeat;
	background-position: bottom;
}

.menu_contato_on{
	text-decoration: none;
	border: 0;
	display: block;
	width: 85px;
	height: 71px;
	background: url('../img/contato_down.png') no-repeat;
	background-position: bottom;
}


#content{
	width: 100%;
	height:100%;
	background: #fff;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
}


#footer{
	height: 53px;
	width: 100%;
}

#footer_td{
	background: url('../img/footer_background.png') repeat-x #10414f;
	color: #fffeeb;
	font-size: 12px;
	vertical-align: middle;
}

#footer_td img{
	border: none;
	vertical-align: text-bottom;
}


/* HOME */
#banner{
	display: block;
	width: 773px;
	height: 241px;
	background: url(../img/banner.png) no-repeat;
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 10px;
}

#text{
	display: block;
	width: 773px;
	margin-left: auto;
	margin-right:auto;
}

#table_apresentacao{
	float: left;
	width: 500px;
	height: 405px;
	background: #dedede;
}

#titulo_apresentacao{
	height: 18px;
	background: url(../img/titulo_apresentacao.png) no-repeat;
}

#body_apresentacao{
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	height: 387px;
	background: #dedede;
	vertical-align: top;
	
}

#table_consulta{
	float: right;
	width: 250px;
	height: 100px;
	background: #dedede;
}

#titulo_consulta{
	height: 18px;
	background: url(../img/titulo_consulta.png) no-repeat;
}

#body_consulta{
	padding: 5px;
	height: 82px;
	background: #dedede;
	vertical-align: top;
}

#table_busca{
	margin-top: 15px;
	float: right;
	width: 250px;
	height: 280px;
	background: #dedede;
}

/* NEWS */

#titulo_busca{
	background: url(../img/titulo_busca.png) no-repeat;
	height: 18px;
	
}

#body_busca{
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	height: 262px;
	background: #dedede;
	vertical-align: top;
}

#body_apresentacao a{
	font-size: 12px;
}

#body_apresentacao ul,li{
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

#body_apresentacao li{
	display: block;
	width: 100%;
	border-bottom: 1px dotted #10414f;
}

.feedflare{
	display: none;
}

.rss_description{
	font-size: 11px;
	
}

.rss_description a{
	display: none;
}

.rss_description span{
	font-size: 9px;
	color: #333333;
}

#table_cadastro{
	float: left;
	width: 300px;
	height: 250px;
	background: #dedede;
	margin-right: 50px;
}

#titulo_cadastro{
	height: 18px;
	background: url(../img/titulo_cadastro.png) no-repeat;
}

#body_cadastro{
	padding: 5px;
	height: 232px;
	background: #dedede;
	vertical-align: top;
}

#table_login{
	float: right;
	width: 300px;
	height: 250px;
	background: #dedede;
}

#table_login_admin{
	
	width: 300px;
	height: 250px;
	background: #dedede;
}

#titulo_login{
	height: 18px;
	background: url(../img/titulo_login.png) no-repeat;
}

#body_login{
	padding: 5px;
	height: 232px;
	background: #dedede;
	vertical-align: top;
}




