/* CSS Document */

*, body, ul, li, p, h1, h2, h3, h4, h5, h6 {
	margin: 0; 
	padding: 0;
	list-style:none;
}
a{
color:#666;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}
body{
	background: url("imagens/fundoHeader.gif") repeat-x;
	font: normal 11px Tahoma, Verdana, Arial;
	color:#666;
	line-height:18px;
}
#geral{
	width:943px;
	background: url("imagens/fundoHeader.gif") repeat-x;	
	margin:auto; /*Alinhar no centro da pgina*/
	min-height:600px; 
	height:auto !important; 
	height:600px;

}
#header{
	background: url("imagens/imgHeader.jpg") no-repeat bottom;
	width:943px;
	height:326px;	
	position:relative;
}

#logo{		
	position:absolute;
	top:19px;
	left:50px;
	width:308px;
	height: 48px;	
	}
	
#logo h1{		
	background: url("imagens/logo.gif") no-repeat;
	width:308px;
	height:48px;		
}

#logo h1 span{
	display:none;
}	

#logo h1 a{		
	width:308px;
	height:48px;
	display:block;	
}
#menu{
	position:absolute;
	top:74px;
	left:50px;
	
}
#menu ul li{
	float:left;
	width:101px;
	height:34px;
	background: url("imagens/abaAzul.gif") no-repeat;
	color:#fff;
	font: bold 11px "trebuchet ms", Tahoma, Verdana;
	text-align:center;
	padding-right:2px;
	padding-top:10px;	
}

#menu ul li a{
	color:#fff;
	padding-top: -10px;
}
#menu ul li.maior{
	padding-top:3px;
}
#corpo{
	width:810px;
	margin:auto;
	margin-top:20px;
	min-height:230px;
}
#corpo .bemVindo{
	float:left;
	width:470px;
	border-right: 1px solid #d4d4d4;
	text-align:justify;
	padding-right:20px;
	padding-bottom:20px;
}
#corpo .bemVindo p{
	line-height:22px;
}
#corpo .dicasSaude{
	float:left;
	width:290px;
	margin-left:20px;
	text-align:justify;
}
#corpo h2{
	font: bold 20px "trebuchet ms", Tahoma, Verdana;
	color:#1F62B9;
	margin-bottom:20px;
}
#corpo .bordaImg{
	border: 1px solid #d4d4d4;
	padding:2px;
	margin-right:20px;
}
#corpo ul{
	padding-left:20px;
}
#corpo ul li{
	list-style-image:url(imagens/bullet2.gif);
	list-style-position:outside;
	padding-bottom:20px;
}
#corpo .mais{
	text-align:right;
	margin-top:10px;
	padding-right:10px;
	background:url("imagens/bullet.gif") no-repeat right;
	font: bold 11px tahoma;
}
#corpo .mais a{
	color:#1F62B9;
}
.localAtendimento{
	margin-left:-20px;
}
#rodape{
	clear:both;
	width:100%;	
	height:80px;
	background-color:#5C5C5C;
}
.rodape{
	width:1000px;
	margin:auto;
}
#rodape ul{
	width:1000px;
	padding-top:10px;
}
#rodape ul li{
	float:left;
	color:#fff;
	margin-right:20px;
	font-size:11px;
}
#rodape p a{
	color:#fff;
	text-decoration:underline;
	font-weight:bold;
}

