@charset "UTF-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #BEE9CF;
	background-image:url(../imagens/bg.png);
	background-position: top;
	background-repeat: repeat-x;	
}
img {
	border: 0px;
	margin: 0px 1px 1px 0px;
}

h1 {
	margin: 20px 0px 10px 20px;
	font-size: 20px;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	font-weight:bold;
}
h3 {
	margin: 40px 0px 0px 0px;
	font-size: 16px;
	font-weight: normal;
	color:#009900;
}

h4 {
	margin: 0px 0px 20px 0px;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
}

h5 {
	color:#009900;
}

h6 {
	color:#009900;
	margin: 10px 0px 5px 0px;
}

p { 
	font-size: 11px;
}
a {
	color:#000000;
}
label { 
	font-size: 11px;
}
#topo {
	margin: 0px;
	width: 1000px;
	height: 125px;
}
#logo {
	margin: 0px;
	width: 250px;
	float: left;
}
#menu {
	margin: 80px 20px 0px 0px;
	width: 700px;
	float: right;
}
#principal {
	width: 1000px;
	border-top: 1px solid #009900;
}
#submenu {
	margin: 0px 0px 0px 20px;
	width: 150px;
	float: left;
}
#texto {
	margin: 0px 40px 0px 0px;
	padding: 10px 0px 50px 0px;
	width: 680px;
	float: right;
}
#contato {
	margin: 0px 40px 0px 0px;
	padding: 10px 0px 0px 0px;
	width: 680px;
	float: right;
}
#map_canvas {
	margin: 20px 0px 0px 20px;
	width: 500px;
	height: 350px;
	float: left;
}
#localizacao {
	margin: 0px 40px 0px 0px;
	width: 330px;
	height: 390px; /*esta altura só serve para dar uma margem inferior ao mapa, já que a propriedade margin não estava resolvendo*/
	float: right;
}
#colesq {
	width: 300px;
	float: left;
}
#coldir {
	width: 300px;
	float: right;
}
#formulario {
	margin: 0px 0px 0px 300px;
}
#formulario fieldset {
	width: 250px;
	border: 0;
	margin: 0;
	float: left;
	font-size: 11px;
}
#formulario #fieldset_botoes {
	width: 120px;
}
.dropdown {
	width: 238px;
}
.botao {
	margin: 20px 5px 0px 0px;
}
.oneColFixCtr #container {
	width: 1002px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.autor {
	font-weight: bolder;
}
.festa {
	font-weight: bolder;
	font-style: italic;
}
.depoimento {
	margin: 10px 0px 30px 0px;
}
.subtitulo {
	margin: 10px 0px 10px 0px;
}
.formulario {
	text-align: right;
}

.endereco {
	margin: 0px;
	class: 0px;
}


#theform {
	/*background-color: #4F4F00;*/
	width: 45em;
	}
#theform fieldset {
	/*height: 20em;*/
	width: 16em;
	border: 0;
	margin: 0;
	padding: 0em;
	float: left;
	}
#theform fieldset legend {
	font-size: 4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	}
#theform fieldset legend span {
	display: none;
	}
#theform fieldset h3 {
	height: 4em;
	font-size: 1em;
	}
#theform fieldset div.help {
	/*color: #FFFF99;*/
	font-size: 0.7em;
	font-weight: bold;
	height: 5em;
	}
#theform fieldset label {
	font-size: 0.7em;
	display: block;
	line-height: 1.5em;
	}
#theform fieldset input {
	/*font-size: 0.8em;
	height: 1.2em;*/
	}
	
/* Error Styling */
#theform fieldset.error,
#theform fieldset.error legend,
#theform fieldset.error div.help {
	/*color: #FFCC33;*/
	}
#theform fieldset.error div.comentario {	
	font-size: 11px;
	margin: 0px;
	}
#theform fieldset strong.error {
	color: #fff;
	background-color: #CC0000;
	padding: 0.2em;
	font-size: 0.7em;
	font-weight: bold;
	display: block;
	}

/* Part 4 Styling */
#theform #pt4 {
	clear: both;
	width: 38em;
	height: 5em;
	border: 10px solid #666600;
	border-width: 10px 0;
	padding: 1em;
	}
#theform #pt4 legend {
	display: none;
	}
#theform #pt4 h3 {
	display: none;
	}
#theform #pt4 #disclaimer {
	width: 22em;
	float: left;
	font-size: 0.7em;
	}
#theform #pt4 input {
	height: 5em;
	font-size: 1em;
	width: 15em;
	color: #666666; 
	background: #f3f3f3;
	font-weight: bold;
	border-bottom: 	1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;	
	float: right;
	}

#copyright {
	clear: both;
	padding: 0.5em;
	font-size: 0.8em;
	color: #9F9F00;
	font-style: italic;
	}
	
#theform #pt5 {
	width: 10em;
	}
	
#titulo_admin {
	margin: 80px 20px 0px 0px;
	width: 700px;
	float: right;
	color:#000000;
	text-align: left;
}
#admin {
	padding: 30px 0px 0px 30px;
	width: 500px;
	float: left;
	text-align: left;
}

#legenda_admin {
	margin: 10px 20px 0px 0px;
	width: 450px;
	float: right;
	text-align: left;
}

.label_admin {
	color:#009900;
	font-weight: bold;
}
