/* CSS Document */
html {
filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body{color:#01558B;
font-family:Arial;
font-size:14px;}

#header{height:56px; width:800px; background-image:url(images/Dr-Billing-01.gif); background-repeat:no-repeat; position:relative;}

.logo{
	position:absolute;
	top:5px;
	left:0.125pc;
	height:49px;
	width:225px;
}


#banner{background-image:url(images/Dr-Billing-02.jpg); background-repeat:no-repeat; position:relative; height:344px; width:800px}

#number{position:absolute; top:274px; right:4px; height:58px; width:235px; padding:3px; font-family:Arial, Helvetica, sans-serif; font-size:14pt; font-weight:bold; color:#02426b}

.menu{padding-left:12px; border-bottom:3px solid #02426b; width:auto; height:auto;}



.style-Blue {font-family: Arial;	font-size: 14px; color:#01558b}
.style-Blue-smaller {font-family: Arial;font-size: 12px; color:#01558b}	
.style-Blue-Big {font-size: 24px;color:#01558b;font-family: Arial}

.style-Blue-medium {font-size: 20px;color:#01558b;font-family: Arial ; font-style:bold}

.style-White {font-family: Arial;font-size: 12px; color:#ffffff}	

.li-Bullet {margin-left:9px; margin-bottom:3px}	

.li-Bullet2	{margin-left:15px}	

.style-title-gray {color:#02426b; font-weight: bold; font-size: 16px;font-family: Arial } 

/*#33333*/

.style-tag {font-family: Arial;font-size: 10px; color:#01558b}	


 ul,li {
margin-left: 10px;
padding: 0;
list-style-type:disc;

}
/* Drop Down */


dl, dt, dd, ul, {
margin: 0;
padding: 0;
list-style-type: none;
}


#menu{ }

#menu dl {
float: center;
width: 16em;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #ccc;
border: 1px #333333;
margin: 1px;
}
#menu dd {
display: none;
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #fff;
list-style-type: none;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #eee;
}
#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}



/* End Drop Down */
