/* CSS Document */
body {
	margin: 0px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #36393D;
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
}

img{ border: 0; }

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #E29616;
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #004471;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E29616;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #E29616;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#container {
	width:770px;
	text-align:left;
	margin:0 auto;
	background-image: url(../img/lateral.gif);
	background-repeat: repeat-y;
	background-position: 0 254px;
	border: 2px solid #FFF;
}

#header {
	height:205px;
	background-image: url(../img/topo.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
	border-bottom: 2px #fff solid;
}

#siteMenu { position: absolute; left: 40px; top: 4px; text-align: right; }
#siteMenu a { color: #36393D; text-decoration: none; }
#siteMenu a:hover { color: #000000; text-decoration: underline; }

#homeMenu {	position: absolute;	left: 565px; top: 4px; text-align: right; }
#homeMenu a { color: #36393D; text-decoration: none; }
#homeMenu a:hover { color: #000000; text-decoration: underline; }

#contatoMenu { position: absolute; left: 655px; top: 4px; text-align: right; width: 41px; }
#contatoMenu a { color: #36393D; text-decoration: none; }
#contatoMenu a:hover { color: #000000; text-decoration: underline; }

#menuDrop {
	height: 48px;
	background-image: url(../../img/menu.bg.jpg);
	background-repeat: repeat;
	position: relative;
}

#left {
	width:160px;
	float:left;
	color: #FFF;
}

#left a { text-decoration: none; color: #fff; }
#left a:visited { text-decoration: none; color: #fff; }
#left a:hover { text-decoration: underline; color: #fff; }
#left a:active { text-decoration: underline; color: #fff }

#content {
	height: 1%; /* IE6 hack... it's very minor, though */
	
	width:600px;
	background-color:#FFF;
	float:right;
	
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}

#footer {
	clear:both;
	background: #134165 url(../img/rodape.bg.jpg) repeat-x;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 95%;
	letter-spacing: 1px;
	text-align: center;
	
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.initial { background-color: #FFF; color:#000000; }
.normal { background-color: #FFF; }

.initialz { background-color: #F4F4F4; color:#000000; }
.normalz { background-color: #F4F4F4; }
.highlight {
	background-color: #F7ECA4;
}

.input{
	border: 1px solid #999999;
	font: 11px verdana, sans-serif;
	color:#443;
	padding:3px;
	outline:none;
}
.input:focus{
	border:1px solid #3C6DB0;
}

/* MENU */
/* remove the bullets, padding and margins from the lists */
.menu ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
	float:left;
	position:relative;
	z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
	position:absolute;
	border-collapse:collapse;
	z-index:80;
	left:-1px;
	top:25px;
}

/* style all the links */
.menu a, .menu :link, .menu :visited {
	display:block;
	font-size:11px;
	width:154px;
	color:#000;
	background:#E8CB15;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-decoration: none;
}

/* style the links hover */
.menu :hover{
	color:#444;
	background:#EEDA48;
}

/* hide the sub level links */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	width:154px;
	height:0;
}
/* make the sub level visible on hover list or link */
	.menu ul li:hover ul,
	.menu ul a:hover ul{
	visibility:visible;
}

/*** set the width and height to match your images **/
#slideshow {
    position:relative;
    height:205px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

.slide_menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #fff;
}

.fancy {
	float: left;
	padding: 0 5px 0 0;
}

/* Links */
a:link { text-decoration: none; color: #000; }
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: underline; color: #000; }
a:active { text-decoration: underline; color: #36393D }

a.conf:link { text-decoration: underline; color: #000000; }
a.conf:visited { text-decoration: underline; color: #333333; }
a.conf:hover { text-decoration: underline; color: #333333; }
a.conf:active { text-decoration: underline; }

a.site:link { text-decoration: none; color: #36393D; }
a.site:visited { text-decoration: none; color: #36393D; }
a.site:hover { text-decoration: underline; color: #36393D; }
a.site:active { text-decoration: none; }