@charset "utf-8";

html,body { height: 100% }

td {

	font-family:"Trebuchet MS";
	font-size:11px;

}

body {
	font: 100% "Trebuchet MS";
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.flash {

	height: 100%;
	padding: auto;

}

.oneColFixCtrHdr #container {
	width: 765px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	padding: 0 0px 0 0x;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {

	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}



.oneColFixCtrHdr #menuContainer {

	background-color: #0496d2;
	padding: 5px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
	
}

.oneColFixCtrHdr #mainContent {

	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	height:auto;
}

.oneColFixCtrHdr #mainContent h1 {

	font-size: 16px;
	padding: 10px 0px 10px 0px;
	
}


.oneColFixCtrHdr #mainContent h2 {

	font-size: 12px;color: #003366;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	/* using padding instead of margin will allow you to keep the element away from the edges of the div */

}

.oneColFixCtrHdr #mainContent p {

	font-size: 11px;
	color: #5a5a5a;
	
}

.oneColFixCtrHdr #mainContent p.depoimento {

	font-style:italic;
	
}

.oneColFixCtrHdr #mainContent ul, .oneColFixCtrHdr #mainContent li {

	font-size: 11px;
	color: #6a6a6a;
	
}

.oneColFixCtrHdr #mainContent strong {

	color: #0496d2;
	
}

.oneColFixCtrHdr #footer {

	margin-top:20px;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top: #a3d3f0 1px solid;
}



.oneColFixCtrHdr #footer p {
	font-size: 9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #4f8ca5;
}

.oneColFixCtrHdr #footer p a {

	text-decoration:none;
	color: #4f8ca5;
	
}

.foto {

	margin: 4px;
	border:#CCCCCC solid 1px;
	padding: 4px;
	

	
}

/*** Nav bar styles ***/

ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	

}



ul.nav{
	display: table;
	width:100%;
	text-align:center;
	float:left;
	/*table-layout: fixed;*/
}

ul.nav li {

	display:inline;

}


ul.nav>li{
	/*display: table-cell;
	position: relative;
	padding: 0px 0px;*/

}


/*ul.nav>li:hover{
	padding-right: 1px;
} [*]*/

ul.nav li>ul{
/*Make the sub list items invisible*/
	display: none;
	position: relative;
	max-width: 40ex;
	margin-left: -6px;
	margin-top: 2px;
}

ul.nav li:hover>ul{
/*When hovered, make them appear*/
	display : block;
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	
	padding: 2px 10px;
	color: #fff;
	background-color:#00FF00;
	width: 100px;
	margin-left:50px;
	float:left;

}

/*** Menu colors (customizable) ***/

ul.nav,
.nav ul {

	color: #fff;

}



.nav ul li a:visited {
	
	color: #fff;

}

ul.nav li:hover,
.nav ul li a:hover{
	
	color: #fff600;
}

ul.nav li:active,
.nav ul li a:active{
	
	color: #fff600;
}


.nav ul{


	
}

.nav a{
	

	color:#FFFFFF;
	text-decoration: none;
}

.nav a:hover {

	color:#FFFF00;
	
}

div.clear {
    float: none;
    clear: both;
    display: block;
}





