/* CSS Document */
*, body, h1, h2, h3, h4, p{
	margin:0;
	padding:0;
}

ul{
	margin:0;
	padding:0;
	list-style:none;
}

a{
	text-decoration:none;
	color: #666;
}
a:hover{
	text-decoration: underline;
}
p{
	font-size:11px;
	color: #666;
	text-align:justify;
}
h3{
	font:normal 15px "Trebuchet MS", tahoma;
	color: #216DB0;
	margin-bottom:10px;
	margin-top:10px;
}
.imgRight{
	border: 1px solid #DEDEDE;
	padding:3px;
	margin-right: 20px;
}
.imgLeft{
	border: 1px solid #DEDEDE;
	padding:2px;
	margin-left: 10px;
}

hr{
	border-color: #EAEAEA;
	border-style:solid;	
	border-top-width: 3px;
	height:4px;
	margin-bottom:25px;
	_margin-bottom:20px;	
	margin-top: 10px;
	_margin-top: 0px;
	
}
.laranja{
	color:#FF8402;
}
.azul{
	color:#216DB0;
}
.verde{
	color:#7E912D;
}
.laranja a{
	color:#FF8402;
}
.azul a{
	color:#216DB0;
}
.verde a{
	color:#7E912D;
}
.img{
	border: 1px solid #EEE;
	padding:2px;
	margin-right:5px;
}
ul.bullet li {
	
	list-style-type:square;
	padding-left:0px;
	padding-bottom:15px;
	list-style-image:url(imagens/bullet_azul.gif);
	list-style-position:inside;
	
}

body{
	width:100%;
	font:11px tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	line-height:14px;
	background:url("imagens/background.gif") repeat-x;
	background-color:#E3E3E3;
}
#geral {
	background:url("imagens/fundoCorpo.gif") repeat-y;
	width:675px;	
	margin:auto;
	min-height:600px;	
	height:auto !important;
	height:600px;
	display:table;
}

#header{
	position:relative;
	width:675px;
	height:297px;
	background:url("imagens/fundoHeader.gif") no-repeat;	
}

	#header h1 span{
		display:none;		
	}
	
	#header h1{
		background:url("imagens/logo.gif") no-repeat;
		width:150px;
		height:70px;
		margin-left:40px;
		
	}
	
	#header h1 a{		
		width:181px;
		height:65px;
		display:block;
	}
	#header .banner ul{
		position:absolute;
		left:18px;
		top:90px;		
	}
	
	#header .banner li{
		
		width:144px;
		height:168px;
		float:left;
		padding:8px;
	}
	#menu{		
		position:absolute;
		top:255px;
		left:45px;	
		width:668px;
		height:40px;
	}
	#menu ul li{		
		float:left;
		font: bold 12px helvetica, tahoma;
		height:40px;
		text-align:center;
		vertical-align:middle;
		color:#fff;
		margin-right:30px;
		margin-top:14px;		
	}	
	#menu ul li a{
		display:block;
		color:#fff;
	}
	#menu ul li a:hover{
		
		text-decoration:underline;		
	}
	#menu ul li.ativo{
		display:block;
		background:url("imagens/fundoMenu.gif") no-repeat;
		color:#fff;		
	}
	#menu ul li.ativo a{		
		color:#fff;		
	}
	#acesso{
		
		position:absolute;
		top:200px;
		z-index:1;
	}
	#banner{
	
	position:absolute;			
	top:80px;
}
	table th{
	color:#fff;
	background:#340E70;
	text-align:center;
	}
	table td{
	text-align:center;
	}

#conteudo{
	width:635px;
	margin:auto;
	margin-top:5px;
}
#conteudo .contato{
	width:219px;
	float:left;
}
	
#corpo{
	width:390px;
	margin-top:10px;
	margin-left:15px;
	float:left;
	
}

	#corpo h2{
		margin-top:10px;
		margin-bottom:10px;
		font:bold 19px "Trebuchet MS", tahoma;
		color: #340E70;
	}
	#corpo p{
		line-height:20px;
		font-size:12px;
	}
	
	
	#formulario input{
	border: 1px solid #ccc;	
	font-size: 11px;	
	margin-bottom: 10px;	
	padding:3px;
	}

	#formulario input.textboxDetalhe{
	border: 1px solid #ccc;	
	font-size: 11px;	
	margin-bottom: 10px;
	background:#DAE8F5;
	}
	#formulario .textarea{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 12px;
	margin-bottom: 10px;
	}
	
	
	#formulario select{
	border: 1px solid #ccc;
	font-size: 12px;
	margin-bottom: 10px;
	color: #333;
	}
	
	#formulario label{
	font-size:11px;
	color:#216DB0;
	display: block;
	width: 100px;
	float: left;
	border-bottom: 1px solid #f1f1f1;	
	font-weight:bold;
	}
#formulario .botao{
	font: bold 11px "tahoma", verdana, arial;	
	vertical-align:top;
	color:#fff;
	background-color: #216DB0; 
	border: 1px;
	margin: 3px;
}
#formulario{
	float:left;
	margin-right:20px;

	
	}
#contato{
	float:right;
	border-left: 1px solid #ccc;
	width:300px;	
	padding:20px;
	padding-bottom:70px;
	margin-bottom:20px;
}	
#rodape{
	height:51px;
	width:675px;
	margin:auto;
	background:url("imagens/fundoRodape.gif") no-repeat;
		
}
	#rodape p{
		color:#666;	
		padding-top:25px;
		text-align:center;	
	}
	#rodape p strong{
		color:#fff;	
		padding-top:10px;		
	}
	#rodape .socio{
		float:left;
		padding-right:20px;
		padding-left:20px;
		margin-top:10px;
		border-right: 1px solid #fff;
	}