body {
	padding-bottom: 30px;
	background-color: #34A0DB; /* grayish */
	background-image: url("images/repeating.png");
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: white;
	}
h1, h2, h3, h4, h5, h6 /* all headings */
	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #025FA3; /*  */
	}
h2 {
	margin-bottom: 10px;
	color: #E81218;
	}
p, a {
	line-height: 22px;
	}
a.email,
a.email:hover
	{
	color: white !important; /*  */
	cursor: text;
	}
.list_heading,	
.strong,
strong
	{
	font-size: larger;
	color: ;
	}
p, ul, ol {
	line-height: 20px;	
	}
.list_heading {
	margin-top: 20px;
	}
div.hr {
	overflow: auto;
	height: 2px;
	border-radius: 3px;
	background-color: rgba(0,0,0,.1);
	margin: 10px 0 20px 0;
	}	


/* ALL */
div.all {
	position: relative;
	top: 15px;
	left: 50%;
	margin-left: -465px; /* - half the width */
	width: 930px;
	padding-bottom: 20px;
	background-color: #68B6E9; /* purple */
	border: 12px solid white;
	-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);
	}


/* HEADER */
div.header {
	padding: 20px 40px;
	}
.header ul {
	position: relative; top: 20px;
	margin-right: 20px;
	text-align: right;
	color: ;
	}
div.logo {
	}
.logo h1 {
	}
.logo h5 {
	margin: 3px 0 0 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FFF;
	}
	
	
/* NAVIGATION */
div.nav {
	padding: 5px 0;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	}
.nav ul {
	margin-left: ; /* the number of menu items -1 and negative */
	padding: 0;
	white-space: nowrap;
	}
.nav li {
	padding: 0;
	text-indent: 0;
	}
.nav li + li a {
	border: solid rgba(255,255,255,.3);
	border-width: 0 0 0 1px;
	}
.nav a {
	display: inline-block;
	padding: 0px 10px 0px 10px;
	color: WHITE;
	font-family: ;
	font-weight: bold;
	}
.nav a:hover {
	color: #E81218; /* light blue */
	}
.nav li:first-child a {
	padding-left: 0;
	}
.nav li:last-child a {
	padding-right: 0;
	}


	

/* BANNER */
div.banner {
	height: 280px;
	margin: 10px 0;
	background-image: url("images/banner_1.png");
	background-repeat: no-repeat;
	background-position: top center;
	}



/* CONTENT */
div.content {
	min-height: 200px;
	padding: 20px 40px;
	color: ;
	}
.content p,
.content a {
	font-size: 14px;
	line-height: 24px;
	}
.content a {
	color: #025FA3; /* light blue */
	}
.content a:hover {
	color: white;
	}
div.right_image {
	float: right;
	margin: 0 0 30px 60px;
	border: 10px solid white;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.2);
	   -moz-box-shadow: 0 2px 2px rgba(0,0,0,.2);
	        box-shadow: -5px 4px 3px rgba(0,0,0,.35);
	}
.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: 25px; left: 50%;
	margin-left: -465px; /* - half the width */
	width: 955px;
	font-size: 11px;
	}
.footer ul {
	text-align: left;
	margin-left: 40px;
	padding: 0;
	white-space: nowrap;
	}
.footer li {
	float: left;
	padding: 0;
	color: #FFF; /* gold */
	}
.footer li:nth-child(even) { /* color of the dividers */
	color: ;
	}
.footer li + li {
	padding-left: 7px;
	}	
.footer li:last-child {
	float: right;
	margin-right: 40px;
	}	
.footer li a {
	color: #6a6059; /* gold */
	color: inherit;
	}
.footer li a:hover {
	color: ;
	}
.footer li:last-child > a { /* refers to the "created by DENTAL BRANDING" link */
	color: #FFF; /* dental branding red */
	font-weight: bold;
	}
.footer li > a:hover {
	color: #FFF;
	}




/* INDIVIDUAL PAGE ADJUSTMENTS */
/* HOME */
#home .content {
	float: left;
	width: 660px;
	}

/* SUB NAV */
div.sub_nav {
	float: right;
	width: 190px;
	padding: 70px 0px 20px 0px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	}
.sub_nav li:before {
	content:"- ";
	}
.sub_nav a {
	color: #025FA3; /* light blue */
	}
.sub_nav a:hover {
	color: white;
	}



/* MEET THE DOCTOR */
.staff_image {
	float: right;
	margin: 0 0 30px 60px;
	border: 10px solid white;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.2);
	   -moz-box-shadow: 0 2px 2px rgba(0,0,0,.2);
	        box-shadow: -5px 4px 3px rgba(0,0,0,.35);
	}


/* OFFICE TOUR, SMILE GALLERY */
table.tour {
	border-collapse: separate;
	border-spacing: 5px 5px;
    margin: 0 0 30px 30px;
	border: 10px solid white;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.2);
	   -moz-box-shadow: 0 2px 2px rgba(0,0,0,.2);
	        box-shadow: -5px 4px 3px rgba(0,0,0,.35);
	}
.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 {
	float: left;
	width: 500px;
	margin-top: 20px;
	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);
	overflow: auto; /* wrap around floated image */
	}	
.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;
	list-style-type: circle;
	}	
#services .content li {
	list-style-type: circle;
	}


/* APPOINTMENT REQUEST, REFER OUR OFFICE */
div.appointment_form,
div.refer_form
	{
	margin-top: 10px;
	width: 382px;
	padding: 30px 0 10px 0;
	border: thin dashed;
	}	
.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;
	}



/* 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 td {
	padding: 5px 1px 4px 1px;
	color: ;
	}	
.hours td:nth-child(odd) { /* every other table cell */
	color: ; /* */
	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: 350px;
	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);
	}	
.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;
	}
.gadget a {
	color: inherit !important;
	}	
.gadget a:hover {
	color: inherit !important;
	}	


/* CONTACT US, THANK YOU */


/* 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
	{

	}
	a.link_faq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	line-height: 55px;
	background-color: #34A0DB;
	border-radius: 5px;
	color: #FFF;
}
a.link_faq:link {
	text-decoration: none;
}
a.link_faq:visited {
	text-decoration: none;
	color: #FFF;
}
a.link_faq:hover {
	text-decoration: none;
	color: #ACE1FA;
	background-color: #34A0DB;
	padding: 15px;
}
a.link_faq:active {
	text-decoration: none;
	color: #FFF;
}
.arrowUp {
	background-color: #FEF0F0;
	padding: 15px;
	border: 1px solid #E7E1E4;
}
