@charset "utf-8";
/* CSS Document */

div, p, h1, h2, h3, h4, h5, h6 {margin:0; padding:0;}

P{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666;
}

.marinho{
	color:#004672;
}

ul, li {margin:0 0 0 1px; padding:0; list-style-type:none;}

#miolo_header h1{
	height:101px;
}

#menu li{
	width:auto;
	float:left;
}

#menu li:hover{
	background-color:#024875;
}

.current{
	background-color:#024875;
}

#menu a:link, #menu a:active, #menu a:visited{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:17px;
	color:#FFF;
	text-decoration:none;
	height:25px;
	display:block;
	float:left;
	padding:0 32px 0 32px;
}

#menu a:hover{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:17px;
	color:#FFF;
	text-decoration:none;
	display:block;
	float:left;
	padding:0 32px 0 32px;
	height:25px;
}

body{
	margin:0;
	background-image:url(img/bg_total.jpg);
	background-repeat:no-repeat;
	background-color:#CCCCCC;
	}
	
#geral{
	width:850px;
	height:auto;
	margin:auto;
}

#header_bg{
	width:100%;
	height:411px;
	background-image:url(img/bg_header.jpg);
	background-repeat:repeat-x;
}

#miolo_header{
	width:800px;
	height:411px;
	margin:auto;
	position:relative;
}

#menu{
	width:800px;
	height:25px;
	position:absolute;
	bottom:2px;
	left:0;
	background-image:url(img/bg_menu.png);
	margin:0;
}

#colunas{
	width:100%; height:auto;
	float:left;
}

#footer{
	width:100%; height:25px;
	margin:15px 0 0 0;
	float:left;
}

address{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#333;
	padding:0 0 0 22px;
	width:680px;
	float:left;
}

address a:link, address a:hover, address a:visited, address a:active, address a:focus{
	color:#333;
	text-decoration:none;
}

#assinatura{
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#02007E;
	float:left;
	margin:0 0 0 42px;
}

#assinatura a:link, #assinatura a:hover, #assinatura a:visited, #assinatura a:active, #assinatura a:focus{
	color:#02007E;
	text-decoration:none;
}