/* general 
------------------------------------------------------------ */

hr {
display: none;
}

#page_content {
	position: relative;
	}

body {
	
	background: #fff;
	margin: 0;
	padding: 0 !important;
	}
	
p, h2, h3, h4, h5, ul, ol, li, span, div, a, address {
	text-align: left;
	font-family: helvetica, arial, sans-serif;
	font-weight: 100;
	color: #000;
	text-decoration: none;
	}
	
h1 {
	font-size: 14px;
	display: block;
	margin: 0;
	border-bottom: 1px solid #000;
	}
	
h1 span {
	color: #000;
	}

h2 {
	font-size: 2em;
	border-bottom: 1px solid #000;
	color: #000;
	}

h3 {
	margin: 10px 0 0 0;	
	}
	
p {
	font-size: 13px;
	margin-top: 10px;
	line-height: 16px;
	color: #333;
	}

#int_body { 
	padding: 20px 0 0 0 !important;
	}
	
#int_body ul li {
	font-style: italic;
	font-size: 13px;
	line-height: 16px;
	color: #333;
	margin-top: 5px;
	}

.skipto, #title_space h2, #breadcrumb, #nav, #int_dental, #doctor_names {
	display: none;
	}
	
#information_center h3,
#information_center p,
#information_center_links {
	display: none;
	}
	
#address_space {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #000;
	clear: both;
	}
	
#address_space p,
#address_space address {
	font-size: 12px;
	margin: 0 0 0 0;
	display: block;
	}
	
p#copyright {
	font-size: 9px;
	}
	

/* hours & directions
------------------------------------------------------------ */			


#map_container img {
	visibility: visible;
	}
	
#office_hours {
	width: 278px;
	margin: 0 0 20px 0;
	font-size: 12px;
	}
	
#office_hours .day_section {
	padding: 0;
	height: 17px;
	}
	
#office_hours .day_section .day {
	display: block;
	font-style: italic;
	float: left;
	clear: both;
	color: #222;
	}	
	
#office_hours .day_section .hours {
	display: block;
	float: right;
	color: #000;
	}
	
#printer_friendly {
	display: none;
	}
	
img#location_photo {
	display: none;
	}

