@charset "utf-8";
/* --- CSS Reset --- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	text-align: left;
}
body {
	background-image: url(../images/layout4_01.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 10px;
}
#header {
	background-color:#FFF;
	height: 103px;
}
#container {
	position: absolute;
	height: 550px;
	width: 960px;
	margin-left: -480px; /* half of width */
	left: 50%;
	z-index: 0;
}
#logo {
	float: left;
}
#menu {
	float: left;
	width: 673px;
}
#m1 {
	float: left;

}
#m2 {
	clear: both;

}
#busca {
	float: left;
	width: 151px;
	height: 68px;
	background-image: url(../images/head_m1_5.jpg);
	background-repeat: no-repeat;
}
.buscaform {
	background: transparent;
	width: 90px;
	height: 18px;
	font:Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 28px;
	margin-left: 5px;
}
#container #header #menu div #busca #form1 #imageField {
	margin-bottom: -5px;
	margin-left: -5px;
}
#content {
	background-color:#FFF;
	clear: both;
}

#footer_logos {
	float: left;
	height: 102px;
}
#footer_endereco {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(../images/rdp_2.jpg);
	width: 356px;
	height: 77px;
	float: left;
	text-align: right;
	padding-top: 25px;
}
#footer_fp{
  float: left;
	height: 102px;
}
.borda {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #00449C;
	border-right-color: #00449C;
	border-bottom-color: #CCC;
	border-left-color: #00449C;
	text-align: justify;
	vertical-align: top;
}
a {
	color: #000;
}
.central {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}
.justify {
	text-align: justify;
}
