@charset "utf-8";

/* CSS Reset */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, tr, td {
--margin:0;
--padding:0;
}

/* CSS Document */
body{
background-color:#99CCFF;
background-image:url(imagens/fundo.jpg);
background-repeat:repeat-x;
font-size:12px;
color:#000;
font-family:Arial, Helvetica, sans-serif;
}
#wrapper{
width:881px;
margin:0 auto;
}
#site{
float:left;
width:881px;
background-color:#FFF;
position:relative;
}
#header{
width:881px;
height:75px;
float:left;
background-image:url(imagens/boston-medical-group-header.jpg);
background-repeat:no-repeat;
text-indent:-9000px;
clear:both;
}
#header a{
width:200px;
height:75px;
float:left;
}
#menuflash{
width:881px;
height:28px;
float:left;
position:absolute;
top:75px;
clear:both;
left:0;
}
#cont{
position: relative;
top: 0px;
width:881px;
float:left;
clear:both;
z-index: 0;
}
#cont #homeflash{
position: relative;
top: 0px;
width:881px;
height:314px;
--margin-top:28px;
}
.homedest{
height:108px;
width:407px;
}

.homedest h3{
font-family:Arial;
font-size:16px;
margin:15px 5px 5px 55px;
font-weight:normal;
}
.homedest p{
color:#000;
margin:0 120px 0 55px;
}
.homedest a.botao{
float:right;
margin:-12px 12px 12px -12px;
text-decoration:none;
}
.homedest a{
color:#000;
text-decoration:none;
}
.homedest a:hover{
color:#000;
text-decoration:underline;
}
.homedestesq{
background-image:url(imagens/esq.jpg);
background-repeat:no-repeat;
float:left;
margin-left:23px;
color:#2C3473;
}
.homedestdir{
background-image:url(imagens/dir.jpg);
background-repeat:no-repeat;
float:right;
margin-right:23px;
color:#C14080;
}
/*
#footer{
width:881px;
color:#455FA5;
}
#footer #menucopy{
background-image:url(imagens/footer.jpg);
background-repeat:no-repeat;
height:30px;
width:380px;
float:left;
padding:20px 0 0 35px;
}
#footer #menufooter{
--background-image:url(imagens/menu_footer.jpg);
--background-repeat:repeat-x;
--height:30px;
--width:466px;
--float:right;
--font-size:10px;
--padding-top:20px;
}
#footer #menufooter a{
color:#455FA5;
text-decoration:none;
}
*/