body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6e6e6e;
	text-align: center;
	line-height: 26px;
	}
	
p {
	margin: 25px 0;
	}
	
h2 {
	text-transform: uppercase;
	font-size: 14px;
	}

a {
	color: #797979;
	text-decoration: none;
	}

a:hover {
	color: #595959;
	}


#all {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	min-height:100%;
	}
	
#topo {	
	height: 130px;
	}
	
#logo {
	background: url(images/logo.jpg) no-repeat;
	width: 154px;
	height: 126px;
	float: left;
	}

#social {
	float: right;
	margin-right: 70px;
	margin-top: 15px;
	}
	
#social img {	
 	margin-left: 5px;
	width: 25px;
	height: 25px;
	}

#idioma {
	float: right;
	margin-right:28px;
	margin-top: 17px;
	}	
	
#menu_topo {
	float: left;
	font-size: 12px;
	*width: 800px;
	}
	
#menu_topo ul {
	list-style: none;
	margin-top: -20px;
	}
	
#menu_topo li {
	display: block;
	float: left;
	height: 28px;
	width: 160px;
	background: url(images/botao_bg.jpg) no-repeat;
	text-align: center;
	padding-top: 7px;
	margin-right: 20px;
	*padding-top: 0px;
	}

#menu_topo li a {
	color: #fff;
	}
	
#nav {
	margin-top: 30px;
	
	}
	

	

#nav li ul {
  list-style: none;
  position: absolute;
  width: 145px;
  top: 100px;
  *top: 101px;
  left: -999em;
  z-index: 999;
  background: url(images/menu.jpg) no-repeat;
  *margin-left: -140px;
  *width: 160px;
  }

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  }
    
#nav li li {  
  margin: 0;
  padding: 0;
  width: 160px;
  height: 30px;
  left: auto;
  margin-left: -48px;
  *margin-left: -8px;
  background: url(images/div.jpg) no-repeat right bottom;
  }
    
#nav li li a {
  	width: 144px;
  	font-size: 12px;
  	line-height: 24px;
	*line-height: 15px;
  	color: #fff;
  	margin: 2px 0 2px 8px;
  	text-align: left;
  	display:block;
  	padding: 5px 0px 5px 15px;
  	}
    
#nav li li a:hover {
 	display: block;
  	padding: 5px 0px 5px 15px;
	background: #224a42;
  	}

#nav li:hover, #nav li.sfhover { 
  	position: static;
  	}
	
#nav a.endlist {
	background: url(images/menu_bottom.png) no-repeat left bottom;
	padding-bottom:12px;
	}

#nav a.endlist:hover {
	background: url(images/menu_bottom_h.png) no-repeat left bottom;
	padding-bottom:12px;
	}

#box_cont {
	float: left;
	*width: 910px;
	}
	
.box {
	width: 217px;
	height: 182px;
	background: #fff;
	float: right;
	margin-right: 10px;
	}
	
#principal {
	width: 900px;
	}

#conteudo {
	width: 600px;
	float: left;
	min-height: 480px;
	margin-top: 15px;
	}

#conteudo h2, #conteudo h3 a{
	color: #3c746b;
	}

#conteudo h3 {
	font-size: 14px;
	margin-bottom: -20px;
	}

#conteudo input[type=button], #conteudo input[type=submit] {
	color: #818181;
	background: #eee;
	border: 1px solid #818181;
	}


#curriculo {
	float: left;
	margin-left: -15px;
	z-index: 999;
	position: relative;
	}	

#cadastro, #area_restrita, #box_interno {
	background: #ececec;
	float: right;
	margin-top: 30px;
	padding: 10px;
	}
	
#box_interno {
	background: #414141;
	/*height: 250px;
	width: 277px;*/
	padding: 0;
	/*margin-right: 23px;*/
	}
	
#cadastro {
	height: 220px;
	width: 250px;
	}
	
#cadastro h2 {
	text-align: center;
	
	}

#area_restrita {
	margin-top: 50px;
	font-size: 10px;
	padding-left: 20px;
	line-height: 1;
	height: 160px;
	width: 240px;
	}

#Accordion1 h2 {
	*margin-top: 0px;
	*margin-bottom: 0px;
	}

#area_restrita input, .AccordionPanelContent input {
	background: #f3f3f3;
	border-top: #a5a5a5 1px solid;
	border-left: #a5a5a5 1px solid;
	color: #a5a5a5;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 3px;
	}

#area_restrita .ok, .AccordionPanelContent .ok {
	background: url(images/ok.png) no-repeat;
	width: 43px;
	height: 28px;
	border: none;
	color: #fff;
	margin-top: -10px;
	margin-left: 5px;
	}
	
#rodape {
	clear: both;
	background: url(images/rodape.jpg) no-repeat;
	line-height: 20px;
	height: 143px;
	padding-top: 30px;
	font-size: 11px;
}

#rodape_bg {
	background: #ececec;
	height: 170px;
	margin-top: -164px;
	position: relative;
	z-index: -1;
	}
	

