/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
object {outline: none;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
a img {border:none;}
.hide {display:none;}
.flash-replaced .alt {display:none;}

/***************************************************************************** universal styles ***/
html {
  height: 100%;
  overflow-y:scroll;
}

body {
  font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
  background: #825117 url(../images/bg.png) repeat-x top left;
  color: #000;
  font-size: 77%;
  height: 100%;
  line-height:1.6em;
}

h1 {
  font-family:"Comic Sans MS", Papyrus, Arial, Webdings, sans-serif;
  font-size:240%;
  margin-bottom:6px;
  color:#092f56;
  line-height:1.3em;
}

h2 {
  font-family:"Comic Sans MS", Papyrus, Arial, Webdings, sans-serif;
  font-size:131%;
  color:#173d73;
  font-weight:bold;
  margin-bottom:15px;
}

h3 {
  font-family:"Comic Sans MS", Papyrus, Arial, Webdings, sans-serif;
  font-size:116%;
  color:#173d73;
  font-weight:bold;
  margin-bottom:5px;
}

h4 {
  font-family:"Comic Sans MS", Papyrus, Arial, Webdings, sans-serif;
  font-size:100%;
  color:#173d73;
  font-weight:bold;
}

a {
  color: #1c4176;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: underline;
  outline: none;
}

b {
  font-weight:bold;
}

i {
  font-style:italic;
}

address {
  font-style:normal;
}

/***************************************************************************** general layout styles ***/
#wrap {
	background-image: url(../images/hd-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#container {
	width:960px;
	margin:0 auto;
}

/*** header ***/
#hd {
	width:960px;
	height:398px;
	margin:0 auto;
	position:relative;
}

h1#logo {
  margin-bottom:0;
}

h1#logo a {
	width:349px;
	height:112px;
	display:block;
	text-indent:-9999px;
	background: url(../images/logo.png) no-repeat top left;
	position:absolute;
	top:49px;
	left:84px;
	z-index:3;
}

#slogan {
	width:235px;
	height:55px;
	text-indent:-9999px;
	background: url(../images/tagline.png) no-repeat top left;
	position:absolute;
	top:255px;
	left:88px;
}

#hd address {
	color:#fff;
	font-family:"Comic Sans MS", Papyrus, Arial, Webdings, sans-serif;
	position:absolute;
	top:320px;
	left:117px;
	text-align:center;
	text-shadow:1px 1px 1px #666;
}

#hd address span {
  font-size:131%;
}

#hd #drs {
	color:#46649f;
	position:absolute;
	top:75px;
	left:592px;
	font-size:123.1%;
	font-family:"Comic Sans MS", Papyrus, Arial, Webdings, sans-serif;
}

#hd #drs a {
  color:#46649f;
}

/*** body ***/
#bd {
	margin:0 auto;
	padding-top:37px;
	width:960px;
	position:relative;
}

#content {
	width:642px;
	float:right;
	position:relative;
	background:url(../images/content.png) repeat-y top left;
	min-height:389px;
	padding-bottom:20px;
	margin-right: 43px;
}

#content-top {
  position:absolute;
  top:0;
  left:0;
  width:642px;
  height:389px;
  background:url(../images/content-top.png) no-repeat top left;
  z-index:1;
}

#content-inside {
  position:relative;
  z-index:2;
	padding:20px 40px 0 40px;
}

#content ul, #content ol {
  margin-left:34px;
}

#content p, #content ul, #content ol {
  margin-bottom:20px;
}

/*** sidebar ***/
#sidebar {
	width:240px;
	height:405px;
	float:left;
	margin-left:20px;
	position:relative;
}

/*** footer ***/
#ft {
	width:100%;
	height:200px;
	clear:both;
	position:relative;
	background-color: #616C27;
	background-image: url(../images/ft-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#ft-wrap {
	background-image: url(../images/ft-content.png);
	background-repeat: no-repeat;
	background-position: center top;
}


#ft-content {
	width:920px;
	height:151px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}

#ft #ft-col-1 {
  width:390px;
  float:left;
}

#ft #ft-col-2 {
	width:280px;
	float:right;
	text-align:right;
	margin-top:65px;
	margin-right: 100px;
}

#ft p.text_nav {
  color:#fff;
}

#ft p.text_nav a {
  color:#fff;
}

#ft p.text_nav a:hover {
  color:#f4db99;
}

#ft #ada {
  margin-right:16px;
  margin-bottom: 10px;
}

a#sesame-link {
  color:#fff;
  text-decoration:underline;
}

a#sesame-link:hover {
  text-decoration:none;
}

/***************************************************************************** elements ***/
/*** main navigation ***/
#nav {
	margin-left:0px;
	top:0;
	left:30px;
	width:892px;
	height:37px;
	position:absolute;
	background: url(../images/nav.png) no-repeat top left;
}

#nav ul { list-style: none; width: 892px;position: absolute; z-index: 3;}
#nav li { float: left; }
#nav li a.head, #nav li a#meet-the-team, #nav li a#new-patients, 
#nav li a#enhance-your-smile, #nav li a#restore-your-smile, 
#nav li a#invisalign, #nav li a#general-dentistry, #nav li a#dentistry-for-kids, #nav li a#emergency-dental-care {
  display:block;
  position:relative;
  overflow: hidden; 
  text-indent: -9999px;
  cursor: pointer;
  height:37px;
}

#nav li a#meet-the-team {width:102px;}
#nav li a#new-patients {width:90px;}
#nav li a#emergency-dental-care {width:147px;}

#nav li a#enhance-your-smile {width:129px;}
#nav li a#restore-your-smile {width:125px;}
#nav li a#invisalign {width:69px;}
#nav li a#general-dentistry {width:113px;}
#nav li a#dentistry-for-kids {width:117px;}

/* Set the cursor to default arrow so link does not appear clickable */
#nav .active {cursor: default;}

#nav a#meet-the-team:hover, #nav li.sfhover a#meet-the-team,
#nav li.active a#meet-the-team, #nav a#meet-the-team:active, 
#nav a#meet-the-team:focus {background:url(../images/nav.png) no-repeat -0px -47px;}

#nav a#new-patients:hover, #nav li.sfhover a#new-patients,
#nav li.active a#new-patients, #nav a#new-patients:active, 
#nav a#new-patients:focus {background:url(../images/nav.png) no-repeat -102px -47px;}

#nav a#emergency-dental-care:hover, #nav li.sfhover a#emergency-dental-care,
#nav li.active a#emergency-dental-care, #nav a#emergency-dental-care:active, 
#nav a#emergency-dental-care:focus {background:url(../images/nav.png) no-repeat -192px -47px;}

#nav a#enhance-your-smile:hover, #nav li.sfhover a#enhance-your-smile,
#nav li.active a#enhance-your-smile, #nav a#enhance-your-smile:active, 
#nav a#enhance-your-smile:focus {background:url(../images/nav.png) no-repeat -339px -47px;}

#nav a#restore-your-smile:hover, #nav li.sfhover a#restore-your-smile,
#nav li.active a#restore-your-smile, #nav a#restore-your-smile:active, 
#nav a#restore-your-smile:focus {background:url(../images/nav.png) no-repeat -468px -47px;}

#nav a#invisalign:hover, #nav li.sfhover a#invisalign,
#nav li.active a#invisalign, #nav a#invisalign:active, 
#nav a#invisalign:focus {background:url(../images/nav.png) no-repeat -593px -47px;}

#nav a#general-dentistry:hover, #nav li.sfhover a#general-dentistry,
#nav li.active a#general-dentistry, #nav a#general-dentistry:active, 
#nav a#general-dentistry:focus {background:url(../images/nav.png) no-repeat -662px -47px;}

#nav a#dentistry-for-kids:hover, #nav li.sfhover a#dentistry-for-kids,
#nav li.active a#dentistry-for-kids, #nav a#dentistry-for-kids:active, 
#nav a#dentistry-for-kids:focus {background:url(../images/nav.png) no-repeat -775px -47px;}

/* subnav */
#nav ul li ul { 
  display: block; 
  left: -9999px; 
  list-style: none; 
  position: absolute; 
  z-index: 3; 
  width: 200px; 
  background:#fff url(../images/subnav-bg.png) repeat-x top left;
  border:0;
  padding:6px 0 8px 0;
  margin-left:0;
}

#nav ul li:hover ul, #nav ul li.sfhover ul { left: auto; }
#nav ul li ul li { float: none; }
#nav ul li ul li a { display:block; color: #42557c; font-size: 100%; font-weight: bold; height: 24px; line-height: 24px; padding-left: 15px; text-decoration: none; text-indent: 0; width: 185px; letter-spacing:0.03em; }

#nav ul li.restore-your-smile ul {width:170px;}
#nav ul li.restore-your-smile ul li a {width:155px;}

#nav ul li.dentistry-for-kids ul {width:210px;}
#nav ul li.dentistry-for-kids ul li a {width:195px;}

/* subnav rollover effects */
#nav ul li ul li a:hover, #nav ul li ul li.active a { 
  color:#fff; 
  background:url(../images/subnav-on.png) repeat-x top left;
}

/*** sub nav ***/
.sub_nav {
  color:#214578;
}

.sub_nav a {
  font-size:93%;
  color:#214578;
  font-weight:bold;
}

.sub_nav a:hover, .sub_nav a.active {
  color:#899abc;
}

/*** utility nav ***/
#utility-nav {
	position:absolute;
	top:0;
	margin-left:692px;
	background:url(../images/separator.png) no-repeat top right;
	padding:0 1px 0 0;
}

#utility-nav li {
  list-style-type:none;
  display:inline-block;
  background:url(../images/separator.png) no-repeat top left;
  height:36px;
  margin:0;
  padding:0;
  float:left;
}

#utility-nav li a {
  display:block;
  height:36px;
  line-height:36px;
  padding:0 20px;
  color:#fff;
  font-weight:bold;
  margin:0 1px;
}

#utility-nav li a:hover, #utility-nav li.active a {
  background:url(../images/utility-on.png) repeat-x top left;
  text-decoration:none;
}

#sidebar ul.callouts {
  width:100%;
  margin:15px 0;
}

#sidebar ul.callouts li {
  list-style-type:none;
}

#sidebar ul.callouts li a {
  margin-bottom:12px;
  display:block;
  text-indent:-9999px;
  position:absolute;
}

#sidebar ul.callouts li.patient-login a {
	background: url(../images/callouts/patient-login.png) no-repeat top left;
  width:210px;
  height:55px;
  top:83px;
}

#sidebar ul.callouts li.office-visits a {
	background: url(../images/callouts/new-patients.png) no-repeat top left;
  width:210px;
  height:55px;
  top:150px;
}

#sidebar ul.callouts li.appointment-request a {
	background: url(../images/callouts/consultation.png) no-repeat top left;
  width:210px;
  height:55px;
  top:150px;
}

#sidebar ul.callouts li.emergency-dental-care a {
	background: url(../images/callouts/er.png) no-repeat top left;
  width:210px;
  height:55px;
  top:16px;
}

#sidebar ul.callouts li.invisalign a {
	background: url(../images/callouts/invisalign.png) no-repeat top left;
  width:224px;
  height:54px;
  top:219px;
}

#sidebar ul.callouts li.zoom a {
	background: url(../images/callouts/zoom.png) no-repeat top left;
  width:221px;
  height:55px;
  top:277px;
} 

#sidebar ul.callouts li a:hover {
  border-top:2px solid transparent;
}

#sidebar #social {
  position:absolute;
  top:338px;
  left:13px;
}

#sidebar #social li {
  list-style-type:none;
  display:inline;
}

#sidebar #social li a {
  display:block;
  width:44px;
  height:44px;
  float:left;
  margin-right:2px;
  text-indent:-9999px;
}

#sidebar #social li a:hover {
  border-top:2px solid transparent;
}

#sidebar #social li a#fb {
	background: url(../images/social/facebook.png) no-repeat top left;
}

#sidebar #social li a#youtube {
	background: url(../images/social/you-tube.png) no-repeat top left;
}

#sidebar #social li a#blogger {
	background: url(../images/social/blogger.png) no-repeat top left;
}

#sidebar #social li a#twitter {
	background: url(../images/social/twitter.png) no-repeat top left;
} 

.hr-line {
  width:564px;
  height:4px;
	background: url(../images/line.png) no-repeat top left;
	margin:0 0 5px 0;
}

/* columns */
.col-wrapper {
  clear:both;
  width:100%;
  position: relative;
  overflow:hidden;
}

/* 2 columns */
.col-wrapper .col {
  float:left;
  width:45%;
  display:inline;
  margin-right:3%;
}

/* 3 columns */
.col-wrapper .col-th {
  float:left;
  width:30%;
  display:inline;
  margin-right:3%;
}

/***************************************************************************** page specific styles */
/*** homepage ***/
body.home .hr-line {
  margin-bottom:20px;
}

/*** homepage ***/
#slideshow-home {
	width: 395px;
	height: 247px;
	position:absolute;
	top:151px;
	right: 72px;
	display: block;
}

/*** office tour ***/
#slideshow-container ul.slideshow {
	list-style: none; 
	width: 470px; 
	height: 313px;
	margin: 0; 
	padding: 0;
	}
#slideshow-container {
	background: #caa770;
	border: solid 1px #f5c35e;
	-moz-border-radius: 5px; /* Optional - you may customize or remove */
	-webkit-border-radius: 5px; /* Optional - you may customize or remove */
	width: 470px; 
	padding: 10px;
	line-height: 18px;
	}
#slideshow-container div#caption {
	min-height: 18px;
	clear: both;
	background-color: #fff; /* Customize me */
	color: #333; /* Customize me */
	padding: 10px;
	margin: 10px 0 0 0;
	border: solid 1px #f5c35e; /* Customize me */
	-moz-border-radius: 5px; /* Optional - you may customize or remove */
	-webkit-border-radius: 5px;
	}
#slideshow-container ul.slideshow img {
	width: 470px; 
	height: 313px;
	margin: 0;
	}
.office-tour-nav {
	background-color: #fff; /* Customize me */
	margin: 0 0 10px 0;
	padding: 5px 3px;
	border: solid 1px #f5c35e; /* Customize me */
	-moz-border-radius: 5px 5px 0 0; /* Optional - you may customize or remove */
	-webkit-border-top-left-radius: 5px; /* Optional - you may customize or remove */
	-webkit-border-top-right-radius: 5px; /* Optional - you may customize or remove */
	}
.office-tour-nav a {
	text-decoration: none; 
	font-size: 12px; 
	padding: 5px; 
	margin: 0 3px; 
	color: #214578;}
.office-tour-nav a.activeSlide, .office-tour-nav a:hover {color: #899abc;}

/* jQuery Cycle Before and After */
#before-after-container {
	width: 488px;
	line-height: 18px;
	margin: 0 0 18px 0;
	padding: 10px 0 10px 10px;
	background: #caa770;
	border: solid 1px #f5c35e;
	-moz-border-radius: 5px; /* Optional - you may customize or remove */
	-webkit-border-radius: 5px; /* Optional - you may customize or remove */
	}
#before-after-container ul.slideshow {
	list-style: none; 
	margin: 0; 
	padding: 0;
	width: 488px;
	height: 182px;
	overflow: hidden;
	}
ul#before-after-cycle li img {
	width: 232px;
	float: left;
	margin-right: 10px;
	border: solid 1px #f5c35e; /* Customize me */
	}
#before-after-container p {
	float: left;
	width: 50%;
	margin: 0 0 10px 0;
	}
#before-after-container div.cycle-detail {
	min-height: 55px; /* Increase this number to accomodate longer or shorter description text and to prevent "bumping" of lower content */
	clear: both;
	background-color: #fff; /* Customize me */
	padding: 10px;
	margin: 0 10px 0 0;
	border: solid 1px #f5c35e; /* Customize me */
	-moz-border-radius: 5px; /* Optional - you may customize or remove */
	-webkit-border-radius: 5px; /* Optional - you may customize or remove */
	}
#before-after-container .before-after-nav {
	background: #fff; /* Customize me */
	margin: 0 10px 10px 0;
	padding: 5px 3px;
	border: solid 1px #f5c35e; /* Customize me */
	-moz-border-radius: 5px 5px 0 0; /* Optional - you may customize or remove */
	-webkit-border-top-left-radius: 5px; /* Optional - you may customize or remove */
	-webkit-border-top-right-radius: 5px; /* Optional - you may customize or remove */
	}
#before-after-container .before-after-nav a {
	text-decoration: none; 
	font-size: 12px; 
	padding: 5px; 
	margin: 0 3px; 
	outline: none;
	color: #214578; /* Customize me */
	}
#before-after-container .before-after-nav a.activeSlide, #before-after-container .before-after-nav a:hover {color: #899abc;} /* Customize me */

/*** cosmetic dentistry ***/
#rate-smile {
  float:right;
  padding:15px;
  border:1px solid #f5c35e;
  background:#f6dfa0;
  margin:0 0 15px 15px;
  font-weight:bold;
}

/*** teeth for life ***/
/* brushing and flossing */
#content ul#toggle-links, #content ul#toggle-links li,
#content #brushing-instructions ul, 
#content #flossing-instructions ul,
#content #brushing-instructions ul li, 
#content #flossing-instructions ul li {
  list-style-image:none;
  list-style:none;
  margin-left:0;
}

.logos {
  margin:30px 0 0 0;
}

.logos a {
  display:block;
  float:left;
  margin-right:10px;
}

.logos a img {
	border: solid 1px #f5c35e;
}

.map iframe {
  border: solid 1px #c89631;
}

/*** site map, 404, 500 ***/
body.site-map #content ul,
body.page-not-found #content ul,
body.internal-server-error #content ul {
  line-height:1.4em;
  margin-left:0;
  font-weight:bold;
  letter-spacing:0.02em;
}

body.site-map #content ul li a,
body.page-not-found #content ul li a,
body.internal-server-error #content ul li a {
  display:block;
  color:#1c4176;
}

body.site-map #content ul li,
body.page-not-found #content ul li,
body.internal-server-error #content ul li {
  list-style-type:none;
  list-style-image:none;
}

body.site-map #content ul li ul,
body.page-not-found #content ul li ul,
body.internal-server-error #content ul li ul {
  margin-left:30px;
  text-transform:none;
}

body.site-map #content ul li ul li,
body.page-not-found #content ul li ul li,
body.internal-server-error #content ul li ul li {
  list-style-image:url(../images/bullet.png);
}

body.site-map #content ul li ul li a,
body.page-not-found #content ul li ul li a,
body.internal-server-error #content ul li ul li a {
  margin-bottom:0;
  display:block;
  font-weight:normal;
  color:#1c4176;
}

/*** photos ***/
.inset {
/*  width: 395px;
  height: 247px;
  position:absolute;
  top:151px;
  margin-left:646px;
  background-repeat:no-repeat;
  background-position:bottom right;*/
  	width: 395px;
	height: 247px;
	position:absolute;
	top:151px;
	right: 72px;
	display: block;
background-repeat:no-repeat;
  background-position:bottom right;
}

body.meet-dr-damon-l-bond h1.headline {position:absolute;top:-160px;left:280px;}
body.meet-dr-john-d-peacock h1.headline {position:absolute;top:-160px;left:260px;}
body.meet-the-staff h1.headline {position:absolute;top:-160px;left:400px;}

body.office-visits .inset {background-image: url(../images/pics/pic1.png);}
body.financial-info .inset {background-image: url(../images/pics/pic2.png);}
body.office-tour .inset {background-image: url(../images/pics/pic3.png);}
body.treatment-options .inset {background-image: url(../images/pics/pic4.png);}
body.patient-forms .inset {background-image: url(../images/pics/pic5.png);}
body.privacy-policy .inset {background-image: url(../images/pics/pic6.png);}
body.faqs .inset {background-image: url(../images/pics/pic7.png);}
body.before-and-after-gallery .inset {background-image: url(../images/pics/pic8.png);}
body.testimonials .inset {background-image: url(../images/pics/pic9.png);}

body.cosmetic-dentistry .inset {background-image: url(../images/pics/pic10.png);}
body.lumineers .inset {background-image: url(../images/pics/pic11.png);}
body.veneers .inset {background-image: url(../images/pics/pic12.png);}
body.zoom .inset {background-image: url(../images/pics/pic1.png);}
body.teeth-whitening .inset {background-image: url(../images/pics/pic8.png);}

body.bonding .inset {background-image: url(../images/pics/pic3.png);}
body.crowns .inset {background-image: url(../images/pics/pic4.png);}
body.bridges .inset {background-image: url(../images/pics/pic5.png);}
body.implants .inset {background-image: url(../images/pics/pic6.png);}
body.dentures .inset {background-image: url(../images/pics/pic7.png);}

body.invisalign .inset {background-image: url(../images/pics/pic8.png);}

body.teeth-for-life .inset {background-image: url(../images/pics/pic9.png);}
body.sealants .inset {background-image: url(../images/pics/pic10.png);}
body.fillings .inset {background-image: url(../images/pics/pic11.png);}
body.sedation-dentistry .inset {background-image: url(../images/pics/pic12.png);}
body.gum-disease .inset {background-image: url(../images/pics/pic5.png);}
body.extractions .inset {background-image: url(../images/pics/pic6.png);}
body.root-canals .inset {background-image: url(../images/pics/pic7.png);}

body.pediatric-dentistry .inset {background-image: url(../images/pics/pic2.png);}
body.pediatric-dental-emergencies .inset {background-image: url(../images/pics/pic9.png);}

body.office-location .inset {background-image: url(../images/pics/pic10.png);}
body.appointment-request .inset {background-image: url(../images/pics/pic11.png);}
body.comment-form .inset {background-image: url(../images/pics/pic12.png);}
body.refer-a-friend .inset {background-image: url(../images/pics/pic1.png);}

body.emergency-dental-care .inset{background-image: url(../images/pics/pic2.png);}

body.site-map .inset {background-image: url(../images/pics/pic2.png);}
body.page-not-found .inset {background-image: url(../images/pics/pic3.png);}
body.internal-server-error .inset {background-image: url(../images/pics/pic4.png);}

/* SESAME CSS */
img.right {
	margin: 0 0 15px 15px;
	float: right;
	clear: right;
	}
img.left {
	margin: 0 15px 15px 0;
	float: left;
	clear: left;
	}
img.left-border {
	float: left;
	clear: left;
	margin: 5px 15px 15px 0;
	border: solid 1px #e5b351; /* Customize me! */
	}
img.right-border {
	float: right;
	clear: right;
	margin: 5px 0 15px 15px;
	border: solid 1px #e5b351; /* Customize me! */
	}
p.flash_notice {
	margin: 18px;
	padding: 9px;
	color: #ff0000;
	border: 1px dotted #ff0000;
	background: #ffffff;
	text-align: center;
	}
.clear {clear: both;}
/* This styled div acts as the hr for most browsers */
div.hr {
	height: 0px;
	background-color: #eee; /* Customize me! */
	border: solid 1px #eee; /* Customize me! */
	border-width: 1px 0 0 0; /* Customize me! */
	margin: 20px 0;
	padding: 0;
	clear: both;
	}
/* This is the backup for screen readers */
hr {
	display: none;
	height: 0px;
	background-color: #eee;
	border: solid 1px #eee;
	border-width: 1px 0 0 0;
	clear: both;
	}
/* Clear Fix */
.clear {clear: both;}
.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.cf {display: inline-block;} /*this trips hasLayout for ie7*/
.cf {display: block;} /*this returns it back to normal*/
* html .cf {height: 1px;}






















/* anatomy of a tooth */
#anatomy-of-a-tooth {background: url(http://media.sesamehost.com/images/anatomy-of-a-tooth/anatomy-of-a-tooth-bg.gif); height: 525px; position: relative; width: 300px}
#anatomy-of-a-tooth a {cursor: help; display: block; position: absolute}
#anatomy-of-a-tooth a:hover {background: transparent}
a#bone {height: 20px; left: 30px; top: 380px; width: 40px}
a#cementum {height: 20px; left: 100px; top: 460px; width: 90px}
a#dentin {height: 20px; left: 80px; top: 165px; width: 60px}
a#enamel {height: 20px; left: 165px; top: 135px; width: 60px}
a#gingiva {height: 30px; left: 20px; top: 275px; width: 60px}
a#periodontal {height: 30px; left: 205px; top: 440px; width: 70px}
a#pulp {height: 30px; left: 125px; top: 220px; width: 50px}
a#print {cursor: pointer; height: 23px; left: 240px; top: 502px; width: 60px}
#bd #anatomy-of-a-tooth a img {border: none; display: block; height: 0; position: absolute; width: 0; margin:0; padding:0;}
#bd #anatomy-of-a-tooth a:hover img {height: 98px; width: 300px}
a#bone:hover img {left: -30px; top: -380px}
a#cementum:hover img {left: -100px; top: -460px}
a#dentin:hover img {left: -80px; top: -165px}
a#enamel:hover img {left: -165px; top: -135px}
a#gingiva:hover img {left: -20px; top: -275px}
a#periodontal:hover img {left: -205px; top: -440px}
a#pulp:hover img {left: -125px; top: -220px}



/*-----------------------------------------------
	Forms
	*/
	/* Global form styles */
	div.referral-form, div.appointment-form, div.comments {
		width: 100%;
		margin-top: 18px;
		letter-spacing: normal;
	}

	fieldset {border: 0; padding: 9px 0;margin: 0 18px;}
		fieldset h2 {margin: 0 0 9px;}
		fieldset p {margin: 0 0 18px;}
		fieldset p.disclaimer {font-size: 90%; font-style: italic; margin: 0;}
		fieldset dl {}
			fieldset dl dt {font-size: 16px; clear: both; margin: 9px 0 0;}
				fieldset dd ul {margin: 9px 0;}
					fieldset dd ul li, fieldset dd ol li {list-style: none;}
					fieldset dd li {
						clear: both;
						margin: 3px 0;
						padding: 5px 0 4px 10%;
						overflow: auto;
						height: auto;
						position: relative;
						}
					fieldset dd li:hover {background: #c7994b;/* customize me - this is the hover color change of li */}
					fieldset dd li input:hover, fieldset dd li input:focus,
					 fieldset dd li select:hover, fieldset dd li select:focus,
					 fieldset dd li textarea:hover, fieldset dd li textarea:focus {
					 	background: #f1f1f1;/* customize me - this is the hover color change of form fields*/
					 	outline-color: #537197;/* customize me */
					 	}
						fieldset li h3 {font-size: 12px; line-height: 18px; margin: 0;}
						fieldset li div {float: left; display: inline-block; width: 40%; position: relative; padding-right: 5%;}
						fieldset li div.input-street {width: 85%;}
						fieldset li div.input-city {width: 60%;}
						fieldset li div.input-full-name {width: 85%;}
						fieldset li div.input-phone-full {width: 85%;}
						fieldset li div.input-email {width: 85%;}
						fieldset li div.input-zip {width: 20%;}
						fieldset li div.content-switch, fieldset li div.radio, fieldset li div.checkbox {width: 85%;}
							fieldset li div.radio input {border: none;}
							fieldset li div.radio label {padding-right: 9px; font-size: 90%;}
						/*fieldset li div.hidden-content, fieldset li.hidden-content {display: none;}*/
						fieldset li div.input-select-full {width: 85%;}
						fieldset li div.input-comments {width: 85%;}
							li div.input-comments textarea {height: 63px; overflow: auto;}
						fieldset li div.input-captcha {width: 50%;}
						fieldset li div.verification {width: 35%;}
							li div.verification img {
								border: 1px solid;
								margin-top: 9px;
								-moz-border-radius: 4px; /*for Moz, optional*/
								-webkit-border-radius: 4px; /*for Webkit Browsers, optional*/
								}
							fieldset li div label {
								line-height: 18px;
								font-weight: bold;
								margin-bottom: 9px;
								font-size: 80%;
								color: #537197;/*override to match site*/
								}
							fieldset li div input, fieldset li div textarea, fieldset li div select {
								display: block;
								line-height: 18px;
								width: 100%;
								border: 1px solid;
								padding: 4px 0 3px;
								text-indent: 4px;
								margin-top: 9px;
								-moz-border-radius: 4px; /*for Moz, optional*/
								-webkit-border-radius: 4px; /*for Webkit Browsers, optional*/
								}
							fieldset li div select {height: 25px;}
							fieldset li div.radio input {display: inline; width: auto; margin-right: 4px;}
							fieldset li div div {width: 100%;}
						fieldset dl dd.form-footer button {/*these styles control the look of the button, change as necessary*/
							clear:both;/*do not change, forces button to sit below floated elements*/
							display: block;
							width: 125px;
							height: 34px;
							text-align: center;
							margin: 0;
							background:#6e4511;/* customize me! */
							border: 1px solid #825117;
							line-height: 34px;
							color:#fff;/* customize me! */
							font-size:12px;
							font-weight:bold;
							-moz-border-radius: 4px; /*for Moz, optional*/
							-webkit-border-radius: 4px; /*for Webkit Browsers, optional*/
							}


	/* appointment form
	* Styles only for the appointment request form
	*/


	/* comment form
	* Styles only for the comments form
	*/
	/*numbering added by jQuery*/
	fieldset ol li span.comment-number {
		font-size: 150%;
		color: #537197;/* customize me*/
		position: absolute;
		left: 9px;
		top: 9px;
	}


	/* referral form
	* Styles only for the referral form
	*/
	.referral-form fieldset li div.radio {width: 40%;}

	/* JQuery */
	input.error, select.error, textarea.error {border-color: #a52003; background: #fefda1;}
	div.error {
		background: url(../images/validate_error.gif) 0 0 no-repeat;
		color: #a52003;
		width: 18px;
		height: 18px;
		position: absolute;
		top: 0;
		right: 0;
		overflow: hidden;
		display: block;
		margin: 12px -2% 0 0;
		text-indent: -999em;}
	div.success {
		background: url(../images/validate_ok.gif) 0 0 no-repeat;
		width: 18px;
		height: 18px;
		position: absolute;
		top: 0;
		right: 0;
		overflow: hidden;
		display: block;
		margin: 12px -2% 0 0;
		text-indent: -999em;}

	.contact-form div.error, .contact-form div.success {margin-left: 0;}
