/* CSS Document */
body{
	font-family:"Arial Black", Gadget, sans-serif;
}

img{
	border:0;
}

h2{
	font-size:12px;
	text-transform:uppercase;
	color:#254a77;
	padding-bottom:10px;
	margin:0px;
}
p.texto{
	color:#000;
	margin:0;
	padding:0;
}
p.mais{
	padding-top:5px;
	text-align:right;
	margin:0px;
}
p.mais a{
	font-weight:bold;
	color:#254a77;
}

/* Cabealho */
#header{
	background-image:url(../images/bg_header.png);
	background-repeat:no-repeat;
	padding:9px 9px 0px 9px;
	height:198px;
	margin:10px 14px 0px 14px;
}
#header h1{
	float:left;
	width:167px;
	margin:0px;
	padding-right:10px;
}
#header h1 a{
	background-image:url(../images/logo_bs.jpg);
	background-repeat:no-repeat;
	display:block;
	overflow:hidden;
	width:0;
	height:0;
	padding:167px 167px 0px 0px;
}
#header h1 a:hover{
	background-image:url(../images/logo_bs_hover.jpg);
}
#header #institucional{
	padding-top:87px;
	font-size:13px;
}
#header #institucional #fone{
	float:right;
	background-image:url(../images/ico_tel.png);
	background-repeat:no-repeat;
	padding:1px 0px 6px 20px;
	width:95px;
	height:14px;
}
#header #institucional ul{
	list-style:none;
	padding:3px 0px 0px 0px;
	float:left;
	margin:0px;
}
#header #institucional ul li{
	float:left;
	width:auto;
	padding-right:10px;
	border-right:1px solid #036;
	margin-right:10px;
}
#header #institucional ul li a{
	text-decoration:none;
}
#header #institucional ul li a:hover{
	color:#00c;
}
#header #servicos{
	clear:right;
	margin:0px;
	padding:10px;
}
#header #servicos li{
	list-style:none;
	float:left;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	padding-right:10px;
	margin-right:10px;
	border-right:1px solid #036;
	height:44px;
	width:auto;
}
#header #servicos li.ultimo{
	margin:0;
	border:0;
	padding:0;
}
#header #servicos li a{
	text-decoration:none;
}
#header #servicos li a:hover{
	color:#00c;
}

/* Contedo */
#content{
	padding:15px 0px;
}
#content *{
	padding:0px;
	margin:0px;
}
#content p{
	padding-bottom:10px;
	color:#000;
}
#content h2{
	font-size:12px;
	text-transform:uppercase;
	color:#254a77;
	padding-bottom:10px;
	margin:0px;
}
#content h3{
	font-size:12px;
	color:#254a77;
	padding-bottom:10px;
}
#content h3 a{
	color:#c00;
}

.destaques { float:left; margin-left:60px; height:300px; }

