@charset "UTF-8";
/* CSS Document */

		body{
			background-image: url(imagens/background.jpg);
			background-repeat: repeat-x;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: black;
			padding: 0;
			margin: 0;
			height: 100%;
		}
		
		a{
			color: white;
			text-decoration: none;
		}
		a:hover{ text-decoration: underline; } 
		
		h1, h2{ 
			color: #253c43;
			margin: 0 0 15px 0;
			font-size: 1.7em;
			font-weight: bold;
		}
		
		h3{
			border: 1px dotted #999999;
			padding: 10px;
			background-color: #FEF8F5;
			font-size: 12px;
			font-weight: normal;
		}
		
		#wraper{
			margin: 0 auto;
			height: 100%;
			width: 826px;
		}
		#wraper p{ margin: 0; }
		
		#header_print{ display: none; }
		
		#header_1{
			text-align: right;
			height: 100px;
			background-image: url(imagens/logo.gif);
			background-repeat: no-repeat;
			font-size: 10px;
			padding-top: 10px;
			padding-right: 2px;
		}
		
		.displayHorizontal{ list-style: none; color: white;	}
		.displayHorizontal li{ display: inline;	}
		
		#header_2{
			height: 172px;
			background-image: url(imagens/header_miami.jpg);
			background-repeat: no-repeat;
			text-align: right;
		}
		#header_2 #caixaBusca{ padding: 20px 20px 0; color: white; }
		#header_2 #lblBusca{ margin: 0 10px 0; }
		#header_2 #busca{ 
			border: 1px solid #a5acb2;
			font-size: 11px;
			color: #666666;
			padding: 3px 8px 3px 8px;
		}
		#header_2 #btnOK{
			color: white;
			border: none;
			background-color: transparent;
		}
		
		#menuh{
			background-image: url(imagens/bg_menu_horizontal.jpg);
			background-repeat: repeat-y;
			font-size: 11px;
			font-weight: bolder;
			height: 22px;
			text-align: right;
		}
		#menuh .displayHorizontal{ margin: 0; padding: 5px 15px 0; }
		#menuh .displayHorizontal a{ margin: 0 13px 0 13px; }
		
		#borderBottom{
			background-image: url(imagens/borda_bottom.gif);
			background-repeat: no-repeat;
			height: 4px;
		}
		
		#content{
			background-image: url(imagens/bg_conteudo.jpg);
			background-repeat: repeat-y;
			width: 100%;
			padding: 1px 0 0 2px;
		}
			
			#left{ 
				width: 167px;
				padding: 35px 0 0 2px;
				background-color: #3d3d3d;
				height: 100%;
				color: white;
			}
			#left ul{ 
				list-style-image: url(imagens/seta_menu.gif); 
				line-height: 140%;
				margin-top: 0;
			}
			
			#center{ 
				width: 415px;
				padding: 35px 25px 25px 35px;
			}
			#center p{ margin-bottom: 10px; }
			#center a{ color: #253c43; }

			.imageLink{
				background-image: url(imagens/seta_links.gif);
				background-repeat: no-repeat;
				background-position: left;
				padding-left: 8px;
			}
			
			#right{
				width: 180px;
				font-size: 10px;
				margin: 1px 0;
				padding: 35px	2px 0;
				color: #666666;
				background-image: url(imagens/bg_right.gif);
				background-repeat: repeat-y;
			}
			#right a{ color: #666666; text-decoration: underline; }
			#right p{ margin-bottom: 5px; }
			#right .border{
				padding: 0 0 0 25px;
			}
		
		
		#tableContent td{ vertical-align: top; }
		
		.footerMenu, .footerMenu a{ 
			list-style: none; 
			text-align: center; 
			color: #5a6e74;
			margin: 0; 
			padding: 5px 5px 0;
		}
		.footerMenu li{ display: inline;	}
		
		#footer{
			padding-top: 60px;
			font-size: 11px;
			color: #666666;
			text-align: right;
		}
		#footer img{ vertical-align: middle; }

		#list{ list-style-type: none; padding-left: 10px; }

		#pButtons{ 
			padding-top: 10px; 
			border-top: 1px solid #E3E3E3; 
		}