@charset "utf-8";

#container {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
	width: 950px;
	border-right: 1px solid #ccc;
	background-color: #fff;
	}
	
/*===============================================
=================================================  top toolbar
*/

#toolbar {
	width: 950px;
	height: 28px;
	background-color: #000;
	}
	
	#toolbar ul {
		float: right;
		}
		
	#toolbar li {
		float: left;
		margin: 1px 1px 0 2px;
		}
		
		#toolbar li a {
			color: #fff;
			display: block;
			height: 23px;
			text-indent: -9000px;
			overflow: hidden;
			}
				
			#toolbar #home {
				width: 76px;
				background:url(../images/toobar_home.gif) no-repeat left;
				}
				
				#toolbar #home:hover {
					background-position: right;
					}
				
			#toolbar #search {
				width: 75px;
				background:url(../images/toolbar_search.gif) no-repeat left;
				}
				
				#toolbar #search:hover {
					background-position: right;
					}
			
			#toolbar #sitemap {
				width: 84px;
				background: url(../images/toolbar_sitemap.gif) no-repeat left;
				}
				
				#toolbar #sitemap:hover {
					background-position: right;
					}
				
			#toolbar #contact {
				width: 93px;
				background:url(../images/toolbar_contact.gif) no-repeat left;
				}
				
				#toolbar #contact:hover {
					background-position: right;
					}
					
/*===============================================
================================================= header
*/

#header {
	width: 950px;
	height: 106px;
	text-indent: -9000px;
	border-bottom: 1px solid #ccc;
	}

#salesTeam #header {
	background: url(../images/header-salesTeam.gif) no-repeat;
	}
	
#news #header {
	background: url(../images/header_newsevents.jpg) no-repeat;
	height: 255px;
	}
	
#dental-resources #header {
	background: url(../images/header-resources-dental.gif) no-repeat;
	}

#producer-resources #header {
	background: url(../images/header-resources-producers.gif) no-repeat;
	}
	
#subscriber-resources #header {
	background: url(../images/header-resources-subscribers.gif) no-repeat;
	}

#workshops #header {
	background: url(../images/header-workshops.gif) no-repeat;
	}

#newsArticle #header {
	background: url(../images/header-news.gif) no-repeat;
	}

	h1 a {
		display: block;
		width: 151px;
		height: 37px;
		top: 0;
		left: 0;
		}
	
/*=============================================== menu
================================================= 
*/	

#menu {	width: 200px; float: left; }

	#menu ul { /*width: 150px;*/ }

#menu p {
	width: 160px;
	height: 40px;
	background-color: #d9eed1;
	border-bottom: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #666;
	padding: 15px 20px 5px 20px;
	margin-bottom: 0;
	}

#menuA li {
	display: block;
	width: 198px;
	height: 39px;
	border-bottom: 1px solid #ccc;
	}
	
	#menuA li a {
		display: block;
		width: 198px;
		height: 39px;
		text-indent: -9000px;
		}
	
	#menuA li a:hover {	background-position: right;	}
		
	.producers { background: url(../images/menu_Producer.jpg) no-repeat; }
		
		#salesTeam .producers, #producer-resources .producers {
			background: url(../images/menu_ProducerActive.jpg) no-repeat;
			}
		
	.subscribers { background:url(../images/menu_Subscriber.jpg) no-repeat; }
		
		#subscriber-resources .subscribers { 
			background:url(../images/menu_SubscriberActive.jpg) no-repeat; 
			}
		
	.employers { background: url(../images/menu_Employer.jpg) no-repeat; }
		
	.dentaloffices { background:url(../images/menu_Dentist.jpg) no-repeat; }
		
		#dental-resources .dentaloffices,
		#workshops .dentaloffices {
			background: url(../images/menu_DentistActive.jpg) no-repeat;
			}
		
	#menuB { margin-top: 17px; }
	
		#menuB a {
			display: block;
			height: 19px;
			width: 180px;
			font-weight: bold;
			font-family: Arial, Helvetica, sans-serif;
			color: #666;
			text-decoration: none;
			padding-left: 20px;
			line-height: 18px;
			}
		
			#menuB a:hover { background-color: #67bb49; color: #fff; }
		
	#outreachButton { text-indent: -9000px;	margin: 0 20px;	}
		
	#outreachButton a {
		display: block;
		width: 153px;
		height: 75px;
		background: url(../images/menu_CommunityBar.jpg) no-repeat;
		text-indent: -9000px;
		overflow: hidden;
		}
		
/*------------------------------------------------------------------------------------
*/		


/*===============================================
================================================= breadcrumb
*/

#breadcrumb {
	height: 20px;
	width: 749px;
	background: #fff;
	float: left;
	margin-bottom: 20px;
	}

#breadcrumb p {
	font-size: 9px;
	color: #333;
	float: left;
	font-family:Tahoma, Geneva, sans-serif;
	margin: 10px;
	}

	#breadcrumb #date {
		float: right;
		}
	
	#breadcrumb a {
		color: #000;
		text-decoration: underline;
		}
		
		#breadcrumb a:hover {
			color: #67bb49;
			}

/*----------------------------------------------------------------------------------
*/	


#main {
	float: left;
	border-left: 1px solid #ccc;
	}	
	
#content {
	width: 700px;
	float: left;
	margin: 10px 10px;
}

strong {
	font-weight: bold;
	}

h1, h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	}

h1 {
	color: #67bb49;
	font-size: 36px;
	}
	
h2 {
	color: #6a5a98;
	font-size: 22px;
	margin: 20px 0 7px 0;
	}

h3 {
	font-family: "Times New Roman", Times, serif;
	color: #6a5a98;
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 7px;
	}
	
p {
	margin-bottom: 10px;
	}

a {
	color: #67bb49;
	font-weight: bold;
	text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
		}
	
hr {
	border-color: #d2cde0;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	margin: 20px 0 20px;
	height: 0;
	}

	
ul.downloads {
	list-style-type: none;
	margin: 15px 0 15px 35px;
	}
	
	ul.downloads li {
		padding-left: 23px;
		background: url(../images/pdf-icon.gif) left top no-repeat;
		margin: 7px 0;
		}
		
		ul.downloads li p {
			margin-top: 2px;
			}
			
		ul.downloads .websiteLink {
			background-image: url(../images/link-icon01.gif);
			margin-bottom: 0;
			padding-bottom: 0;
			}
			
.fileDetail { color: #999; font-size: 11px; }

.newsImageRight { float:right; width:400px; margin: 10px 0 10px 15px; }

.newsImageLeft { float:left; width:400px; margin: 5px 15px 10px 0;}

.caption { font-size: 11px; font-style: italic; margin-top:8px; color:#333; }

/* ===================================================================== tooltips
*/

.tooltip {
	position:absolute;
	z-index:999;
	left:-9999px;
	background-color:#fff;
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	}

	.tooltip p {
		margin:0;
		padding:0;
		color:#000;
		background-color:#fff;
		padding:2px 7px;
		line-height: 17px;
		width: 110px;
		}
		
	.tooltipPhone {
		font-size: 14px;
		}
		
/* ===================================================================== sales team
*/

.rep {
	padding: 7px;
	}
	
.rep img {
	padding: 7px;
	border: 1px solid #ccc;
	float: left;
	margin: 0px 20px 0 10px;
	}

.rep h2 {
	padding-top: 10px;
	}
	
	.repTitle {
		font-size: 16px;
		font-style: italic;
		color: #999;
		}

.rep p {
	margin: 0;
	padding: 3px 0 0 0;
	}
	
.rep .contactType {
	float: left;
	width: 50px;
	}
	
.rep .repDescrip {
	padding-top: 15px;
	}

/* ===================================================================== news and events
*/

.newsItem {
	margin-bottom: 25px;
	}

	.newsItem .date {
		font-size: 11px;
		color: #666;
		margin: 0 0 7px 0;
		}
		
	.newsItem .readMore {
		padding-left: 5px;
		}
		
	.newsItem img {
		float: left;
		}

#newsArticle #content p {
	line-height: 17px;
	}

#news h3, #newsArticle h3 {
	margin-bottom: 0;
	}

#news h4, #newsArticle h4 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #888;
	font-size: 17px;
	line-height: 22px;
	margin-bottom: 7px;
	}
	
/* ===================================================================== dental office resources
*/

.linkList {
	margin-bottom: 25px;
	float: left;
	width: 320px;
	margin-right: 25px;
	}
	
	.linkList h3 { margin-top:25px; }
	
	.linkList h3.first { margin-top:0; } 

	.linkList h4 { margin-top:10px; line-height:18px; margin-left:40px; text-indent:-40px; }
	
	.linkList p { padding-top: 1px; }
	
	.nationalContact { margin: 18px 0 40px 0; }
	
a.pdf, a.pdfLocked, a.external { padding: 1px 0 1px 35px; }
	
	a.pdf {	background: url(../images/pdf-icon.gif) no-repeat left center; }
	
	a.pdfLocked { background: url(../images/pdf-locked.gif) no-repeat left center; }
	
	a.external { background: url(../images/link-icon.gif) no-repeat left center; }

	.linkDescription, .linkDescriptionLocked { margin: 0 0 15px 35px; width: 500px;	}
	
	#dental-resources .linkDescription { width: 300px; }
	
#producer-resources .linkList {	width: 325px; float: left; }
	
	#producer-resources .linkList p { width: 300px;	}
		
#subscriber-resources .linkList { float:none; width:600px; }

/* ===================================================================== workshops
*/

#workshops .section {
	margin: 20px 0 25px;
	}

	#workshops .section table {
		margin-left: 20px;
		width: 550px;
		}
		
		#workshops .section table tr {
			margin: 5px 0;
			}
			
		#workshops .section table .odd {
			background-color: #eef6f8;
			}
		
		#workshops .section table td {
			padding: 4px;
			}
		
/*--------------------------------------------------------------------------- footer
*/

#footer {
	margin: 0 0 0 10px;
	padding: 10px 0;
	clear: both;
	}

	#footer li {
		float: left;
		font-size: 11px;
		padding-right: 8px;
		background: url(../images/divider-footer.gif) no-repeat right;
		margin-right: 7px;
		}
		
		#footer li a {
			font-weight: bold;
			color: #67bb49;
			text-decoration: none;
			}
			
			#footer li a:hover {
				text-decoration: underline;
				}
	
	#footer .rightItem {
		background: none;
		}
		
	#footer .copyright { 
		float: right;
		margin-right: 20px;
		padding: 0;
		background: none;
		}
		
/*----------------------------------------------------------------------------------
*/

#popups {
	clear: both;
	width: 400px;
	color: #666;
	margin-left: 20px;
	font-size: 9px;
	line-height: 14px;
	}
	
.clear {
	clear: both;
	}

