@charset "utf-8";
/* css zeroing */
body {
	color: black;
	background-image: url();
	background-repeat: repeat;
	background-color: #FFF;
}
body, div, dl, dt, dd, li, pre, form, fieldset, input, textarea, p, blockquote, th, td {
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}
address, caption, cite, code, dfn, em, strong, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
	font-weight: normal;
	font-style: normal;
}
acronym, abbr, fieldset, img {
	border: 0;
}
:focus {
	outline: 0;
}
.twoColFixRtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twoColFixRtHdr #header {
	padding-left: 20px;
	height: 50px;
	background-image: url(images/navbar_bkg.png);
	background-repeat: no-repeat;
}
.twoColFixRtHdr #header_md {
	padding-left: 20px;
	height: 50px;
	background-image: url(images/navbar_md_bkg.png);
	background-repeat: no-repeat;
}
.twoColFixRtHdr #phoneInfoHeader {
	color: #2B7822;
	text-align: right;
	width: auto;
	margin-right: 50px;
	height: 25px;
	margin-top: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
#navcontainer {
	overflow: hidden;
	width: auto;
	float: right;
	font-size: 15px;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 18px;
	height: 20px;
	margin-right: 30px;
}
#navlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navlist li {
	border-left: 1px solid #FFF;
	float: left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: -10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	width: 280px;
	float: right;
	position: relative;
	margin-top: 0px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 300px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.twoColFixRtHdr #mainContentSitemap {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.twoColFixRtHdr #footer {
	padding-right: 10px;
	padding-left: 20px;
	height: 50px;
	background-image: url(images/footer_bkg.png);
	background-repeat: no-repeat;
	width: auto;
	margin-bottom: 20px;
	clear: both;
}
.twoColFixRtHdr #footer_mddirect {
	padding-right: 10px;
	padding-left: 20px;
	height: 50px;
	background-image: url(images/footer_md_bkg.png);
	background-repeat: no-repeat;
	width: auto;
	margin-bottom: 20px;
	clear: both;
}
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#navlist a:link {
	color: #FFF;
	text-decoration: none;
}
#navlist a:visited {
	color: #FFF;
	text-decoration: none;
}
#navlist a:hover {
	color: #FFA200;
}
.twoColFixRtHdr #container #mainContent h1 {
	font-family: Georgia, serif;
	font-size: 1.5em;
	color: #2B7822;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 7px;
}
.twoColFixRtHdr #container #mainContentSitemap h1 {
	font-family: Georgia, serif;
	font-size: 1.5em;
	color: #2B7822;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 7px;
}
#horizontalWideContent {
	width: 900px;
	height: 207px;
	background-image: url(images/home/indexMainPict.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 20px;
}
#hContainer1 h1 {
	font-size: 1.8em;
	color: #4C228C;
	font-family: Georgia, serif;
	font-weight: normal;
	font-variant: normal; /* H1 for top horizontal message/image container */
}
#hContainer1 p {
	font-size: 15px;
	margin-top: 10px; /* <p> for top horizontal message/image container */
	font-family: Georgia, "Times New Roman", Times, serif;
}
#hContainer1 {
	background: transparent;
	width: 430px;
	height: 177px;
	padding-left: 50px;
	padding-top: 30px;
	position: relative;
	z-index: 1;
}
#hContainer2 {
	width: 350px;
	height: 207px;
	padding-left: 0px;
	padding-top: 0px;
	float: right;
	padding-right: 30px;
	padding-bottom: 0px;
	background-image: url(images/home/groupShot.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#hContainer2_our_team {
	width: 350px;
	height: 207px;
	padding-left: 0px;
	padding-top: 0px;
	float: right;
	padding-right: 30px;
	padding-bottom: 0px;
	background-image: url(images/our_team/our_team.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#hContainer2_services {
	width: 350px;
	height: 207px;
	padding-left: 0px;
	padding-top: 0px;
	float: right;
	padding-right: 30px;
	padding-bottom: 0px;
	background-image: url(images/services/stethoscope.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#hContainer2_insurance {
	width: 350px;
	height: 207px;
	padding-left: 0px;
	padding-top: 0px;
	float: right;
	padding-right: 30px;
	padding-bottom: 0px;
	background-image: url(images/insurance/insurance_logos.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#hContainer2_our_policies {
	width: 350px;
	height: 207px;
	padding-left: 0px;
	padding-top: 0px;
	float: right;
	padding-right: 30px;
	padding-bottom: 0px;
	background-image: url(images/our_policies/our_policies.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#hContainer2_contact_us {
	width: 350px;
	height: 207px;
	padding-left: 0px;
	padding-top: 0px;
	float: right;
	padding-right: 30px;
	padding-bottom: 0px;
	background-image: url(images/contact_us/contact_us.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#hContainer2_learn_more {
	width: 350px;
	height: 207px;
	padding-left: 0px;
	padding-top: 0px;
	float: right;
	padding-right: 30px;
	padding-bottom: 0px;
	background-image: url(images/forms/printable_documents.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#hContainer2_mddirect {
	width: 350px;
	height: 207px;
	padding-left: 0px;
	padding-top: 0px;
	float: right;
	padding-right: 30px;
	padding-bottom: 0px;
	background-image: url(images/mddirect/jackson.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#mainContent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	margin-top: 0px;
	margin-bottom: 0px;
}
#mainContentSitemap p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	margin-top: 0px;
	margin-bottom: 0px;
}
#mainContent h2 {
	color: #900;
	font-size: 18px;
}
#map_wrapper {
	height: 180px;
	width: 100%;
}
#google_map {
	width: 350px;
	float: right;
}


.twoColFixRtHdr #headerPhoneNumbers {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 50px;
	background-image: url(images/navbar_bkg.png);
	background-repeat: no-repeat;
}
#footerCopyright {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	padding-top: 18px;
}
#sidebar1_header {
	background-image: url(images/home/sidebar_header.png);
	height: 60px;
	width: 280px;
	margin-top: 0px;
}
#sidebar1_header_services {
	background-image: url(images/services/sidebar_header.png);
	height: 60px;
	width: 280px;
	margin-top: 0px;
}
#Sidebar1_content {
	background-image: url(images/home/sidebar_bkg.png);
	background-repeat: repeat-y;
}
#sidebar1_footer {
	background-image: url(images/home/sidebar_footer.png);
	height: 30px;
	width: 280px;
}
#sidebar1_content_wrapper {
	padding: 10px;
	background-image: url(images/home/sidebar_bkg.png);
	background-repeat: repeat-y;
	margin-top: 0px;
}
#sidebar1_mddirect_wrapper {
	padding: 10px;
	background-repeat: repeat-y;
}
#sidebar1 hr {
	color: #FFA200;
}
#sidebar1 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #900;
}
#sidebar1 h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #999;
	margin-top: 3px;
}
#sidebar1 p {
	font-size: 0.8em;
	margin-top: 10px;
	margin-bottom: 0px;
	line-height: 1.5em;
}
#sidebar1 p a {
	color: #0066ff;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
}
ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 15px;
}
#mainContent a {
	color: #0066ff;
}
.mddirect_footnote {
	padding: 5px;
	border: 1px solid #999;
	background-color: #F0F0F0;
	color: #333;
}
#blockquote {
	height: 50px;
	width: 50px;
	position: absolute;
	z-index: -1;
	left: 28px;
	top: 62px;
}
#horizontalWideContentContactUs {
	width: 900px;
	height: 207px;
	background-image: url(images/contact_us/team_photo.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 20px;
}
.sitemapH1 {
	font-size: 14px;
	font-weight: bold;
	color: #33C;
}
#footerCopyright a {
	text-decoration: none;
	color: #FF9;
}
