body {
	background-color: ; /*  */
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	}
h1, h2, h3, h4, h5, h6 {
	color: #0c4d86; /* blue */
	font-weight: normal;
	}
.content li.list_heading {
	color: ; /*  */
	}
a.email,
a.email:active {
	color: ; /*  */
	}
.hr {
	height: 1px;
	display: block;
	}


/* OUTER */
div.outer {
	position: relative; z-index: 0;
	overflow: hidden;
	min-width: 320px; /* CAUSES SCROLLBAR WHEN SCREEN IS TOO SMALL */
	min-height: 278px; /* HEIGHT OF BACKGROUND IMAGE */
	}
/* ALL */
div.all {
	margin: 0 auto;
	width: 320px;
	}
/* INNER */
div.inner {
	position: relative;
	margin: 0 -188px 0 -188px; /* WIDTH OF BACKGROUND IMAGE - WIDTH OF CONTENT / 2 */
	}
img.background_image {
	position: absolute; top: 175px; left: 0;
	z-index: 0;
	}
div.lower {
	position: relative;	z-index: 1;
	margin: 0 188px 0 188px; /* SAME AS INNER MARGIN BUT POSITIVE */
	width: 320px;
	}


/* HEADER */
header {
	height: 175px;
	padding-bottom: 0px;
	text-align: center;
	}
img.logo {
	margin: 0 auto;
	display: block;
	}
h5.address {
	margin: 10px 0;
	padding-bottom: 2px;
	line-height: 1;
	font-size: 16px;
	text-shadow: 0 0 8px rgba(0,0,0,.4);
	}
div.gray_box {
	margin: 0 -188px 0 -188px;
	border: solid #eee;
	border-width: 1px 1px 0 1px;
	}
h1.phone {
	line-height: 1;
	font-weight: bold;
	text-shadow: 0 0 8px rgba(0,0,0,.4);
	}
.phone img {
	vertical-align: middle;
	}


/* NAVIGATION */	
nav {
	padding: 1px 0 0px 0;
	}
nav ul {
	margin: 5px auto 0px auto;
	width: 270px;
	display: table;
	}
nav li {
	padding: 0 2px 8px 2px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	text-indent: 0;
	line-height: 1;
	}
nav li img {
	margin-bottom: -23px;
	border-radius: 31px;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.5);
	        box-shadow: 0 0 8px rgba(0,0,0,.5);
	}
nav a {
	position: relative;
	color: white;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	}
nav a:active {
	position: relative; top: 1px;
	}


/* BANNER */
div.banner_outer {
	margin: 0 -188px 0 -188px;
	padding-bottom: 12px;
	border: solid #ddd;
	border-width: 0 0 2px 0;
	}
div.banner {
	margin: 0 auto;
	width: 320px;
	height: 120px;
	padding: 0px 20px;
	}
.banner h2 {
	margin-top: 90px;
	color: white;
	line-height: 1;
	font-size: 25px;
	font-family: "Times New Roman", Times, serif;
	text-shadow: 0 0 12px rgba(0,0,0,.9);
	}


/* CONTENT */
div.content_outer {
	margin: 2px -188px 0 -188px;
	background: -webkit-linear-gradient(top, #efefef, white);
	background:         linear-gradient(to bottom, #efefef, white);
	}
div.content {
	position: relative; top: -2px;
	margin: -2px auto 0 auto;
	width: 286px;
	min-height: ;
	padding: 0px 15px 10px 15px;
	background-color: white;
	border: solid #ddd;
	border-width: 0 2px 2px 2px;
	}
.content h4 {
	line-height: 1;
	}
.content h3 + * {
	margin-top: ;
	}
.content p,
.content a,
.content li,
.content td {
	color: #6D6F71; /* dark gray */
	line-height: 1.6;
	font-size: 10px;
	}
.content a {
	color: ; /*  */
	text-decoration: underline;
	}
.right_image {
	margin: 15px 10px 5px 0;
	float: left;
	padding: 3px;
	border: 1px solid #ddd;
	}
.right_image + * {
	margin-top: 10px;
	}


/* FOOTER */
footer {
	margin: 0px auto 0 auto;
	width: 320px;
	padding: 0 0 5px 0;
	}
footer ul {
	margin: 15px auto 0 auto;
	display: table;
	}
footer li {
	padding-left: 0;
	text-indent: 0;
	}
li.social_icons {
	margin-right: 10px;
	float: left;
	}
.social_icons img {
	border-radius: 3px;
	box-shadow: 0 0 5px rgba(0,0,0,.5);
	}
.social_icons img:active {
	position: relative; top: 1px;
	}
.social_icons a + a img {
	margin-left: 2px;
	}
li.full_site_link {
	margin-top: -2px;
	float: left;
	}
li.full_site_link a {
	padding: 3px 6px;
	display: block;
	border-radius: 5px;
	box-shadow: 0 0 8px rgba(0,0,0,.5);
	background: -webkit-linear-gradient(top, #ddd, white);
	background:         linear-gradient(to bottom, #ddd, white);
	color: #0c4d86; /* blue */
	font-size: 15px;
	font-family: "Times New Roman", Times, serif;
	text-shadow: 0 0 5px rgba(0,0,0,.4);
	}
li.full_site_link:active {
	position: relative; top: 1px;
	}



/* HOME */
#home div.banner {
	height: 278px;
	}


/* APPOINTMENT REQUEST */
div.appointment_form {
	margin-top: 10px;
	}	
.appointment_form td {
	}	
.appointment_form td + td {
	padding-left: 20px;
	padding-right: 35px;
	}
.appointment_form h5 {
	margin: 10px 0 0px 0;
	font-family: Helvetica, Arial, sans-serif;
	}
.appointment_form input {
	width: 110px;
	}
input[name="clear"] {
	width: auto;
	}
input[name="send"] {
	width: auto;
	}
.appointment_form textarea,
.refer_form textarea {
	width: 242px;
	height: 50px;
	}	
textarea[name="symptoms"] {
	height: 70px;
	}
.red_text {
	color: red;
	}


/* HOURS AND LOCATION */
.hours td {
	line-height: 1.1;
	font-weight: bold;
	color: ; /*  */
	}
.hours tr:nth-child(n + 2) td {
	border: ; /*  */
	border-width: 1px 0 0 0;
	padding-top: 3px;
	}	
.hours td:nth-child(even) {
	padding-left: 15px;
	text-align: right;
	color: ; /*  */
	font-weight: normal;
	}
.map {
	margin: 10px 0;
	display: block;
	padding: 3px;
	border: 1px solid #ddd;
	}