/* Default Stylesheet */

																/* >>> ELEMENTS <<< */

* {
	margin: 0;
	padding: 0;
	}
	body {
		color: #003366;
		background-color: #FFF;
		font-family: "Arial", "Tahoma", "MS Sans Serif", sans-serif;
		font-size: 11px;
		text-align: center;
		}

	a {
		margin: 0 3px;
		color: #003366;
		background-color: inherit;
		text-decoration:none;
		}
		a:hover {
			color: #003366;
			text-decoration:underline;
			background-color: inherit;
			}


																/* >>> CONTAINERS <<< */

div#print {
	display: none;
	}
div#container {
	margin:0px;
	text-align: left;
	}
	div#header-wrap {
		margin: 0 0 3px 0;
		}
		div#header-in {
			padding: 0px;
			color: inherit;
			background-color: #fff;
			height:110px;
			background-image:url(../images/bg_header.jpg);
			background-repeat:repeat-x;
			}
	div#content-wrap {
		
		}
		div#center {
			margin: 0 215px;
			color: inherit;
			}
			div#center-in {
				padding: 0px;
				background-color: #FFF;
				border: solid 2px #E1E9EB;
				}
		div#left {
			float: left;
			color:#003366;
			width: 210px;
			color: inherit;
			}
			div#left-in {
				padding:0;
				margin:0;
				background-image:url(../images/bg_menu.jpg);
				background-repeat: no-repeat;
				}
		div#right {
			float: right;
			width: 210px;
			color: inherit;
			background-color: #FFF;
			}
			div#left-in {
				padding: 0px;
				}
	div#footer-wrap {
		clear: both;
		height:114px; 
		margin-bottom:0;		
		}
		div#footer-in {
			text-align:center;
			font-size:11px;
			padding-top:15px;
			}






																/* >>> SUB CONTAINERS <<< */
* { }





																/* >>> LISTS <<< */
ul.nav-left {
	margin: 0px;
	list-style: none;
	}
	ul.nav-left li {
		margin-bottom:8px;
		margin-left:8px;
		}
		ul.nav-left li a {
			font-size:11px; 
			font-weight:bold;
			display: block;
			color: #003366;
			background-color: inherit;
			text-decoration: none;
			}
		
		ul.nav-left li a:hover {
			color: #003366;
			text-decoration: none;
			}
			
			/*sub1*/
			ul.nav-left li ul {
				margin: 0px;
				list-style: none;
				
				}
				ul.nav-left li ul li {
					margin-bottom:5px;
					margin-top:3px;
					margin-left:18px;
					}
					ul.nav-left li ul li a {
						font-size:11px; 
						font-weight:normal;
						display: block;
						color: #003366;
						background-color: inherit;
						text-decoration: none;
						}
					
					ul.nav-left li ul li a:hover {
						color: #003366;
						text-decoration: none;
						}
						
						/*sub2*/
						ul.nav-left li ul li ul {
							margin: 0px;
							list-style: none;
							}
							ul.nav-left li ul li ul li {
								margin-bottom:5px;
								margin-top:3px;
								margin-left:18px;
								}
								ul.nav-left li ul li ul li a {
									font-size:11px; 
									font-weight:normal;
									display: block;
									color: #003366;
									background-color: inherit;
									text-decoration: none;
									}
								
								ul.nav-left li ul li ul li a:hover {
									color: #003366;
									text-decoration: none;
									}
			
		
		/*
		ul.nav-left li ul {
			margin: 0px;
			list-style: none;
			margin-bottom:5px;
			margin-left:10px;			
			}
			ul.nav-left li ul li a {
				font-size:10px;
				display: block;
				padding: 1px 10px;
				color: #003366;
				background-color: inherit;
				text-decoration: none;
				}
			
			ul.nav-left li ul li a:hover {
				color: #003366;
				text-decoration: none;
				}
*/


div#left h1 {

	font-size:11px;
	font-weight:bold;
	color:#FFF;
	background-image:url(../images/bg_title_menu.gif);
	background-repeat:no-repeat;
	line-height:25px;
	padding-left:10px;
	margin-top:2px;
	margin-bottom:5px;

}

div#left h2 {

	font-size:11px;
	font-weight:bold;
	color:#003366;
	margin-left:10px;
	line-height:20px;

}

div #left #busca {
	
	margin-bottom:3px;	
	height:53px;
	/*background-color:#E2C400;*/
	padding-top:10px;
	background-image:url(../images/pesquisar.jpg);
	background-position:center;
	background-repeat:no-repeat;

}

ul#nav-top {
	/*float: right;*/
	text-align:right;
	padding: 1px 0;
	list-style: none;
	margin-right:30px;
	margin-top:3px;
	}
	ul#nav-top li {
		display: inline;
		}
		ul#nav-top li a {
			margin: 0 8px;
			color: #003366;
			background-color: inherit;
			font-size: 90%;
			text-decoration: none;
			font-weight:bold;
			}
		ul#nav-top li a:hover {
			text-decoration:underline;
			}
ul#nav-footer {
	margin: 0 190px;
	padding: 0 2px;
	color: #003366;
	background-color: inherit;
	font-size: 95%;
	list-style: none;
	text-align: center;
	}
	ul#nav-footer li {
		display: inline;
		}
	ul#nav-footer li.left {
		float: left;
		}
		ul#nav-footer li a {
			margin: 0 3px;
			color: #003366;
			background-color: inherit;
			text-decoration:none;
			}
		ul#nav-footer li a:hover {
			color: #003366;
			text-decoration:underline;
			background-color: inherit;
			}
ul.list {
	margin: 20px 30px;
	font-size: 90%;
	line-height: 20px;
	}





																/* >>> TYPOGRAPHY <<< */
																
																
*.x {
	display: none;
	}
div#header-wrap h1 {
	padding: 10px;
	font-size: 200%;
	}
div#center h2 {
	margin: 0;
	font-size: 11px;
	}
	
/*
#center p {
	margin: 5px 0 5px 0;
	color: #444;
	background-color: inherit;
	font-size: 90%;
	line-height: 18px;
	}*/
div#footer-in h2 {
	margin: 25px 0 5px 0;
	background-color: inherit;
	line-height: 18px;
	font-size:12px;
	font-weight:bold
	}
p a, ul.list a {
	color: #4494FF;
	background-color: inherit;
	text-decoration: none;
	/*border-bottom: 1px solid #F1F7FF;*/
	}
	p a:hover, ul.list a:hover {
		color: #333;
		background-color: inherit;
		border-bottom: 1px solid #eee;
		}

div#center p.tituloNoticia,div#center p .tituloNoticia, .tituloNoticia  {
	color:#08225A;
	font-weight:bold;
	font-size:12px;
}

#left-in h2 {
	margin: 0;
	font-size: 14px;
}

.contentTab ul {
	margin-left:30px;
	line-height:15px;
}


																/* >>> FORMS <<< */
* { }


                                                                 /*>>> HEADER << */


#box_rigth {
	
	width:545px;
	height:104px;
	float:right;
	background-image:url(../images/header-box-rigth2.png);
	background-position:right 21px;
	background-repeat:no-repeat;

}

#box_left {

	width:455px;
	height:104px;
	float:left;
	background-image:url(../images/header-box-left.png);
	background-position:left;
	background-repeat:no-repeat;
}

#logo-globecard {

	position:absolute;
	margin-top:8px;
}	


/* SCROLL IMAGE */

#screen{
	width:550px;
	padding:0;
	background-color:#FFF;
	margin-top:10px;
	}			
	#screen li {
		float:left;
		list-style:none;
		background-color:#FFF;
		text-align:center;
	}
	#screen .jq-ss-crop{
		float:left;
		width:120px; 
		margin:15px; 
	}
	#screen #left,#screen #right {
		margin-top:30px;
		display:block;
		background-color:#FCFCFE;
		cursor:pointer;
		width:35px;
	}
	#view {
		margin:5px;
		width:460px;
		border:1px white solid;
		height:90px;
		overflow:hidden;
		background-color:#CCC;
	}
		#images{
			width:3818px !important;
			width:3822px;
			padding:0;
		}
			#images li img{
				border:0;
			}



																/* >>> END <<< */