﻿html
{
	height:100%;
}
body
{
	margin: 0;
	padding: 0;
	height:100%;
	background-color: #EEFAE6;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #636363;
}

div
{
	border: 0px solid #000;
}

p
{
	text-align:justify;	
	line-height: 25px;
}

a, a:visited
{
	color:#168120;
	font-size: 13px;
	text-decoration: none;
}

a:hover
{
	color:#168120;
	text-decoration: underline;
}

ul
{
	line-height: 25px;
}

#outer-wrapper 
{
	
	font:100% Verdana,Arial,Helvetica,sans-serif;
	margin:0 auto;
	padding:0;
	text-align:left;
	width:858px;
	height:100%;
}

.outer-table
{
	background-image:url(imagens/background.png);
}

#header-wrapper
{
	background:url(imagens/background_header_folha.png) repeat-y scroll right top transparent;
	height:103px;
	margin:0 auto;
	width:840px;	
}

#menu-wrapper
{
	background-image:url(imagens/background_menu.png);
	height:43px;
	margin:0 auto;
	width:840px;
}
	
.menu_tabela
{
	width:100%;	
	height:35px;
	text-align:center;
	padding:0;
	margin:0;
	letter-spacing: 2px;
}

.menu_tabela a
{
	font-family:Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: White;
	text-decoration: none;
	font-weight: bold;
}

.menu_tabela a:hover
{
	text-decoration: underline;
}

#content-wrapper
{
	height:100%;
	width: 100%;
	border: 3px solid #0f0;
	position: relative;
	display:block;
}

.box_home
{
	padding: 20px;
	padding-bottom: 10px;
}


#sidebar-wrapper
{
	float:left;
	width:20%;
	text-align:left;
	margin: 15px auto -1px auto; 
	padding-left: 15px;
	line-height:1.6em;
	height:100%;
}

#main-wrapper {
	float:left;
	text-align:center;
	margin:0 auto;
	overflow:hidden;
	width: 100%;
	height: 100%;
	border: 3px solid #000;
}

.main_container
{
	width:70%;
	text-align:left;
	margin: 15px auto -1px auto; 
	line-height:1.6em;
}
.text_title
{
	background:url(imagens/divisor_horizontal.png) no-repeat scroll right bottom transparent;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 19px;
	/*border-bottom: 2px solid #3C8C64;*/
	padding-left: 12px;
	padding-bottom:5px;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #666;
	
	font-weight:bold;
}

.subtitulo
{
	font-family:Arial,Helvetica,sans-serif;
	color: #168120;
	font-weight:bold;	
	font-size: 16px;
	letter-spacing: 1px;
}

.form_container
{
   padding-left: 50px;
   padding-top: 20px;
}

.form_label
{
   width: 150px;
   float: left;
   margin-bottom: 5px;
}

.form_field
{
   margin-bottom: 5px;
   font-size: 14px;
   color: #3C8C64;
}

.form_field input
{
   width: 300px;
   border: 1px solid #3C8C64;
   color: #3C8C64;
   background-color: #EFFAF5;
}

.form_field textarea
{
   width: 300px;
   height: 100px;
   border: 1px solid #3C8C64;
   color: #3C8C64;
   background-color: #EFFAF5;
}

.form_buttons
{
   width: 450px;
   height: 22px;
   position: relative;
   margin-left: 5px;
}

.form_clear_button
{
   position: absolute;
   left: 0px;
}

.form_submit_button
{
   position: absolute;
   right: 0px;
}

.form_separator
{
   width: 450px;
   height: 2px;
   margin: 5px;
}

.form_message
{
   width: 450px;
   margin: 5px;
   text-align: center;
   font-size: 15p;
   font-weight: bold;
   padding-bottom: 15px;
   color: #3C8C64;
}

.form_note
{
   width: 450px;
   text-align: right;
   font-size: 10px;
   color: #3C8C64;
}

.obrigatorio
{
	color: red;	
	float:left;
	width: 10px;
}

.clear
{
	clear:both;	
}

.tabela_esquerda td.menu
{
	background: url(imagens/background_menu_esquerdo.gif) repeat-x scroll 0 0 transparent;
	padding-top: 15px;
	padding-left:10px;
}

.menu_esquerdo
{
	
}

.menu_esquerdo ul
{
	padding-left:10px;
	list-style-type: none;
	line-height:25px;
}

.menu_esquerdo a, .menu_esquerdo a:visited
{
	font-family:Arial,Helvetica,sans-serif;	
	color:#00502D;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}

.menu_esquerdo a:hover
{
	color:#168120;
	text-decoration: underline;
}

.quemsomos p
{
	padding-bottom: 10px;
}

.equipe p
{
	padding-left: 12px;
	line-height: 22px;
}

#footer-wrapper
{
	background-image:url(imagens/background_menu.png);
	color: White;
	text-align:center;
	vertical-align:middle;
	width:840px;
	margin:0 auto;
	height:25px;
	padding-top: 7px;

}

.nevstar
{
	font-weight:bold;
	color:#168120;
}
