/* Universal Navigation for Issue Content Pages*/
#globalNav {
	clear: both;
	width: 100%;
	height: 50px;
	background-image:  url("../images/nav_bkgd.gif");
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
#globalNav ul {
	padding: 0;
	margin: 0;
	width: 100%;
}

#globalNav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 6px 5px 0 30px;
}

#globalNav li a {
	width: 100%;
	text-decoration: none;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #990000;
	text-transform: uppercase;
}

#globalNav li a:hover {
	color: #996633;
	text-decoration: underline;
}

/* Issue Sub-Navigation for Issue Content Pages*/
#issueNav {
	clear: left;
	width: 230px;
	float: left;
	background: url(../images/fromDentist_mid_r.gif) no-repeat right bottom;
}

/* Show only to IE PC \*/
* html .issueNavTop h2 {height: 1%;} /* For IE 5 PC */

.issueNavTop {
	background: url(../images/fromDentist_top_r.gif) no-repeat right top;
	margin: 0;
	padding: 0;
}
.issueNavTop h2 {
	background: url(../images/fromDentist_top.gif) no-repeat left top;
	margin: 0;
	padding: 15px 30px 5px;
}
.issueNavMiddle {
	background: url(../images/fromDentist_mid.gif) no-repeat left bottom;
	margin: 0;
	padding: 5px 30px;
}

.issueNavMiddle h4 {
	margin: 5px 0;
}

.issueNavMiddle ul {
	margin: 0;
	padding: 0 0 25px 0;
	list-style: none;
	font: 12px Arial, Helvetica, sans-serif;
}

.issueNavMiddle li {
    margin-bottom: 10px;
}

.issueNavMiddle li a:link, .issueNavMiddle li a:visited {
	color: #ffffff;	
	line-height: 12px;
}

.issueNavMiddle li a:hover {
	color: #990000;	
}


.issueNavMiddle p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 18px;
	margin-top: 0;
}

/* Article Area for Issue Pages */
#article {
	float: right;
	width: 560px;
	background: url(../images/smileReview_mid_r.gif) no-repeat right bottom;
}

/* Show only to IE PC \*/
* html .smileReviewTop h2 {height: 1%;} /* For IE 5 PC */

.articleTop {
	background: url(../images/smileReview_top_r.gif) no-repeat right top;
	margin: 0;
	padding: 0;
}
.articleTop h2 {
	background: url(../images/smileReview_top.gif) no-repeat left top;
	margin: 0;
	padding: 15px 30px 0;
	font: lighter 24px  Georgia, "Times New Roman", Times, serif;
}

.articleMiddle {
	background: url(../images/smileReview_mid.gif) no-repeat left bottom;
	margin: 0;
	padding: 5px 30px 31px;
}

.articleMiddle p {
	font: 13px Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
	margin: 0 20px 20px 0;
}

.imgBorder {
	float: right;
	border: 5px solid #eeeeee;
	margin: 0 5px 5px 5px;
}

.imgNoborder {
	float: right;
	margin: 0 5px 5px 5px;
}

.imgNoborderInline {
	margin: 0 0 20px 0;
}

.imgNoborderLeft {
	float: left;
	margin: 0 10px 0 0;
}

.imgMap {
	margin: 20px 0 0 50px; 
}

/* Table Styling */
td.title, td.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	border-bottom: 1px dashed #003366; 
	vertical-align: top;
}

td.title {
	font-weight: bold;
	width: 70px;
}

/* Inline Text Treatments */
.emphasis {
	font-weight: 700;
}

ul {
	font: 13px Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
}
