/* CSS Document */
#conteudohigh{
	margin:0;
	width:869px;
	text-align:left;
	margin-bottom:20px; /*ff*/
	font-family: "Trebuchet MS", Tahoma;
	color: #333333;
}
#wraphigh {
	float:left;
	width:750px;
	margin-left:32px;
	margin-bottom:20px; /*ie*/
}

#contenthigh{
	float:right;
	width:470px;
/*	border:#CCC 1px solid; apas off*/
}

/*CONTATO GERAL*/
/*.listaContato {
	margin-bottom: 20px;
	width: 100%;
}
.listaContato table{
	width: 726px;
	border:1px solid #F4F6F9;
}
.listaContato caption{
	color:#336699;
	text-align:left;
	font-size:1.3em;
	font-weight: bold;
	height: 2.0em;
	border:1px solid #F4F6F9;
	padding-left:5px;
}
.listaContato td{
	padding:5px;
	text-align:center;
	background-color: #F4F6F9;
	background-repeat: repeat-x;
}
.listaContato  a:link, a:visited{
	color: #333333;
	font-weight:bold;
	text-decoration:none;
}
.listaContato a:hover{
	color: #CC0000;
	font-weight:bold;
	background-color: #FFFF66;
}*/

#local{
	margin-top:10px;
	margin-left:20px;
	margin-bottom:20px;
	margin-right:20px;
	width: 700px;
	height:auto;
	padding-bottom:10px;
	background-attachment: scroll;
	background-image: url(../images/endereco_mail.jpg);
	background-repeat: no-repeat;
	background-position: right;
	border-bottom: 1px dotted #999999;
}
#local h1{
	visibility:hidden;
}
#local h2{
	color: #336699;
	font-size:1.1em;
	margin-bottom:10px;
	margin-top:10px;
	padding-left:5px;
	padding-right: 0px;
}

#local p{
	font-size:1em;
	color: #333333;
	text-align: justify;
	padding-left:10px;
	padding-right:20px;
}

#local li{
	font-size:1em;
	color: #333333;
	text-align: justify;
	list-style-type: none;
	margin-left:40px;
	padding-right:20px;
	padding-bottom:1em;
	list-style-image: url(../images/bullet.jpg);
}
#local a:link, a:visited{
	color: #333333;
	font-weight:bold;
	text-decoration:none;
}
#local a:hover{
	color: #CC0000;
	font-weight:bold;
	background-color: #FFFF66;
}
#telfax{
	margin-top:10px;
	margin-left:20px;
	margin-bottom:20px;
	margin-right:20px;
	width: 700px;
	height:auto;
	padding-bottom:10px;
	background-attachment: scroll;
	background-image: url(../images/tel_fax.jpg);
	background-repeat: no-repeat;
	background-position: right;
	border-bottom: 1px dotted #999999;
}
#telfax h2{
	color: #336699;
	font-size:1.1em;
	margin-bottom:10px;
	margin-top:10px;
	padding-left:5px;
	padding-right: 0px;
}

#telfax p{
	font-size:1em;
	color: #333333;
	text-align: justify;
	padding-left:10px;
	padding-right:20px;
}

#telfax li{
	font-size:1em;
	color: #333333;
	text-align: justify;
	list-style-type: none;
	margin-left:40px;
	padding-right:20px;
	padding-bottom:1em;
	list-style-image: url(../images/bullet.jpg);
}
#telfax a:link, a:visited{
	color: #333333;
	font-weight:bold;
	text-decoration:none;
}
#telfax a:hover{
	color: #CC0000;
	font-weight:bold;
	background-color: #FFFF66;
}

/*FORMULARIO APAS*/
.FormContato{
	margin-left:10px;
	width:726px;
	height:auto;
	font-family:"Trebuchet MS", Tahoma;
	color:#333333;
}
.FormContato form{
	padding:10px;
}
.FormContato fieldset{
	padding:10px;
	border:1px solid #CCCCCC;
}
.FormContato p{ /*tirar se usar display block para label*/
	padding:5px;
	font-size:1em;
	font-weight:bold;
}

.FormContato label input{
	cursor:pointer;
	width:450px;

}
#sprytextfield3 input {
	width:320px;
	margin-right:15px;
}
#sprytextfield4 input {
	width:200px;
	margin-right:15px;
}
#sprytextfield5 input {
	width:200px;
	margin-right:15px;
}
#sprytextfield7 input {
	width:60px;
	margin-right:15px;
}
.FormContato label{
	cursor:pointer;
	color:#333333;
}

.FormContato fieldset legend{
	font:bold 14px Trebuchet MS, Tahoma;
	color:#336699;
	margin:0 0 10px;
}

.FormContato input{
	background-color: #FFFFFF;
	padding: 1px;
	color: #666666;
	margin-top: 10px;
	border-top: 1px solid #EEEEEE;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-left: 1px solid #EEEEEE;
}
select { 
	background-color: #FFFF99;
	color:#333333;
}

input.botao#submit {
	background-color:#336699;
	color:#FFF;
	padding:5px;
	font:13px Trebuchet MS, Tahoma;
	cursor:pointer;
}
.mapa{
	width:700px;
	background-color:#FFCC00;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:20px;
	border:2px solid #FFCC00;;
}