
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 11px "Lucida Grande", "Helvetica Neue", Helvetica, Arial, Verdana, "sans-serif";
	background-color: #487464;
	color: #333333;
	list-style: none;
	padding-bottom: 30px;
}

.naom #wrapper-container {
	background: #fff url("../img/comum/rodape_topo.gif") bottom left repeat-x;
	padding: 0 0 1px 0;
	float: left;
	width: 100%;
}

.naom #container {
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 20px;
}

.naom #bar {
	height: 22px;
	background-color: #e0e0e0;
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-left:15px;
}

.naom #top {
	background-color: #FFFFFF;
	height: 80px;
	background-repeat: no-repeat;
}

.naom #header { height: 250px; }

.naom #sidebar {
	float: right;
	width: 205px;
	text-align:center;
}

.naom #sidebar h1 { font-size:12px; }

.naom #sidebar_content {
	padding-right: 10px;
	padding-left: 10px;
	font-size:10px;
}

.naom #mainContent {
	text-align:justify;
	margin-top: 0;
	margin-right: 220px;
	margin-bottom: 0;
	margin-left: 190px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

.naom #mainContent img, .naom #mainContent a img {
	background-color: #FFFFFF !important;
	border: 1px solid #ccc;
	padding: 3px;/*filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity:1;*/
}

.naom #mainContent a:hover img {
	background-color: #FFFFFF !important;
	border: 1px solid #666666;/*filter: alpha(opacity=80);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity:0.8;*/
}

.naom #mainContent a:link {
	background-color: none;
	color: #1e4a42;
	text-decoration:none;
}

.naom #mainContent a:visited {
	background-color: none;
	color: #1e4a42;
	text-decoration:none;
}

.naom #mainContent a:hover {
	background-color: #1e4a42;
	color: #FFFFFF;
	text-decoration:none;
}

.naom #mainContent a:active {
	background-color: none;
	color: #1e4a42;
	text-decoration:none;
}

/* FOOTER --------------------- */

.naom #footer_out {
	clear: both;
	color: #ffffff;
	background-color: #1e4a42;
}

.naom #footer {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
}

.naom #footer .copyright {
	font-size: 9px;
	float: right;
	width: 300px;
	margin-left: -6px;
	padding-bottom: 10px;
	padding-right: 30px;
	line-height: 15px;
}

.naom #footer .copyright h2 {
	font-size: 12px;
	margin: 0px;
	color: #FFFFFF;
	font-size: 13px;
	height: 16px;
	text-align:right;
}

.naom #footer .copyright a {
	font-size: 10px;
	color: #5d9641;
	text-decoration: underline;
}

.naom #footer .copyright a:hover {
	color: #fff;
	background-color: none;
}

.naom #footer .nav {
	float: left;
	width: 430px;
}

.naom #footer ul {
	margin-left: 10px;
	padding: 0px;
	text-align: left;
}

.naom #footer li {
	display: inline;
	font-size: 11px;
	margin-left:20px;
}

.naom #footer li a {
	color: #487464;
	text-decoration: none;
}

.naom #footer li a:hover {
	color: #fff;
	background-color: none;
}

.naom .bottombar {
	height: 8px;
	background-image:url(../img/comum/bottom_bar.gif);
	background-color:#487464;
	background-position: center;
	background-repeat: no-repeat;
}

.bottom {
	margin-bottom: 0;
	position: absolute;
	left: -999em;
	width: 999em;
}

/* SLIDESHOW ------------------------------------------------*/
div.slideshow {
	margin: 18px auto;
	border: 1px solid #ccc;
	padding: 1px;
}

div.slideshow p { padding-top: 9px; }

div.slideshow ul {
	background: #FFF;
	bottom: -35px;
	left: 0px;
	position: absolute;
	overflow: hidden;
	padding: 5px 0;
	z-index: 10001;
}

div.slideshow ul a {
	background-position: 50% 50%;
	cursor: pointer;
	display: block;
	height: 25px;
	margin-right: 5px;
	opacity: 0.5;
	width: 30px;
}

div.slideshow ul a.active, div.slideshow ul a:hover {
	opacity: 1;
	background-color: none;
}

div.slideshow ul li {
	float: left;
	list-style: none;
}

/* MENU --------------------------------------- */

#menu {
	padding-top: 15px;
	float: left;
	width: 200px;
	background: #FFFFFF;
	font-size: 13px;
	position:relative;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu li {
	display: block;
	list-style-type: none;
}

#menu li a {
	font-size: 11px;
	color: #555555;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 30px;
	text-decoration: none;
	background: #FFFFFF url(../img/comum/tab_pequena.png) no-repeat left;
	height: 19px;
	width: 138px;
	display: block;
	outline:0;
}

#menu li a:hover {
	color: #000000;
	background-color: none;
}

#menu .tit {
	color: #FFFFFF;
	font-weight: bold;
	background: url(../img/comum/tab_grande.png) center right no-repeat !important;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 30px;
	margin: 0;
	height: 19px;
	width: 138px;
	display: block;
	font-weight:bold;
}

/* MISC --------------------------------------- */
.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

h1 { font-size:18px; }

h2 { font-size:14px; }

h3 { font-size:12px; }

