/*---------------------------------------------------------------------*/
/* Imports 
/*---------------------------------------------------------------------*/

/*---------------------------------------------------------------------*/
/* Globals
/*---------------------------------------------------------------------*/

/*---------------------------------------------------------------------*/
/* Main
/*---------------------------------------------------------------------*/

div#newEraDentistry {
	margin-left						: auto;
	margin-right					: auto;
	margin-bottom					: 0px;
	
	width							: 800px;
	height							: auto;
	
	text-align						: left;
}

div#newEraDentistry div.hbar {
	height							: 30px;
	
	background-image				: url(../images/hbar-dental-procedures.jpg);
	background-repeat				: no-repeat;
	
	padding-left					: 6px;
	padding-right					: 6px;
	
	color							: #4d154d;
	
}

div#newEraDentistry div.hbar div.title {
	float							: left;
	
	text-align						: left;
	line-height						: 25px;
	font-size						: 16px;
	font-variant					: small-caps;
	font-weight						: bold;
}

div#newEraDentistry div.hbar div.more {
	float							: right;
	
	color							: #990099;
	
	text-align						: right;
	line-height						: 26px;
	font-family						: "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
	font-size						: 10px;
	font-weight						: bold;
}

div#newEraDentistry div.inner {
	padding							: 5px;
	padding-bottom					: 2px;
	
	background-image				: url(../images/bg-dental-procedures.jpg);
}

div#newEraDentistry div.end {
	height							: 8px;
	
	background-image				: url(../images/end-dental-procedures.jpg);
	background-repeat				: no-repeat;
}

/* Info Bubbles */

div#newEraDentistry div.inner div.infoBubble {
	float							: left;
	
	width							: 238px;
}

div#newEraDentistry div.inner div.infoBubble div.top {
	height							: 6px;
	
	background-image				: url(../images/infob-top-dental-procedures.jpg);
	background-repeat				: no-repeat;
}

div#newEraDentistry div.inner div.infoBubble div.inner {
	padding							: 0px;
	padding-left					: 3px;
	padding-right					: 5px;
	
	background-image				: url(../images/infob-bg-dental-procedures.jpg);
	
	font-size						: 10px;
}

div#newEraDentistry div.inner div.infoBubble div.inner img {
	margin							: 0px;
	margin-left						: 5px;
	margin-right					: 5px;
	
	float							: left;	
}

div#newEraDentistry div.inner div.infoBubble div.end {
	height							: 6px;
	
	background-image				: url(../images/infob-end-dental-procedures.jpg);
	background-repeat				: no-repeat;
}

/* Anchors */

div#newEraDentistry div.inner div.infoBubble div.inner a {
	color							: #990099;
	
	font-weight						: bold;
}
