/* ++ Begin FIP CSS ++++++++++++++++++++++++++++++++++ */

/* ++ Globals ++++++++++++++++++++++++++++++++++++++++ */

html { 
	padding: 0;
	margin: 0;
}

body {
	font-family: georgia, times, serif;
	font-size: 12px;
	text-align: left;
	padding: 0;
	margin: 0;
	background-color: #666;
}

#page {
	position: absolute;
	background-color: #fff;
	margin: 10px;
	border-bottom: 10px solid #666;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

ul, ol, img {
	margin: 0;
	padding: 0;
}

html>body a, a:visited {
	color: #000;
	text-decoration: underline;
}

html>body a:hover{
	color: #fff;
	text-decoration: underline;
}

ul {
	margin-top: 0.5em;
}

li {
	padding: 0;
	list-style-type: none;
}

img {
	border: none;
}

/* ++ Header Structure +++++++++++++++++++++++++++++++ */

#header { 
	position: relative;
	height: 210px;
	width: 900px;
	margin: 10px 10px 0 10px;
	padding: 0;
}

#header img { 
	position: absolute;
	left: 150px;
}

/* ++ Main Menu ++++++++++++++++++++++++++++++++++++++ */

#menu { 
	position: relative;
	width: 900px;
	margin: 0 10px 0 10px;
	background-color: #333;
	padding: 5px 0 5px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.navbar {
	margin: 0 0 0 150px;
}

.navbar li {
	display: inline;
	margin: 0 0.3em 0 0;
	font-size: 9px;
	font-weight: bold;
	line-height: 2em;
	text-transform: uppercase;
	height: 1em;
}

html>body .navbar li {
	display: inline;
	margin: 0;
	font-size: 9px;
	font-weight: bold;
	line-height: 2em;
	text-transform: uppercase;
	height: 1em;
}

.navbar li a {
	padding: 0.7em; 
	color: #fff;
	text-decoration: none;
}

.navbar li a:hover {
	color: #FFF;
	background-image: url(/assets/images/info/bg3.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.navbar li a.selected {
	font-weight: bold;
	color: #FFF;
	background-image: url(/assets/images/info/bg3.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.new a:link {
	color: #66bacd;
}

/* ++ Sub Menu +++++++++++++++++++++++++++++++++++++++ */

#submenu { 
	position: relative;
	width: 900px;
	margin: 0 10px 0 10px;
	padding: 5px 0 5px 0;
	background-color: #444;
	border-bottom: 1px solid #fff;
}

#submenu_empty { 
	position: relative;
	width: 900px;
	height: 18px;
	margin: 0 10px 0 10px;
	padding: 5px 0 5px 0;
	background-color: #555;
	border-bottom: 1px solid #fff;
}

.subnavbar {
	margin: 0 0 0 150px;
}

.subnavbar li {
	display: inline;
	margin: 0 0.3em 0 0;
	font-size: 9px;
	font-weight: bold;
	line-height: 2em;
	text-transform: uppercase;
	height: 1em;
}

html>body .subnavbar li {
	display: inline;
	margin: 0;
	font-size: 9px;
	font-weight: bold;
	line-height: 2em;
	text-transform: uppercase;
	height: 1em;
}

.subnavbar li a {
	padding: 0.7em; 
	color: #fff;
	text-decoration: none;
}

.subnavbar li a:hover {
	color: #fff;
	background-image: url(/assets/images/info/bg2.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.subnavbar li a.subselected {
	font-weight: bold;
	color: #FFF;
	background-image: url(/assets/images/info/bg2.gif);
	background-repeat: repeat-x;
	background-position: center;
}

/* ++ 2nd Sub Menu +++++++++++++++++++++++++++++++++++ */

.content2 {
	margin: 0;
	padding: 10px;
	background-color: #ccc;
	border-bottom: 1px solid #666;
}

.content2news {
	margin: 0;
	padding: 10px;
	background-color: #ccc;
	border-bottom: 1px solid #666;
}

.subnavbar2,
.subnavbar3 {
	padding: 0;
	margin: 0;
}

.subnavbar2 li,
.subnavbar3 li {
	display: inline;
	font-style: italic;
	padding: 0 0.2em;
	margin: 0 0 2px 0;
}

.subnavbar2 li a,
.subnavbar3 li a {
	display: inline;
	color: #000;
	padding: 0 0.4em 0 0;
	text-decoration: none;
}

.subnavbar2 li a:hover,
.subnavbar3 li a:hover {
	text-decoration: underline;
}

.subnavbar2 li a.subselected2,
.subnavbar3 li a.subselected2 {
	text-decoration: underline;
}

/* ++ Page Structure +++++++++++++++++++++++++++++++++ */

#pageContent { 
	position: relative;
	width: 900px;
	left: 10px;
	padding-bottom: 20px;
	background-image: url(/assets/images/info/fundo.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

.opera #pageContent,
.safari #pageContent,
.gecko  #pageContent { 
	height: 200px;
}

#c1, #c2, #c3 { 
	position: relative;
	float: left;
	top: 10px;
	margin: 0 0 20px 0;
	background-color: none;
}

#c1 { 
	width: 130px;
	left: 10px;
}

#c2 { 
	left: 20px;
	width: 480px;
}

#c3 { 
	left: 30px;
	width: 250px;
}

/* ++ Highlights +++++++++++++++++++++++++++++++++++++ */

.highlights {
	padding: 0;
	margin: 0;
}

.highlights li {
	padding: 0;
	margin: 0;
}

.opera .highlights li {
	padding: 0;
	margin: 0 0 5px 0;
}

.safari .highlights li {
	padding: 0;
	margin: 0 0 5px 0;
}

/* ++ Contents +++++++++++++++++++++++++++++++++++++++ */

.row1 {
	padding: 10px;
	line-height: 1.3em;
	background-color: #ccc;
	border-bottom: 1px solid #666;
	z-index: 1000;
}

.row2 {
	padding: 10px;
	line-height: 1.3em;
	background-color: #999;
	border-bottom: 1px solid #666;
}

#c3 .content {
	padding: 10px;
	line-height: 1.3em;
	background-color: #888;
	border-bottom: 1px solid #666;
}

.contentTitle {
	margin: 0 0 1.5em 0;
	padding: 0 0 0.1em 0;
	border-bottom: 2px solid #777;
}

.content .mainTitle {
	font-size: 15px; 
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	margin: 0;
	padding: 0.1em 0 0.6em 0;
	border-bottom: 1px solid #333;
}

.content .subTitle {
	font-weight: normal;
	font-variant: small-caps;
	color: #555;
	font-size: 12px;
	line-height: 1em;
}

.link a {
	padding: 0 0.4em;
	color: #000;
	background-color: #fff;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	text-decoration: none;
}

.link a:hover {
	color: #fff;
	background-color: #666;
}

h3 {
	margin: 2em 0 0.3em 0;
	font-size: 13px;
}

h4 {
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 1em 0;
}

.contentText p {
	font-size: 12px;
	line-height: 1.3em;
	font-family: georgia, times, serif;
}

html>body .contentText p {
	font-size: 12px;
	line-height: 1.5em;
}

.contentText ul {
	margin: 0 0 0 2em;
}

.contentText ul li {
	padding: 0 0 0.2em 0;
	list-style-type: circle;
}

.contentText ol {
	margin: 0 0 1em 2em;
}

.contentText ol li {
	padding: 0 0 0.2em 0;
	list-style-type: lower-alpha;
}

.contentImage {
	margin: 0.5em 0 ;
	padding: 0.5em;
	background-image: url(/assets/images/info/02.gif);
	background-attachment: fixed;
}

.contentText .image {
	margin: 0;
	padding: 5px;
	background-color: #FFFFFF;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

.contentImage p {
	padding: 0.3em;
	background-color: #FFFFFF;
}

.legend {
	position: relative;
	font-style: italic;
	font-size: 10px;
	line-height: 0.8em;
	margin: 0.5em 0 0 0;
	padding: 0.4em 0;
}

a.top, a:hover.top {
	text-decoration: none;
}

#map {
	border: 1px solid #666;
}

/* ++ News Globals +++++++++++++++++++++++++++++++++++ */

.news {
	margin: 0;
	padding: 0;
	font-size: 13px;
	border-bottom: 1px dotted #000;
}

.news a {
	color: #000;
	text-decoration: none;
}

.news a {
	color: #000;
	text-decoration: none;
}

.news a:hover {
	color: #fff;
}

.date {
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.name {
	font-family: arial, helvetica, sans-serif;
	font-style: italic;
	font-size: 9px;
	padding: 0 0 1em 0;
	margin: 0;
	text-transform: none;
}

.newsNav {
	height: 1.2em;
	font-size: 10px;
	text-transform: uppercase;
	padding: 2px 10px;
	margin: 0;
	background-color: #777;
	border-bottom: 1px solid #666;
}
	
.newsNav a {
	color: #000;
	text-decoration: none;
}

.newsNav a:hover {
	color: #fff;
}

.left {
	left: 10px;
}

.right {
	position: absolute;
	right: 10px;
}

a.left,
a.right {
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}

.press {
	margin: 0;
	padding: 0.2em 0;
	font-weight: bold;
	border-bottom: 1px dotted #000;
}

.press a {
	color: #000;
	text-decoration: none;
}

.press a:hover {
	color: #fff;
}

/* ++ Publications +++++++++++++++++++++++++++++++++++ */

.textNav {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	border-top: 1px dotted #666;
}

.textNav li {
	padding: 0.1em 0;
	border-bottom: 1px dotted #666;
}

.textNav a {
	color: #000;
	text-decoration: none;
}

.textNav a:hover {
	color: #fff;
}

.textNav a.textNavSelected {
	color: #fff;
}

/* ++ Contacts +++++++++++++++++++++++++++++++++++++++ */

.contactTitle {
	font-size: 11px;
	font-weight: bold;
	font-family: arial, helvetica, verdana, sans-serif;
	text-transform: uppercase;
	border-bottom: thin dotted #000;
}

#id_subject,
#id_name,
#id_email {
	font-size: 100%;
	height: 14px;
	width: 458px;
	margin: 5px 0 10px 0;
	border: 1px solid #fff;
}

#id_message {
	font-size: 100%;
	width: 458px;
	margin: 5px 0 10px 0;
	border: 1px solid #fff;
}

.error {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	font-family: arial, helvetica, verdana, sans-serif;
	text-transform: none;
	color: #FF0000;
	margin: 0 0 0 10px;
}

form p.button {
	padding: 0;
	margin: 0;
}

input[type="submit"] {
	font-size: 11px;
	font-weight: bold;
	font-family: arial, helvetica, verdana, sans-serif;
	text-transform: uppercase;
	border: 1px solid #fff;
	background-color: #fff;	
}

input[type="submit"]:hover{
	color: #fff;
	background-color: #666;	
}


/* ++ Search and Language ++++++++++++++++++++++++++++ */

form {
	margin: 0;
	padding: 0;
}

#searchGadget {
	border: 1px solid #fff;
	font-size: 100%;
	background-color: #fff;
	height: 18px;
	width: 205px;
}

html>body #searchGadget {
	border: 1px solid #fff;
	font-size: 100%;
	background-color: #fff;
	height: 14px;
	width: 205px;
}

input.searchButton {
	border: 1px solid #fff;
	font-size: 100%;
	background-color: #fff;
	vertical-align: bottom;
}

.searchTitle {
	margin: 0 0 1em 0;
}

.results {
	margin: 0;
	padding: 0.2em 0;
	font-style: italic;
	border-bottom: 1px dotted #000;
}

.results a {
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.results a:hover {
	color: #fff;
}

.rowSearch {
	padding: 10px 10px 2px 10px;
	line-height: 1.3em;
	background-color: #ccc;
}

.rowSearch .contentTitle{
	margin: 0;
}

.row1Search {
	padding: 10px;
	line-height: 1.3em;
	background-color: #ccc;
	border-bottom: 1px solid #666;
}

.language {
	font-family: Georgia, Times, serif;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0.1em;
	right: 0;
	position: absolute;
	margin: 7px 0 0 0;
}

.language li {
	margin: 2px 0 4px 0;
	padding: 3px 0 3px 1px;
	background-color: #fff;
}

.language li a {
	padding: 2px;
	color: #999;
	text-decoration: none;
}

.language li a:hover,
.language .selected {
	color: #000;
}

.morespace {
	margin: 10em 0;
}

/* ++ End colFIP CSS +++++++++++++++++++++++++++++++++ */