/* CSS Document */
body{
	background-color:#FAFAFA;


}

	#mainbox{
	position: relative;
	left:50%; 
	top:20px;
	padding:0px;
	margin-left:-400px; 
	background-image: url(images/fdo_cont.jpg);
	background-repeat: repeat-y;
	width:800px;

}
	.borda{
	display: block;
	width: 800px;
	height:30px;
	margin:0;
	background-image: url(images/fdo_sup.jpg);
	background-repeat:no-repeat;

	}

	div.head {
	display: block;
	width: 800px;/*99.5%;*/
	height: 150px;
	margin: 0;
	padding: 0;/*0.2em 0 0 0.2em;*/
	text-align: center;
	background-image: url(images/fdo_cont.jpg);
	background-repeat: repeat-y;
	}

/*container da DIV do Menu Horizontal*/	
	.topMenu {
	/*position:absolute;*/
	color: #069;
	margin: 3px 0 3px 20px;
	padding: 0;
	width: 800px;
	z-index:510;
	background-image: url(images/fdo_nav.jpg);
	background-repeat: no-repeat;
	}
/* MENU HORIZONTAL*/

#menu {
width: 100%;
/*background: #eff9eb;*/
float: left;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 7.83em;
float: left;
}

#menu a {
font: bold 11px/16px Trebuchet MS, Verdana, Arial;
display: block;
border-width: 0.1em;
border-style: solid;
margin: 0;
padding: 2px 3px;
color: #0c6b4d;
background: #fafafa; /* configuração cor do menu mouse out*/
border-top: #fff solid 1px;
border-right: #fff solid 1px;
border-bottom: #ccc solid 1px;
border-left: #c0d5b8 solid 5px;
text-decoration: none;
}
#menu h2 {
font: bold 11px/16px Trebuchet MS, Verdana, Arial;
display: block;
border-width: 0.15em;
border-style: solid;
border-color: #fafafa #fafafa #0c6b4d #0c6b4d; /*top right bottom left */
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fafafa;/*#c0d5b8;*/
background-color: #0c684d;
text-transform: none;
}

#menu a:hover {
color: #b01b2e;
background: #fff;
border-left: #0c684d solid 5px; /*configuração menu mouse over*/
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
/*FIM MENU HORIZONTAL*/

.texto {
	display: block;
	width: 520px;
	margin-top:30px;
	padding:0px 10px 0px 40px;
	float:left;
	clear:right;
	border-right: #ccc solid 1px;
}
.texto h2{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:0.6em;
	color:#0c684d;
	text-align: justify;
	border-bottom: #c0d5b8 dashed 1px;
	width: 300px;
	/*outline:#c0d5b8 solid 1px; nao interfere no box model*/

}
.texto caption {
	font-family:"Trebuchet MS", Verdana, Arial;
	color:#0c684d;
	font-size:0.8em;
	text-align: left;
	font-weight: bold;
	padding:2em 0 0.8em 0;
}
.texto th {
	font-family:"Trebuchet MS", Verdana, Arial;
	color:#0c684d;
	font-size:0.8em;
	text-align: left;
	font-weight: bold;
	background-color: #eff9eb;
	padding:5px 0 5px 5px;
}
.texto td {
	font-family:"Trebuchet MS", Verdana, Arial;
	color:#0c684d;
	font-size:0.8em;
	text-align: left;
	background-color: #fafafa;
	padding:5px 0 5px 5px;
}

.boxes {
	float: left;
	clear: right;
	width: 200px;
	margin-top:70px;
	margin-left:10px;
	padding:0px 0px 5px 0px;
	background-color:#fff;
}
#boxHeader {
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:0.7em;
	color:#0c684d;
	padding:5px 0px 5px 10px;
	background-color:#eff9eb;
	border-top:#ccc solid 1px;
	border-bottom:#ccc solid 1px;
	margin:5px;
}
#boxHeader a:link{
	font-family:"Trebuchet MS", Verdana, Arial;
	color:#0c684d;
	text-decoration: none;
}
#boxHeader a:visited{
	font-family:"Trebuchet MS", Verdana, Arial;
	color:#0c684d;
	text-decoration: none;
}
#boxHeader a:hover{
	font-family:"Trebuchet MS", Verdana, Arial;
	color:#0c684d;
	text-decoration: underline;
	font-weight: bold;
}
#boxHeader a:active{
	font-family:"Trebuchet MS", Verdana, Arial;
	color:#0c684d;
	text-decoration: none;
}
#footer {
	width: 800px;
	height: 80px;
	margin: 0 0 0 0;
	clear: both;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:0.7em;
	text-align: center;
	color: #0c6b4d;
	background-image: url(images/fdo_inf.jpg);
	background-repeat: no-repeat;
	
}
/*
 #texto img {
	float: left;
	clear: right;
	width: 221px;
	padding-right:10px;
}*/
