/*div {border: thin solid white;}*/
body {
	background-color: #28282a; /* light black */
	font-family: "Times New Roman", Times, serif;
	color: white;
	}
h1, h2, h3, h4, h5, h6 /* all headings */
	{
	font-weight: normal;
	color: white;
	}
a {
	color: #539cc3; /* cyan */
	}
a:hover { /* hover effect */
	text-shadow: 0 0 5px rgba(255,255,255,.6);
	}
a.phone,
a.email
	{
	color: #ccc !important; /*  */
	}
a.phone:hover,
a.email:hover
	{
	color: #ccc !important; /*  */
	text-shadow: none;
	}
.list_heading,	
.strong,
strong
	{
	font-size: larger;
	color: white;
	}
p, ul, ol {
	line-height: 20px;	
	}
.list_heading {
	margin: 20px 0 10px 0;
	padding-bottom: 5px;
	border-style: dashed;
	border-width: 0 0 thin 0;
	color: white;
	}
div.hr {
	margin: 20px 0;
	}


/* ALL */
div.all {
	position: relative; left: 50%;
	margin-left: -556px; /* - half the width */
	width: 933px;
	min-height: 650px;
	padding: 0 90px;
	background-image: url("images/background_secondary2.jpg");
	background-repeat: no-repeat;
	}


/* HEADER */
div.header {
	height: 82px;
	padding-top: 20px;
	}
div.logo {
	float: left;
	text-shadow: -1px 1px 3px rgba(0,0,0,.8);
	}
.logo h1 {
	font-size: 41px;
	text-transform: uppercase;
	color: #539cc3; /* cyan */
	}
.logo h4 {
	margin: 0px 0 0 2px;
	font-size: 21px;
	color: white;
	}
.header ul {
	float: right;
	position: relative;
	text-align: right;
	}
.header li.phone {
	font-size: 19px;
	color: white;
	}
.header li {
	font-size: 14px;
	color: #539cc3; /* cyan */
	}
.fb-like {
	position: absolute; top: 0; right: 0;
	margin-right: -100px;
	}
	
	
/* NAVIGATION */
div.nav {
	margin-bottom: 7px;
	height: 25px;
	padding-top: 5px;
	overflow: hidden;
	text-transform: uppercase;
	}
.nav ul {
	margin-left: -8px; /* number of menu items -1 and negative */
	padding: 0;
	text-align: center;
	}
.nav li {
	padding: 0;
	font-size: ;
	}
.nav li + li a {
	border: solid rgba(6,6,6,.0);
	border-width: 0 0 0 1px;
	}
.nav a {
	color: black;
	padding: 1px 3px 1px 5px;
	}
.nav a:hover {
	text-shadow: 0 0 8px rgba(255,255,255,.9);
	}
.nav li:last-child a {
	padding-right: 0;
	}


	

/* BANNER */
div.banner {
	margin-left: -67px;
	width: 1100px;
	height: 227px;
	}
#meet_the_doctor .banner {
	background-image: url("images/secondary_image6.jpg");
	}
#cosmetic_services .banner {
	background-image: url("images/secondary_image1.jpg");
	}
#services .banner {
	background-image: url("images/secondary_image3.jpg");
	}
#appointment_request .banner,
#refer_our_office .banner
	{
	background-image: url("images/secondary_image7.jpg");
	}
#patient_resources .banner {
	background-image: url("images/secondary_image8.jpg");
	}
#payment .banner {
	background-image: url("images/secondary_image4.jpg");
	}
#hours_and_location .banner {
	background-image: url("images/secondary_image2.jpg");
	}
#contact_us .banner {
	background-image: url("images/secondary_image5.jpg");
	}




/* CONTENT */
div.content {
	min-height: 200px;
	padding: 20px 30px;
	color: #ccc;
	font-size: 16px;
	}
.content p,
.content a,
.content li
	{
	font-size: 14px;
	line-height: 24px;
	color: #ccc;
	}
.content a {
	color: #539cc3; /* cyan */
	}
.content a:hover {
	color: ; /*  */
	}
div.staff_image,
div.left_image
	{
	float: left;
	padding: 14px;
	margin: 0 30px 30px 0;
	border: 1px solid rgba(255,255,255,.6);
	}
.staff_image img,
.left_image img
	{
	border: 1px solid rgba(255,255,255,.6);
	}


/* LEFT */
div.left {
	width: 540px;
	}
#cosmetic_services ul.left + .left,
#services ul.left + .left
	{
	margin-left: 40px;
	}

/* RIGHT */
div.right {
	width: 480px;
	}


/* FOOTER */
div.footer {
	margin-top: 20px;
	}
.footer ul {
	text-align: center;
	}
.footer li:nth-child(even) { /* color of the dividers */
	color: rgba(66,66,66,.95);
	}
.footer li + li {
	padding-left: 3px;
	}
.footer li,
.footer a
	{
	color: #ccc;
	}
.footer li a:hover {
	color: #ccc;
	}
.footer li:last-child a {
	color: #ccc;
	}
.footer li img {
	border: 0;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
	box-shadow: 0 0 6px rgba(0,0,0,.6);
	}
.footer li.image + li {
	padding: 0;
	}
.footer li a {
	outline: none;
	}
p.read_write_review {
	position: relative; top: -8px; left: -48px;
	margin: 0;
	text-align: right;
	text-transform: uppercase;
	font-size: 9px;
	font-family: Helvetica, Arial, sans-serif;
	}




/* INDIVIDUAL PAGE ADJUSTMENTS */
/* HOME */
#home .all {
	background-image: url("images/background_home2.jpg");
	min-height: 610px;
	}
#home .banner {
	height: 307px;
	}
#home .content h4 {
	text-align: right;
	color: white;
	}
#home .content h4 a {
	font-size: 18px;
	color: #539cc3; /* cyan */
	}
#home .content h4 a:hover {
	text-shadow: 0 0 2px rgba(255,255,255,.4);
	}
div.callout_group {
	position: relative;
	height: 164px;
	}
div.callout {
	float: left;
	width: 221px;
	height: 124px;
	padding: 23px 10px 15px 20px;
	}
.callout_content {
	height: 90px;
	overflow: hidden;
	}
.callout h4 {
	margin-bottom: 5px;
	color: white;
	}
.callout p {
	line-height: 18px;
	font-size: 14px;
	}
.callout_button {
	width: 115px;
	height: 30px;
	border-radius: 3px;
	border: thin solid rgba(255,255,255,.8);
	}
.callout a {
	display: block;
	height: 22px;
	padding: 2px 0 4px 0;
	font-size: 14px;
	color: white;
	text-align: center;
	background-color: rgba(6,10,9,.4);
	margin: 2px;
	}
.callout a:hover {
	color: ; /*  */
	text-shadow: 0 0 5px rgba(255,255,255,.6);
	}
#home div.footer {
	margin-top: 0;
	}


/* 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: ;
	}


/* TESTIMONIALS */
#testimonials .content {
	min-height:; /* so the content doesn't run out onto the background when the page loads slowly */
	}	


/* SERVICES */
#services .left_column,
#services .right_column
	{
	width: 160px; /* affects the space between the link columns */
	float: left;
	}
#services .content {
	min-height:; /* so the content doesn't run out onto the background when the page loads slowly */
	}
#services .content ul {
	margin-left: 2px;
	}	
#services .content li {
	}
#technology_descriptions + div {
	margin-bottom: 20px;
	}
	
/* SHADOW BOX */
#sb-container h3 /* Shadow Box */
	{
	margin: 20px 0;
	font-size: 28px;
	color: ;
	line-height: 36px;
	}
#sb-container p,
#sb-container li
	{
	font-family: ;
	color: ; /*  */
	}
#sb-container h5 {
	line-height: 38px;
	}	
#sb-body-inner {
	padding: 50px 25px;
	}	
#sb-body,
#sb-loading {
	min-height: 500px !important;
	height: auto !important;
	border-radius: 10px;
	background-color: ; /*  */
	}


/* APPOINTMENT REQUEST, REFER OUR OFFICE */
/*#appointment_request .content {
	min-height:;
	}
div.appointment_form,
div.refer_form
	{
	width: 330px;
	margin-top: 15px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.3);
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	padding:  30px 40px 20px 40px;
	}
#appointment_request table h6,
#refer_our_office table h6
	{
	margin: 7px 0 1px 2px;
	font-family: ;
	}
#appointment_request input[type=submit],
#refer_our_office input[type=submit]
	{
	margin-top: 7px;
	}*/

/* APPOINTMENT REQUEST, REFER OUR OFFICE */
#patient_resources table {
	margin-top: 20px;
	margin-left: -50px;
	}
div.appointment_form,
div.refer_form
	{
	margin-top: 30px;
	width: 380px;
	padding: 30px 0 10px 0;
	padding-top: 30px;
	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;
	}
.refer_form h5 {
	margin-top: 7px;
	}
input {
	width: 140px;
	}
input[name="clear"] {
	width: auto;
	}
input[name="send"] {
	width: auto;
	}
textarea {
	width: 145px;
	height: 50px;
	}	
textarea[name="symptoms"] {
	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-top: 20px;
	}




/* TESTIMONIALS */
.testimonial {
	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 */
	}	
.quotations {
	position: relative; top: 22px; 
	font-family: serif; 
	font-size: 60px; 
	color: ; /*  */
	}
/* TESTIMONIALS DEMAND FORCE */
#testimonials .content {
	min-height: 800px;
	}
.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;
	}




/* PAYMENT */
.center {
	margin-left: auto;
	margin-right: auto;
	width: ;
	}




/* 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 15px;
	}	
.hours td:nth-child(odd) { /* every other table cell */
	color: ; /* */
	font-weight: bold;
	}
.hours td {
	padding: 5px 1px 4px 1px;
	}	
.hours td + td {
	padding-left: 45px;
	text-align: right;
	}	
.hours tr {
	border-color: #666;
	border-style: dashed;
	border-width: 0 0 1px 0;
	}	
.hours tr:last-child {	
	border: 0;
	}
.map
	{
	float: left;
	padding: 14px;
	margin: 0 30px 30px 0;
	background-color: white;
	border: 1px solid rgba(255,255,255,.6);
	}
.map iframe {
	margin-bottom: 5px; /* space above "view larger map" */
	}	
.gadget {
	width: 330px;
	margin: 15px 0;
	background-color: white;
	padding: 10px 15px;
	border: 0;
	}
.gadget > * {

	}
.gadget a {
	color: inherit !important;
	}	
.gadget a:hover {
	color: inherit !important;
	}	
	
	
/* HIGHLIGHTS THE LINK FOR THE PAGE YOU'RE ON */
#appointment_request #appointments_link,
#contact_us #contact_us_link,
#cosmetic_services #cosmetic_services_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
	{
	text-shadow: 0 0 8px rgba(0,0,0,.7);
	}
