/* Peekaboo */
* html .clear { height:1%; }

/* All */
* { padding: 0px; margin: 0px; }

/* Clear */
.clear { display: block; clear: both; }

/* Float */
.floatL { float: left; }
.floatR { float: right; }

/* Img */
img { border: 0; }

/* headers */
h2{
	padding-bottom: 10px;
	color: #0056A2;
}

h3{
	padding: 20px 0 0 5px;
	text-decoration: none;
	font-weight: lighter;
	color: #0056A2;
}

h4{
	padding: 5px 0 5px 0;
	margin: 0px;
	border: 0px;
	text-decoration: none;
	font-weight: lighter;
	color: #0056A2;
}

/*
 * Configurações site
 */
body {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 15px;
	color: #24211D;
	background: url(../img/site/body.jpg) repeat;
}

#container {
	width: 774px;
	min-height: 580px;
	height: auto !important;
	height: 580px;
	margin: 0 auto;
	background: #FFF url(../img/site/bgContainer.jpg) bottom no-repeat;
}

#container_topo {
	height: 177px;
	background: #fff url(../img/site/detalheMenu.jpg) no-repeat;
}

#container_principal {
	min-height: 290px;
	height: auto !important;
	height: 290px;
}

#container_menu {
	display: block;
	width: 190px;
	float: left;
}

#container_conteudo {
	display: block;
	padding: 15px 0 0 0;
	width: 545px;
	float: left;
}

#container_rodape {
	position: relative;
	width: 774px;
	height: 138px;
}

#container_gativa {
	font-size: 10px;
	position: absolute;
	bottom: 2px;
	left: 2px;
}

#container_ra {
	font-size: 10px;
	position: absolute;
	bottom: 2px;
	right: 2px;
}

/**
 * Menu
 * http://www.webdesignerwall.com/tutorials/advanced-css-menu/
 */
#menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 460px;
  height: 177px;
  position: relative;
}

#menu span {
  display: none;
  position: absolute;
}

#menu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}

#menu a:hover {
  background-position: left bottom;
}

#menu a:hover span {
  display: block;
}

#menu .exames {
	width: 84px;
	height: 177px;
	background: url(../img/site/menu.jpg) no-repeat;
	background-position: 0 0;
	left: 0;
	top: 0;
}

#menu .exames span {
	width: 84px;
	height: 177px;
	background: url(../img/site/menu.jpg) no-repeat;
	background-position: 0 -177px;
	left: 0;
	top: 0;
}

#menu .unidades {
	width: 84px;
	height: 177px;
	background: url(../img/site/menu.jpg) no-repeat;
	background-position: -84px 0;
	left: 89px;
	top: 0;
}

#menu .unidades span {
	width: 84px;
	height: 177px;
	background: url(../img/site/menu.jpg) no-repeat;
	background-position: -84px -177px;
	left: 0;
	top: 0;
}

#menu .convenios {
	width: 84px;
	height: 177px;
	background: url(../img/site/menu.jpg) no-repeat;
	background-position: -168px 0;
	left: 178px;
	top: 0;
}

#menu .convenios span {
	width: 84px;
	height: 177px;
	background: url(../img/site/menu.jpg) no-repeat;
	background-position: -168px -177px;
	left: 0;
	top: 0;
}

#menu .quem_somos {
	width: 84px;
	height: 177px;
	background: url(../img/site/menu.jpg) no-repeat;
	background-position: -252px 0;
	left: 267px;
	top: 0;
}

#menu .quem_somos span {
	width: 84px;
	height: 177px;
	background: url(../img/site/menu.jpg) no-repeat;
	background-position: -252px -177px;
	left: 0;
	top: 0;
}

#menu .contato {
	width: 84px;
	height: 177px;
	background: url(../img/site/menu.jpg) no-repeat;
	background-position: -336px 0;
	left: 356px;
	top: 0;
}

#menu .contato span {
	width: 84px;
	height: 177px;
	background: url(../img/site/menu.jpg) no-repeat;
	background-position: -336px -177px;
	left: 0;
	top: 0;
}

/* Accordion Madness */
.accordion_madness {
	padding: 10px 0 5px 0;
}