@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*background: #005782 url(img/bg.jpg) repeat-x;*/
	background: #23245F;
	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: #333333;
}
.box #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #F4F4F0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: solid 1px #FFF;
	border-right: solid 1px #FFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 12px;
}
.box #header {
	background: #E0E0C2 url(img/header.jpg) bottom left no-repeat;
	height: 231px;
	padding: 0 10px;   /*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. */
	border-bottom: solid 12px #F4F4F0; 
}
.box #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-top: 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-left:10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#FFF;
	letter-spacing: 0.2em;
	font-weight:normal;
	font-size:32px;
	}
.box #header h2 {
	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-left:10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#FFF;
	text-transform: lowercase;
	letter-spacing: 0.2em;
	font-weight:normal;
	font-size:14px;
	}
.box #mainContent {
	margin: 0;
	padding: 2px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #E0E0C2 url(img/top_cont.gif) top left no-repeat;
	min-height: 400px !important ;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}
.box #mainContent h3 {
	font-weight:normal;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.2em;
}
.box #mainContent h4 {
	font-weight:normal;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	padding-bottom: 0;
	margin-bottom: 0;
}

.box #mainContent #trecho {
	padding-left:12px;
	text-decoration: none;
}

.box #mainContent ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	text-decoration: none;
}

.box #mainContent ul li {
	margin: 0;
	padding: 0;
	display:block;
	font: 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333;
}

.box #mainContent ul li  a, .box #mainContent ul li  a:link, .box #mainContent ul li  a:visited {
	font: 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #7F7F5F;
	text-decoration: none;
	text-transform: lowercase;
}

.box #mainContent ul li a, .box #mainContent ul li a:hover {
	font: 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #7F7F5F;
	text-decoration: underline;
	text-transform: lowercase;
}

.box #mainContent p {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
}


.box #mainContent #mapper img {
	float: right;
	background-color:#F4F4F0;
	padding: 8px;
}

.box #mainContent #mail {
	font: Verdana, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	color: #7F7F5F;
}

.box #mainContent #mail a {
	text-decoration: none;
	color: #7F7F5F;
}

.box #mainContent #mail a:visited {
	text-decoration: none;
}

.box #mainContent #mail a:hover {
	text-decoration: underline;
}

.box #mainContent img {
	padding-right: 8px;
	padding-top: 0;
	float: left;
}
.box #footer {
	padding: 2px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #BABA78 url(img/bottom_foot.gif) bottom left no-repeat;;
	color:#333;
	text-align:center;
	}
.box #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
}
.box #container #final {
	font: 60% Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0; 
	padding:0;
	padding-top: 8px;
	height:10px;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.box #menu {width:760px;height:30px;background:#F4F4F0;padding-left: 0; padding-top: 8px;font-family:Verdana, Arial, Helvetica, sans-serif;font-weight: normal; text-align:center;}

/* hack to correct IE5.5 faulty box model */
* html .menu {width:760px; w\idth:760px;}

/* remove all the bullets, borders and padding from the default list styling */
.box #menu ul {padding:0;margin:0;list-style-type:none;}
.box #menu ul ul {width:94px;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.box #menu li {float:left;padding: 0 14px;position:relative;}

/* style the links for the top level */
.box #menu a, .box #menu a:visited {display:block;font-size:15px;text-decoration:none; color:#666; height:20px; line-height:20px;font-family:Verdana, Arial, Helvetica, sans-serif;font-weight: normal;}

/* a hack so that IE5.5 faulty box model is corrected */
* html .box #menu a, * html .menu a:visited {width:90px; w\idth:78px;}

/* style the second level background */
.box #menu ul ul a.drop, .menu ul ul a.drop:visited {background:#FFF url(images/drop.gif) bottom right no-repeat;font-size:12px;}

/* style the second level background */
.box #menu ul ul li {width:88px;font-size:12px;}

/* style the second level hover */
.box #menu ul ul a.drop:hover{background:#FFF url(images/drop.gif) bottom right no-repeat;}
.box #menu ul ul :hover > a.drop {background:#FFF url(images/drop.gif) bottom right no-repeat;}

/* style the third level background */
.box #menu ul ul ul a, .box #menu ul ul ul a:visited {background:#FFF;}

/* style the third level hover */
.box #menu ul ul ul a:hover {background:#FFF;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.box #menu ul ul {visibility:hidden;position:absolute;height:0;top:20px;left:0; width:80px;}

/* another hack for IE5.5 */
* html .box #menu ul ul {top:20px;t\op:21px;}

/* position the third level flyout menu */
.box #menu ul ul ul{left:80px; top:-1px; width:80px;}

/* position the third level flyout menu for a left flyout */
.box #menu ul ul ul.left {left:-80px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.box #menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.box #menu ul ul a, .menu ul ul a:visited {background:#FFF; color:#666; padding:6px 6px; border-bottom: solid 1px #F4F4F0;font-family:Verdana, Arial, Helvetica, sans-serif;font-weight: normal;font-size:small;}

/* yet another hack for IE5.5 */
* html .box #menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:118px;}

/* style the top level hover */
.box #menu a:hover, .box #menu ul ul a:hover{color:#000; text-decoration:underline;}
.box #menu :hover > a, .box #menu ul ul :hover > a {color:#000; text-decoration:underline;}

/* make the second level visible when hover on first level list OR link */
.box #menu ul li:hover ul,
.box #menu ul a:hover ul{visibility:visible; }

/* keep the third level hidden when you hover on first level list OR link */
.box #menu ul :hover ul ul{visibility:hidden;}

/* make the third level visible when you hover over second level list OR link */
.box #menu ul :hover ul :hover ul{ visibility:visible;}
-->