* {margin: 0; padding: 0;}

body {
	background: #FFF url("img/bg.gif") top center repeat-x;
	font-size: 12px; 
	font-family: Lucida Grande, sans-serif;
	letter-spacing: 0px; 
	line-height: 160%;
	color: #333;
	text-align:justify;
}

#header {width: 789px;text-align: right; margin-top: 3px; margin-bottom: 4px;}

#container {width: 695px; margin: 0 auto; text-align: left;}

#right-column {color: #000; font-size: 8pt; width: 220px; float: right; padding: 10px; border-right: 4px solid #FFF;}

#content {float: left; width: 490px; margin: 10px 0 0 0;}

#alignleft {float: left; width: 480px; margin: 10px 0 0 20px;}

#alignright {float: left; width: 250px; margin: 10px 0 0 0;}

#newsletter {float: left; background: #FFF url("img/news_bg.gif") bottom left repeat-x; border: 0px; width: 235px; height: 78px; padding: 8px;font-size: 11px;}

#atualizacoes {display:block; float:left; background-color: #FFF; border: 1px solid #ccc; width: 465px; padding: 8px; font-size: 11px;}

a, a:visited {text-decoration: none; color: #0077d4;}
a:hover {color: #4E98E4;}

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

border {border: 5px; border-color: #fff; }

h6{
	font-size:25px;
	font-weight: normal;
	color: #333;
	line-height:normal;
}

h2{
	font-size:19px;
	font-weight: normal;
	color: #333;
	line-height:normal;
}

h4{
	font-size:14px;
	font-weight: normal;
	color: #384c76;
	line-height:normal;
}

p {margin-bottom: 0px; text-align : justify;}

small {font-size: 8pt;}

.foto {margin: 3px; border: 1px solid #ccc; padding: 4px; background: #FFF;}

input, textarea {border: 1px solid #d5d7d0; color: #555; padding: 1px; margin-top:2px;}
input.form_botao {background:#FFF; padding: 1px; margin-top:2px; border:1px solid #d5d7d0; font-size: 8pt;}  

hr {
	height: 1px;
	clear: both;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom: 1px solid #898989;
	margin-bottom: 2px;
}

#footer {
	color: #ccc;
	text-align : center;
	font-size: 7pt;
	background: #FFF;
	clear: both;
	width: 789px;
	margin-left: 4px;
	height: 10px;
	padding: 4px;
	border-top: 0px solid #E4E4E4;
}

#footer_info {
	color: #a8a8a8;
	text-align : left;
	font-size: 8pt;
	background: #FFF;
	clear: both;
	width: 789px;
	padding: 4px;
}

#footer a, #footer a:visited {color: #ccc;}
#footer a:hover {color: #808080;}


/* Tabelas */
/* ------- */
table {border-collapse: collapse; width: 100%; margin: 10px 0;}
td {padding: 2px; font: 10px Verdana, Arial, Helvetica, sans-serif; color:#fff; text-align: center; background: #3d3d3d;}
td.cell1 {border: 1px solid #FFF; padding: 2px; font: 10px Verdana, Arial, Helvetica, sans-serif; color:#3d3d3d; text-align: center; background: #e3e3e3;}
td.cell4 {border: 1px solid #FFF; padding: 4px; font: 10px Verdana, Arial, Helvetica, sans-serif; color:#3d3d3d; text-align: center; background: #e3e3e3; width: 8%;}
td.cell6 {background-color: #CCC; font: bold 10px Tahoma, Geneva, Arial, Verdana, sans-serif; padding: 6px; color:#3d3d3d;}


#pad {height:140px;}




#slider {
font-size: 12px;
    width: 789px;
    margin: 0 auto;
    margin-top: 100px;
    position: relative;
}

.scroll {
    height: 450px;
    width: 789px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #fafafa url(img/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    text-align:justify;
    width: 760px;  
    height: 420px;  
    padding: 15px;
    overflow: auto; 
    position: relative;
}

#shade {
    background: #FFF url(img/shade.jpg) no-repeat 0 0;
    height: 30px;
    
}

ul.navigation {
position:relative;height:43px;font-size:13px;text-transform:uppercase;background:#fff url("img/menu_bg.gif") repeat-x bottom left;font-family: Verdana, Arial, sans-serif; padding-left: 20px;
padding-right: 20px;
}

ul.navigation li {
display:block;float:left;margin:0 2px;
}

ul.navigation a {
display:block;float:left;color:#717171;text-decoration:none; height:43px;line-height:50px; padding-left: 20px;
padding-right: 20px;
}

ul.navigation a:hover {
color:#909aa3;
}

ul.navigation a.selected {
color:#717171;background:transparent url("img/selected.gif") no-repeat top left;
padding-left: 20px;
padding-right: 18px;
font-weight: bold;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}


/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:250px;
	margin-left: 0px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
	border:0px solid #ccc;
	padding: 0px;
	background: #FFF;
}
    div#rotator ul li.show {
	z-index:500
}

