@charset "utf-8";
/* CSS Document */

#theMainHeaderBox
{
position: relative;
width: 100%;
background-color: #fff;
}

#justTheLogo
{
float: left;
width: 272px;
height: 100px;
margin: 15px 0px 5px 25px;
}

#justThePhone
{
float: right;
width: 250px;
margin: 15px 25px 0px 0px;
}

#theButtonsStupid
{
margin: 15px 2px 0px 2px;
border-top: 3px solid #0067B1;
}

#theButtonsStupid ul
{
list-style-type: none;
margin: 0px auto 0px 13px;

}

#theButtonsStupid li
{
display: block;
float: left;
margin: 6px 0px 12px 10px;
}

#theButtonsStupid li a
{
color: #797878;
font-size: 12px;
font-family: Verdana;
font-weight: bold;
text-decoration:none;
}

#theButtonsStupid li a:active
{
color: #d3d1d1;
}

#theButtonsStupid li a:hover
{
text-decoration:underline;
color: #0067b1;
}

/* this is for the hover underline, on the visited pages */
.body_periodontics, .nav_periodontics, .body_faq, .nav_faq, .body_about, .nav_about, .body_contact, .nav_contact, .body_implants, .nav_implants, .body_test, .nav_test, .body_home, .nav_home
{
color: #0067b1;
border-bottom: 6px #cececf solid;
}

#theSearchBox {position: absolute; width: 27px; height: 28px; z-index: 99; margin: 8px 8px 0 750px;}
