body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {
	margin:0;
	padding:0;
}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body {
	text-align:center;
	font:11px/16px verdana, Arial, Helvetica, sans-serif;
	color:#000;
	background-color: #fff;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	}
	
blockquote { margin-left:10px; margin-right:10px; }

h1	{
	font-size:1.6em;
	color:#c45d01;
	background-image:url(../images/h1-bg.jpg) no-repeat;

	 }
h2	{ font-size:1.2em; color:#000; }
h3	{ font-size:1.0em; color:#000; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#2d66a7; text-decoration:underline; outline:none; font-weight:bold;}
a:hover,a:active	{
	color:#2d66a7;
	text-decoration:underline;
	outline:none;
	font-weight:bold;
}

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}

/* ------------------------ form elements ------------------------ */

form {
	
	}

form label	{ font-size:.95em; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	height:21px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
	
.phone-input1 { width:33px;
	height:16px;
	overflow:hidden;
	border: 1px solid #6d4123;
	background-color: #ffffff;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:verdana, Arial, Helvetica, sans-serif;  }

.phone-input3 { width:40px;
	height:16px;
	overflow:hidden;
	border: 1px solid #6d4123;
	background-color: #ffffff;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:verdana, Arial, Helvetica, sans-serif; }

select { width:71px; padding:0; } /* same width as form - !important */

textarea { height:50px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

#top-curve { 
	position:relative;
	background:url("../images/top-bg.jpg") no-repeat;
	height:28px;
	width: 779px;
	}

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }

/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:64px;
	height:20px;
	border:none;
	cursor:pointer;
	}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width: 882px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:144px;
	width: 882px;
	}
	/* index page link within #masthead 		
	#masthead a {	
		position:absolute;
		left:0px;
		width:0px;
		top:0px;
		height:0px; 
		}
	#masthead a span {
		display:none;
		}
		*/

/* single column list    112px 2px 3px 319px    */
	#masthead ul { padding: 112px 0px 0px 319px; }
		#masthead ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			
			}
			
			

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:495px;
	float:left;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left dl {
	margin:0 30px 0 30px;
	padding: 0px 0px 20px;
		}

	#column-left form { margin-left:0px; } /* set form margin here */


	/* multi column list */
	#column-left ul { padding: 5px 0px -15px 0px; clear:both; margin-left:8px;} 
		#column-left ul li.blue { 
			background:transparent url("../images/bullet-b.jpg") 0px 22px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */   
			padding-left:20px;  /* pushes text to the right to display bg img */
			width:460px; /* sets the width of each column */
			line-height:49px; 
			color:#2d66a7;
			font-weight:bold;
			font-size:13px;
			font-stretch:condensed;
			}
		#column-left ul li.white { 
			background:transparent url("../images/bullet-w.jpg") 0px 18px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */   
			padding-left:20px;  /* pushes text to the right to display bg img */
			width:460px; /* sets the width of each column */
			line-height:40px; 
			color:#fff;
			font-weight:bold;
			font-size:13px;
			}

	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-left dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:387px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 0px 10px 0px;
		}

	#column-right form { margin-left:0px; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-right ul { padding-left:5px; } 
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}

	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}

/* ------------------------ header framework ------------------------ */
#header-graphic {
	height:253px;
} /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/vid.jpg") no-repeat; }
	
#bna { height:215px; } /* sets height for all non-flash headers */

	body#index #bna { background:url("../images/bna.jpg") no-repeat; }
	
#header-bullet {
	height:225px;
} /* sets height for all non-flash headers */

	body#index #header-bullet { background:url("../images/bullets.jpg") no-repeat; }	


/* ------------------------ subhead framework ------------------------ */
#subhead { height:49px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-loved-one.jpg"); }

/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-meet-doc {
	height:55px;
	background:url("../images/subhead-meet-doc.jpg") ;
	}

/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:55px;
	background:url("../images/title-contact.jpg") ;
	}

#title-our-procedures {
	height:35px;
	background:url("../images/title-our-procedures.jpg") ;
	}

/* ------------------------------------- Buttons ---------------------------------------- */
#btn-special-offer {
		height:186px;
		display:block;
		background:url("../images/dental-btn-special-offer.jpg") no-repeat;	
		}
		#btn-special-offer:hover {
				background:url("../images/dental-btn-special-offer.jpg") -100px 0 no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		#btn-special-offer span { display:none; }


/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("../images/content-wrap.jpg") repeat-y;
	width:882px;
	display:inline-block;
	
	}
	#bottom-wrap-start {
	background:url("../images/content-top.jpg");
	width:100%; /* fix for Safar */
	height:17px;
	clear:both; /* important - do not remove */
	}
	#bottom-wrap-end {
	background:url("../images/content-foot.jpg");
	width:100%; /* fix for Safar */
	height:17px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
background:url("../images/footer-bg.jpg");
	width:100%;
	margin: 0 auto;
	text-align:center;
	background-repeat:repeat-x;
	}

#footer p {
	color:#2197bd;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#2f86af; }
#footer a:hover, #footer a:active { color:#000; }

#footer ul {margin:10px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #2f86af;
		}
	#footer li.first { border: none; }

/* ------------------------ CONTACT FORM SECTION ------------------------ */
#form1 input{
margin-bottom: 5px;
}

#form1 select{
margin-bottom: 5px;
}

#form1 .phone1 {
width: 26px !important;
}

#form1 .phone2 {
width: 37px !important;
}

#form1 .zip{
width: 65px;
}

#form1 .month{
width: 62px;
}

#form1 .day{
width: 38px;
}

#form1 .year{
width: 52px;
}

#form1 .radio{
width: 15px;
margin-left:10px;
}

#form1 textarea{
width: 230px;
height: 150px;
margin-bottom: 5px;
}

#form1 label{
width: 230px;
}

#form1 .label {
display: block;
width: 80px;
float: left;
margin-bottom: 15px;
margin-right: 8px;
}


#form1 br{
clear:left;
}

#form1 h3{
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 8px;
	padding: 2px;
	text-decoration:underline;
}

#form1 table {
	font:11px/16px verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	margin-left:0px;
	margin-right:0px;
}

#form1 .checkbox{
float: left;
width: 15px;
margin-right:10px;
margin-bottom:40px;
}
#form1 .button { text-align:center; margin-top:20px;}
#form1 no_border { padding-top:20px;}

/* ------------------------ CONTACT FORM SECTION ------------------------ */
.td {
	border-bottom: solid #2a343b;
	border-top: solid #2a343b;
	padding-top:10px;
}
.center-img{
    display: block;
    margin-left: auto;
    margin-right: auto }

#view     {
			 background:url(bna/viewcase.jpg);
			 width:372px; 
			 height:210px;
			 margin:7px 0px 0px 0px;
			 font-family:Arial, Helvetica, sans-serif;
			 color:#145165;
		  }		    
		  
#after   {
			 background:url(bna/after_bg.jpg);
			 width:93px;
			 height:134px;
			 cursor:pointer;
			 padding-left:3px;
			 padding-top:3px;
          }		  
		  
#before  {
			 background:url(bna/before_bg.jpg);
			 width:93px;
			 height:134px;
			 cursor:pointer;
			 padding-left:3px;
			 padding-top:3px;
			 
          }	
#casereview {
	background-image: url(../images/contact-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width:387px;
	height:264px;
	margin-left: 0px;
	margin-top:0px;
	}
		  #casereview form {padding: 60px 0 0 75px;}
	
	
	#casereview label, #casereview fieldset	{
	border:none;
	font-size:.95em;
	color:#000;
	padding-left:5px;
	}
	
.submit, .submit-big-form  {
	cursor:pointer;
	width: 50px;
	margin-top:5px;
	padding:0;
	}
	.submit	{ margin-left: 10px;}
	.submit-big-form  {margin-left:120px;}
	.submit-blog  {margin-left:0px;}

.big-form {
	margin-left: 50px;
	margin-top:30px;
	}

/* IE form */
	
.big-form label, .big-form-field {
	display: block;
	width: 150px;
	margin-bottom: 10px;
	}

.big-form label {
	text-align: right;
	width: 100px;
	padding-right: 20px;
	float: left;
}

.big-form br {
	clear: left;
	}

/* end IE */

/* firefox form */

.big-form>form>fieldset>label, .big-form>form>fieldset>.big-form-field {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
	}
	
.big-form>form>fieldset>label {
	text-align: right;
	width: 100px;
	padding-right: 20px;
}
.big-form>form>fieldset>br {
	clear: left;
	}

/* end firefox */

.big-form fieldset	{
	border:none;
	}
	#bottom-wrap h1 { padding-left:0px;}
	#bottom-wrap img {padding-left:10px; padding-bottom:10px; padding-right:10px;}
	#bottom-wrap p { color:#2197bd; font-size:11px; padding:15px 0 0px 20px;}
	#bottom-wrap blockquote { color:#2197bd; font-size:11px;width:650px;padding:15px 0 50px 20px; }
	
	
	#before {
background:transparent url(../bna/before_bg.jpg) repeat scroll 0 0;
cursor:pointer;
height:134px;
padding-left:3px;
padding-top:3px;
width:93px;
}
#after {
background:transparent url(../bna/after_bg.jpg) repeat scroll 0 0;
cursor:pointer;
height:134px;
padding-left:3px;
padding-top:3px;
width:93px;
}
.name { display:none;}

.left { float:left; width:850px; display:inherit;}
#right { float:left; width:600px;display:inherit;}
