body {
	background-color: #ebebeb;
	background-image: url("images/background_light_blue.jpg");
	background-repeat: repeat-x;
	background-position: top center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	}
h1, h2, h3, h4, h5, h6 /* all headings */
	{
	color: #3f1205; /* dark brown */
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	}
h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
	}
a.email,
a.email:hover {
	color: #666 !important; /*  */
	cursor: text;
	}
.list_heading,	
.strong {
	font-size: larger;
	color: ;
	}
.list_heading {
	margin-top: 20px;
	}
.hr {
	margin: 10px 0 20px 0;
	display: block;
	overflow: auto;
	border-bottom: dotted medium;
	border-color: #CCC; /* grey */
	}


/* ALL */
div.all {
	margin: 0 auto;
	width: 960px;
	}


/* HEADER */
header {
	height: 80px;
	padding: 20px;
	}
img.logo {
	float: left;
	display: block;
	}
header ul {
	margin-top: 10px;
	color: ;
	float: right;
	text-align: right;
	}
.phone {
	color: white;
	line-height: 1.7;
	font-size: 16px;
	font-weight: normal;
	}
header .phone {
	font-size: 18px;
	text-shadow: 0 0 5px rgba(0,0,0,.5);
	}
.content .phone {
	color: #3f1205; /* brown */
	}
header li {
	line-height: 1.3;
	}
img.logo {
	margin: ;
	float: left;
	}
	
	
/* NAVIGATION */
nav {
	float: left;
	margin-right: 12px;
	width: 230px;
	height: 275px;
	border-radius: 10px;
	background: -webkit-linear-gradient(top, #5892c5, #3372b9);
	background:    -moz-linear-gradient(top, #5892c5, #3372b9);
	background:         linear-gradient(to bottom, #5892c5, #3372b9);
	-pie-background:    linear-gradient(to bottom, #5892c5, #3372b9);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.5);
	   -moz-box-shadow: 0 5px 10px rgba(0,0,0,.5);
	        box-shadow: 0 5px 10px rgba(0,0,0,.5);
	behavior: url("Scripts/PIE.htc");
	}
nav ul {
	padding-top: 12px;
	}
nav li {
	padding: 3px 30px 0 35px; /* top right bottom left */
	line-height: 2.2;
	}
nav a {
	line-height: 1.2;
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	color: white;
	}
nav a:hover {
	color: #ccc;
	}
	
	
/* FLASH ANIMATION ON THE HOME PAGE */
div.flash {
	position: absolute; right: 0;
	z-index: 2;
	width: 718px;
	height: 275px;
	border-radius: 10px;
	behavior: url("Scripts/PIE.htc");
	}


/* BANNER ROW */
div.banner_row {
	position: relative;
	margin-bottom: 30px;
	}

/* BANNERS */
div.banner_combined {
	float: left;
	width: 474px;
	height: 275px;
	border-radius: 10px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.5);
	   -moz-box-shadow: 0 5px 10px rgba(0,0,0,.5);
	        box-shadow: 0 5px 10px rgba(0,0,0,.5);
	behavior: url("Scripts/PIE.htc");
	}
div.callouts {
	float: left;
	width: 230px;
	height: 275px;
	border-radius: 10px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.5);
	   -moz-box-shadow: 0 5px 10px rgba(0,0,0,.5);
	        box-shadow: 0 5px 10px rgba(0,0,0,.5);
	behavior: url("Scripts/PIE.htc");
	}
.banner_combined div {
	height: 275px;
	overflow: hidden;
	border-radius: 10px;
	behavior: url("Scripts/PIE.htc");
	}
.callouts div {
	height: 275px;
	overflow: hidden;
	border-radius: 10px;
	behavior: url("Scripts/PIE.htc");
	}
#home .banner_combined div {
	background-image: url("images/new_home_image.jpg");
	}
.banner_combined div {
	background-image: url("images/new_secondary_image.jpg");
	}
.callouts {
	margin-left: 14px;
	}
.callouts {
	position: relative;
	background-image: url("images/callouts2.jpg");
	}
.callouts a {
	position: absolute; top: 69px;
	z-index: 3;
	width: 210px;
	color: white;
	background-color: rgba(33,64,144,.8);
	-pie-background:  rgba(33,64,144,.8);
	padding: 8px 10px 7px 10px;
	behavior: url("Scripts/PIE.htc");
	}
.callouts a:nth-child(n + 2) {
	top: 165px;
	}
.callouts a:nth-child(n + 3) {
	top: 247px;
	border-radius: 0 0 10px 10px;
	}
.callouts a:hover {
	color: #ccc;
	}
	

/* LEFT CONTENT */
div.left_content {
	float: left;
	width: 215px;
	padding: 0 0 50px 20px;
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	}
.left_content a:hover {
	color: #3f1205; /* dark brown */
	}
.hours_col table {
	caption-side: bottom;
	}
.hours_col table td + td {
	text-align: right;
	}
.hours_col caption {
	padding-top: 10px;
	}


/* OFFICE HOURS COLUMN */
div.hours_col {
	}
.hours_col table {
	caption-side: bottom;
	}
.hours_col table th {
	color: #522815; /* brown */
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: normal;
	}
.hours_col table td + td {
	padding-left: 35px;
	text-align: right;
	}
.hours_col td:nth-child(odd) {
	font-weight: bold;
	}
.hours_col td,
.hours_col li {
	color: #555;
	line-height: 1.4;
	font-size: 13px;
	}
.hours_col h4 {
	color: #3f1205; /* dark brown */
	}
h4 + ul,
h4 + table {
	margin-top: 5px;
	}
.hours_col .phone {
	line-height: 1.4;
	color: #3f1205; /* dark brown */
	}
.hours_col caption {
	padding-top: 10px;
	}
img.ada_cspd {
	margin: 20px auto 0 auto;
	}


/* CONTENT */
div.content {
	margin-bottom: 30px;
	float: left;
	width: 665px;
	min-height: 250px;
	padding-left: 35px;
	border-left: dotted medium;
	border-color: #CCC; /* grey */
	padding-right: 20px;
	}
.content p,
.content a,
.content li,
.content td {
	color: #666;
	line-height: 1.4;
	font-size: 13px;
	}
.content a {
	color: #3f1205; /* brown */
	}
.content a:hover {
	color: black;
	}
div.right_image {
	float: right;
	margin: 0 -25px 30px 30px;
	width: 250px;
	height: 275px;
	overflow: hidden;
	border-radius: 10px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.5);
	   -moz-box-shadow: 0 5px 10px rgba(0,0,0,.5);
	        box-shadow: 0 5px 10px rgba(0,0,0,.5);
	behavior: url("Scripts/PIE.htc");
	}
.right_image img {
	width: 250px;
	}
.right_image + h3 { /* consistency in placement of headings between pages with right_image and w/out */
	margin-top: 0;
	}
div.right2_image {
	float: right;
	margin: 0 -25px 30px 30px;
	width: 449px;
	height: 275px;
	overflow: hidden;
	border-radius: 10px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.5);
	   -moz-box-shadow: 0 5px 10px rgba(0,0,0,.5);
	        box-shadow: 0 5px 10px rgba(0,0,0,.5);
	behavior: url("Scripts/PIE.htc");
	}
.right2_image img {
	width: 449px;
	}
.right2_image + h3 { /* consistency in placement of headings between pages with right_image and w/out */
	margin-top: 0;
	}

/* INDIVIDUAL PAGE ADJUSTMENTS */
#home .content p,
#home .content a {
	line-height: 1.5;
	font-size: 14px;
	}
div.dotted_line {
	padding-top: 20px;
	border-bottom: dotted medium;
	border-color: #CCC; /* grey */
	width: 96%;
	}
#home div.left_callout h4,
#home div.right_callout h4 {
	margin-top: -10px; /* space above "sleep apnea" and "full mouth" */
	}
div.upper {
	margin-bottom: 25px;
	}
.upper h2 {
	font-size: 27px;
	}
.upper h2 + h4 {
	margin: 15px 0;
	color: #666;
	font-size: 17px;
	font-family: Helvetica, Arial, sans-serif;
	}
#home .upper p {
	padding-right: 20px;
	line-height: 1.8;
	}
div.brand {
	margin: 10px 0;
	}
.brand ul {
	float: left;
	list-style-type: disc;
	}
.brand ul + ul {
	margin-left: 50px;
	}
.brand li.list_heading {
	margin: 10px 0 10px 0;
	color: #3f1205; /* brown */
	font-size: 16px;
	font-weight: normal;
	}
.brand li {
	margin-left: 10px;
	font-size: 14px;
	}
h4.cta {
	margin: 20px 0 5px 0;
	}
#home h4.cta a {
	color: #3f1205; /* brown */
	font-size: 18px;
	}
div.left_callout {
	float: left;
	width: 320px;
	padding-right: 15px;
	border-right: dotted medium;
	border-color: #CCC;
	}	
div.right_callout {
	float: right;
	width: 305px;
	padding-left: 20px;
	}
.left_callout h4 a,
.right_callout h4 a {
	font-size: 18px !important;
	}
.left_callout p a,
.right_callout p a {
	float: right;
	font-size: 14px;
	white-space: nowrap;
	}
.left_callout h4 + *,
.right_callout h4 + * {
	margin-top: 5px;
	}
	

/* MEET THE DOCTOR */
div.staff_image {
	float: right;
	margin: 0 0 30px 30px;
	width: 250px;
	height: 275px;
	overflow: hidden;
	border: 5px solid white;
	border-radius: 10px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.5);
	   -moz-box-shadow: 0 5px 10px rgba(0,0,0,.5);
	        box-shadow: 0 5px 10px rgba(0,0,0,.5);
	behavior: url("Scripts/PIE.htc");
	}
.staff_image img {
	width: 250px;
	}


/* 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: 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;
	display: table;
	line-height: 26px;
	text-align: justify;
	background-color: rgba(0,0,0,.05);
	-pie-background:  rgba(0,0,0,.05);
	padding: 30px 30px 20px 30px;
	border-radius: 4px;
	border: thin solid rgba(0,0,0,.1);
	behavior: url("Scripts/PIE.htc");
	}	
.quotes {
	position: relative; top: 22px;
	float: left;
	margin-right: 5px;
	display: block;
	font-family: serif;
	line-height: .1;
	font-size: 80px; 
	}
/* 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 */
#services .left_column {
	float: left;
	min-width: 150px;
	}
#services .left_column + .left_column {
	margin-left: 60px;
	}
#services .content {
	min-height:;
	}	
#services .content ul {
	margin-left: 2px;
	list-style-type: circle;
	}	
#services .content li {
	list-style-type: circle;
	}


/* APPOINTMENT REQUEST, REFER OUR OFFICE */
div.appointment_form,
div.refer_form {
	margin-top: 30px;
	width: 382px;
	}	
.appointment_form td,
.refer_form td {
	padding-top: 15px;
	}	
.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;
	}


/* 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 {
	margin-bottom: 20px;
	caption-side: bottom;
	}
.hours caption {
	padding-top: 10px;
	font-size: 10px;
	text-align: left;
	}
.hours td {
	padding: 5px 1px 4px 1px;
	color: #666;
	}	
.hours td:nth-child(odd) { /* every other table cell */
	color: #666; /* */
	font-weight: bold;
	}
.hours td + td {
	padding-left: 45px;
	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;
	width: 325px;
	background-color: white;
	margin: 0 -25px 30px 30px;
	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");
	}
/* TWO LOCATIONS (put both .map divs in a new div called .maps)
div.maps {
	margin-top: 20px;
	}
.map {
	float: left;
	margin: 0;
	}
.map + .map {
	margin-left: 50px; /* OR float: right;
	}*/
.map iframe {
	margin-bottom: 5px; /* space above "view larger map" */
	}	
.gadget {
	width: 330px;
	margin: 15px 0;
	background-color: rgba(255,255,255,.1);
	padding: 15px 15px 0 15px;
	}
.gadget > * {
	box-shadow: none;
	behavior: url("Scripts/PIE.htc");
	}
.gadget a {
	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,
#home #home_link,
#hours_and_location #hours_and_location_link,
#meet_the_doctor #meet_the_doctor_link,
#meet_the_team #meet_the_team_link,
#tour #tour_link,
#patient_resources #patient_resources_link,
#payment #payment_link,
#services #services_link,
#testimonials #testimonials_link {
	position: relative;
	background: -webkit-linear-gradient(left, rgba(86,145,196,.1), rgba(33,64,144,.8));
	background:    -moz-linear-gradient(left, rgba(86,145,196,.1), rgba(33,64,144,.8));
	background:         linear-gradient(to right, rgba(86,145,196,.1), rgba(33,64,144,.8));
	-pie-background:    linear-gradient(to right, rgba(86,145,196,.1), rgba(33,64,144,.8));
	behavior: url("Scripts/PIE.htc");
	}
#contact_us #contact_us_link a,
#faq #faq_link a,
#home #home_link a,
#hours_and_location #hours_and_location_link a,
#meet_the_doctor #meet_the_doctor_link a,
#meet_the_team #meet_the_team_link a,
#tour #tour_link a,
#patient_resources #patient_resources_link a,
#payment #payment_link a,
#services #services_link a,
#testimonials #testimonials_link a {
	color: ; /*  */
	}