@charset "utf-8";
body {
	font-family: Verdana, Arial;
	font-size: 12px;
	margin: 0;
	padding:0;
	background-color: #FFF;
	background-image:url(../img/bgTop.gif);
	background-repeat:repeat-x;
}
.inicio {
	height:300px;
	text-align:center; /* o IE 6 não reconhece o valor 'auto' que é colocado em 'margin' para centralizar, logo a sua gambiarra é essa...
	e ele nao pode estar junto com o 'margin: 0 auto;' tem que ser uma div fora a parte*/
}
.inicio #top {
	width:880px;
	margin:0 auto;
	color:#FFF;
	text-align:left;
	font-weight:bold;
	font-size:30px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
	/*-moz-border-radius-bottomleft: 20px;/* CSS 3 */
	/*-moz-border-radius-bottomright: 20px;/* CSS 3 */
}
.inicio #top #logos {
	margin-left:-25px;
	padding-top:80px;
	float:right;
}
.inicio #top #logos .icon {
	width:32px;
	height:32px;
	float:left;
	margin-right:15px;	
	float:right;/* tem que ter aqui por causa do fdp do IE*/
}
.inicio #top #logos #icon a {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.inicio #top #erLogo {
	background-image:url(../img/er.png);
	background-repeat:no-repeat;
	width:290px;
	height:298px;
	float:left;
	margin-top:-10px;
	float:left;
}
.inicio #top #menu {
	font-size:12px;
	color:#000;
	float:left;
	margin-top:7px;
	margin-left:-50px;
	float:left;
}
/* INICIO MENU */
.inicio #top #menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:left;	
}
.inicio #top #menu ul li{
	display:block;
	float:left;
	margin:0 1px;
}
.inicio #top #menu ul li a{
	display:block;
	float:left;
	text-decoration:none;
	padding:0 0 0 20px;
	height:33px;
	color:#000;
}
.inicio #top #menu ul li a:hover{
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #000000;
}
.inicio #top #menu ul li a span{
	padding:12px 20px 0 0;
	height:21px;
	float:left;
}
.inicio #top #menu ul li a:hover span{
	display:block;
	width:auto;
	cursor:pointer;
	color:#FF9900;
}

/* FIM MENU */
#baners {
	font-size:12px;
	width: 570px;
	height: 110px;
	margin-top:-115px;
	margin-left:295px;
	float:right;
}
.baixo {
	text-align:center; /* o IE 6 não reconhece o valor 'auto' que é colocado em 'margin' para centralizar, logo a sua gambiarra é essa...
	e ele nao pode estar junto com o 'margin: 0 auto;' tem que ser uma div fora a parte*/
}
.principal {
	width:880px;
	margin: 0 auto;
	padding:10px;
}
.principal #esquerdo {
	width:170px;
	float:left;
	padding-right:10px;
	text-align: left;
	color: 	#7D8085;
	padding: 20px 0 0 0px;
	margin-top:-20px;
}

.principal #esquerdo ul {
	margin: 0 0 0px 0;
	padding: 0;
	list-style: none; /* este comando tira o pontinho da lista 'ul' */
}

.principal #esquerdo h3 { 
	color: #000;
	background-color:#E4E4E4;
	background-image:url(../img/setinha.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-top:10px;
	padding-left:15px;
	padding-right:5px;
	padding-bottom:10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}
.principal #esquerdo li { 
	font-weight: bold; 
	margin: 5px 0 5px 0px; 
	padding: 0px 0 0 0px; 
	border-bottom: 1px solid #ccc; 
	height: 25px;
	background: url(../img/li.png) no-repeat left;
}
.principal #esquerdo li a {
	color: #000000;
	text-decoration: none;
	padding: 5px 0 0 15px;
	display: block;
	height: 25px;
}
.principal #esquerdo li a:hover {
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 25px;
	background: #11A6D4 url(../img/liSobre.png) no-repeat left;
}


.principal #direito {
	width:690px;
	float:left;
	padding-left:10px;
	text-align:left;
}
.rodape{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 100px;
	padding-bottom: 30px;
	padding-left: 100px;
}
h1{
	text-align: center;
}
.texto {
	text-align: justify;
}
.quadrado h3,.down h3 {
	border: thin solid #D8D8D8;
	color: #0066FF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.down h3:hover {
	background-color: #D2E4FF;
	border: thin solid #000000;
	color: #000000;
}
.down h3 span {
	color: #000000;
	text-transform: none;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
#downSpan {
	color: #000000;
	text-transform: none;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}
#subTitle {
	background: inherit;
	border-bottom: 1px solid #5f5f5f;
	padding-top: 10px;
	margin-left:15px;
	font-size: 12px;
	font-weight: bold;
}
#img {
	padding-top: 10px;
	margin-left:10px;
	height: 64px;
	width: 64px;
	float: left;
}
#desc {
	padding-top: 10px;
	margin-left:5px;

}
#down {
	padding-top: 10px;
	margin-left:5px;
}
/* INICIO PAGINACAO */
#pages {
	padding: 3px;
}
#pages ul {
	list-style-type: none;
}
#pages li {
	float: left;
	display: inline;
	margin: 0 5px 0 0;
	display: block;
}
#pages li a {
	color: #000000;
	padding: 4px;
	border: 1px solid #4896EC;
	text-decoration: none;
	float: left;
}
#pages li a:hover {
	color: #000000;
	border: 1px solid #000066;
	background-color: #D2EBF9;
}
#pages li.nolink {
	color: #CCC;
	border: 1px solid #F3F3F3;
	padding: 4px;
}
#pages li.current {
	color: #FFF;
	border: 1px solid #4896EC;
	padding: 4px;
	background: #4896EC;
}
/* FIM PAGINACAO */

/* INICIO LIVRO VISITA */
#recado{
	background-image:url(../img/folha.png);
	background-repeat: repeat-y;
	background-position: top;
}
fieldset {
	border:1px dashed #CCC;
	padding:10px;
}
legend {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.1;
	color:#fff;
	background: #666;
	border: 1px solid #333;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}
#recado .nome {
	font-size:18px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0000CC;
}
#recado .nome span {
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
#recado .email{
	font-size:12px;
	color:#000000;
	padding-bottom:5px;
	padding-top:5px;
}
#recado .igreja{
	font-size:12px;
	color:#000000;	
	padding-bottom:5px;
	padding-top:5px;
}
#recado .msg{
	font-size:12px;
	text-align: justify;
	color:#000000;
	padding-bottom:5px;
	padding-top:5px;
	margin-top:10px;
	padding-left:5px;
	padding-right:5px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
}
.totMsg {
	color:#BFBFBF;
	font-size:10px;
	font-weight:bold;
	text-align:right;
}
.totMsg a{
	font-size:14px;
	color:#000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.totMsg a:hover{
	color:#CC0000;
	text-decoration: none;
}
/* FIM LIVRO VISITA */

/* INICIO FORMULARIO */
.textEmail{
	font:normal 18px Arial;
	color: #000000;
}
.textArea{
	width:100%;
	background:#FFFFFF;
}
.textbox {
	background-image: url(../img/16t.png);
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-position:left;
/*	width:285px;*/
	font:normal 18px Arial;
	color: #000000;
	padding:3px 5px 3px 19px;
	border: thin solid #A7A6AA;
}
.textbox:focus{
	background-color:#F0FFE6;
	border: thin solid #63A1C8;
}
.textbox:hover {
	border: thin solid #63A1C8;
}
.textInput{
	font-weight:bold;
}
small  {
	margin-right:100px;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
	float:right;
}
.contadorSpan  {
	position:relative;
	right: 160px;
	margin-left:0px;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 10px;
	color: #FF0000;
	font-weight: bold;
	float:right;
}
/* FIM FORMULARIO */

/* INICIO HOME*/
.quadrado {
    width: 330px;
	height: 230px;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
	color: #000000;
}
.twitter {
    width: 330px;
	height: 230px;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
}
.twitter h2{
	border: thin solid #D8D8D8;
	color: #0066FF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
/* FIM HOME*/
.webMaster a{
	color:#FFFFFF;
	text-decoration: none;
}
.webMaster a:hover{
	color:#0066FF;
	text-decoration: none;
}
.userOn{
	margin-bottom:5px;
	margin-top:-5px;
}
.userOn:hover{
	margin-bottom:5px;
	margin-top:-5px;
	color:#FF0000;
}

.erro {
	background-image: url(../img/16t.png);
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-position:left;
	font:normal 18px Arial;
	color: #000000;
	padding:3px 5px 3px 19px;
	border: thin solid red;
}
.ok {
	background-image: url(../img/16t.png);
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-position:left;
	font:normal 18px Arial;
	color: #000000;
	padding:3px 5px 3px 19px;
	border: thin solid green;
}
.erroSpan {
	color: red;
	font-size: 10px;
	font-weight: bold;
}
.okSpan {
	color: green;
	font-size: 10px;
	font-weight: bold;
}
.mailER{
	color:#000066;
}
.mailER:hover{
	color:#FF0000;
}

/*BREADCRUMB*/

.breadcrumb{
	font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}
.breadcrumb a{
	background: transparent url(../img/breadcrumb.gif) no-repeat center right;
	text-decoration: none;
	padding-right: 18px; /*adjust bullet image padding*/
	color: navy;
}
.breadcrumb a:visited, .breadcrumb a:active{
	color: navy;
}

.breadcrumb a:hover{
	text-decoration: underline;
}
