/*ooooooooooooooooooooooooooooooooooooooooooooooooooooooooo
	Project
  ooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/

	/*oooooooooooooooooooooooooooooooo
		Typography
	  oooooooooooooooooooooooooooooooo*/
		/*
		Color Index
		-------------------------------------------------------
		Cinza Escuro                              | #666666
		Azul									  | #0000FF
		Vermelho								  | #FF0000
		Roxo									  | #6633FF
		Cinza Claro								  | #CCCCCC
		Cinza Amarelado							  | #C3C3C3
		Amarelo Claro							  | #FFFFCC
		*/

		/*oooooooooooooooooooooooooooooooo
			Texts
		  oooooooooooooooooooooooooooooooo*/
		html,body { 
			font-size: 12px;
			font-family: Arial, Verdana, Georgia, sans-serif;
			line-height:1.4em;
			color:#333333;	/* Default Text Color */
			padding:0px;
			margin:0px;
		}

		p { margin: 0 0 15px; } /* Margins for Text */

		blockquote  { margin: 10px; font-style: italic; }
		strong      { font-weight: bold; }
		em,dfn      { font-style: italic; }
		dfn         { font-weight: bold; }
		sup, sub    { line-height: 0; }

		abbr, 
		acronym     { border-bottom: 1px dotted #666; }
		address     { margin: 0 0 5px; font-style: italic; }
		del         { color:#666; }

		pre,code    { margin: 10px 0; white-space: pre !important; }
		pre,code,tt { font-family: 'andale mono', 'lucida console', monospace; line-height: 1.5; }

		/*oooooooooooooooooooooooooooooooo
			Titles
		  oooooooooooooooooooooooooooooooo*/
		h1,h2,h3,h4,h5,h6 {
			font-weight: bold;	/* Title Style: Normal, Bold */
			margin-bottom:15px;
			line-height:1em;
			color:#333333;
		}
		h1 { font-size: 24px;  }
		h2 { font-size: 22px;  }
		h3 { font-size: 20px;  }
		h4 { font-size: 18px;  }
		h5 { font-size: 16px;  }
		h6 { font-size: 14px;  }

		/*oooooooooooooooooooooooooooooooo
			Links
		  oooooooooooooooooooooooooooooooo*/
		a {
			color:#007539;
			text-decoration: underline;
		}
		a:focus {
			color:#007539;
			text-decoration: none;
		}
		a:visited {
			color:#007539;
			text-decoration: underline;
		}
		a:hover {
			color: #663300;
			text-decoration:underline;
		}
		h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,h1 a:focus,h2 a:focus,h3 a:focus,h4 a:focus,h5 a:focus,h6 a:focus {
			color:#663300;
			text-decoration:none;
		}
		h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
			color:#F47A00;
			text-decoration:underline;
		}
		h1 a:visited,h2 a:visited,h3 a:visited,h4 a:visited,h5 a:visited,h6 a:visited {
			color:#663300;
			text-decoration:none;
		}
		
		a.external,a.external:visited,a.external:focus {
			color:#333333;
		}
		a.external:hover { color:#333333; }
		

		/*oooooooooooooooooooooooooooooooo
			Lists
		  oooooooooooooooooooooooooooooooo*/
		ul li { line-height:1.5em; padding-left:18px; background:url('/layout/images/icon-ul.gif') no-repeat 0px 4px; display:block; }
		ol li { line-height:1.5em; margin-left:20px; list-style-type:decimal; }
		li ul, ul ul,
		 li ol       { margin-bottom:0px; }
		ul, ol      { margin: 0px 0px 10px 10px; }
		ul          { list-style-type: none; position:relative }
		ol          { list-style-type: decimal; }
		dl          { margin: 0 0 1.5em 0; }
		dl dt       { font-weight: bold; }
		dd          { margin-left: 1.5em;}

	/*oooooooooooooooooooooooooooooooo
		Buttons
	  oooooooooooooooooooooooooooooooo*/
	a.button {
		display:block;
		float:left;
		margin:0px;
		padding:0px;
		outline:0px;
		margin-top:2px !important;
		margin-right:4px;
		overflow:visible;
		white-space:nowrap;
		text-decoration:none;
	}
	a.button span, button span {
		display:block;
		padding-top:0px;
		padding-bottom:0px;
		overflow:visible;
		white-space:nowrap;
		text-decoration:none;
	}
	button {
		border:0;
		padding:0;
		cursor:pointer;
		overflow:visible;
		margin:0px;
		float:left;	
		display:block;
		margin-right:10px;
		margin-top:2px;
		margin-bottom:2px;
	}
	button::-moz-focus-inner {
		border:none;
		padding:0px;
		margin:0px;
	}
	button span {
		position:relative;
		display:block;
		white-space:nowrap;
	}
	* html button span {

	}
	* html button {
		float:none;
		display:inline;
	}
	*:first-child+html button span {

	}
	*:first-child+html button {
		display:inline;
		float:none;
	}
	a.button:hover,button:hover {
		text-decoration:none;
	}
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		button span {
			margin-top:-1px;
			padding-top:0px;
			padding-bottom:0px;
			margin-left:-3px;
			margin-right:-3px;
			margin-bottom:-1px;
		}
		button {
			margin-top:2px;
			margin-bottom:0px;
		}
	}
	a.button span {
		padding-top:10px;
		padding-bottom:10px;
		font-size:13px;
		padding-left:15px;
		padding-right:15px;
		font-weight:bold;
		line-height:12px;
	}
	button span {
		padding-top:10px;
		padding-bottom:10px;
		padding-left:15px;
		padding-right:15px;
		font-size:13px;
		font-weight:bold;
		line-height:12px;
	}
	a.button, button {
		background:url('/layout/images/but-sdoor-left.gif') no-repeat;
		position:relative;
	}
	a.button span,button span {
		background:url('/layout/images/but-sdoor-right.gif') no-repeat right;
		color:#FFF;
		font-family:Arial;	/* Button Font */
	}
	a.button:hover,button:hover,a.sel {
		background:url('/layout/images/but-sdoor-left-over.gif') no-repeat;
	}
	a.button:hover span,button:hover span,a.sel span {
		background:url('/layout/images/but-sdoor-right-over.gif') no-repeat right;
		color:#FFF;
	}
	a.button:active,button:active {
		background:url('/layout/images/but-sdoor-left-hit.gif') no-repeat;
		color:#FFF;
	}
	a.button:active span,button:active span {
		background:url('/layout/images/but-sdoor-right-hit.gif') no-repeat right;
		color:#FFF;
	}
	a.button img {
		position:absolute;
		top:8px;
		left:10px;
	}
	button img {
		position:absolute;
		top:8px;
		left:10px;
	}
	*:first-child+html button img {
		top:9px;
	}
	* html button img {
		left:-19px;
		top:9px;
	}
	button .enable_icon,a.button .enable_icon {
		padding-left:30px !important;
	}
	/*oooooooooooooooooooooooooooooooo
		Content Management
	  oooooooooooooooooooooooooooooooo*/

	/*oooooooooooooooooooooooooooooooo
		Divider
	  oooooooooooooooooooooooooooooooo*/
	.hr {
		clear:both;
		display:block;
		height:1px;
		width:100%;
		margin-top:20px;
		margin-bottom:20px;
		border-bottom:1px solid #007539;
	}
	.hr hr {display:none;}

	/*oooooooooooooooooooooooooooooooo
		Forms
	  oooooooooooooooooooooooooooooooo*/
	.form label {
		clear:both;
		display:block;
		margin-top:10px;
		cursor:pointer;
		color:#FFF;
		font-weight:bold;
		font-size:14px;
	}
	.form .input-box {
		margin-right:20px;
		float:left;
	}
	.form .input-container {
		clear:both;
		float:left;
		border-top:1px solid #999;
	}
	* html .form .input-container {
		margin-bottom:0px;
	}

	*:first-child+html .form .input-container {
		margin-bottom:0px;
	}
	.form input,.form textarea {
		border:1px solid #405C29;
		border-right:1px solid #47653E;
		border-bottom:1px solid #47653E;
		font-size:16px;
		padding:2px;
		margin:0px;
		background:#F5F5F5;
		font-family:Arial; /* Form Inputs Font */
	}
	.form .large {
		width:440px;
	}
	.form .medium {
		width:207px;
	}
	.form .small {
		width:90px;
	}
	.form .bimg {
		border:none
	}
	.form .bimg:focus {
		background:none;
		border:none;
	}
	* html .form input,* html .form textarea {
		margin-top:-1px;
	}
	*:first-child+html .form input,*:first-child+html .form textarea {
		margin-top:-1px;
	}
	.form input:focus,.form textarea:focus,.form .focused {
		border:1px solid #C3C3C3;
		border-right:1px solid #DDD;
		border-bottom:1px solid #DDD;
		background:#FFF;
		color:#000;
	}
	.form .field-error, .form .field-error {
		border:3px solid #FF0000;
	}
	.form .required {
		background:#FFFFCC;
	}
	.form .required:focus {
		background:#FFFF99;
	}
	.form label img {
		margin-left:5px;
	}

	/*oooooooooooooooooooooooooooooooo
		Images
	  oooooooooooooooooooooooooooooooo*/
	img.default { }
	img.left { float:left; margin: 0em 10px 10px 0; }
	img.right { float:right; margin: 0em 0em 10px 10px; }

	/*ooooooooooooooooooooooooooooooooooooooooooo
		Structure
		---------------------------------------
		page
			page-wrapper
				block
					block-wrapper
						branding
							branding-logomarca
							branding-tag
							branding-banner
						nav
						content
						sidebar
						footer
	  oooooooooooooooooooooooooooooooooooooooooooo*/
	@media screen {
		
		.default_content_block {
			position:relative;
			font-size:1em;
		}
	
		.default_content_block h1 { color:#FFF;font:bold 2.3em;font-family:Georgia; }
		.default_content_block h2 { color:#FFF;line-height:1.1em;font-family:Georgia;font-size:1.8em;font-weight:normal }
		.default_content_block h3 { color:#FFF;font-weight:normal;font-family:Georgia;line-height:1.6em; }
		.default_content_block h4 { color:#FFF;font-weight:normal;font-family:Georgia;line-height:0.8em; }
		.default_content_block h5 { color:#FFF;font-weight:normal;font-family:Georgia;font-size:1.4em; }
		.default_content_block h6 { color:#FFF;font-weight:normal;font-family:Georgia;font-size:1.2em; }
		
		.default_content_block h1,.default_content_block h2,.default_content_block h3,.default_content_block h4,.default_content_block h5,.default_content_block h6 {
			padding-top:10px;
			margin-bottom:25px;
		}
		
		.default_content_block a,.default_content_block a:visited {
			color:#007539;
			font-weight:bold;
		}
		
		.default_content_block a:hover {
			color:#FFF;
		}
		
		.default_content_block h1 a,.default_content_block h2 a,.default_content_block h3 a,.default_content_block h4 a,.default_content_block h5 a, .default_content_block h6 a, .default_content_block h1 a:visited,.default_content_block h2 a:visited,.default_content_block h3 a:visited,.default_content_block h4 a:visited,.default_content_block h5 a:visited, .default_content_block h6 a:visited
		{
			color:#FFF;
			text-decoration:none;
		}
		
		.default_content_block h1 a:hover,.default_content_block h2 a:hover,.default_content_block h3 a:hover,.default_content_block h4 a:hover,.default_content_block h5 a:hover,.default_content_block h6 a:hover
		{
			color:#007539;
			text-decoration:none;
		}
		
		.default_content_block ul li {
			
		}
		
		.default_content_block p {
			font-size:1.16em;
			line-height:1.4em;
			margin-bottom:15px;
		}
	
		.content .text_size_controls {
			height:20px;
			width:50px;
			float:right;
			position:relative;
		}
		
		.content .text_size_controls .decrease_text_size {
			position:absolute;
			top:0px;
			right:25px;
			width:20px;
			background:url('/layout/images/bt-decrease-text-size.gif');
			height:22px;
			cursor:pointer;
		}
		
		.content .text_size_controls .print_text {
			position:absolute;
			top:0px;
			right:50px;
			width:20px;
			background:url('/layout/images/bt-text-print.gif');
			height:22px;
			cursor:pointer;
		}
	
		.content .text_size_controls .increase_text_size {
			position:absolute;
			top:0px;
			right:0px;
			background:url('/layout/images/bt-increase-text-size.gif');
			width:20px;
			height:22px;
			cursor:pointer;
		}
	
		.content .text_size_controls .decrease_text_size span {
			display:none;
		}
	
		.content .text_size_controls .increase_text_size span {
			display:none;
		}
		
		.content .text_size_controls .print_text span {
			display:none;
		}
		
		.img_center {
			clear:both;
		}
		
		.img_right {
			float:right;
		}
		
		.img_left {
			float:left;
		}
		
		.img_right img,.img_left img,.img_center img {
			display:block;
		}
		
		.image_box {
			border:5px solid #ECECEC;
			padding:5px;
		}
		
		.image_box span {
			display:block;
			padding-top:5px;
			color:#666;
			font-size:11px;
			line-height:13px;
		}
		
		.img_center {
			margin-bottom:20px;
		}
		
		.img_left div {
			margin-right:20px;
			margin-bottom:20px;
		}
	
		.img_right div {
			margin-left:20px;
			margin-bottom:20px;
		}
	
		.img_left .image_box img,.img_right .image_box img {
			margin-right:0px;
			margin-bottom:0px;
			margin-left:0px;
			margin-top:0px;
		}
		
		#cabecalho {
			width:960px;
			margin-left:auto;
			margin-right:auto;
			height:100px;
			position:relative;
		}
		
		#logo {
			position:absolute;
			width:220px;
			height:260px;
			left:0px;
			top:80px;
		}
		
		#conteudo {
			width:960px;
			margin-left:auto;
			margin-right:auto;
			background:url('/layout/images/fundo-conteudo.jpg') repeat-y;
			color:#FFF;
		}
		
		#sidebar {
			margin-top:260px;
			width:220px;
			float:left;
		}
		
		#sidebar h1,#sidebar h2,#sidebar h3,#sidebar h4,#sidebar h5,#sidebar h6 {
			color:#FFF;
		}
		
		.f420 {
			height:420px !important;
			overflow:hidden;
			margin:0px;
			padding:0px;
		}
		
		#conteudo-wrapper {
			background:#002C15;
			border-top:3px solid #C09819;
		}
		
		#barra-rodape {
			width:960px;
			margin-left:auto;
			margin-right:auto;
			height:40px;
			background:url('/layout/images/fundo-rodape.jpg') no-repeat;
		}
		
		#barra-rodape-wrapper {
			background:#000;
			border-top:5px solid #FFF;
		}
		
		#publicidade-capa {
			position:absolute;
			top:25px;
			right:0px;
			width:720px;
			height:395px;
			overflow:hidden;
			background:#FFF;
		}
		
		#publicidade710x390 {
			margin:5px;
			margin-bottom:0px;
			width:710px;
			height:390px;
			background:#002C15;
		}
		
		.conteudo-capa {
			width:960px;
			margin-left:auto;
			margin-right:auto;
			margin-top:30px;
			margin-bottom:30px;
		}
		
		.bloco-a {
			width:270px;
			float:left;
		}
		
		.bloco-b {
			width:320px;
			float:left;
		}
		
		.bloco-c {
			width:360px;
			float:right;
		}
		
		.conteudo-capa h1 {
			padding-bottom:3px;
			border-bottom:2px solid #666666;
		}
		
		.conteudo-capa h1 { font:bold 18px Georgia; }
		.conteudo-capa h2 { font:bold 16px Georgia; }
		.conteudo-capa h3 { font:bold 14px Georgia; }
		.conteudo-capa h4 { font:bold 12px Georgia; }
		.conteudo-capa h5 { font:bold 10px Georgia; }
		.conteudo-capa h6 { font:bold 10px Georgia; }

		.conteudo-capa h1 a,.conteudo-capa h1 a:visited,
		.conteudo-capa h2 a,.conteudo-capa h2 a:visited
		{
			color:#007539;
			text-decoration:none;
		}
		
		.conteudo-capa h1 a:hover,
		.conteudo-capa h2 a:hover
		{
			color:#F47A00;
			text-decoration:none;
		}
		
		#rodape {
			width:960px;
			margin-left:auto;
			margin-right:auto;
			margin-top:20px;
			margin-bottom:20px;
			padding-top:10px;
			color:#666666;
			border-top:1px solid #878871;
			position:relative;
		}
		
		#rodape p {
			margin-bottom:0px;
			padding-bottom:0px;
		}
		
		#lobo {
			float:right;
			width:140px;
			height:46px;
			padding-top:5px;
		}
		
		#breadcrumb {
			border-bottom:1px solid #007539;
			margin-bottom:10px;
			padding-bottom:10px;
			color:#CCC;
		}
		
		#breadcrumb a,#breadcrumb a:visited {
			color:#FFF;
			text-decoration:none;
			
		}
		#breadcrumb a:hover {
			color:#ECECEC;
			text-decoration:underline;
		}
		
		#menu {
			width:180px;
			margin-left:auto;
			margin-right:auto;
			margin-bottom:20px;
		}
		
		#menu ul {
			padding:0px;
			margin:0px;
		}
		
		#menu ul li {
			background:none;
			padding:0px;
			margin-bottom:10px;
		}
		
		#menu ul li a,#menu ul li a:visited {
			color:#FFF;
			font:bold 12px Arial;
			line-height:14px;
			display:block;
			border:1px solid #007539;
			background:none;
			width:100%;
			text-decoration:none;
		}
		
		#menu ul li a:hover,#menu ul li a.active {
			background:#007539;
			text-decoration:none;
		}
		
		#menu ul li a span {
			margin:10px;
			display:block;
		}
		
		#menu ul li a {
			margin-bottom:2px;
		}
		
		#menu ul li li a {
			border:1px solid #005528;
		}
		
		#menu ul li li a span {
			margin:5px;
			margin-left:10px;
			padding-left:10px;
			background:url('/layout/images/seta.gif') no-repeat 0px 5px;
			font-size:11px;
			font-weight:normal;
		}
		#menu ul li li li a span {
			margin-left:20px;
			font-weight:normal;
		}
		#menu ul li li li li a span {
			margin-left:30px;
			font-weight:normal;
		}
		#menu ul li li li li li a span {
			margin-left:40px;
			font-weight:normal;
		}
		
		#topmenu {
			position:absolute;
			width:960px;
			right:0px;
			top:40px;
			height:40px;
		}
		
		#topmenu ul {
			margin:0px;
			padding:0px;
			float:right;
		}
		
		#topmenu ul li {
			background:none;
			margin:0px;
			padding:0px;
			display:inline;
			float:left;
		}
		
		#topmenu ul li a {
			float:left;
			display:block;
			font:14px Arial;
			margin-right:5px;
			background:#FFF;
			padding-right:10px;
			height:25px;
			line-height:25px;
			text-decoration:none;
		}
		
		#topmenu ul li a span {
			display:block;
			background:#FFF;
			padding-left:10px;
			color:#000;
		}
		
		#topmenu ul li a:hover,#topmenu ul li a.active {
			display:block;
			font:14px Arial;
			margin-right:5px;
			background:url('/layout/images/mbg-di.gif') no-repeat top right;
			padding-right:10px;
			height:25px;
			line-height:25px;
			text-decoration:none;
		}

		#topmenu ul li a:hover span,#topmenu ul li a.active span {
			display:block;
			background:#007539 url('/layout/images/mbg-es.gif') no-repeat;
			padding-left:10px;
			color:#FFF;
		}
		
		.page_numbers {
			margin-bottom:20px;
			margin-top:20px;
		}
		
		.list-block {
			
		}
		
		.list-item {
			margin-bottom:10px;
		}
		
		.list-item h2 {
			margin:0px;
			padding:0px;
		}
		
		.list-item p {
			margin-bottom:0px;
			padding-bottom:0px;
		}
		
		.list-item h4 {
			padding-top:5px;
			text-align:left;
		}
		
		.list-item h4 a:hover {
			color:#F47A00;
			text-decoration:none;
		}
		
		.list-item h4 a:visited a:focus {
			color:#663300;
			text-decoration:none;
		}
		
		.w172
		{
		width:172px;
		}
		.h129
		{
		height:129px;
		}
		.w182
		{
		width:182px;
		}
		.h139
		{
		height:139px;
		}
		
		
		
		
		
		
		
		
		
		
	}
	@media print {
		
	}
	
	/*oooooooooooooooooooooooooooooooo
		Tables
	  oooooooooooooooooooooooooooooooo*/
	table       { margin-bottom: 1.4em; width:100%; }
	table td	{ font-size:1em }
	thead		{}
	thead th,thead td { font-weight:bold; background: #666666 !important; color:#FFFFFF;  }
	th          { font-weight: bold; background: #666666; color:#FFFFFF }
	th,td       { padding: 4px 10px 4px 5px; }
	thead td { border:1px solid #CCCCCC }
	tbody td { border:1px solid #CCCCCC }
	tr.impar td  { background: #FFFFCC; }
	tfoot       { font-style: italic; }
	caption     { background: #666666; }
	
	.content_image {
		float:left;
		/*
		width:290px;
		height:290px;
		background:#CCC;
		padding:10px;
		*/
		width:310px;
		height:310px;
		
		/*
		margin-right:10px;
		margin-bottom:10px;
		*/
	}
	
	.content_image img {
		
		
	}
	
	.h250 {height:250px}
