/* CSS Document */

body	{
	background:#e0e0dc;
	text-align:center;
	font-size:100%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	}
	
*	{
	margin:0;
	padding:0;
	}
	
h1	{
	font-size:1.5em;
	font-weight:bold;
	color:#15478c;
	border-bottom:solid 1px #666666;
	}
	
h2	{
	font-size:1.2em;
	font-weight:bold;
	color:#15478c;
	}

/* ---------------- Layout ------------------ */

#wrapper	{
	width:925px;
	margin:0 auto;
	text-align:left;
	position:relative;
	}
	
#title	{
	width:925px;
	height:135px;
	background:url(../images/new-jersey-implant-dentistr.jpg);
	margin:0px;
	background-repeat:no-repeat;
	}
	
#menuBar	{
	width:925px;
	height:28px;
	}
	
#content	{
	width:925px;
	position:relative;
	font-size:.90em;
	}
#footer	{
	width:925px;
	height:73px;
	background:url(../images/footer.jpg);
	background-repeat:no-repeat;
	}	

#copyright	{
	width:925px;
	height:25px;
	text-align:center;
	font-size:.70em;
	}
	
#contentTable	{
	width:925px;
	vertical-align:top;
	}
#leftCol	{
	width:167px;
	vertical-align:top;
	background:url(../images/l-fill.gif);
	background-repeat:repeat-y;
	}
	
#centCol	{
	width:572px;
	background:#FFFFFF;
	vertical-align:top;
	padding:10px 15px;
	}
	
#rightCol	{
	width:156px;
	vertical-align:top;
	background:url(../images/r-fill.gif);
	background-repeat:repeat-y;
	}
	
/* ------------------ drop menu boxes ------------------ */

#showA {
	position:absolute;
	left:272px;
	top:162px;
	width:240px;
	height:114px;
	z-index:2;
	visibility: hidden;
}
#hideA {
	position:absolute;
	left:239px;
	top:163px;
	width:319px;
	height:175px;
	z-index:1;
	visibility: hidden;
}
#hideB {
	position:absolute;
	left:522px;
	top:164px;
	width:283px;
	height:107px;
	z-index:3;
	visibility: hidden;
}
#showB {
	position:absolute;
	left:552px;
	top:162px;
	width:173px;
	height:59px;
	z-index:4;
	visibility: hidden;
}