/*-------------------------Reset---------------------------*/
* {
	margin:0;
	padding:0;
	list-style:none;
	vertical-align:baseline;
}

/*-------------------------Geral---------------------------*/

body { background: #d3ccc2; }

a { color: #666; text-decoration: none; }

a.link { color: #18618b; text-decoration: none; font-weight: bold; }

#geral {
	background: url(../imagens/bg-site.jpg) no-repeat;
	width: 1024px;
	height: 670px;
	position: relative;
	margin: 30px auto;
}

p a { color: #18618b; text-decoration: none; font-weight: bold; }
p a:hover { text-decoration: underline; }

a.logo {
	width: 250px;
	height: 50px;
	position:absolute;
	top: 25px;
	left: 30px;
	text-indent: -9999px;
}

/*-------------------------Menu---------------------------*/

ul.language { 
	position:absolute;
	width: 200px;
	right: 30px;
	top: 3px;
	display: inline;
	text-align:right;
}

ul.language li { display: inline; }

ul.language li a.last { border: none; }

ul.language li a {
	font: 9px Verdana, Geneva, sans-serif;
	color: #5c88a0;
	text-decoration: none;
	padding: 0 10px;
	border-right: 1px solid #5c88a0;
}

ul.language li a:hover { text-decoration: underline; }

ul.menu { 
	position:absolute;
	width: 800px;
	right: 30px;
	top: 80px;
	display: inline;
	text-align:right;
}

ul.menu li { display: inline; }

ul.menu li a.last { border: none; }

ul.menu li a {
	font: 11px Verdana, Geneva, sans-serif;
	color: #666;
	text-decoration:none;	
	padding: 0 10px;
	border-right: 1px solid #5c88a0;
}

ul.menu li a:hover { text-decoration: underline; }

/*-------------------------Lateral---------------------------*/
#lateral {
	position: absolute;
	width: 207px;
	left: 51px;
	top: 122px;
	}
#noticia { margin-bottom: 10px; }

#lateral p.titulo a {
	font: 11px Verdana, Geneva, sans-serif;
	color: #5c88a0;
	padding: 2px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-bottom: 7px;
	text-decoration: none;
	width: 207px;
	display: block;
}

#lateral p.titulo a:hover { text-decoration: underline; }

#lateral p { 
	font: 10px Verdana, Geneva, sans-serif;
	color: #666;
}

/*-------------------------Conteudo---------------------------*/
#conteudo {
	position: absolute;
	width: 680px;
	height: 325px;
	font: 11px Verdana, Geneva, sans-serif;
	color: #666;
	overflow: auto;
	top: 123px;
	right: 29px;
	padding-right: 15px;
}

#conteudo-home {
	position: absolute;
	width: 700px;
	height: 325px;
	font: 11px Verdana, Geneva, sans-serif;
	color: #666;
	top: 122px;
	right: 29px;
}

#conteudo h1 {
	font: 12px Verdana, Geneva, sans-serif;
	color: #18618b;
	padding-bottom: 15px;
	font-weight: bold;
}

#conteudo h2 {
	font: 11px Verdana, Geneva, sans-serif;
	color: #18618b;
	padding-bottom: 15px;
	font-weight: bold;
}

#conteudo p {
	font: 11px Verdana, Geneva, sans-serif;
	color: #666;
	line-height: 18px;
}

a.img-home {
	display: block;
	width: 167px;
	height: 323px;
	float: left;
	margin-right: 7px;
	text-indent: -9999px;
	}

a.img-home.escritorio { background:url(../imagens/img-home.jpg) no-repeat 0 0; }
a.img-home.atuacao { background:url(../imagens/img-home.jpg) no-repeat -172px 0; }
a.img-home.equipe { background:url(../imagens/img-home.jpg) no-repeat -349px 0; }
a.img-home.localizacao { background:url(../imagens/img-home.jpg) no-repeat -524px 0; }

a.img-home.escritorio:hover { background:url(../imagens/img-home.jpg) no-repeat 0 -323px; }
a.img-home.atuacao:hover { background:url(../imagens/img-home.jpg) no-repeat -172px -323px; }
a.img-home.equipe:hover { background:url(../imagens/img-home.jpg) no-repeat -349px -323px; }
a.img-home.localizacao:hover { background:url(../imagens/img-home.jpg) no-repeat -524px -323px; }

ul.equipe li { cursor: pointer; }

div.dados-equipe {
	background: url(../imagens/bg-equipe.gif) no-repeat;
	position: absolute;
	top: 0;
	right: 10px;
	width: 310px;
	height: 315px;
	padding: 0 15px 10px 15px;
}

div.dados-equipe a.fechar {
	display: block;
	height: 50px;
	text-indent: -9999px;
}

div.dados-equipe span { font: 12px; margin-bottom: 5px; display:block; }

div.dados-equipe a { color: #18618b; margin-bottom: 10px; display:block; }

#restrito {
	position:absolute;
	right: 29px;
	top: 106px;
	border: 1px solid #ccc;
	padding: 5px;
	background: #eee;
	z-index: 99999;
	}

#restrito label { font: 12px Verdana, Geneva, sans-serif; color: #666; }

div.localizacao {
	background: url(../imagens/div-localizacao.gif) no-repeat;
	position: absolute;
	top: 200px;
	right: 29px;
	width: 310px;
	height: 315px;
	padding: 0 15px 10px 20px;
}

div.localizacao a.fechar {
	display: block;
	height: 50px;
	text-indent: -9999px;
}

/*-------------------------Footer---------------------------*/

p.footer {
	position:absolute;
	bottom: 20px;
	text-align: center;
	font: 10px Verdana, Geneva, sans-serif;
	color: #5c88a0;
	width: 1020px;
}

