
/********************************************
*
* Style geral
*********************************/

* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
	text-decoration: none;
}

#entrevistas a {
    display: block;
    width: 216px;
    height: 121px;
    overflow: hidden;
    text-indent: -9999px;
    text-decoration: none;
    background: url(../images/btn_entrevista_home.jpg) top left no-repeat;
}

#entrevistas a:hover {
    background: url(../images/btn_entrevista_home.jpg) bottom left no-repeat;
}

#entrevistas div {
	margin: 12px 12px 20px 16px;
    color: #3f3f3e;
}

#aviso-admin a {
    display: block;
    width: 216px;
    height: 121px;
    overflow: hidden;
    text-indent: -9999px;
    text-decoration: none;
    background: url(../images/aviso_msg.jpg) top left no-repeat;
}

#aviso-admin a:hover {
    background: url(../images/aviso_msg.jpg) bottom left no-repeat;
}

#aviso-admin div {
    padding: 10px 12px 20px 6px;
	width:90%;
}
#direct-deposit a {
    display: block;
    margin-top: 15px;
    width: 189px;
    height: 20px;
    text-decoration: none;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/btn_direct_deposit.gif) top left no-repeat;
}

#direct-deposit a:hover {
    background: url(../images/btn_direct_deposit.gif) bottom left no-repeat;
}

#pay-stub a {
    display: block;
    margin-top: 15px;
    width: 189px;
    height: 20px;
    text-decoration: none;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/btn_view_paystub.gif) top left no-repeat;
}

#pay-stub a:hover {
    background: url(../images/btn_view_paystub.gif) bottom left no-repeat;
}

#apply-online a {
    display: block;
    width: 189px;
    height: 20px;
    text-decoration: none;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/btn_apply_online.gif) top left no-repeat;
}

#apply-online a:hover {
    background: url(../images/btn_apply_online.gif) bottom left no-repeat;
}

#hdr-current-career {
    margin-top: 24px;
    width: 205px;
    height: 12px;
    text-indent: -9999px;
    background: url(../images/hdr_current_career.gif) top left no-repeat;
}

#contact a {
    display: block;
    text-indent: -9999px;
    text-decoration: none;
    overflow: hidden;
    width: 225px;
    height: 22px;
    background: url(../images/btn_contact.gif) top left no-repeat;
}

#contact a:hover {
    background: url(../images/btn_contact.gif) bottom left no-repeat;
}

/*********************************
* Listas 
*********************************/

ul.list {
    list-style: none;
    margin-top: 5px;
}

ul.list li {
    background: url(../images/bullet.gif) no-repeat 0 4px;
    padding-left: 17px;
    padding-bottom: 8px;
    color: #fff;
}

/*********************************
* HTML  
*********************************/

body { 
    margin: 0;
    padding: 0;
    text-align: center;
    background: #333 url(../images/bg_interior.jpg) top left repeat-x;
}

h2 {
font-size:11px;
font-weight:bold;
}
h3 {
font-size:10px;
color:#666666;
font-weight:normal;
}

* {
    margin: 0; 
    padding: 0;
    font-size: 11px; 
    font-family: Verdana, Tahoma, Arial, sans-serif;
    line-height: 16px;
}

a:link {
	color: #3f3f3e;
	text-decoration:underline;
	}
	
a:visited {
	color: #3f3f3e;
	text-decoration:underline;

	}

a:hover, a:active {
	color: #3f3f3e;
	text-decoration:underline;
	}

p {
    padding: 0 0 10px 0;
}

sup {
    font-size: 7px;
    color: #E0E0E0;
}
textarea,input {
	border-top: 1px solid #ADADAD;
	border-left: 1px solid #ADADAD;
	border-right: 1px solid #ADADAD;
	border-bottom: 1px solid #ADADAD;
	padding: 1px;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
}

.radio {
	border:none;
	}

/*********************************
* Tabela
*********************************/

table {
 margin:1.5em 0;
 font-size:100%;
 width:98%;
 }
th, td {
 border-bottom:1px solid #D4D0C8;
 padding:5px 13px 5px 8px;
 text-align:left;
 color:#000000;
 vertical-align:middle;
 }
 th {
 background:#fff;
 color:#000000;
 }
 .from{
 text-align:left;
 }
 .dest {
 text-align:left;
 }
  .head  {
 background:#000000 url("../images/bg_table_head.jpg") repeat-x;
 border-bottom-width:0;
 color:#fff;
 vertical-align:top;
 }
 .alt td {
 background:url("../images/bg_table.jpg") repeat-x 0 70%;
 }
 .alt th {
 background:url("../images/bg_table.jpg") repeat-x 0 0;
 }
 
.error {
 color: #FF0000;
 text-align: left;
 padding-left:15px;
}

.botao {
	border-top: 1px solid #6F6F6F;
	border-left: 1px solid #6F6F6F;
	border-right: 1px solid #ADADAD;
	border-bottom: 1px solid #ADADAD;
	}




/*********************************
* Definição do Layout
*********************************/

#content {
    width: 733px;
    margin: 0px auto; 
    text-align: left;
}

#logo a {
    float: left;
    margin-top: 10px;
    width: 224px;
    height: 151px;
    text-indent: -9999px;
    background: url(../images/logo_interior.jpg) top left no-repeat;
}

#logo a:hover {
    background: url(../images/logo_interior.jpg) bottom left no-repeat;
}

#value-statement {
    float: left;
    width: 333px;
    margin-top: 10px;
}

#value-padding {
    height: 160px;
    margin-left: 70px;
	position: relative;
	width:260px;
	
}

#centered p {
    width: 260px;
    color: #3E3E3E;
	padding-top:25px;
	padding-left:50px;
}

/* -- Begin hiding from IE -- */
html>body #value-padding {
    display: table;
}

html>body #centered {
    display: table-cell;
    vertical-align: middle;
}

/* -- Begin IE-specific Hacks -- */
* html #centered {
    margin-top: 10px;
}

* html #centered p {
    
}
/* -- End Hacks -- */

#photo-top {
    float: left;
    margin-top: 10px;
}

#left-column {
    float: left;
    width: 475px;
    margin-top: 4px;
}

#left-padding {
    padding: 8px 13px 15px 0px;
    border-right: 1px solid #464646;
}

#right-column {
    float: right;
    width: 235px;
	height:573px;
    margin-top: 29px;  
	border: 2px solid #848383;
    background: #f9f9f9;
    color: #333333;
    
}

#right-padding {
    padding-left: 6px;
	padding-top:0px;    
}
#breadcumb, #breadcumb a {
    width: 455px;
    height:10px;
	border-right:2px;
	border-top:0px;
	border-left:2px;
    color: #ccc;
	
    
}
#container {
    width: 455px;
    height:510px;
	border-right:2px solid #848383;
	border-top:2px solid #848383;
	border-left:2px solid #848383;
    background: #fff url(../images/fade.jpg) top left no-repeat;
    color: #333333;
    
}
#containercasos {
    width: 725px;
    height:550px;
	border-bottom:2px solid #848383;
	border-right:2px solid #848383;
	border-top:2px solid #848383;
	border-left:2px solid #848383;
	background: #fff url(../images/fade.jpg) top left repeat-x;
    color: #333333;
    
}
#containercontato {
	border-left:2px solid #848383;
	border-right:2px solid #848383;
	border-bottom:2px solid #848383;
	color: #333333;
	width: 455px;
	height:65px;
	 background: #fff;
     clear:both;
     margin:0;
}

#container div.padding {
    padding-top:20px;
	padding-bottom:0px;
	padding-right:10px;
	padding-left:10px;
}

#containercontato div.padding {
    padding-top:20px;
	padding-bottom:0px;
	padding-right:10px;
	padding-left:10px;
}

#container div p {
    color: #333333;
}

.depoimentos h3 {
    height: 12px;
    text-indent: -9999px;
    background: url(../images/hdr_depoimentos.gif) top left no-repeat;
}

.depoimentos div {
    padding: 12px 12px 20px 16px;
    color: #3f3f3e;
}

.depoimentos div span {
    color: #3f3f3e;
}

.depoimentos em {
    display: block;
    padding-top: 7px;
    color: #3f3f3e;
    font-style:  italic;
}

ul.depoimentos2 li div em {
    display: block;
    padding: 7px 0 10px 0;
}

.right-text {
    padding: 10px 12px 20px 16px;
    color: #E0E0E0;
}

.right-text a{
    color: #3f3f3e;
}

.right-text strong {
    color: #3f3f3e;
    font-size: 10px;
}

.content-photo {
    float: left;
    padding: 5px 15px 5px 0;
}

.content-forms {
    float: left;
    padding: 0px 0px 0px 0;
    width:100%;
}

.content-button
{
    float: right;
    padding: 0px 0px 0px 0;
    width:100%;
    background-color:#F3F0E9;

}


/*********************************
* Definição do Footer
*********************************/

#footer {
    clear: both;
    border-top: 1px solid #464646;
    width: 711px;
    margin-left: 11px;
   text-align:center;
   color:#9f9f9f;
}

 #footer  a {
    font-size: 10px;
	color:#9f9f9f;
}

#footer-left {
    padding: 12px 0 20px 0;

}

#footer-right {
    float: right;
    padding: 12px 0 20px 0;
}


/*********************************
* Faixa
*********************************/
div.faixa			{
		position:absolute;
		left:100%;
		top:0px;
		overflow:visible;
		height:165px;
		width:165px;
		background-image:url(../images/faixa.gif);
		background-repeat:no-repeat;
		background-position:-200px -200px;
		background-color:transparent;
		margin:0 0 0 -165px;
		padding:0;
		color:#000;
		font-family:helvetica,verdana,arial,tahoma,sans-serif;
		z-index:1000000000;
		border:none;
		float:none;
			}
			
.line {
	border-top: 3px solid #ACE149;
	margin-top:20px;
	margin-left:20px;
	width:80%;
	}
	

/********************************************
*
* contato
*********************************/	

#parte3 {
	width:380px;
	float: left;
	}
	
#parte4 {
	float: right;
	position:relative;
	padding-right: 3px;
	}	
#news-toggle {
	float:right;
	width:205px;
	height:30px;
	margin-top:-55px;
	background:#fff;
	text-align:center;
	color:#333;
	}

#news-toggle .pad {
	padding:8px 0 0;
	}

#news-toggle b {
	padding-left:4px;
	}

#news-toggle label, #news-toggle span {
	padding:0 2px;
	}

#news-toggle a.selected:link, #news-toggle a.selected:visited, #news-toggle a.selected:active {
	color:#000;
	}

#news-toggle input {
	margin-top:-1px;
	}
	
	/* BUSCA NA HOME */
#formbusca {
		position:absolute;
		top:370px;
		overflow:visible;
		background-color:#f9f9f9;
		opacity:0.97;
		-moz-opacity: 0.97;
		filter: alpha(opacity=97);
		border: 1px solid #f3f3f3;
		margin:0 auto;
		padding-top:25px;
		padding-left:25px;
		padding-right:25px;
		padding-bottom:10px;
		z-index:1000000000;
		float:none;
		width:380px;
		height:335px;
}


#formbusca fieldset {border:none;}

#formbusca label {
	padding-top: 6px;
	padding-left: 30px;
	padding-right: 5px;
	padding-bottom: 0px;
	float:left;
	width:350px;
	font:11px verdana, arial, tahoma, sans-serif;
	color:black;
}

#formbusca select .inputtext {
	border:1px solid #BDBDBD;
	padding-top: 6px;
	padding-left: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	float:left;
	font:14px verdana, arial, tahoma, sans-serif;
	color:black;
  }

#formbusca label a:link {
	font:11px verdana, arial, tahoma, sans-serif;
	color:#6F6662;
	padding:3px;
	text-decoration:none;
}
#formbusca label a:hover { background:#2A64B9; color:white; padding:3px;}
#formbusca label .inputtext {
	border:1px solid #BDBDBD;
	padding:5px;
	margin:3px 0;
}

#formbusca label .inputtext:focus {
	border:2px solid #e2bb01;
	padding:4px;
}


#formbusca .buttonlog {
	margin:16px 0 0;
	display:block;
	background:url(/images/fundo-botao.png) no-repeat;
	padding:13px 0;
	width:100px;
	text-align:center;
	font:11px verdana, arial;
	color:white;
	cursor:pointer;
	border:none;
}

/*******/

#streaming-video a {
    display: block;
    width: 216px;
    height: 121px;
    overflow: hidden;
    text-indent: -9999px;
    text-decoration: none;
    background: url(../images/btn_entrevista_home.jpg) top left no-repeat;
}

#streaming-video a:hover {
    background: url(../images/btn_entrevista_home.jpg) bottom left no-repeat;
}

#streaming-video div {
    padding: 6px 12px 20px 16px;
    color: #000;
 	font-size:85%;
}

#testimonials h3 {
    text-indent: -9999px;
    background: url(/images/hdr_testimonials.gif) top left no-repeat;
}

#testimonials div {
    padding: 10px 12px 20px 16px;
	color: #E0E0E0;
	font-size:60%;
	text-decoration:none;
}

#testimonials div span {
    color: #E0E0E0;
	font-size:60%;
	text-decoration:none;
}

#testimonials em {
    display: block;
    padding-top: 7px;
    color: #E0E0E0;
    font-style: normal;
}

.requerido			{
		width:305px;
		background: #ffffce url(/images/alerta.gif) no-repeat;
		border: 1px solid #999999;
		padding-top:40px;
		padding-left:40px;
		padding-bottom:10px;
 		font-size:85%;
		color:#FF0000;
		margin: 0 auto;
}

#paginator {
	margin-top:10px;
	height:30px;
	background:url("/images/paginator.gif") no-repeat center;
	}
	
#paginator .atual {
 font-size:23px;
 background: url("/images/atual.gif") no-repeat left;
 color: #4c7636;
 font-weight:bold;
 padding-top:12px;
 padding-left:7px;
 padding-right:7px;
 padding-bottom:12px;
 text-decoration:none;
 position:relative;
}

#paginator .outro {
 	color: #666666;
	background: url("/images/outro.gif") no-repeat 60%;
	padding-top:6px;
 	padding-left:8px;
 	padding-right:8px;
	padding-bottom:3px;
 	text-decoration:none;
}

.lista_escribaweb {
	margin: 0 0 15px 15px;
}

.lista_escribaweb li {
	padding: 0 0 10px 0;
	list-style:circle;

}
