body {
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	}
h1, h2, h3, h4, h5, h6 /* all headings */ {
	font-weight: normal;
	font-family: Arial, sans-serif;
	color: white;
	text-shadow: 0 0 5px rgba(0,0,0,.5);
	}
h6 {
	font-size: 13px;
	line-height: 24px;
	}
a.email,
a.email:hover {
	color: white !important; /*  */
	cursor: text;
	font-size: 15px !important;
	text-decoration: none !important;
	}
.list_heading,	
.strong,
strong {
	font-size: larger;
	color: white;
	text-shadow: 0 0 5px rgba(0,0,0,.5);
	}
.highlight {
	font-weight: bold;
	color: #4A6770; /* dark gray blue */
	}
.list_heading {
	padding-top: 20px;
	color: white;
	text-shadow: 0 0 5px rgba(0,0,0,.5);
	}
.hr {
	height: 1px;
	display: block;
	overflow: auto;
	background-color: #ccc;
	margin: 10px 0 20px 0;
	}


/* OUTER */
div.outer {
	overflow: hidden;
	min-width: 960px; /* CAUSES SCROLLBAR WHEN SCREEN IS TOO SMALL */
	}


/* ALL */
div.all {
	margin: 0 auto;
	width: 960px;
	}


/* INNER */
div.inner {
	position: relative;
	margin: 0 -472px 0 -472px; /* WIDTH OF BACKGROUND IMAGE - WIDTH OF CONTENT / 2 */
	}
img.background_image {
	position: absolute; top: 0; left: 0;
	z-index: 0;
	}
div.lower {
	position: relative;	z-index: 1;
	margin: 0 472px 0 472px; /* SAME AS INNER MARGIN BUT POSITIVE */
	width: 960px;
	min-height: 752px; /* HEIGHT OF BACKGROUND IMAGE */
	padding: 0px;
	}
	
	
/* NAVIGATION */
nav {
	position: relative;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	}
div.left_bar {
	margin-left: -100%;
	}
div.right_bar {
	margin-right: 100%;
	}
.left_bar,
.right_bar {
	position: absolute; top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(31,74,126,.8);
	-pie-background:  rgba(31,74,126,.8);
	behavior: url("Scripts/PIE.htc");
	}
nav ul {
	position: fixed; z-index: 2;
	}
nav li {
	display: table-cell;
	text-indent: 0;
	padding: 0;
	}
nav a {
	display: block;
	padding: 40px 10px 12px 10px;
	font-size: 14px;
	font-family: Arial, sans-serif;
	text-align: center;
	line-height: 1;
	color: #efefef;
	background-color: rgba(31,74,126,.8);
	-pie-background:  rgba(31,74,126,.8);
	behavior: url("Scripts/PIE.htc");
	}
nav li:nth-child(2) a {
	margin-left: -1px;
	}
nav a:hover {
	color: white;
	/*background: transparent;
	-pie-background: transparent;
	behavior: url("Scripts/PIE.htc");*/
	}

	

/* BANNER */
div.banner {
	position: relative;
	margin-bottom: 12px;
	height: 229px;
	padding-top: 66px;
	}
.banner > * {
	position: relative; z-index: 1;
	}
.animation {
	position: absolute; top: 0; z-index: 0;
	}
.banner a {
	color: white;
	}
.banner h2 {
	margin: 0 0 15px 30px;
	color: white;
	font-size: 44px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-shadow: 0 0 10px rgba(0,0,0,.8);
	}
ul.contact_info {
	position: absolute; top: 181px; right: 45px;
	padding-top: 5px;
	font-size: 17px;
	text-align: center;
	text-shadow: 0 0 10px rgba(0,0,0,.9);
	color: white;
	}
.contact_info li {
	line-height: 1.2;
	}
.contact_info li:nth-child(2) {
	font-size: 25px;
	line-height: 1.4;
	}
.contact_info img {
	position: relative; top: -3px;
	height: 22px;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.7);
	        box-shadow: 0 0 5px rgba(0,0,0,.7);
	border-radius: 3px;
	behavior: url("Scripts/PIE.htc");
	}
.contact_info a + a img {
	margin-left: -2px;
	}
.contact_info img:hover {
	top: -2px;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.7);
	        box-shadow: 0 0 3px rgba(0,0,0,.7);
	behavior: url("Scripts/PIE.htc");
	}
.contact_info img:active {
	top: -1px;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.7);
	        box-shadow: 0 0 1px rgba(0,0,0,.7);
	behavior: url("Scripts/PIE.htc");
	}
div.nav_box {
	margin-top: 25px;
	margin-left: 15px;
	width: 265px;
	height: 140px;
	padding: 20px 30px;
	background-color: rgba(255,255,255,.35);
	-pie-background:  rgba(255,255,255,.35);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.4);
	        box-shadow: 0 0 20px rgba(0,0,0,.4);
	behavior: url("Scripts/PIE.htc");
	}
.nav_box h4 {
	color: #0a4f8d; /* darker gray blue */
	font-family: "Times New Roman", Times, serif;
	font-size:20px;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 0 0 7px rgba(0,0,0,.9);
	}
.nav_box h5 {
	color: #354D5C; /* darker gray blue */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-shadow: 0 0 7px rgba(0,0,0,.9);
	font-size:15px;
	line-height: 18px;
	}
.nav_box .hr {
	margin: 10px -30px;
	height: 1px;
	border-radius: 0;
	background-color: rgba(53,77,92,.5);
	-pie-background:  rgba(53,77,92,.5);
	behavior: url("Scripts/PIE.htc");
	}
.nav_box li,
.nav_box a {
	line-height: 24px;
	font-size:18px;
	font-weight:bold
	}
.nav_box a {
	text-shadow: 0 0 5px rgba(0,0,0,.5);
	font-family: Arial, sans-serif;
	color: #FFF; /* darker gray blue */
	}
.nav_box a:hover {
	color: #354D5C;
	}


/* CONTENT */
div.outer_content {
	margin-top: -2px;
	padding: 1px 12px 12px 12px;
	background-color: white;
	border: solid #ccc;
	border-width: 0 2px 2px 2px;
	}
.outer_content .content {
	min-height: 200px;
	padding: 20px 30px;
	color: white;
	background-color: #718896; /* gray blue */
	}
	

	
	
.outer_content .content h3:first-of-type,
#hours_and_location h3 {
	font-weight: normal;
	font-size: 19px;
	text-shadow: 0 0 5px rgba(0,0,0,.8);
	}
h3 span {
	font-size: 16px;
	color: #DBEFFB; /* light blue */
	text-shadow: 0 0 3px rgba(0,0,0,.5);
	}
h6 + p {
	margin: 0;
	}
.content p,
.content a,
.content li,
.content td {
	font-size: 15px;
	font-family: Arial, sans-serif;
	line-height: 20px;
	}
.content a {
	color: white;
	text-decoration: underline;
	}
.content a:hover {
	text-decoration: none;
	}
div.right_image {
	float: right;
	margin: 0 0 30px 60px;
	border: 10px solid rgba(255,255,255,.5);
	behavior: url("Scripts/PIE.htc");
	}
.right_image img {
	width: 225px;
	}
.right_image + h3 { /* consistency in placement of headings between pages with right_image and w/out */
	margin-top: 0;
	}
.content p {
	color: #e2edf4; /* gray */
    }
/* FOOTER */
div.footer {
	margin-top: 20px;
	font-family: Arial, sans-serif;
	}
.footer ul {
	padding-top: 2px;
	text-align: center;
	padding: 0;
	white-space: nowrap;
	}
.footer li {
	padding: 0;
	}
.footer li,
.footer a {
	color: #99988A; /* warm light gray */
	}
.footer li:nth-child(even) { /* color of the dividers */
	color: ;
	}
.footer li + li {
	padding-left: 3px;
	}	
.footer li a {
	color: inherit;
	}
.footer li a:hover {
	color: ;
	}
.footer li:last-child > a { /* refers to the "created by DENTAL BRANDING" link */
	}
.footer li > a:hover {
	color: ;
	}




/* INDIVIDUAL PAGE ADJUSTMENTS */
#home .content {
	min-height: 0;
	padding: 0 25px;
	color: #665b55; /* gray */
	}
#home .content p,
#home .content a {
	font-size: 14px;
	line-height: 22px;
	color: #665b55; /* gray */
	}
#home .left a {
	color: #665b55; /* gray */
	}
#home .content h6 {
	font-weight: bold;
	color: #4A6770; /* dark gray blue */
	text-shadow: none;
	}
#home .banner {
	margin-bottom: 130px;
	height: 160px; /* 480px */
	padding-top: 383px;
	}
#home div.footer {
	padding-top: 20px;
	border: solid #ccc;
	border-width: 2px 0 0 0;
	}
div.circle {
	position: absolute; top: 80px; left: 20px;
	width: 200px;
	height: 200px;
	padding: 5px;
	text-align: center;
	font-family: Arial, sans-serif;
	font-style: italic;
	font-size: 13px;
	line-height: 23px;
	color: white;
	background-color: rgba(67,78,78,.7);
	-pie-background:  rgba(67,78,78,.7);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.9);
	        box-shadow: 0 0 15px rgba(0,0,0,.9);
	border-radius: 108px;
	behavior: url("Scripts/PIE.htc");
	}
.inner_ring {
	width: 198px;
	height: 198px; /* 198px */
	overflow: hidden;
	border: 1px solid #718896; /* gray blue */
	border-radius: 99px;
	behavior: url("Scripts/PIE.htc");
	}
.inner_ring div {
	padding-top: 25px;
	height: 120px; /* 110px */
	}
.left_stencil,
.right_stencil {
	float: left;
	position: relative;
	width: 40px;
	height: 14px;
	display: block;
	}
.right_stencil {
	float: right;
	}
.circle p {
	margin-top: 0;
	padding: 0 10px;
	}
.circle a {
	margin-right: -1em;
	height: 100%;
	padding: 10px 0;
	display: block;
	color: white;
	background-color: #718896; /* gray blue */
	text-align: center;
	font-style: normal;
	font-size: 13px;
	}
.circle a:hover {
	text-shadow: 0 0 3px rgba(255,255,255,.5);
	}
.happy_patient {
	margin-bottom: 10px;
	font-style: normal;
	}
div.callout_group {
	margin: 0 auto;
	height: 142px; /* 166px */
	padding: 11px 12px 12px 12px;
	background-image: url("images/callout_menu.png");
	background-repeat: no-repeat;
	font-size: 14px;
	font-family: Arial, sans-serif;
	text-shadow: 0 0 5px rgba(0,0,0,.3);
	}
div.callout {
	float: left;
	}
.callout div {
	margin: 3px 0 0 1px;
	height: 81px; /* 99px */
	padding: 8px 8px 10px 15px;
	overflow: hidden;
	}
.callout li {
	list-style-type: disc;
	color: #DBEFFB; /* light blue */
	}
.callout ul {
	margin-left: -5px;
	}
.callout ul,
.callout a {
	line-height: 1.5;
	}
.callout li a {
	font-weight: normal;
	color: #DBEFFB; /* light blue */
	}
.callout p {
	margin: 0;
	line-height: 25px;
	color: #DBEFFB; /* light blue */
	}
.callout a {
	color: white;
	font-weight: bold;
	}
.callout img {
	margin: -8px -8px -10px 5px;
	float: right;
	}
.callout:nth-child(1) {
	width: 267px;
	}
.callout:nth-child(2) {
	margin-left: 9px;
	width: 464px;
	}
.callout:nth-child(3) {
	margin-left: 9px;
	width: 186px;
	}
.callout:nth-child(1) div {
	padding-left: 12px;
	}
.callout_group h4 {
	padding: 12px 6px 8px 20px;
	text-shadow: 0 0 5px rgba(0,0,0,.4);
	}
.callout_group h4 a {
	color: white;
	line-height: 1.1;
	font-weight: normal;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	}
div.left {
	float: none;
	width: 235px;
	display: table-cell;
	padding-right: 15px;
	}
div.right {
	float: none;
	display: table-cell;
	padding-left: 30px;
	padding-bottom: 5px;
	border: solid #ccc;
	border-width: 0 0 0 2px;
	}


div.test_box {
	position: absolute;
	float: right;
	margin: -135px 0 0 627px;
	width: 240px;
	height: 97px;
	padding: 10px 20px;
	background-color: rgba(255,255,255,.40);
	-pie-background:  rgba(255,255,255,.40);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.4);
	        box-shadow: 0 0 20px rgba(0,0,0,.4);
	border: 0px solid;
    border-radius: 10px;
	behavior: url("Scripts/PIE.htc");
	}
.test_box h4 {
	color: #fff; /* white */
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 0 0 7px rgba(0,0,0,.9);
	}
.test_box h5 {
	color: #354D5C; /* darker gray blue */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-shadow: 0 0 7px rgba(0,0,0,.9);
	font-size:15px;
	line-height: 14px;
	}
.test_box .hr {
	margin: 5px -5px;
	height: 1px;
	border-radius: 0;
	background-color: rgba(53,77,92,.5);
	-pie-background:  rgba(53,77,92,.5);
	behavior: url("Scripts/PIE.htc");
	}
.test_box p {
	margin-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	color: #354D5C;
	line-height: 17px;
	font-size:15px;
	}
.test_box li,
.test_box a {
	line-height: 10px;
	font-size:14px;
	font-weight:bold
	}
.test_box a {
	text-shadow: 0 0 5px rgba(0,0,0,.5);
	font-family: Arial, sans-serif;
	color: #FFF; /* darker gray blue */
	}
.test_box a:hover {
	color: #354D5C;
	}


/* MEET THE DOCTOR */
.staff_image {
	margin: 0 0 30px 30px;
	float: right;
	border: 10px solid rgba(255,255,255,.5);
	behavior: url("Scripts/PIE.htc");
	}


/* OFFICE TOUR, SMILE GALLERY */
table.tour {
	border-collapse: separate;
	border-spacing: 10px 5px;
	margin: 20px auto;
	}
.tour td {
	border: 2px solid rgba(0,0,0,.2);
	padding: ;
	empty-cells: hide;
	}
/* PRETTY PHOTO */
div.ppt { /* the wording at the top that comes from the img alt text */
	font-size: 30px;
	}
p.pp_description { /* the wording in the box under the image that comes from the a title */
	padding-top: 8px;
	font-size: 14px !important;
	font-family: Arial, sans-serif;
	}
#tour div.facebook,
#gallery div.facebook,
#tour div.twitter,
#gallery div.twitter {
	display: none;
	}


/* TESTIMONIALS */

#testimonials .content {
	color: #444;
	}
#testimonials .content a {
	color: #444;
	}
.test_text a {
	color:#444;
	
	}
div.testimonial {
	margin-top: 20px;
	overflow: auto;
	line-height: 26px;
	text-align: justify;
	background-color: rgba(255,255,255,.2);
	-pie-background:  rgba(255,255,255,.2);
	padding: 25px 30px 20px 30px;
	border-radius: 4px;
	border: thin solid rgba(0,0,0,.1);
	behavior: url("Scripts/PIE.htc");
	}	
 .testimonial a {
	color: #665b55; /* gray */
	}
.quotes {
	position: relative; top: 18px;
	float: left;
	margin-right: 5px;
	display: block;
	font-family: serif; 
	font-size: 80px; 
	color: ; /*  */
	}
	
#review-widget-container li {
	text-indent: 0px;
	}
.outer_content .content2 {
	min-height: 200px;
	padding: 20px 30px;
	color: white;
	background-color: #718896; /* gray blue */
	}
	
	
	
/* TESTIMONIALS DEMAND FORCE */
#testimonials .content {
	min-height: ;
	}
.d3cp_feature_wrap {
	background: none;
}
#D3cpWidget {
	margin: 40px auto 0 auto;
	padding: 15px;
	border-radius: 15px;
	background-color: white;
	background-image: url(http://www.demandforce.com/widget/css/images/d3cp_featured_bg.png);
	background-repeat: repeat-x;
	behavior: url("Scripts/PIE.htc");
	}

/* SERVICES */
#video_descriptions h3 {
	margin: 5px 0 20px 0;
	font-size: 15px;
	text-align: center;
	text-shadow: none;
	}
#video_descriptions div a {
	float: left;
	display: block;
	}
#video_descriptions img {
	width: 150px;
	}
#video_descriptions div a + a {
	margin-left: 20px;
	}
#services .left_column {
	float: left;
	}
#services .left_column + .left_column {
	margin-left: 60px;
	}
#services .content {
	min-height:;
	}	
#services .content ul {
	margin-left: 2px;
	}	
#services .content li {
	list-style-type: circle;
	}
#services h5 a {
	font-size: 12px;
	font-weight: normal;
	}
#services h5 + h3 {
	margin-top: -0px;
	}


/* APPOINTMENT REQUEST, REFER OUR OFFICE */
div.appointment_form,
div.refer_form {
	margin-top: 10px;
	width: 382px;
	padding: 30px 0 10px 0;
	border: thin solid #ccc;
	}	
.appointment_form td,
.refer_form td {
	padding: 10px 0 0 35px;
	}	
.appointment_form td + td,
.refer_form td + td {
	padding-left: 20px;
	padding-right: 35px;
	}
.appointment_form h5,
.refer_form h5 {
	margin-bottom: 2px;
	}
.appointment_form h5,
.refer_form h5 {
	margin-bottom: 2px;
	}
.appointment_form input,
.refer_form input {
	width: 140px;
	}
input[name="clear"] {
	width: auto;
	}
input[name="send"] {
	width: auto;
	}
.appointment_form textarea,
.refer_form textarea {
	width: 145px;
	height: 50px;
	}	
textarea[name="symptoms"],
textarea[name="notes"] {
	width: 310px;
	height: 70px;
	}
.red_text {
	color: yellow;
	}


/* PATIENT RESOURCES */
#patient_resources .content p + ul,
#patient_resources .content p + ol {
	margin-top: 10px;
	}
#patient_resources .content p + a {
	display: block;
	margin-top: 10px;
	}


/* FAQ */
#faq select {
	margin: 20px 0;
	}
#faq h5 {
	font-weight: bold;
	}


/* PAYMENT */
div.credit_logos {
	}
#payment div.center {
	display: table;
	margin: 20px auto;
	}


/* HOURS AND LOCATION */
#hours_and_location .content {
	min-height:; /* so the content doesn't run out onto the background when the page loads slowly */
	}
table.address {
	margin: 15px 0 5px 0;
	}
table.address td {
	color: #DBEFFB; /* light blue */
	line-height: 20px;
	font-family: Arial, sans-serif;
	font-size: 16px;
	}
table.address td + td {
	padding-left: 40px;
	}
#hours_and_location .content .hr {
	margin: 20px 0;
	}
.hours {
	caption-side: bottom;
	}
.hours caption {
	padding-top: 10px;
	font-size: 10px;
	line-height: 14px;
	text-align: left;
	}
.hours td {
	padding: 5px 20px 4px 10px;
	color: ;
	}	
.hours tr:nth-child(odd) { /* every other table cell */
	background-color: rgba(0,0,0,.2);
	-pie-background:  rgba(0,0,0,.2);
	behavior: url("Scripts/PIE.htc");
	}
.hours td + td {
	padding-left: 45px;
	text-align: right;
	}	
.hours tr {
	
	}
div.right_div {
	float: right;
	margin: 0 0 30px 60px;
	}
.map {
	vertical-align: bottom;
	padding: 10px;
	background-color: rgba(255,255,255,.5);
	-pie-background:  rgba(255,255,255,.5);
	behavior: url("Scripts/PIE.htc");
	}
.gadget {
	margin: 15px 0;
	padding: 7px 5px 5px 5px;
	background-color: rgba(255,255,255,.5);
	-pie-background:  rgba(255,255,255,.5);
	behavior: url("Scripts/PIE.htc");
	}
.gadget a {
	font-size: 10px;
	color: inherit !important;
	}	
.gadget a:hover {
	color: inherit !important;
	}



/* HIGHLIGHTS THE LINK FOR THE PAGE YOU'RE ON */	
#contact_us #contact_us_link,
#faq #faq_link,
#gallery #gallery_link,
#home #home_link,
#hours_and_location #hours_and_location_link,
#meet_the_doctor #meet_the_doctor_link,
#office_tour #office_tour_link,
#patient_resources #patient_resources_link,
#payment #payment_link,
#services #services_link,
#testimonials #testimonials_link {
	color: white;
	/*background-color: transparent;
	-pie-background: transparent;
	behavior: url("Scripts/PIE.htc");*/
	}