/* RESET STYLES ********************************/
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: none;
}

#fullBody{
	width:993px;
}

a {
color:#184190;
}
a:hover {
color:#184190;
}
a:visited {
color:#184190;
}
a:active {
color:#184190;
}

/* TEXT FORMAT ********************************/
body {
	font-size: 10px;
  font-family:verdana,arial,helvetica;
  line-height: 18px;
	color: #333333;
}

p{
	margin: 12px 0px 0px 0px;
}


/* DICAS ********************************/
#dicas_capa{
	position:absolute;
	margin-left:-5px;
  top:250px;
  height:345px;
  width:250px;
}

#dicas_capa .star{
	background-image: url(../img/bg_dicacapa.gif);
	background-repeat:no-repeat;
	width:40px;
	height:105px;
	margin-right:15px;
  position:absolute;
  bottom:0px;
}

#dicas_capa .dados{
	padding-top:18px;
	margin-top:50px;
	background-image: url(../img/bg_querver.gif);
	background-repeat:no-repeat;
	width:200px;
	color:#454545;
  margin-left:45px;
  margin-bottom:24px;
  position:absolute;
  bottom:0px;
}
#dicas_capa .dados a {
  color:#454545;
  text-transform:uppercase;
  text-decoration:none;
  font-weight:bold;
}
#dicas_capa .dados a:hover {
  text-decoration:underline;
}

.dados a.titulo{
	color:#454545;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	display:block;
	outline:none;
}

.dados a.titulo:hover, .dados a.titulo:visited {
    color:#454545;
}

.descricao {
    line-height:12px;
}

.descricao .saibamais{
	color: #19408F;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	line-height:20px;
}


/* FORM FORMAT ********************************/
form {
	margin: 0;
	padding: 0;
}
input, select, textarea {
	font: 11px tahoma, verdana,arial;
	color: #666;
	border: solid 1px #6FADDF;
}
input, textarea {
	padding: 1px 3px;
}
select {
	padding: 1px;
}
/* FORM FORMAT ********************************/


/* INDEX - MENU ***********************************/
body {
	margin: 0;
}

/* ATENÇÂO: AS CLASSES ABAIXO DE BACKGROUND DO BODY,
			foram criadas pois na exibição de um banner na tela,
			o background deve ser ocultado, isso é feito via JS */

body, .body_background	{
	background: url(../img/bg_body.gif) no-repeat top left !important;
}

.body_background_none	{
	background: inherit !important;
}


#conceitual {
	float: left;
	width: 279px;
	*width: 271px;
	padding: 10px 10px;
	color: #DDEEFF;
}

#conceitual #logo {
	width:250px;
	height:29px;
	font-size: 20px;
	padding-bottom: 10px;
	background-image: url(../img/logo_competence.gif);
	background-repeat:no-repeat;
	text-indent:-99999px;
	margin-bottom:10px;
}

#conceitual #logo a {
	width:250px;
	height:29px;
	display:block;
}

#slogan {
	width:217px;
	height:182px;
	background-image: url(../img/slogan_competence.gif);
	background-repeat:no-repeat;
	text-indent:-99999px;
}

#slogan a {
	width:217px;
	height:182px;
	display:block;
	text-indent:-99999px;
}

/* MENU ***********************************/
#menu {
	width: 100px;
	float: left;
	margin-top:10px;
}

#menu li{
	padding-bottom:5px;
}

#menu li#menu_competence a{
	height:90px;
	width:100px;
	background-image:url(../img/menu/competence_link.gif);
	background-repeat:no-repeat;

	display:block;
}

#menu li#menu_competence a:hover{
	height:90px;
	width:100px;
	background-image:url(../img/menu/competence_hover.gif);
	background-repeat:no-repeat;

}

#menu li#menu_competence a.selected{
	height:90px;
	width:100px;
	background-image:url(../img/menu/competence_select.gif);
	background-repeat:no-repeat;

}

#menu li#menu_portfolio a{
	height:90px;
	width:100px;
	background-image:url(../img/menu/portfolio_link.gif);
	background-repeat:no-repeat;
	display:block;
}

#menu li#menu_portfolio a:hover{
	height:90px;
	width:100px;
	background-image:url(../img/menu/portfolio_hover.gif);
	background-repeat:no-repeat;

}

#menu li#menu_portfolio a.selected{
	height:90px;
	width:100px;
	background-image:url(../img/menu/portfolio_select.gif);
	background-repeat:no-repeat;
	display:block;
}

#menu li#menu_branding a{
	height:90px;
	width:100px;
	background-image:url(../img/menu/branding_link.gif);
	background-repeat:no-repeat;

	display:block;
}

#menu li#menu_branding a:hover{
	height:90px;
	width:100px;
	background-image:url(../img/menu/branding_hover.gif);
	background-repeat:no-repeat;

}

#menu li#menu_branding a.selected{
	height:90px;
	width:100px;
	background-image:url(../img/menu/branding_select.gif);
	background-repeat:no-repeat;
	display:block;
}

#menu li#menu_noticias a{
	height:90px;
	width:100px;
	background-image:url(../img/menu/noticias_link.gif);
	background-repeat:no-repeat;

	display:block;
}

#menu li#menu_noticias a:hover{
	height:90px;
	width:100px;
	background-image:url(../img/menu/noticias_hover.gif);
	background-repeat:no-repeat;

}

#menu li#menu_noticias a.selected{
	height:90px;
	width:100px;
	background-image:url(../img/menu/noticias_select.gif);
	background-repeat:no-repeat;
	display:block;
}

#menu li#menu_icc a{
	height:90px;
	width:100px;
	background-image:url(../img/menu/icc_link.gif);
	background-repeat:no-repeat;

	display:block;
}

#menu li#menu_icc a:hover{
	height:90px;
	width:100px;
	background-image:url(../img/menu/icc_hover.gif);
	background-repeat:no-repeat;

}

#menu li#menu_icc a.selected{
	height:90px;
	width:100px;
	background-image:url(../img/menu/icc_select.gif);
	background-repeat:no-repeat;
	display:block;
}

#menu li#menu_contato a{
	height:90px;
	width:100px;
	background-image:url(../img/menu/contato_link.gif);
	background-repeat:no-repeat;
	display:block;
}

#menu li#menu_contato a:hover{
	height:90px;
	width:100px;
	background-image:url(../img/menu/contato_hover.gif);
	background-repeat:no-repeat;
}

#menu li#menu_contato a.selected{
	height:90px;
	width:100px;
	background-image:url(../img/menu/contato_select.gif);
	background-repeat:no-repeat;
	display:block;
}

/*     ***********************************/

#innerBody{
  width:580px;
  float:left;
  margin:0;
  padding:0;

}

/* INDEX */
#content_main {
	width:450px;
	padding:0px;
	margin-left:5px;
  position:absolute;

}

/*
#content_main h1{
	background-image:url(../img/tit_destaque.gif);
	background-repeat:no-repeat;
	width:286px;
	height:45px;
	text-indent:-9999px;
}

#content_main .breadcrumb{
	margin-bottom:-8px;
}
*/

#destaque_main{
	width:580px;
	margin:12px 0px 0px 20px;
}

#content_main #destaque_main img{
	width:580px;
	height:244px;
  -ms-interpolation-mode: bicubic;
}

#content_main #destaque_main h2{
	color:#184190;
	text-transform:uppercase;
	font-family:Arial;
	font-size:30px;
    font-weight:500;
    padding:0;
    margin:10px 0px 10px 0px;
    line-height: 27px;
}

#content_main #destaque_main h4{
	color:#184190;
	font-size:10px;
	font-weight:bold;
	margin-bottom:10px;
  padding:0;
  margin:0px 0px 15px 0px;
}

#content_main #destaque_main h2 a{
	color:#a4a3a1;
	text-decoration:none;
	letter-spacing:-2px;
	margin:0px;
  padding:0;
}

#content_main #destaque_main .texto_destaque{
	background-color:#FFF;
	line-height:18px;
	font-size:10px;
	color:#000;
}

#content_main #destaque_main .saibamais_destaque{
	width:90px;
	height:24px;
	display:block;
	margin-top:10px;
}

#content_main #destaque_main .saibamais_destaque a{
	display:block;
	background-image:url(../img/btn_saibamais.gif);
	background-repeat:no-repeat;
	width:90px;
	height:24px;
	text-indent:-9999px;
  overflow:hidden;
}

/*     ***********************************/

/* CONTATO */
#content_contato {
	width:560px;
	padding:0px;
  margin:12px 0px 0px 20px;
}

#content_contato h1{
	background-image:url(../img/tit_contato.gif);
	background-repeat:no-repeat;
	width:286px;
	height:45px;
	text-indent:-9999px;
}

#content_contato .breadcrumb{
	margin-bottom:-8px;
}

#content_contato hr{
	border: 1px solid #e1e1e1;
}

a.contato_googlemaps {
  color:#184190;
  font-size:10px;
  text-decoration:none;
}

.contato_foto{
	float:left;
	margin-right:20px;
}

.contato_foto img{
	margin-bottom:30px;
}

.contato_texto{
	float:left;
	font-size:10px;
	line-height:14px;
}

.contato_texto img{
	margin-bottom:5px;
}

.form{
	color:#19408F;
	line-height:16px;
}


.form .mensagem_envio{
	color:#713838;
	font-weight:bold;
	margin-bottom:15px;
}


.form textarea{
	width:150px;
	margin-bottom:10px;
	border:1px solid #898989;
}

.form img{
	margin-bottom:10px;
}

.form select{
	margin-bottom:10px;
	border:1px solid #898989;
	width:180px;
}

.box{
	margin-bottom:10px;
	border:1px solid #898989;
	width:173px;
}

#content_contato .form .form_left{
	float:left;
	margin-right:50px;
}

#content_contato .form .form_right{
	float:left;
	padding-top:11px;
}

#content_contato .form .form_all{
	float:left;
	margin-bottom:19px;
}

#content_contato .form .form_all textarea#mensagem{
	width:405px;
}

#espaco_branco{
	clear:both;
	height:164px;
}

.btn_enviar{
	width:72px;
	height:24px;
	border:none;
	margin-left:338px;
}
.form select{
	border:1px solid #898989;
	margin-bottom:8px;
	width:180px;
}

#msg_erro{
 	background-color:#F1F1F1;
 	height:18px;
 	width:260px;
 	clear:both;
 	margin-left:80px;
 	display:none;
 	color:#404040;
	font-family:verdana;
	font-size:10px;
	text-align:center;
}
#msg_obrigatorio{
	color:#404040;
	font-family:verdana;
	font-size:10px;
	text-align:center;
	width:161px;
}
/*     ***********************************/

/* BLOG NOTÍCIAS */
#content{
	width:450px;
	padding:0px;
	margin-left:5px;
}

#header_news h1{
	background-image:url(../img/tit_noticias.gif);
	background-repeat:no-repeat;
	width:255px;
	height:55px;
	text-indent:-9999px;
	margin-top:2px;
	margin-bottom:30px;
}

.breadcrumb_news{
	margin-left:3px;
	background-image:url(../img/subtit_blognoticias.gif);
	background-repeat:no-repeat;
	width:63px;
	_width:550px;
	height:13px;
	text-indent:-9999px;
}


.archives_mon ul{
	width:110px;
}

#geral h1.logo {
	height:323px;
	*padding-bottom:20px;
}

#post_comment{
	display:none;
}

#menu_news{
  width:120px;
  float:left;
}

#menu_news li.rss{
  width:108px;
  height:34px;
	margin-top:30px;
  margin-bottom:10px;
	background-image:url(../img/btn_assinafeeds.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
  overflow:hidden;
}

#menu_news li.rss a{
	width:108px;
  height:34px;
	display: block;
}

#menu_news .news a{
  width:108px;
  height:34px;
  margin:30px 0px -20px 0px;
	background:url(../img/btn_voltar_noticias.gif) no-repeat;
	text-indent:-9999px;
  overflow:hidden;
  display:block;
}



#menu_news ul li ul li{
  line-height:24px;
  margin-left:0px 0px 0px 8px;
  padding:0;
  width:108px;
  height:22px;
}

#menu_news ul li.categories h2{
	width:125px;
	height:20px;
	background-image:url(../img/tit_blog_categorias.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	background-color:#FFFFFF;
	margin-bottom:-5px;
}

#menu_news ul li h2 span{
  background: url(../img/post_h2_setinha.gif) 0 4px no-repeat;
  color:white;
  font-family:Verdana;
  font-size:10px;
  font-weight:bold;
  line-height:10px;
  margin:0px;
  padding:0px;
  padding-left:12px;
  margin-left:8px;
  position:relative;
  top:-3px;
}

#menu_news ul li h2{
  background-image:url(../img/tit_blog_arquivos.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	width:47px;
	height:14px;
  margin:0px;
  padding:0px;
  margin-bottom:-3px;
}

#menu_news ul li ul{
	width:118px;
	color:#898989;
  margin-bottom:25px;
	list-style-type:none;
}

#menu_news ul li ul.archives_mon li a{
  text-transform: capitalize;
}

#menu_news ul li ul li a{
  padding:0px 0px 0px 8px;
  margin:0;
  font-family:Verdana;
  font-size:10px;
  font-weight:normal;
  color:#898989;
  text-decoration:none;
  display:block;
}

#menu_news ul li ul li a:hover{
  text-decoration:underline;
}

#sidebar{
  width:130px;
  float:left;
	display:inline;
  margin-right:10px;
  margin-top:20px;
}

#sidebar .rss{
  width:130px;
  height:20px;
  background:#ecf72e;
  margin-bottom:10px;
}

#sidebar .rss a{
  color:#164976;
  font-family:Verdana;
  font-size:10px;
  font-weight:bold;
  text-decoration:none;
  line-height:20px;
  padding-left:12px;
  margin-left:8px;
  background:url(../img/rss_seta.gif) 0 4px no-repeat;
}

#sidebar .rss a:hover{
  text-decoration:underline;
}

#sidebar ul li h2{
  background:#3e8acb url(../img/post_h2_bg.gif) no-repeat;
  margin:0px;
  padding:0px;
  margin-bottom:6px;
}

#sidebar ul li h2 span{
  background: url(../img/post_h2_setinha.gif) 0 4px no-repeat;
  color:white;
  font-family:Verdana;
  font-size:10px;
  font-weight:bold;
  line-height:10px;
  margin:0px;
  padding:0px;
  padding-left:12px;
  margin-left:8px;
  position:relative;
  top:-3px;
}

#sidebar ul li ul{
  border: 1px solid #e1e1e1;
  background:#f5f5f5;
  margin-bottom:10px;
}

#sidebar ul li ul li{
  line-height:24px;
  margin-left:8px;
}

#sidebar ul li ul.archives_mon li a{
  text-transform: capitalize;
}

#sidebar ul li ul li a{
  background: url(../img/li_dot.gif) 0 5px no-repeat;
  padding-left:8px;
  font-family:Verdana;
  font-size:10px;
  font-weight:normal;
  color:#164976;
  text-decoration:none;
}

#sidebar ul li ul li a:hover{
  text-decoration:underline;
}


.blog_body{
  margin:12px 0px 0px 20px;
}

.narrowcolumn{
	_position:absolute;
	_top:100px;
	width:400px;
	_heigth:100%;
	background-color:#FFF;
}

.narrowcolumn_icc{
	background-color:#FFF;
	_position:absolute;
	_top:60px;
	width:380px;
	_heigth:100%;
}

.narrowcolumn_archive{
	background-color:#FFF;
	_position:absolute;
	_top:100px;
	width:400px;
	_heigth:100%;
}

.narrowcolumn_single{
	background-color:#FFF;
	_position:absolute;
	_top:100px;
	width:400px;
	_heigth:100%;
}

.narrowcolumn_archive .post h2 img, .narrowcolumn .post h2 img, .narrowcolumn_single .post h2 img{
	float:left;
	display:inline;
}

.narrowcolumn_archive .post h3{
	color: #184190;
	font-family: Verdana;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	*padding-top:3px;
	margin-bottom:5px;
}

.narrowcolumn_single .post h3{
	color: #184190;
	font-family: Verdana;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	*padding-top:3px;
	margin-bottom:5px;
}

.narrowcolumn_archive .post h2, .narrowcolumn_single .post h2{
  font-family:Verdana;
  color:#184190;
  font-size:11px;
  text-decoration:none;
	font-weight:normal;
	font-style:italic;
	float:left;
	display:inline;
	margin-top:0px;
	*margin-top:-1px;
	margin-right:10px;
}

.narrowcolumn_archive .post small, .narrowcolumn_single .post small{
	color:#a2a2a0;
	font-weight:bold;
	font-family: Verdana;
	font-size:10px;
	color: #a3a3a3;
}

.line_post{
	float:left;
	width:8px;
	height:651px;
	_height:641px;
	background: url(../img/barra_news.gif) no-repeat;
}

.post{
	margin-left:15px;
	width:440px;
	_width: 400px;
}

h2.pagetitle{
	color:#184190;/*#A3A2A0;*/
	text-transform:uppercase;
	font-family:arial;
	letter-spacing:1px;
	margin-left:10px;
	padding-bottom:10px;
	display:none;
}

.post h2{
  font-family:Verdana;
  color:#184190;
  font-size:11px;
  text-decoration:none;
	font-weight:normal;
	font-style:italic;
	float:left;
	margin-top:-10px;
}

.post h2 a{
  color:#184190;
  text-decoration:none;
	font-style:italic;
	font-weight:normal;
	float:left;
}

.post a:hover{
  text-decoration: underline;
}

.post a:visited{
  text-decoration:none;
}

.post h4{
  padding-left:8px;
  margin-left:5px;
  font-family:Verdana;
  color:#a3a3a3;
  font-weight:bold;
	float:left;
	font-size:10px;
	margin-top:-12px;
}

.post h3{
  color:#174290;
  font-family:Verdana;
  text-decoration:none;
  font-size:18px;
  font-weight:bold;
  padding:0px;
}

.post h3 a{
  color:#184190;
  font-family:Verdana;
  text-decoration:none;
  font-size:18px;
  font-weight:bold;
}

.post h3 a:hover{
  text-decoration:underline
}

.post .entry{
  color:black;
  font-family:Verdana;
  font-size:10px;
  text-decoration:none;
  margin-top:9px;
  margin-right:9px;
}

.post .entry img{
  border:none;
}

.post .postmetadata{
	border:none;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	margin-top:30px;
	margin-bottom:30px;
	padding-top:1px;
	margin-left:2px;
	margin-right:9px;
	height:2px;
}

.post .postmetadata a{
	height:10px;
	padding-top:10px;
	padding-bottom:10px;
	color:#3e8acb;
	font-family:Verdana;
	font-weight:bold;
	font-size:10px;
	padding-left:20px;
	display:none;
}

.post .postmetadata a:hover{
  text-decoration:underline;
}

.post .postmetadata a:visited{
  text-decoration:underline;
}

.cat-item {
  display:block;
  line-height:24px;
  margin-left:8px;
}
.categories li.current-cat {
  background:url(../img/bg_submenu_in.gif);
  background-position:center left;
  background-repeat:no-repeat;
  overflow:hidden;
  display:block;
  margin:0px 0px 0px 8px;
  padding:0;
}
.categories {
  overflow:hidden;
}
.current-cat a {
  color:#FFFFFF !important;
  display:block;
}
.cat-item:hover {
  background:url(../img/bg_submenu_out.gif) no-repeat center left;
}
.cat-item a:hover {
  color:#898989 !important;
  text-decoration:none !important;
}


/* FIM DA ÁREA DO BLOG */

/* default div's area */
.clear{
  clear:both;
}

/* STRUCTURE **********************************/



/* BANNER */

#banner	{
	position	: absolute;
	width		: 100%;
	height		: 100%;
	top			: 0;
	left		: 0;
	display		: none;
}

#banner input {
	width		: 30px;
	height		: 23px;
	background	: url(../img/btn-close-banner.png) no-repeat 0 0;
	position	: absolute;
	left		: 821px;
	top			: 5px;
	cursor		: pointer;
	z-index		: 999999;
	border		: 0;
}

#banner a {
	width		: 592px;
	height		: 356px;
	display		: block;
	position	: absolute;
	left		: 279px;
	top			: 5px;
	z-index		: 999998;
	cursor		: pointer;
}
