@charset "utf-8";

body {margin:0;
	  padding:0;
	  font-family:Verdana, Arial, Helvetica, sans-serif;
	  font-size:11px;
	  color:#333333;
	  text-align:justify;
	  }
	  
.titulo{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000033;
	}
	
.textwhite{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	}

a:link{font-family:Verdana, Arial, Helvetica, sans-serif;
	   font-size:11px;
	   font-weight:bold;
	   color:#333;
	   text-decoration:none;
	    }

a:visited{font-family:Verdana, Arial, Helvetica, sans-serif;
	   font-size:11px;
	   color:#333;
	   font-weight:bold;
	   text-decoration:none;
	   }
	   
a:hover{font-family:Verdana, Arial, Helvetica, sans-serif;
	   font-size:11px;
	   color:#333;
	   font-weight:bold;
	   text-decoration:underline;
	   }


#container {
	width:776px;
	height:auto;     
	margin:0 auto;
	text-align:left;
	background-color:#FFFFFF;
	display:table;
	}

	
#top {
	position:absolute;
	width:757px;
	height:82px;
	left:9px;
	background-image:url(images/bglogo.jpg);
	
	}

#imagem {
	width:776px;
	height:200px;
	top: 0px;
	}
	
#menu{
	width:756px;
	height:auto;
	float:left;
	margin-left:10px;
	}
	
#rodape {
	float:left;
	width:747px;
	height:auto;
	padding:15px;
	background-color:#182759;
	bottom:0px;
	}

#conteudo{
	float:left;
	width:598px;
	height:auto;
	padding:5px;
	}
	
#conteudo_barra{
	float:left;
	width:148px;
	height:auto;
	text-align:center;
	padding:2px;
	border-left:dashed 1px #CCCCCC;
		}

#conteudo_sem_lateral{
	float:left;
	width:756px;
	height:auto;
	padding:10px;
	}

/*Formulário*/

label {
	width:100px;
	height:20px;
	margin-top:3px;
	margin-right:2px;
	padding-top:5px;
	padding-left:6px;
	background-color:#F4F4FF;
	float:left;
	display: block;
	letter-spacing: -1px;
	font-weight: normal;
	line-height: 1.1;
	color:#666;
}

#leftSide {
	width:500px;
	text-align:left;
	float:left;
}

.div_texbox {
	width:360px;
	float:left;
	background-color:#F4F4FF;
	height:20px;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
}

.div_texbox1 {
	width:250px;
	float:left;
	background-color:#F4F4FF;
	height:73px;
	margin-top:3px;
	padding-top:5px;
	padding-left:5px;
}

.textbox:focus, .textbox:hover {
	background-color:#F4F4FF;
}

.button_div {
	width:200px;
	float:right;
	background-color:#fff;
	text-align:right;
	height:25px;
	padding:5px 17px 3px;
}
.buttons {
	background: #eaeaea;
	font-size:12px; 
	color: #333333; 
	padding: 2px 6px;
	border-width: 2px;
	border-style: solid;
	border-color: #fff #333 #333 #fff;
	text-decoration: none;
	font-weight:bold;
}

/*Links Páginas ASP*/

.links_form {
	color:#333333;
	}

/*fim formulário*/

#erro_resposta{
	position:absolute;
	width:525px;
	height:381px;
	top:283px;
	left:16px;
	padding:10px;
	}
	
.mapa{
	position:absolute;
	width:736px;
	height:381px;
	top:249px;
	left:15px;
	padding:10px;
	}
