/* CSS Document */

/* Redefinições de tag */

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	font-size: 1em;
	background-color: #FFFFFF;
}

body, input, label, select, textarea {
	color: #006633;
}

a {
	color: #999933;
	border-bottom: 1px dashed #999933;
	text-decoration: none;
}

a:hover {
	color: #8C653F;
	border: none;
}

a img {
	border: 0;
}

table {
	font-size: 12px;
}

/* Seletores */

div#site {
	text-align: left;
	width: 776px;
	border-right: 1px dashed #669900;
	min-height: 100%;
	background-image: url(../imagens/estrutura/foto_lateral.jpg);
	background-repeat: repeat-y;
	background-position: 0 130px;
}

* html div#site {
	height: 100%;
}

div#cabecalho {
	height: 130px;
	overflow: hidden;
	border-bottom: 1px dashed #669900;
	position: relative;
	margin-bottom: -2px;
	background-color: #FFFFFF;
}

div#logo {
	float: left;
	margin-top: 15px;
}

div#sts {
	float: right;
	margin-top: 15px;
}

div#menuhome {
	position: absolute;
	top: 110px;
	right: 9px;
	width: 400px;
	text-align: right;
	background-color: #FFFFFF;
}

div#menuhome ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
}

div#menuhome ul li {
	display: block;
	float: left;
	font-size: 11px;
	padding-left: 8px;
}

div#menuhome a {
	text-decoration: none;
	color: #669900;
	font-weight: bold;
	border: none;
}

div#menuhome a:hover {
	text-decoration: underline;
	color: #8C653F;
}

div#msg {
	position: absolute;
	font-size: 11px;
	top: 0;
	right: 0;
	width: 544px;
	color: #669900;
	font-weight: bold;
}

div#menu {
	clear: both;
	height: 22px;
	border-bottom: 1px dashed #669900;
	background-color: #FFFFFF;
}

div#menu ul {
	list-style-type: none;
	margin: 2px auto 0 auto;
	margin-left: 4px;
	padding: 0;
}

div#menu ul li {
	display: block;
	float: left;
	font-size: 11px;
	margin-left: 0px;
	position: relative;
	margin-left/* */:/* */ 1px;
}

div#menu ul li a {
	color: #006633;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 2px 3px 2px 0;
	border-bottom: none;
}

div#menu ul li a:hover {
	/*background-color: #99CC66;*/
}

div#menu ul li ul {
	display: none;
	position: absolute;
	top: 15px;
	left: -1px;
	margin-left: 0;
	padding-left: 0;
}

div#menu ul li:hover ul {
	display: block;
}

div#menu ul li ul li {
	width: inherit;
	display: block;
}

div#menu ul li ul li a {
	display: block;
	background-color: #99CC66;
	width: inherit;
	padding: 4px 4px;
	font-weight: normal;
}

div#menu ul li ul li a:hover {
	display: block;
	color: #99CC66;
	background-color: #006633;
	padding: 4px;
	color: #FFFFFF;
}

div#menu ul li:hover ul li ul {
	display: none;
}

div#menu ul li ul li ul {
	display: none;
}

div#menu ul li:hover ul li {
	position: relative;
}

div#menu ul li ul li ul {
	margin-left: 98px;
	position: absolute;
	top: -1px;
	z-index: 50;
	margin-left/* */:/* */ 105px;
}

div#menu ul li:hover ul li ul {
	margin-left: 98px;
	position: absolute;
	top: -1px;
	z-index: 50;
	
}

div#menu ul li:hover ul li:hover ul {
	display: block;
	z-index: 100;
}

div#menu ul li ul li ul li {
	z-index: 100;
}

div#menu ul li ul li ul li a {
	border-left: 1px solid #006633;
	border-bottom: none;
	border-top: none;
	border-right: none;
	background-color: #99CC66;
	z-index: 100;
}

div#menu ul li ul li ul li a:hover {
	border-left: 1px solid #006633;
	background-color: #006633;
	color: #FFFFFF;
}

div#titulo {
	height: 70px;
	/*overflow: hidden;*/
	background-image: url(../imagens/estrutura/foto_titulo.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

div#titulo img {
	float: right;
}

div#corpo {
	/*padding-bottom: 221px;*/
	padding-bottom: 40px;	
}

div#conteudo {
	padding: 15px 20px 30px 90px;
}

div#conteudo.semmargem {
	margin: 0;
	padding: 0;
}

div#chao {
	width: 776px;
	margin-top: -40px;
	height: 40px;
	background-color: #006633;
	border-left: 1px dashed #669900;
	border-right: 1px dashed #669900;
}

div#rodape {
	clear: both;
	background-color: #006633;
	color: #FFFFFF;
	width: 776px;
}

span.endereco {
	font-size: 11px;
	display: block;
	margin-bottom: 5px;
	text-align: center;
}

span.copyright {
	display: block;
	font-size: 10px;
	text-align: center;
}

/* Classes */

.verde {
	color: #006633;
}

.cleardiv {
	clear: both;
}

.grande {
	color: #006633;
	font-size: 13px;
	font-weight: bold;
}

.titulosecao {
	color: #006633;
	font-weight: bold;
	font-size: 32px;
	font-variant: small-caps;
	letter-spacing: 1px;
	margin-top: 5px;
}

.titulo {
	color: #669900;
	font-size: 20px;
	font-weight: normal;
}

.titulo2 {
	color: #669900;
	font-size: 18px;
	font-weight: normal;
}

.titulo3 {
	color: #669900;
	font-size: 16px;
	font-weight: normal;
}

.subtitulo {
	color: #669900;
	font-size: 16px;
	font-weight: normal;
}

.subtitulo2 {
	font-size: 14px;
	font-weight: bold;
}

.subtitulo3 {
	color: #006633;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #006633;
}

.subtitulo4 {
	color: #006633;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.textocomp {
	font-size: 10px;
}

.textonormal {
	font-size: 12px;
}

.textomaior {
	font-size: 13px;
}

.textogrande {
	font-size: 14px;
}

.textonormal_c {
	text-align: center;
	font-size: 12px;
}

.aviso {
	font-size: 14px;
	font-weight: bold;
	background-color: #CC6600;
	color: #FFFFFF;
	padding: 4px;
	display: block;
}

.destaque {
	color: #669900;
	font-size: 14px;
}

.destaque2 {
	color: #FF9900;
	font-size: 18px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.listanormal {
	font-size: 12px;
}

.listagrande {
	font-size: 14px;
}
