/*  *********************************************  BODY  STYLE *********************************************** */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	color: #484439;
	line-height: 20px;
	}
a img {
	border: 0px;
	}
	

/*  *********************************************  BANNER  STYLE *********************************************** */
#bleft { float: left; padding: 0 0 0 60px; width: 620px; }
#bright { float: right; padding: 0 40px 0 0; width: 260px;}


#mn-banner .name {
	clear: left;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	margin: 0;
	padding: 13px 0 0 0;
	text-align:left;
	}
	#mn-banner .name a {
		text-decoration: none;
		color: #145B85;
		}
	
#mn-banner .subtitle {
	clear: left;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 15px;
	margin: 0;
	padding: 20px 0 0 0;
	text-align:left;
	}
	#mn-banner .subtitle a {
		text-decoration: none;
		color: #145B85;
		}
	
#mn-banner .address {
	float: right;
	font-size: 15px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 15px 0 0 0;
	width: 240px;
	font-weight: bold;
	text-align:left;
	}
	#mn-banner .address a {
		text-decoration: none;
		color: #145B85;
		}
	
#mn-banner .tel {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	float: right;
	clear: right;
	font-size: 17px;
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
	width: 240px;
	font-weight: bold;
	text-align:left;
	}
	#mn-banner .tel a {
		text-decoration: none;
		color: #499577;
		}
	


	
/*  *********************************************  TOPNAV  STYLE *********************************************** */

/** TOP MENU POSITIONING **/
#multi-ddm {
	margin: 0 0 0 52px;
	}

/** SUBMENU WIDTH **/
#multi-ddm ul, #multi-ddm ul li {	
	width:auto; 
	}
		

/** SUBMENU APPEARANCE **/
#multi-ddm ul {
	background-color:#16567A;
		border-top: none;	
		border-right: none;	
		border-bottom: none;	
		border-left: none;	
	border-color: #FFF;
	border-width: 1px;
	}
	/** SUBMENU VERTICAL ALIGNMENT - ONLY ADJUST IF NECESSARY!!! 
	#multi-ddm li ul { margin-top: -29px; } **/


/** TOP LEVEL LINK APPEARANCE **/
#multi-ddm a {
	padding: 12px 26px;
	margin: 0;
	color: #FFF;
	text-decoration: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
	border-right: 1px solid #23719F;
	}
	#multi-ddm a.first{ border-left: 1px solid #23719F;}


/** SUB LEVEL LINK APPEARANCE **/
#multi-ddm ul a {
	padding: 2px 16px;
	margin: 0;
	color: #FFF;
	text-decoration: none;
	text-transform: none;
	height: 20px;
	border: none;
	}

/** TOP/SUB LINK HOVER APPEARANCE **/
#multi-ddm a:hover { color: #A6D6C4; }
#multi-ddm ul a:hover {  }




/*  *********************************************  QCONTACT  STYLE *********************************************** */

#mn-qcontact .appt {
	float: left;
	margin: 0;
	padding: 95px 0 0 195px;
	line-height: 16px;
	width: 160px;
	text-align:left;
	}
	#mn-qcontact .appt a {
		color: #145B85;
		text-decoration: underline;
		}
	#mn-qcontact .appt a:hover {
		text-decoration: none;
		}


#mn-qcontact form {
	float: left;
	padding: 18px 0 0 85px;
	}

.inputSelectquick, .inputCommentquick {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	width:248px;
	margin: 7px 0 0 0;
	padding: 6px 20px;
	display: block;
	clear: left;
	background: #FFF;
	border: none;
	color: #0A4E75;
	font-weight: bold;
	}

.inputSelectquick {
	}
.inputCommentquick {
	height: 81px;
	}
.inputButtonquick {
	width: 67px;
	height: 64px;
	cursor: pointer;
	border: none;
	background: url(../images/submit.jpg);
	position: relative;
	top: -44px;
	left: 228px;
	}

/*  *********************************************  ICONS  STYLE *********************************************** */

div#mn-icons img {
	margin: 0;
	padding: 0;
	float: right;
	border: none;
	display: block;
	}
div#mn-icons .icon_blank { display: none }

/*  *********************************************  CONTENT  STYLE *********************************************** */

div#mn-content {
	}

div#mn-content p {
	}
	div#mn-content strong {
		}
		div#mn-content .noTopPadding	{
			margin-top:0px;
			padding-top:0px;
			}
		div#mn-content .noBottomPadding	{
			margin-bottom:0px;
			padding-bottom:0px;
			}
		div#mn-content .indent	{
			margin-left:5px;
			padding-left:5px;
			}

div#mn-content ul {
		margin:0;
		padding: 0 0 15px 20px;
		}
	div#mn-content li {
		padding-left: 0px;
		}

div#mn-content a {
	color:#2F6B8F;
	text-decoration:none;
	}
	div#mn-content a:hover {
		color:#76A694;
		}

/*  *********************************************  SIDEBAR  STYLE *********************************************** */

div#mn-sidebar {
	}

div#mn-sidebar p {
	}
	div#mn-sidebar strong {
		}

div#mn-sidebar ul {
	margin:0;
	padding: 11px 0 15px 0;
	line-height:28px;
	list-style: none;
	}
	div#mn-sidebar li {
		padding-left: 20px;
		background: url(../images/bullet.jpg) no-repeat left;
		}

div#mn-sidebar a {
	color:#6A6A6A;
	text-decoration:none;
	}
	div#mn-sidebar a:hover {
		color: #145B85;
		}

/*  *********************************************  FOOTER  STYLE *********************************************** */

div#mn-footer ul ul { display: none; }

div#mn-footer {
	line-height: 20px;
	font-size: 11px;
	color: #76A694;
	}
	#mn-footer p {
		float: left;
		text-align: left;
		padding: 0;
		margin: 11px 0 0 0;
		width: 100%;
		}
	#mn-footer ul {
		float: left;
		padding: 0;
		margin: 11px 0 0 0;
		width: 100%;
		list-style-type: none;
		}
		#mn-footer li {
			display: inline;
			padding-right: 15px;
			}
	#mn-footer a {
		color: #6A6A6A;
		text-decoration: none;
		}
		#mn-footer a:hover {
			text-decoration:underline;
			}	
	
/*  *********************************************  HEADER TAGS *********************************************** */

H1, #mn-sidebar .header {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#2F6B8F;
	margin: 5px 0 10px 0;
	padding: 5px 0 15px 0;
	font-size: 26px;
	border-bottom: 6px solid #145B85;
	display: inline-block;
	}


H2	{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#2F6B8F;
	margin: 10px 0 10px 0;
	padding: 10px 0 5px 0;
	font-size: 16px;
	border-bottom: 1px dotted #145B85;
	}	

H3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#2F6B8F;
	padding: 10px 0 0 0;
	margin: 0;
	font-size: 17px;
	font-weight:normal;
	border: none;
	}
	
H4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#2F6B8F;
	padding: 0;
	margin: 0;
	font-size: 13px;
	font-weight:bold;
	border: none;
	}
	
		
.subHeader	{
	font-size:11px;
	margin:0 0 0 10px;
	padding:0px;
	}

.faqHeader	{
	font-size:13px;
	color:#2F6B8F;
	font-weight:bold;
	margin-bottom:0;
	padding-bottom:0;
	}

/*  *********************************************   PICTURES   *********************************************** */

.picborder, .picRight, .picLeft {
	border: 1px solid; 
	border-color: #CCC;
	margin-top: 5px;
	}
	.picRight {
		float:right;
		margin-left:20px;
		}
	.picLeft {
		float:left;
		margin-right:20px;
		}

.picRightnoborder {
	float:right; 
	margin-left:20px;
	margin-top: 5px;
	}

.picLeftnoborder {
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	}



/*  *********************************************   CONTENT ELEMENTS  *********************************************** */

hr {
	width: 80%;
	border: none;
	border-top: 1px solid #CCC;
	text-align: center;
	margin: 30px auto;
	}
	
.twoColumns	{
	margin:0;
	padding:0;
	float:left;
	width:300px;
	}
	.twoColumns ul li 	{
		text-align:left;
		}
	
/* ************************ WELCOME PAGE ******************** */
.servicesListLeft	{
	margin:5px 0 0 0;
	padding:0;
	float:left;
	width:300px
	}
	.servicesListLeft ul li{
		padding-bottom:0;
		margin-bottom:0px;
		}
.servicesListRight	{
	margin:5px 0 0 0;
	padding:0;
	float:left;
	width:300px
	}
	.servicesListRight ul li{
		padding-bottom:0;
		margin-bottom:0px;
		}
div.spacer{clear:both; height:1px; display:block;}

/* ************************* MAPS PAGE *********************** */
.mapTextTop	{
	text-align:center;
	font-weight:bold;
	font-size:15px;
	font-style:italic;
	}

.mapTextLeft	{
	margin:0;
	padding:0;
	float:left;
	width:355px;
}
.mapTextRight	{
	margin:0;
	padding:0;
	float:left;
	width:250px;
}
/* ************************ DOCTORS PAGE ******************** */

.quote		{
	text-align:center;
	font-style:italic;
	font-weight:bold;
	font-size:13px;
	}
	

/* ******************** OUR PRACTICE PAGE ******************  */

.staffCol1	{
	margin:0;
	padding:0;
	float:left;
	width:302px;
	}
.staffCol2	{
	margin:0 0 0 10px;
	padding:0;
	float:left;
	width:291px;
	border-left: 1px solid #CCC;
	}
	div#mn-content .staffCol2 ul	{
		list-style:none;
		}
		div#mn-content .staffCol2 ul li	{
			margin-left:-15px;
			padding-left:-15px;
			text-align:left;
			line-height:21px;
			}

.nameLeft	{
	margin:10px 0 5px 0px;
	padding:0;
	float:left;
	width:300px
	}

.nameRight	{
	margin:10px 0 5px 0;
	padding:0;
	float:left;
	width:260px
	}

.officeHoursLeft	{
	margin:10px 0 0px 0px;
	padding:0;
	float:left;
	width:80px
	}
.officeHoursRight	{
	margin:10px 0 0px 0;
	padding:0;
	float:left;
	width:160px
	}
	.officeHoursRight ul	{
		list-style:none;
		}
		
.officeHoursLeft2	{
	margin:10px 0 0px 60px;
	padding:0;
	float:left;
	width:60px
	}
.officeHoursRight2	{
	margin:10px 0 0px 0;
	padding:0;
	float:left;
	width:200px
	}
	.officeHoursRight2 ul	{
		list-style:none;
		}		
		
		
		
/* ******************** RESTORATIVE DENTISTRY PAGE - CEREC ******************** */
.benefits ul {
	margin:0;
	padding:0;
	}
	.benefits ul li	{
		padding:0 0px 10px 0;
		}



/* *********************  FAQ TOGGLE  **********************  */
div#faq	{
	margin: 10px 0 0 0;
		}
		
			
div#faq p	{
	margin: 10px 0 0 0;
	color:#000;
	font-size:12px;
	line-height:18px;
	text-align:justify;
			}
	div#faq p a {
		color: #484439;
		cursor:pointer;
		text-decoration:none;
				}	
	div#faq p a:hover	{
		text-decoration:none;
				}

	div#faq  ul	{
		margin-top: 0px;
		cursor:pointer;
				}
			
	div#faq ul li{
		margin: 0 0 0 40px;
		color:#484439;
		font-size:12px;
		line-height:18px;
		cursor:pointer;
				}

	
.answer	{
		margin: 10px 0 0 2px;
		}
.answer p	{
		margin: 10px 0 0 20px;
		color:#000;
		font-size:12px;
		line-height:18px;
		text-align:justify;
			}	

.answer  ul	{
		margin-top: 0px;
			}
			
.answer ul li{
		margin: 0 0 0 40px;
		color:#5D6B7D;
		font-size:12px;
		line-height:18px;
			}								

.QandAQ	{
	font-size:22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	cursor:pointer;
	color: #2F6B8F;
		}
.QandAA	{
	font-size:22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	cursor:pointer;
	color: #77B79A;
		}
div#answer p	{
	margin: 10px 0 0 0;
	color:#000;
	font-size:12px;
	line-height:18px;
	text-align:justify;
				}	

div#answer  ul	{
		margin-top: 0px;
				}
			
div#answer ul li{
		margin: 0 0 0 40px;
		color:#5D6B7D;
		font-size:12px;
		line-height:18px;
				}


/*  ***************  jQueary Accordion  **************  */  

.menu_list {	
	margin: 10px 0;
}
.menu_head {
	padding:0 0 0 12px;
	cursor: pointer;
	position: relative;
	margin:10px 0;
    font-weight:normal;
    background: #F5F0EA;
	color:#145B85;
	background: url(../images/arrow_01.gif) center left no-repeat;

}
.menu_body {
	display:none;
}

.menu_body p  {
	margin:0 0 0 15px;
	padding:0;
	}
div#mn-content .menu_body ul  {
	margin:5px 0 15px 40px;
	padding:0;
	}
div#mn-content .menu_body ul li {
	margin:0;
	padding:0;
	}		

.menu_body a  {
  display:block;
  color:#000;
 /* background-color:none;*/
  padding-left:10px;
  font-weight:normal;
  text-decoration:none;
}
.menu_body a:hover  {
  color: #000000;
  text-decoration:none;
  
  }

/* ***** */

div#mn-content .smiledash	{
	margin:0;
	padding:0;
	float:left;
	width:190px;
	}
	div#mn-content .smiledash ul	{
		margin-left:40px;
		}
	div#mn-content .smiledash ul li	{
		list-style-image:url(../images/p-checkmark-icon.gif);
				text-align:left;
		font-size:16px;
		}
		
/*   ******* honey pot for quick contact form ********   */
.spc {
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: -642008px;
	display: none;	
	}
	
/* Staff Pics */

#staffwrapper {
	width: 525px;
	overflow: hidden;
	margin-left: 40px;
}

#staffcolone {
	float: left;
	width: 175px;
	height: 260px;
	text-align:center;
}

#staffcoltwo {
	float: left;
	width: 175px;
	height: 260px;
	text-align:center;
}

#staffcolthree {
	float: left;
	width: 175px;
	height: 260px;
	text-align:center;
}

#staffcolonebg {
	float: left;
	width: 262px;
	height: 360px;
	text-align:center;
	font-size: 14px;
}

#staffcoltwobg {
	float: left;
	width: 263px;
	height: 360px;
	text-align:center;
	font-size: 14px;
}
#tour {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform:capitalize;
	color: #666666;
}

#testimonial {
	width: 580px;
	background-color: #cde3f0;
	border: 5px #59b4e1 solid;
	font-size: 13px;
	font-style: italic;
	padding: 10px;
	margin: 10px 2px 30px;
}

#testimonial .name {
	float: right;
	font-weight: bold;
	font-style:normal;
}

/* ****************** PERIODONTAL STAGES ********************* */

#stages {
	width: 561px;
	border: 1px solid #2f6b8f;
	padding: 0px;
	}

#stages .mheader {
	background-color: #2f6b8f;
	color: #FFFFFF;
	}

#stages h3 {
	color:#FFFFFF;
	font-weight: bold;
	margin: 0 0 5px 10px;
	}
