@charset "utf-8";
/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.thrColLiqHdr #mainContent {
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0em;
	margin-bottom: 0;
	margin-left: 0em;
	clear: none;
	float: none;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-top-width: medium;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC9900;
	border-right-color: #CC9900;
	border-bottom-color: #CC9900;
	border-left-color: #CC9900;
}

.thrColLiqHdr #container {
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #CCCC99;
	line-height: normal;
	border-top: 0;
	padding-bottom: 0px;
	padding-right: 0px;
} 
.thrColLiqHdr #header {
	height: 100px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
	background-image: url(../Printer%20banner.jpg);
	margin: 0px;
	overflow: hidden;
	visibility: visible;
} 

/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiqHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.thrColLiqHdr #sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 0em; /* top and bottom padding create visual space within this div  */
	background-color: #CCCC99;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	z-index: +1;
	margin-top: 0px;
	display: none;
}
.thrColLiqHdr #sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 0em; /* top and bottom padding create visual space within this div */
	background-color: #CCCC99;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0;
	text-align: center;
	background-position: center;
	overflow: hidden;
	z-index: +1;
	margin: 0px;
	display: none;
}

.PA_font {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bolder;
	text-align: left;
	margin-left: 0px;
}

.Submenu_font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-position: center;
}
.Nav_Bar_Font {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: center;
	font-weight: bolder;
	font-style: normal;
}
.Nav_Bar_Test_Font {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bolder;
	text-align: left;
	margin-left: 0px;
}

.Submenu_Title {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bolder;
	text-decoration: underline;
}

.Admin_List_Div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	left: 10em;
	margin-left: 30%;
}
.Billing_text {
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #555F00;
	margin: 0px;
	float: none;
	clear: none;
}
.Billing_text_bold {
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 1.2em;
	font-weight: bold;
	color: #666600;
	margin: 0px;
	float: none;
	clear: none;
}
.Billing_text_bold_Title {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 1.1em;
	font-weight: bolder;
	color: #666600;
	margin: 0px;
	float: none;
	clear: none;
	font-variant: normal;
	text-transform: uppercase;
	letter-spacing: 0.001em;
	font-size: medium;
	word-spacing: 0.01em;
}

.Billing_text_Center_Text {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #666600;
	margin: 0px;
	float: none;
	clear: none;
	font-variant: normal;
	text-transform: none;
}




.Billing_Jill_TN_Pix {
	border: medium groove #666666;
	margin-top: 0px;
}
.Billing_Div_Column_Pix {
	float: right;
	margin: 0px;
	padding: 0px;
}

.Billing_Jill_Div {
	text-align: justify;
	left: 30em;
	right: 0em;
}

.Billing_Left_TN_Pix {
	border: medium groove #666666;
	margin-right: 10px;
}

.Billing_Right_TN_Pix {
	border: medium groove #666666;
	margin-right: 10px;
}
.Clinic_Text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	text-align: justify;
	margin-right: 12px;
	margin-left: 12px;
	color: #666600;
	padding-right: 12px;
	padding-left: 12px;
}
.Coumadin_Sharon_TN {
	float: right;
	border: medium inset #666666;
	margin-left: 4px;
	clear: none;
	position: relative;
}
.Clinic_Device_Michelle_TN {
	float: right;
	border: medium inset #666666;
	margin-left: 10px;
	clear: none;
	position: relative;
}
.clinic_Device_Pacemaker_pic {
	float: left;
	border: medium solid #000000;
	margin-right: 12px;
	padding-left: 0px;
}

.Coumadin_INR_Monitor_Pic {
	float: left;
	border: medium solid #333300;
	margin-top: 5px;
	margin-right: 12px;
	margin-bottom: 5px;
	padding-left: 0px;
}
.HTN_Patty_TN {
	float: right;
	border: medium groove #666666;
	margin-left: 8px;
	clear: none;
	position: relative;
}
.HTN_bp_monitor_pic {
	float: left;
	border: medium solid #333333;
	margin-right: 12px;
	padding-left: 0px;
}



.List_Names {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bolder;
	color: #660033;
}
.Home_Page_Title {
	width: 100%;
	visibility: visible;
	z-index: -10;
	background-image: url(../Home%20Page/Home%20Page%20Picx/Home-Page-Banner.jpg);
	margin: 0px;
	padding: 0px;
}
.Home_Page_Main_Pic {
	float: right;
}




.HomePageMainContentParagraph {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: normal;
	margin-right: 20px;
	margin-left: 0px;
	padding-right: 15px;
	text-align: justify;
	word-spacing: 0.3em;
}
.MVC_All_Gif {
	background-position: center;
	clear: both;
	float: none;
	display: none;
}
.MVC_WallPaper_Div {
	text-align: justify;
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: scroll;
}
.MVC_All_Header {
	border-bottom-width: 10px;
	border-bottom-style: ridge;
	border-bottom-color: #336600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 230%;
	font-style: normal;
	font-weight: bolder;
	color: #333300;
	margin-top: 0px;
	letter-spacing: 3px;
	background-position: center;
	text-align: center;
	background-color: #FFFFFF;
}

.thrColLiqHdr #container #mainContent p {
	margin-bottom: 0px;
	padding-bottom: 15px;
}

.MainContent_Paragraph {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.end_of_mainContent {
	margin-bottom: 0px;
	padding-bottom: 15px;
}

.thrColLiqHdr #container #sidebar2 p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	font-weight: normal;
	line-height: 12px;
	letter-spacing: normal;
	text-align: center;
	word-spacing: normal;
}
.Search_Text {
	font-family: "Times New Roman", Times, serif;
	color: #0000FF;
	font-size: 100%;
	font-weight: bold;
}
.Sidebar1_Title  {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: normal;
	font-weight: bolder;
	color: #660000;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	right: 0px;
	text-decoration: underline;
	background-position: left;
	text-align: center;
	text-indent: 0.5em;
	padding: 0px;
	left: 2em;
}
.Sidebar2_Title  {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: normal;
	font-weight: bolder;
	color: #660000;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
	text-decoration: underline;
	background-position: center;
	text-align: center;
	padding: 0px;
}
.sidebar2p_addresses {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	letter-spacing: normal;
	text-align: center;
	word-spacing: normal;
}
.sidebar2strong_and_underline {
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	font-family: Impact;
	margin-bottom: 10px;
	line-height: normal;
	vertical-align: middle;
}
.sidebar2Underline_Title {
	font-size: 12px;
	line-height: normal;
	text-decoration: underline;
}
.thrColLiqHdr #container #mainContent p after Header {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: normal;
}
.MA_Photo {
	border: 5px ridge #999999;
	margin-top: 0px;
	clear: none;
	float: none;
}
.MA_Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bolder;
	text-align: center;
}
.MA_Table {
	overflow: hidden;
	margin-right: 2.5%;
}


.MD_Photos {
	float: right;
	margin-right: 40px;
	padding-left: 0px;
	margin-top: 5px;
	border: thick inset #666666;
	clear: none;
	margin-left: 0%;
}
.MD_Photos_AP_Div {
	float: right;
	margin-right: 40px;
	padding-left: 0px;
	margin-top: 5px;
	border: thick inset #666666;
	clear: none;
	margin-left: 0px;
}

.Physician_Pages_subtext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	color: #666633;
	font-weight: normal;
	left: 50px;
}
.Physician_Page_Div {
	margin-left: 40px;
}

.Physician_Page_Title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 175%;
	font-weight: bold;
	margin-top: 0px;
	top: 0px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: groove;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #666666;
	border-left-color: #000000;
	color: #333333;
	background-color: #FFFFFF;
}
.Physician_Page_Bold_Underline {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	left: 50px;
	text-decoration: underline;
	color: #666666;
}
.Echo_Title {
	border-bottom-width: 10px;
	border-bottom-style: ridge;
	border-bottom-color: #0000CC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 230%;
	font-style: normal;
	font-weight: bolder;
	color: #3333CC;
	margin-top: 0px;
	letter-spacing: 3px;
	background-position: center;
	text-align: center;
	background-color: #FFFFFF;
}
.Echo_Leah_Pic {
	float: left;
	margin-right: 12px;
	padding-left: 0px;
	margin-bottom: 20px;
}
.Echo_Kathy_Leah_Pic {
	float: right;
	margin-right: 0px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 12px;
}
.Echo_Div {
	margin-right: 3%;
	margin-left: 3%;
	padding-top: 0px;
	padding-right: 0%;
	padding-bottom: 0px;
	padding-left: 0%;
}
.Echo_ICANEL_Logo {
	float: left;
	margin-right: 12px;
}



.Echo_Picture {
	float: right;
	margin-left: 12px;
	margin-bottom: 20px;
}
.Echo_Text {
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #555F00;
}
.Pt_education_Text {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #4F4F4F;
	margin-bottom: 0px;
	background-position: center;
	font-size: 110%;
	text-decoration: underline;
}
.Pt_education_Text_Title {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #4F4F4F;
	margin-bottom: 0px;
	background-position: center;
	font-size: 150%;
	background-color: #FFFFFF;
}




.Staff_Photo_Table {
	margin-right: 5%;
	margin-left: 5%;
}



.Staff_Photo_Text {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-align: justify;
}
.Staff_Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: justify;
	padding-right: 30px;
	color: #666633;
}

.Staff_Photo {
	float: left;
	margin-right: 30px;
	margin-bottom: 50px;
	clear: none;
	margin-left: 15px;
	border: thick inset #666666;
}

.Staff_Title {
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bolder;
	border-bottom-width: thick;
	border-bottom-style: ridge;
	border-bottom-color: #999999;
	background-color: #FFFFFF;
}
.Testing_Cath_Center_Pic_Div {
	margin-left: 5%;
	margin-right: 5%;
}

.Testing_Center_Pic {
	margin-left: 20%;
	margin-right: 20%;
}

.Testing_Div {
	margin-right: 3%;
	margin-left: 3%;
	padding-top: 0px;
	padding-right: 0%;
	padding-bottom: 0px;
	padding-left: 0%;
}
.Testing_Div_block_para {
	margin-right: 0%;
	margin-left: 0%;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	clear: none;
	overflow: visible;
	display: inline;
}
.Testing_Div_block_para_Group {
	margin-right: 0%;
	margin-left: 0%;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	clear: none;
	overflow: visible;
	display: inline;
}

.Testing_Div_block_para_float_Left {
	margin-right: 0%;
	margin-left: 0%;
	padding-top: 0px;
	padding-right: 0%;
	padding-bottom: 20px;
	padding-left: 0%;
	margin-bottom: 20px;
	margin-top: 0px;
	float: left;
}



.Testing_Text {
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	margin-bottom: 0px;
}

.Testing_Text_Bold {
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #000000;
	font-size: 100%;
}
.Testing_Left_Sided_Pic {
	float: left;
	margin-right: 12px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: medium double #333333;
}
.Testing_Left_Sided_Pic_bordered {
	float: left;
	margin-right: 20px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: medium double #333333;
}
.Testing_Right_sided_Pic_bordered {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	border: medium double #333333;
	margin-right: 0px;
	clear: none;
	padding: 0px;
}
.Testing_Right_sided_Pic_bordered_bttm margin {
	float: right;
	margin-left: 10px;
	margin-bottom: 30px;
	margin-top: 10px;
	border: medium double #333333;
	margin-right: 0px;
	clear: none;
	padding: 0px;
}

.Testing_Right_sided_Pic_bordered_long_bottom_Margin {
	float: right;
	margin-left: 12px;
	margin-bottom: 30px;
	margin-top: 10px;
	border: medium double #333333;
	clear: none;
}




.Testing_Text_Prep {
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	font-size: large;
}
.Testing_Text_Prep_Indent {
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	font-size: large;
	padding-left: 10px;
	margin: 0px;
}

.Testing_Text_Prep_Bold {
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #333333;
	font-size: large;
}
.Testing_Text_Prep_Bold_Red {
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #CC0033;
	font-size: large;
}




.Testing_ETT_Upper_Left_Pic {
	float: left;
	margin-right: 12px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: medium double #333333;
}
.Testing_ETT_Gamma_Camera_Pic {
	float: left;
	margin-right: 12px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: medium double #333333;
}
.Testing_ETT_Myoview_Div_for pic {
	background-position: center center;
	text-align: center;
}


.Testing_ETT_IV_hand_Pic {
	float: right;
	margin-left: 12px;
	margin-bottom: 0px;
	margin-top: 10px;
	border: medium double #333333;
}




.Thumbnail_Pix {
	padding: 1px;
	border: medium inset #666666;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: -75px;
}
.Privacy_Statement_Font {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.Welcome {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bolder;
	color: #666633;
	margin-right: 0px;
	padding-right: 0px;
}
.Welcome_Text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	text-align: justify;
	color: #555F00;
}
.Welcome_Text_MVC {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: justify;
	color: #555F00;
	font-style: normal;
}

.Welcome_Title {
	margin-top: 0px;
}
.Welcome_Div {
	text-align: justify;
	float: left;
	width: 100%;
	overflow: hidden;
}
.Welcome_MVC_Group_Center {
	padding: 5px;
	margin-top: 40px;
	border: thick solid #666666;
}
.Welcome_Pix_Div {
	float: right;
	padding-left: 12px;
	width: 220px;
	height: 1500px;
	margin-top: 50px;
}

.Welcome_Pix {
	float: none;
	border: thick double #666666;
	margin-bottom: 20px;
}
.MD_Div {
	margin-right: 40px;
}
