body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color: #515151;
	}
h1, h2, h3, h4, h5, h6 /* all headings */
	{
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	color: #134570; /* blue */
	}
h2 {
	margin-bottom: 15px;
	}
a.email,
a.email:hover {
	color: #6d6556 !important; /* brown */
	cursor: text;
	}
.list_heading,	
.strong,
strong
	{
	font-size: 17px;
	color: #134570; /* blue */
	}
p, ul, ol {
	line-height: 20px;	
	}
div.hr {
	height: 1px;
	border: dotted #ccc;
	border-width: 2px 0 0 0;
	margin: 10px 0;
	overflow: auto;
	}	
.list_heading {
	margin-top: 20px;
	}


/* BACKGROUND */
div.header_background {
	position: absolute;
	height: 260px;
	width: 100%;
	background-color: #3f070c; /* light blue */
	background: -webkit-linear-gradient(left, #134570, #3e8ab7, #134570);
	background:    -moz-linear-gradient(left, #134570, #3e8ab7, #134570);
	background:         linear-gradient(left, #134570, #3e8ab7, #134570);
	-pie-background:    linear-gradient(left, #134570, #3e8ab7, #134570);
	behavior: url("Scripts/PIE.htc");
	}
div.transition_background {
	position: absolute; top: 260px;
	height: 30px;
	width: 100%;
	background-color: #1e1e20; /* dark gray */
	}
div.lower_background {
	position: absolute; top: 295px; bottom: 0;
	width: 100%;
	background-color: #313131; /* gray */
	background: -webkit-linear-gradient(top, #313131 25%, #515151);
	background:    -moz-linear-gradient(top, #313131 25%, #515151);
	background:         linear-gradient(top, #313131 25%, #515151);
	-pie-background:    linear-gradient(top, #313131 25%, #515151);
	behavior: url("Scripts/PIE.htc");
	}


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


/* HEADER */
div.header {
	position: relative;
	margin: 0 auto;
	height: 260px;
	padding-bottom: 35px;
	}
div.logo {
	margin-top: 25px;
	float: right;
	}
.logo h1 {
	color: white;
	font-weight: bold;
	text-shadow: 0 1px 7px rgba(0,0,0,.8);
	}
.logo h4 {
	margin: -5px 0 0 3px;
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: .25px;
	text-shadow: 0 1px 7px rgba(0,0,0,.8);
	}


/* LEFT */
div.left {
	width: 190px;
	}
ul.button {
	margin: 0 0 25px -12px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	}
.left li,
.left td {
	color: #6d6556; /* brown */
	line-height: 18px;
	}
ul.button {
	margin-top: 10px;
	}
.button li {
	margin-left: -12px;
	text-indent: 0;
	}
.button li + li {
	margin-top: 6px;
	}
.button a {
	position: relative;
	display: block;
	padding: 8px 12px 6px 20px;
	font-size: 13px;
	color: white;
	text-transform: uppercase;
	line-height: 1;
	background-color: #134570; /* blue */
	border-radius: 8px;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.8);
	   -moz-box-shadow: 0 2px 3px rgba(0,0,0,.8);
	        box-shadow: 0 2px 3px rgba(0,0,0,.8);
	behavior: url("Scripts/PIE.htc");
	}
.button a:hover {
	color: #ddd;
	}
.button a:active {
	top: 1px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.8);
	   -moz-box-shadow: 0 1px 3px rgba(0,0,0,.8);
	        box-shadow: 0 1px 3px rgba(0,0,0,.8);
	behavior: url("Scripts/PIE.htc");
	}
img.little_map {
	border: 2px solid #134570; /* blue */
	border-radius: 7px;
	behavior: url("Scripts/PIE.htc");
	}

ul.local_search {
	margin-top: 20px;
	}
.local_search li {
	display: inline;
	padding: 0;
	}
.local_search li img {
	border-radius: 5px;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,.6);
	   -moz-box-shadow: 0 0 6px rgba(0,0,0,.6);
	        box-shadow: 0 0 6px rgba(0,0,0,.6);
	behavior: url("Scripts/PIE.htc");
	}


/* NAVIGATION */
div.nav {
	padding-top: 5px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	}
.nav ul {
	width: 190px;
	padding: 0;
	}
.nav li {
	padding: 0 0 0 12px;
	}
.nav li + li {
	border: dotted rgba(255,255,255,.5);
	border-width: 2px 0 0 0;
	}
.nav a {
	margin: 2px 0 -1px 0;
	display: block;
	padding-left: 15px;
	font-size: 16px;
	color: white;
	text-transform: lowercase;
	line-height: 1.5;
	}	
.nav a:hover {
	color: #ddd;
	}


/* RIGHT BOX */
div.right_box {
	position: relative;
	z-index: 1;
	margin-top: -130px;
	width: 746px;
	min-height: 500px;
	padding: 5px 0;
	float: right;
	background-color: white;
	-webkit-box-shadow: 0 0 12px rgba(0,0,0,.8);
	   -moz-box-shadow: 0 0 12px rgba(0,0,0,.8);
	        box-shadow: 0 0 12px rgba(0,0,0,.8);
	border-radius: 7px;
	color: #6d6556; /* brown */
	behavior: url("Scripts/PIE.htc");
	}
div.banner {
	height: 266px;
	background-image: url("images/banner3.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	}
#meet_the_doctor .banner,
#gallery .banner,
#refer_our_office .banner {
	background-image: url("images/banner2.jpg");
	}
#meet_the_team .banner,
#payment .banner {
	background-image: url("images/banner2.jpg");
	}
#services .banner,
#hours_and_location .banner {
	background-image: url("images/banner2.jpg");
	}
#patient_resources .banner,
#contact_us .banner {
	background-image: url("images/banner2.jpg");
	}
#testimonials .banner,
#appointment_request .banner {
	background-image: url("images/banner2.jpg");
	}
div.content {
	padding: 30px 20px;
	}
.content a {
	color: #134570; /* blue */
	}
.content a:hover {
	color: #000;
	}
div.right_image {
	margin: 10px 10px 30px 30px;
	float: right;
	padding: 5px;
	border: 2px solid white;
	border-radius: 7px;
	-webkit-box-shadow: 0 0 12px rgba(0,0,0,.8);
	   -moz-box-shadow: 0 0 12px rgba(0,0,0,.8);
	        box-shadow: 0 0 12px rgba(0,0,0,.8);
	behavior: url("Scripts/PIE.htc");
	}
.right_image img {
	width: 200px;
	}
.right_image + h3 { /* consistency in placement of headings between pages with right_image and w/out */
	margin-top: 0;
	}


/* FOOTER */
div.footer {
	position: relative; top: 10px;
	z-index: 1;
	float: right;
	width: 746px;
	color: white;
	}
.footer ul {
	text-align: left;
	margin-left: 10px;
	}
.footer li + li {
	margin-left: 3px;
	}	
.footer li:last-child {
	float: right;
	margin-right: 10px;
	}
.footer a {
	color: white;
	}
.footer img {
	position: relative; top: -5px;
	}




/* INDIVIDUAL PAGE ADJUSTMENTS */
/* HOME */
#home .content p {
	line-height: 22px;
	}
/* CALLOUT */
div.callout_group {
	margin-top: 20px;
	padding-top: 15px;
	border: dotted #ccc;
	border-width: 2px 0 0 0;
	}
div.callout {
	display: table-cell;
	width: 300px;
	padding-right: 25px;
	padding-bottom: 5px;
	}
.callout + .callout {
	padding-left: 25px;
	padding-right: 25px;
	border: dotted #ccc;
	border-width: 0 0 0 2px;
	}
.callout img {
	float: left;
	margin-right: 12px;
	}
a.learn_more {
	float: right;
	margin-top: 3px;
	display: inline-block;
	font-size: 15px;
	}



/* MEET THE DOCTOR */
.staff_image {
	float: right;
	margin: 0 0 30px 30px;
	border: 1px solid;
	}


/* 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 */
p.pp_description {
	padding-top: 8px;
	font-size: 14px !important;
	font-family: Helvetica, Arial, sans-serif;
	}
div.facebook,
div.twitter {
	display: none;
	}



/* TESTIMONIALS */
#testimonials .content {
	min-height:; /* so the content doesn't run out onto the background when the page loads slowly */
	}
div.testimonial {
	margin-top: 20px;
	overflow: auto;
	line-height: 26px;
	text-align: justify;
	background-color: rgba(0,0,0,.05);
	padding: 25px 30px 20px 30px;
	border-radius: 4px;
	border: thin solid rgba(0,0,0,.1);
	}	
.quotes {
	position: relative; top: 18px;
	float: left;
	margin-right: 5px;
	display: block;
	font-family: serif; 
	font-size: 80px; 
	color: ; /*  */
	}
/* 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;
	}



/* SERVICES */
#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 + h3 {
	margin-top: -3px;
	}


/* APPOINTMENT REQUEST, REFER OUR OFFICE */
div.appointment_form,
div.refer_form
	{
	margin-top: 10px;
	width: 382px;
	padding: 30px 0 10px 0;
	border: thin dotted;
	}	
.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;
	}
.refer_form h5 {
	margin-top: 7px;
	}
.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;
	}




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




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



/* PAYMENT */
.center {

	}
div.credit_logos {
	margin: 20px 0;
	}


/* HOURS AND LOCATION */
#hours_and_location .content {
	min-height:; /* so the content doesn't run out onto the background when the page loads slowly */
	}	
.hours {
	caption-side: bottom;
	}
.hours caption {
	padding-top: 10px;
	font-size: 10px;
	text-align: left;
	}
.hours th {
	padding-top: 20px;
	font-size: 17px;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	color: #134570; /* blue */
	}
.hours td {
	padding: 4px 1px 2px 1px;
	color: ;
	}	
.hours td:nth-child(odd) { /* every other table cell */
	color: ; /* */
	font-weight: bold;
	}
.hours td + td {
	padding-left: 25px;
	text-align: right;
	}	
.hours tr {
	border-color: #666;
	border-style: dotted;
	border-width: 0 0 1px 0;
	}	
.hours tr:last-child {	
	border: 0;
	}
.map
	{
	float: right;
	background-color: white;
	margin: 0 0 30px 60px;
	padding: 10px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.4);
	   -moz-box-shadow: 0 5px 10px rgba(0,0,0,.4);
	        box-shadow: 0 5px 10px rgba(0,0,0,.4);
	behavior: url("Scripts/PIE.htc");
	}	
.map iframe {
	margin-bottom: 5px; /* space above "view larger map" */
	}	
.gadget {
	margin: 15px -60px 15px 0;
	background-color: rgba(255,255,255,.1);
	padding: 15px 0px 0 0px;
	}
.gadget > * {
	box-shadow: none;
	behavior: url("Scripts/PIE.htc");
	}
.gadget a {
	color: inherit !important;
	}	
.gadget a:hover {
	color: inherit !important;
	}



/* CONTACT US, THANK YOU */
#contact_us li a.phone,
#thank_you li a.phone {
	font-weight: normal;
	color: #333;
	}

	
/* HIGHLIGHTS THE LINK FOR THE PAGE YOU'RE ON */	
#contact_us #contact_us_link,
#home #home_link,
#hours_and_location #hours_and_location_link,
#meet_the_doctor #meet_the_doctor_link,
#patient_resources #patient_resources_link,
#payment #payment_link,
#services #services_link
	{

	}