
 /*---------------------------------------------------------------
->RESET
---------------------------------------------------------------*/
*{margin: 0;padding: 0;border: none;list-style: none;outline: 0;vertical-align: baseline;text-decoration: none;} table{border-collapse:collapse;border-spacing:0;}

/*---------------------------------------------------------------
->TAGS HTML & CLASS DEFAULT
---------------------------------------------------------------*/
html{ font-size: 100.01%; }
body { font: 0.8em verdana, helvetica, arial; background: #fff url("../img/bg_body.png") left top repeat-x; }
li { display: inline; }
a { display: block; color: #fff; }
h1{ 
	font-size: 1.4em;
	color: #fff;
	padding: 3px 15px;
	display: inline;
	margin-bottom: 10px;
}
h1 + span{
	display: block;
	height: 10px;
	margin-bottom: 10px;
	background: none;
}
h2 { font-size: 1em;}
p{ margin-bottom: 10px; text-align: justify;}

input[type="text"]{
	width: 455px;
	padding: 7px 0px;
	font-size: 16px;
}
textarea{ padding: 7px 0px; font-size: 16px; }

input[type="submit"]{
	padding: 5px 20px;
	*padding: 5px 10px;
	font-weight: bold;
}

label{ display: block; margin-bottom: 5px; font-weight: bold; }

.ocultar{text-indent: -9000px; overflow: hidden; display: none; position:absolute; top: -9000px;}
.btMais{
	margin-top: 20px;
	padding-left: 15px;
	border-left: 3px solid #000;
}
.btMais:hover{ text-decoration: underline; }

.selectList a{ padding: 5px 0px; }

.msgError{
	padding: 5px 10px;
	background-color: yellow;
	visibility: hidden;
}

/*---------------------------------------------------------------
->GRID
---------------------------------------------------------------*/
.widthDefault, .widthDefault >div {
	width: 954px;
}

#container{ margin: 0 auto; }

/* HEADER */
#header{ height: 260px; }
	#headerLogo{
		height: 213px;
		background: url("../img/logo_topo.jpg") center top no-repeat;
	}
	#headerMenu { height: 47px; }
		#headerMenu a{
			font-family:arial,helvetica,verdana;
			float: left;
			padding: 0.5em 1.6em;
			border-right: 1px solid #5b789a;
		}
		#headerMenu a:hover{ background-color: #325a8a; }
		#headerMenu .lastList a{ border-right: none; }

/* CONTENT */
 #content{
	width: 934px;
	padding: 20px 10px;
	background-color: #fff;
	clear: both;
}
	.contentBoxLeft, .contentBoxRight{
		width: 455px;
		float: left;
		margin-bottom: 20px;
	}
	.interna .contentBoxLeft{ width: 500px; }
	.interna .contentBoxRight{ width: 410px; }
	.contentBoxLeft >div, .contentBoxRight >div { margin-bottom: 30px; }
	.contentBoxLeft{ margin-right: 24px; }
	.contentBoxAll{ width: 934px; clear: both;}
	.borderBotom{ padding-bottom: 20px; border-bottom: 1px solid #ccc; }


/* FOOTER */
#footer{
	width: 100%;
	height: 260px;
	font-size: 0.75em;
	color: #fff;
	background: #123155 url("../img/bg_footer.png") left top repeat-x;
}
	#footer h1{ padding: 0; margin-bottom: 10px; }
	#contentFooter
	{ 
		margin: 0 auto; 
		height: 200px;
		padding-top: 60px;
	}
	#contentFooter > div{ float: left; }
		#footerLeft{
			width: 259px;
			background: url("../img/linha_footer.png") right center no-repeat;
		}
			#footerLeft li{
				display: list-item;
				padding: 5px 0px;
			}		
		#footerRight{
			width: 240px;
			padding-left: 20px;
		}
			#footerRight address{
				margin-top: 155px;
				font-style: normal;
			}		
		#footerCenter{
			width: 433px;
			background: url("../img/linha_footer.png") right center no-repeat;
		}
			#footerCenter p{
				width: 310px;
				margin: 0px auto;
			}
			#footerCenter p  + p {  margin-top: 30px; }
			#footerCenter p span{
				font-size: 2.3em;
				font-weight: bold;
				letter-spacing: 2px;
			}

/* BOX BANNER */
#banner.borderBotom{
	padding: 10px 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/*---------------------------------------------------------------
->MODULOS
---------------------------------------------------------------*/
/* SERVIÇOS */
.servicos a{ color: #01903e; }
.servicos h1{ background-color: #01903e; color:#fff; }
.servicos h2 { color: #01903e; }
.servicos .btMais{ border-left-color: #01903e; }
.destaque{
	height: 200px;
	padding-top: 5px;
	background-color: #f6f6f6;		
}
.destaque, .destaque a{ color: #123155; }
.destaque h1{
	background-color: #123155; 
	color:#fff; 
	clear: both;
}
.destaque>div{ 
	float: left;
	width: 270px;
	margin-left: 30px;
}
.destaque p{
	font-size: 0.75em;
	padding: 10px 0px;
	margin-bottom: 5px;
}
.destaque h2.borderBotom{ padding: 5px 0px; }
.destaque .btMais{ 
	margin-top: 20px;
	display: inline;
	padding-left: 0px;
	border-left: none;
	font-size: 0.67em;
}
/* QUEM SOMOS */
.quemSomos a { color: #133256; }
.quemSomos h1 { background-color: #133256; }
.quemSomos .btMais{ border-left-color: #133256; }

/* DÚVIDAS FREQUENTES */
.duvidas a { color: #990000; }
.duvidas h1 { background-color: #990000; }
.duvidas .btMais{ border-left-color: #990000; }
.duvidas h2 { color: #990000; }
.interna .duvidas .selectList{ margin-bottom: 50px; }
.interna .duvidas .selectList li{ display: block; margin-bottom: 10px; }
.interna .duvidas .selectList .text{ margin-bottom: 30px; }

/* IMPORTANTE SABER */
.importanteS a{ color: #7b7703; }
.importanteS h1{ background-color: #7b7703; }
.importanteS h2 { color: #7b7703; }
.importanteS .btMais{ border-left-color: #7b7703; }

/* CONTATOS */
.contato { position: relative; }
.contato  h1{ background-color: #7f42b8; }
.contato  form ul  { width: 455px; float: left;  }
.contato  form ul  li{ display: list-item;  margin-bottom: 15px; }
.contato label{ color: #7f42b8; }
.contato input, .contato textarea{ 
	font-weight: bold;
	color: #7f42b8;
	border: 1px solid #7f42b8; 
}
.contato input[type="text"]:focus, .contato textarea:focus{ background-color: #faf8fb; }
.contato textarea{ width: 455px; height: 237px; *height: 242px; }
.contato .btForm{text-align: right; }
.contato .dadosContato p{ height: 90px; margin-top: 20px; }
.contato .dadosContato img{ border: 4px solid #7f42b8; }
.contato input[type="submit"]{ background-color: #7f42b8; color: #fff; }

.contato .msgError,.exame .msgError{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
}

/* EXAMES */
.exame { position: relative; }
.exame h1{ background-color: #133256; clear: both; }
.exame  form ul  li{ display: list-item;  margin-bottom: 15px; }
.exame label{ color: #133256; }
.exame input, .exame textarea{ 
	font-weight: bold;
	color: #133256;
	border: 1px solid #133256;
}
.exame input[type="radio"]{ border: none; }
.exame input[name="empresa"],
.exame input[name="nome"],
.exame input[name="funcao"]{ width: 934px; }
.exame input[name="endereco"],
.exame input[name="identidade"]{ width: 715px; margin-right: 15px; }
.exame input[name="telefone"],
.exame input[name="horario"]{ width: 200px; }
.exame .formFloat{ float: left; }
.exame .formTipo{ clear: both; height: 30px; padding-top: 10px; }
.exame .formTipo *{ float: left; }
.exame .formTipo  label{ padding: 0px 25px 0px 10px; }
.exame .obs { clear: both; height: 30px; text-align: right; font-size: 11px; }
.exame .btForm{ text-align: right; height: 70px; }
.exame input[type="submit"]{ background-color: #133256; color: #fff; padding: 5px 15px; }
.exame input[type="text"]:focus, .exame textarea:focus{ background-color: #f5f8fd; }
