@import url("geral.css");

div#conteudo {
		background:url(../img/linha.jpg) no-repeat ;
		width:778px;

	}

div#meio{
	width:500px;
	float:right;
	padding:5px 10px 20px 10px;
	margin-top:12px;
	
}

div#meio p{
	margin:10px 10px 5px 0px;
}

div#meio ul li{
	list-style:inside;
}

.linha{
	background:url(../img/linha.jpg) no-repeat ;
	height:5px;
	width:778px;
	}
	
div#lateral{
	width:230px;
	background:url(../img/bglateral.jpg) no-repeat top left;
	border-right:1px solid #ccc;
	height:auto;
	margin-top:5px;
	}

div#lateral ul li {
	border-bottom:1px solid #ccc;
	margin:8px 2px 2px 6px;
	list-style:none;
}

div#lateral ul li a{
	text-decoration:none;
	font-weight:bold;
	}
	
div#lateral ul li a:hover{
	text-decoration:underline;
	color:#DA251D;
	background:url(../img/listhover.gif) no-repeat top left;
	padding-left:12px;

}

table#paginacao{
	margin:40px auto;
	width:500px;
	background:url(../img/bgnav.gif) repeat-x top left;
	clear:both;
	
	}
	
#breadcrumb{
	margin-bottom:25px;
	background:url(../img/bgnav.gif) repeat-x top left;
	width:500px;
	height:23px;
	padding-top:2px;

}

.primeira {
	font-family:Georgia, "Times New Roman", Times, serif;
    float: left;
    font-size: 55px;
    line-height: 0.80em;
    padding-right: 4px;

	}


div#consultores ul{

}

div#consultores ul li{
	border:1px solid #ccc;
	width:400px;
	height:90px;
	list-style:none;
	margin:10px;
	padding:5px 3px 3px 3px;
	background:url(../img/bgconsultores.gif) no-repeat top left;	

}

.combo{
	border:1px solid #ccc;
	width:480px;
	height:auto;
	margin:5px auto;
	padding:8px;

}

table.contato{
	width:470px;
	margin:5px 5px 5px 0px;
	border:1px solid #ccc;
	background:#fff;

}

table.contato td{
	padding:5px;
	border-bottom:1px solid #ccc;
	}

.fotologo{
	margin-right:5px;
	margin-left:3px;
	padding:4px;
	float:left;
}

.date {
	font-size:11px;
	color:#DA251D;	
	}