body,div,dl,dt,dd,ul,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;}
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 {
	background:#fff url("../images/bg-body.jpg") top repeat-x;
	text-align:center;
	font:12px/18px "Arial", Helvetica, sans-serif;
	color:#000;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{
	font-size:1.8em;
	color:#000;
	font-family:"Times New Roman", serif;
	font-weight:normal;
	line-height:18px;
}
h2	{
	font-size:1.8em;
	color:#000;
	font-family:"Times New Roman", serif;
	font-weight:normal;
	line-height:18px;
}
h3	{ font-size:1.0em; color:#000; }

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

a:link,a:visited	{ color:#000; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#003366; text-decoration:underline; outline:none; }

/* ------------------------ 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; 
	}

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

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:940px;
	margin:0 auto;
	text-align:left;
	}
	
/* ------------------------ masthead framework ------------------------ */
#masthead {
	background:url("../images/masthead.jpg");
	height:357px;
	width:940px;
	}
	/* index page link within #masthead */		
	#masthead a {
	display:block;
	left:835px;
	width:75px;
	top:102px;
	height:27px;
	position:relative;
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:652px;
	float:left;
	background:url("../images/bg-column-left.jpg") no-repeat top;
	}

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

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

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li {
	background:transparent url("../images/bullet.jpg") 0px 3px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
	padding-left:25px;
			}
			#column-left ul.article { float:left;}
			
	/* single column ordered list */
	#column-left ol {padding-left:20px;}
		

	/* 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;
			}

#welcome {
	float:left;
	width:317px;
	}
	#welcome p, #welcome h1, #welcome h2, #welcome h3, #welcome ul, #welcome dl {
		margin:0px 0px 10px 40px;
		}

#atty-1 {
	float:left;
	width:335px;
	}
	#atty-1 p, #atty-1 h1, #atty-1 h2, #atty-1 h3, #atty-1 ul, #atty-1 dl {
		margin:0px 20px 10px 20px;
		}
#atty-2 {	
	float:left;
	width:153px;
	}
	#atty-2 p, #atty-2 h1, #atty-2 h2, #atty-2 h3, #atty-2 ul, #atty-2 dl {
		margin:0px 0px 10px 10px;
		}	
#wrap-3 { display:block; float:left;}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:288px;
	float:left;
	background:url("../images/bg-column-right.jpg") no-repeat top;
	}

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



	/* 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:357px; } /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/masthead.jpg"); }
	body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#contact #header-graphic { background:url("../images/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-thankyou.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-sitemap.jpg"); }


/* ------------------------ subhead framework ------------------------ */
#subhead { height:20px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.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 {
	width:100%; /* fix for Safar */
	height:48px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:auto;
	margin:0 auto;
	text-align:center;
	background:url(../images/footer-header.jpg) #d1d1d1 no-repeat scroll center top;
	}

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

#footer a:link, #footer a:visited { color:#009900; }
#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 #009900;
		}
	#footer li.first { border: none; }
	
/* ------------ FOOTER WRAP FRAMEWORK ------------ */
#footer-wrap {
	width:auto;
	margin:0 auto;
	background:#d1d1d1 url("../images/bg-footer-wrap.jpg") top repeat-x;
}
#footer-top { 
	background:url("../images/footer-header.jpg") no-repeat;
	height:21px;
	width:940px;
	margin:0 auto;
	text-align:left;
}
#footer-content {
	width:940px;
	margin:0 auto;
	text-align:left;
	height: 252px;

}	
	#footer-content dl { padding:0; margin: 20px 0 0 0px; float:left; width:220px;}
	#footer-content dt { font-weight:bold;} 
	#footer-content dd {
			background:transparent url("../images/bullet.jpg") 0px 4px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:20px; /* pushes text to the right to display bg img */
			}

#footer-content a:link,a:visited	{ color:#000; text-decoration:underline; outline:none; }
#footer-content a:hover,a:active	{ color:#2f86af; text-decoration:underline; outline:none; }
			
#footer-content h3	{ 
	font-size:1.8em;
	color:#000;
	font-family:"Times New Roman", serif;
	font-weight:normal;
	line-height:18px;
	}
/* ############################# Footer list END 					######################### */

/* ############################# Footer list END 					######################### */
/* ############################# Footer list END 					######################### */
	
#footer-footer {
background:url("../images/bg-footer.jpg") no-repeat;
	width:940px;
	margin:0 auto;
	text-align:right;
	height:149px;
	}
	
	#footer-footer p {
	color:#fff;
	margin-bottom:10px;
	}

#footer-footer a:link, #footer-footer a:visited { color:#fff; text-decoration:none; }
#footer-footer a:hover, #footer-footer a:active { color:#fff; text-decoration:underline; }

#footer-footer ul {margin:0px;}
	#footer-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 #fff;
		}
	#footer-footer li.first { border: none; }	

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:940px; 
	height:46px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:46px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 {width: 60px;margin-left: 199px;}
#nav-02 { width: 85px;} 
#nav-03 { width: 142px;}
#nav-04 { width: 177px;}
#nav-05 { width: 109px;}
#nav-06 { width: 52px;}
#nav-07 { width: 101px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -199px -46px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -259px -46px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -344px -46px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -486px -46px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -663px -46px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -772px -46px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -824px -46px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#SPECIFY #nav-01 { background:url("../images/nav.jpg")  -79px -46px no-repeat; }
body#SPECIFY #nav-02 { background:url("../images/nav.jpg") -158px -46px no-repeat; }
body#SPECIFY #nav-03 { background:url("../images/nav.jpg") -247px -46px no-repeat; }
body#SPECIFY #nav-04 { background:url("../images/nav.jpg") -341px -46px no-repeat; }
body#SPECIFY #nav-05 { background:url("../images/nav.jpg") -428px -46px no-repeat; }
body#SPECIFY #nav-06 { background:url("../images/nav.jpg") -460px -46px no-repeat; }

/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#16547b;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	z-index:1;
	}

#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border:1px solid #10466a;
	border-top:none;
	}	

#nav li ul li a {
	width:100%;
	height:20px;	/* Height of each drop down nav item, should match above */
	line-height:20px;	 /* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#FFFFFF;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-03 ul a:hover, #nav-04 ul a:hover { 
	background-image:none;
	background-color:#2d799b;
	color:#FFFFFF;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-03 ul, #nav-03 li { width:260px;}		
#nav-04 ul, #nav-04 li { width:90px;}


/* ------------------------ END NAV ------------------------ */


.pdf{margin-top:-136px; margin-left:102px;}



/* FORM FIELD STYLES ###########################################*/



#form1 input{
width: 150px;
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;
}

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

#form1 label{
width: 160px;
}

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


#form1 br{
clear:left;
}

#form1 h1{
font-size: 14px;
color: #990000;
margin-bottom: 8px;
background-color: #EEEDED;
padding: 2px;
}

#form1 .checkbox{
float: left;
width: 15px;
}

/*Short form styles ######################### */

#shortform {
margin-top: 15px;
width:211px;
}


#shortform input{
width: 110px;
margin-bottom: 6px;
font-size:12px;
padding:1px 0px
}

#shortform .phone1 {
width: 25px !important;
}

#shortform .phone2 {
width: 32px !important;
}

#shortform .zip{
width:65px;
margin-bottom:10px;
}

#shortform .radio{
width: 12px;
margin-bottom: 0px;

}

#shortform textarea{
width: 200px;
height: 120px;
margin-bottom: 6px;
margin-top: 6px;
}

#shortform label{
width: 90px;
margin-bottom: 6px;
}

#shortform .label {
display: block;
width: 90px;
float: left;
margin-bottom:6px;
font-size:12px;

}

#shortform .wide_description {
display: block;
width: 180px;
float: left;
margin-top:6px;
font-size:14px;

}


#shortform br{
clear:left;
}

#shortform .checkbox{
float: left;
width: 15px;
}

#shortform .button {
margin-left: 85px;
width: 80px;
margin-top:10px;
}



/*           ##     */
.imgpad { margin-top:20px;}