﻿@import url(layout.css);
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #fff;
}

#container {
	width: 100%;
	margin: 0;
	background-color: #fff;
}
#masthead {
	height: 131px;
	text-align: right;
	width: 100%;
	background-color: #c5d5e5;
}
#navigation {
	background-color: #ca7;
	overflow: hidden;
}
#page_content {
	width: 100%;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCAA77;
}
#content {
	width: 100%;
	margin: 0 0 0 0;
	background-color: #F9FFFF;
}
#footer {
	background-color: #dfcfbf;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}
.header_doctor_names{
	color: #000;
	font-weight: bold;
}
.header_address{
	color: #000;
	font-size: small;
}
.header_phone{
	color: #000;
	font-weight: bold;
	font-size: large;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #ca7;
	background-color: #dc8;
}
#navigation a.qa_link {
	font-weight: bold;
	color: yellow;
	background-color: blue;
}
#navigation a.blog_link {
	font-weight: bold;
	color: yellow;
	background-color:green;
}
#navigation a.covid_link {
	font-weight: bold;
	color: yellow;
	background-color:red;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #ed9;
	background-color: #ed9;
}
#navigation a.qa_link:hover {
	font-weight: bold;
	color: red;
}
#navigation a.blog_link:hover {
	font-weight: bold;
	color: red;
}
#navigation a.covid_link:hover {
	font-weight: bold;
	color: red;
}

/* Styles for Content */
h1 {
	font-size: 2em;
	color: #393939;
}
h2 {
	font-size: 1.75em;
	color: #469;
}
h3 {
	font-size: 1.5em;
	color: #469;
}
h4 {
	font-size: 1.25em;
	color: #469;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #393939;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.doctor_name {
	font-size: large;
	font-weight: bold;
}
