/* client.css */
@import url(tiny-mce/public.css);
@import url(forms.css);
.cmspage {
padding: 0;
}
a, a:link, a:visited {
color: #A50012;
}
a:hover, a:focus, a:active {
color: #050607;
text-decoration: underline;
}
body {
background: #d4cec2 url(../imgs/bkgd.jpg) repeat-x top left;
font-family: helvetica, arial, sans-serif;
font-size: .8em;
color: #585858;
}
/* ------------------ h's --------------------*/
#Content h1 {
font-size: 1.8em;
margin-bottom: .2em;
color: #a50012;
}
#Content h2, #Content h3, #Content h4,
#Content h5, #Content h6 {
margin: .4em 0 .2em;
color: #444444;
}
#Content h2 {
font-size: 1.6em;
}
#Content h3 {
font-size: 1.4em;
}
#Content h4 {
font-size: 1.2em;
}
#Content h5 {
font-size: 1em;
}
#Content h6 {
font-size: 1em;
font-weight: normal
}
#BottomPanels h1 {
font-size: 1.5em;
}
#BottomPanels h2 {
font-size: 1.3em;
}
#BottomPanels h3 {
font-size: 1.2em;
}
#BottomPanels h4 {
font-size: 1.1em;
}
#BottomPanels h5 {
font-size: 1.0em;
}
#BottomPanels h6 {
font-size: 1.0em;
font-weight: normal
}
/* ------------------TopNav-------------------- */
#TopNav {
background-color: #e3e1d8;
width: 968px;
float: left;
}
#TopNav ul {
float: left;
list-style: none;
padding-left: 24px;
}
#TopNav li {
float: left;
margin-bottom: 0px;
padding: 10px 0 6px;
font-weight: bold;
}
#TopNav li a, #TopNav li a:visited {
color: #4e4e4d;
text-decoration: none;
display: block;
white-space:nowrap;
padding: 0 15px;
border-right: 1px solid #cac9c5;
line-height: 1em;
}
#TopNav li.Last a, #TopNav li.Last a:visited {
background: none;
border-right: none;
}
#TopNav li a:hover, #TopNav li a:focus, #TopNav li a:active {
text-decoration: underline;
}
#TopNav li.Alt a, #TopNav li.Alt a:visited {
color: #a50012;
}
/* ----------------------Header---------------------------- */
#HeaderWrapper {
background: url(../imgs/headerBkgd.gif) repeat-y top left;
}
#Header {
width: 968px;
background: #ffffff url(../imgs/ribbon.gif) no-repeat bottom right;
}
#Logo {
float: left;
padding: 34px 0 31px 21px;
}
#Login {
float: right;
width: 220px;
position: absolute;
left: 710px;
top: 76px;
background: #FFFFFF;
border: 1px solid #a50012;
color: #a50011;
font-weight: bold;
font-size: 1.2em;
padding: 4px 8px;
}
#PortalLogoutStatus, #PortalSigninStatus {
font-size: .7em;
color: #444444;
padding-top: 4px;
}
#PortalSigninStatus {
background: transparent url(../imgs/icons/SignInArrow.png) no-repeat center right;
}
#PortalSigninStatus a, #PortalSigninStatus a:link,
#PortalSigninStatus a:visited, #PortalLogoutStatus a,
#PortalLogoutStatus a:link, #PortalLogoutStatus a:visited {
color: #585858;
text-decoration: none;
}
#PortalSigninStatus a#PortalSigninLink,
#PortalLogoutStatus a.First {
color: #585858;
text-decoration: none;
border-right: 1px solid #444444;
padding-right: 5px;
}
#PortalSigninStatus a:hover,
#PortalLogoutStatus a:hover,
#PortalSigninStatus a#PortalSigninLink:hover {
color: #050607;
text-decoration: underline;
}
/* ----------------------- Main Nav -------------------------- */
#MainNavWrapper {
width: 970px;
margin: 0 auto;
float: left;
margin-bottom: 8px;
}
#MainNav {
width: 970px;
background: transparent url(../imgs/MainNavBottom.gif) no-repeat bottom center;
}
#MainNav ul {
float: left;
list-style: none;
background: transparent;
display: block;
}
#MainNav li {
float: left;
margin-bottom: 0px;
padding-right: 0px;
}
#MainNav li.First a, #MainNav li.First a:visited {
background: #860019 url(../imgs/MainNavFirst.gif) no-repeat bottom left;
}
#MainNav li.First a:hover, #MainNav li.First a:focus, #MainNav li.First a:active {
background: #860019 url(../imgs/MainNavFirstHover.gif) no-repeat bottom left;
}
#MainNav li.First strong {
background: #860019 url(../imgs/MainNavFirstActive.gif) no-repeat bottom left;
color: #a50011;
text-shadow: none;
}
#MainNav li.Last a, #MainNav li.Last a:visited {
background: #860019 url(../imgs/MainNavLast.gif) repeat-x bottom right;
}
#MainNav li.Last a:hover, #MainNav li.Last a:focus, #MainNav li.Last a:active {
background: #860019 url(../imgs/MainNavLastHover.gif) repeat-x bottom right;
}
#MainNav li.Last strong {
background: #860019 url(../imgs/MainNavLastActive.gif) repeat-x bottom right;
color: #a50011;
text-shadow: none;
}
#MainNav li a {
display: block;
font-size: 1.1em;
font-weight: bold;
color: #ffffff;
text-decoration: none;
padding: .88em 26px 1em 26px;
line-height: 1.5em;
white-space: nowrap;
background: #860019 url(../imgs/MainNav.gif) repeat-x bottom right;
text-shadow: 1px 1px 1px #7a0112;
border-left: 1px solid #7c000a;
border-right: 1px solid #92000b;
margin-bottom: 2px;
}
#MainNav li strong {
display: block;
font-size: 1.1em;
font-weight: bold;
color: #a50011;
text-decoration: none;
padding: .88em 26px 1em 26px;
line-height: 1.5em;
white-space: nowrap;
background: #860019 url(../imgs/MainNavActive.gif) repeat-x bottom right;
text-shadow: none;
border-left: 1px solid #7c000a;
border-right: 1px solid #92000b;
margin-bottom: 2px;
}
#MainNav li.First a, #MainNav li.First strong {
border-left: none;
}
#MainNav li.Last a, #MainNav li.Last strong {
border-right: none;
}
#MainNav li a:hover, #MainNav li a:focus, #MainNav li a:active {
background: #860019 url(../imgs/MainNavHover.gif) repeat-x bottom right;
color: #ffffff;
}
/*------------------- Content --------------------*/
#BodyWrapper {
width: 970px;
margin: 0 auto;
}
#ContentWrapper {
background: transparent;
width: 970px;
clear: both;
}
#Content .cmspanel {
padding: 0;
}
#Col1Col2 {
float: left;
width: 724px;
}
#BelowMainText {
width: 724px;
float: left;
}
#ColWrapper2 {
background: transparent url(../imgs/Col1Col2Bkgd.gif) repeat-y top left;
width: 724px;
}
.ColWrapperTop {
background: transparent url(../imgs/Col1Col2BkgdTop.gif) no-repeat top left;
padding-top: 8px;
width: 724px;
}
.ColWrapperBtm {
background: transparent url(../imgs/Col1Col2BkgdBtm.gif) no-repeat bottom left;
padding-bottom: 8px;
width: 724px;
margin-bottom: 8px;
}

/* --------------Col1----------------- */
#Col1 {
float: left;
padding: 0 0 0 8px;
width: 205px;
overflow: hidden;
}
#Col1 .cmspanel {
padding: 8px;
font-size: .9em;
}
#Col1 .cmspanel h1, #Col1 .cmspanel h2 {
color: #000000;
font-weight: normal;
font-size: 10px;
}
#Col1 .cmspanel h3 {
color: #a50012;
border-bottom: 1px solid #b2b2b2;
padding-bottom: .4em;
font-size: 1.3em;
}
#Col1 .cmspanel h4 {
color: #444444;
border-bottom: 1px solid #b2b2b2;
padding-bottom: .4em;
font-size: 1.3em;
}
#Col1 .cmspanel h5 {
color: #444444;
border-bottom: 1px solid #b2b2b2;
padding-bottom: .4em;
font-size: 1.2em;
}
#Col1 .cmspanel h6 {
color: #444444;
border-bottom: 1px solid #b2b2b2;
padding-bottom: .4em;
font-size: 1.0em;
}

#Col1 .cmspanel ul {
margin: .4em 0;
}
#Col1 .cmspanel ul li {
padding: 0;
margin-bottom: .2em;
margin-left: 2em;
}
#Col1 .cmspanel ol {
margin: .4em 0;
}
#Col1 .cmspanel ol li {
padding: 0;
margin-bottom: .2em;
margin-left: 2em;
display: list-item;
}
/* -------------Col2---------------- */
#Col2 {
float: right;
padding: 0 14px 0 20px;
width: 477px;
background: transparent url(../imgs/col2Gradiant.png) no-repeat top left;
overflow: hidden;
}
#Content {
}
#BottomPanels {
position: relative;
}
#BelowLeft {
float: left;
width: 48%;
}
#BelowRight {
float: right;
width: 48%;
}
#BreadcrumbsWrapper {
}
/*--------------------DeepFooter-------------------- */
.DeepFooterTop {
background: transparent url(../imgs/DeepFooterTop.gif) no-repeat top left;
padding-top: 6px;
width: 724px;
}
.DeepFooterBtm {
background: transparent url(../imgs/DeepFooterBtm.gif) no-repeat bottom left;
padding-bottom: 8px;
width: 724px;
margin-bottom: 8px;
}
#DeepFooter .cmspanel {
background: transparent url(../imgs/DeepFooterBkgd.gif) repeat-y top left;
width: 660px;
padding: 0 32px 8px;
}
#DeepFooter .cmspanel h2 a, #DeepFooter .cmspanel h2 a:visited {
color: #A50012;
}
#DeepFooter .cmspanel h2 {
background: #ffffff;
margin: 0;
background: #ffffff url(../imgs/DeepFooterGradient.gif) no-repeat bottom left;
padding: 10px 2px 20px 32px;
margin-right: 2px;
margin: 0 -30px 0 -32px;
display: block;
font-size: 1.8em;
color: #A50012;
}
#DeepFooter .cmspanel h1 {
font-size: 10px;
color: #000;
font-weight: normal;
}
#DeepFooter .cmspanel h3, #DeepFooter .cmspanel h4,
#DeepFooter .cmspanel h5, #DeepFooter .cmspanel h6 {
color: #444444;
}
#DeepFooter .cmspanel h3 {
font-size: 1.2em;
}
#DeepFooter .cmspanel h4 {
font-size: 1.1em;
}
#DeepFooter .cmspanel h5 {
font-size: 1em;
font-weight: bold;
}
#DeepFooter .cmspanel h6 {
font-size: 1em;
}
#DeepFooter {
font-size: .8em;
}
#DeepFooter .cmspanel a, #DeepFooter .cmspanel a:link,
#DeepFooter .cmspanel a:visited {
color: #474747;
text-decoration: none;
}
#DeepFooter .cmspanel a:hover, #DeepFooter .cmspanel a:active,
#DeepFooter .cmspanel a:focus {
color: #050607;
text-decoration: underline;
}
/* -------------------Proximtiy Nav------------------- */
#ProximityNav {
width: 205px;
margin-bottom: 2em;
}
#ProximityNav h2 {
font-size: 1.2em;
font-weight: bold;
padding: .4em 2px .4em 6px;
background: transparent url(../imgs/h2Bkgd.gif) repeat-y bottom right;
margin: 0 2px 2px 0;
}
#ProximityNav h2 strong {
font-weight: bold;
color: #FFFFFF;
}
#ProximityNav h2 a, #ProximityNav h2 a:link,
#ProximityNav h2 a:visited {
color: #FFFFFF;
text-decoration: none;
}
#ProximityNav h2 a:hover, #ProximityNav h2 a:focus, #ProximityNav h2 a:active {
color: #ffffff;
}
#ProximityNav ul {
list-style: none;
}
#ProximityNav ul li {
margin: 0;
line-height: 1em;
border-bottom: solid 1px #d1d0cd;
margin-right: 2px;
padding-left: 9px;
}
#ProximityNav ul li li {
border: none;
}
#ProximityNav ul li a, #ProximityNav ul li strong,
#ProximityNav ul li a:visited {
color: #585858;
text-decoration: none;
display: block;
padding: .5em 2px .5em 12px;
font-size: .9em;
background: transparent url(../imgs/redArrow.gif) no-repeat center left;
}
#ProximityNav ul ul li a {
padding: .3em 2px .3em 14px;
}
#ProximityNav ul li.Active a, #ProximityNav ul li.Active strong,
#ProximityNav ul li.Active a:visited {
color: #585858;
}
#ProximityNav ul li a:hover, #ProximityNav ul li a:focus, #ProximityNav ul li a:active {
color: #a50011;
}
#ProximityNav li.Active {
font-weight: bold;
}
#ProximityNav li.Active li {
font-weight: normal;
font-size: .9em;
}
#ProximityNav ul ul {
padding: 0 0 .5em;
}
#ProximityNav ul ul li a, #ProximityNav ul ul li strong,
#ProximityNav ul ul li a:visited {
background: none;
}
#ProximityNav ul li.Active ul li a, #ProximityNav ul li.Active ul li strong,
#ProximityNav ul li.Active ul li a:visited {
color: #585858;
}
#ProximityNav ul li.Active ul li a:hover, #ProximityNav ul li.Active ul li a:focus, #ProximityNav ul li.Active ul li a:active {
background: #f6f5f3;
}
/* -------------------- Breadcrumbs --------------------- */
#Breadcrumbs {
color: #585858;
font-size: .8em;
padding: .9em 10px .9em 10px;
width: 484px;
float: left;
}
#Breadcrumbs a, #Breadcrumbs a:link,
#Breadcrumbs a:visited {
color: #585858;
text-decoration: underline;
}
#Breadcrumbs a:hover, #Breadcrumbs a:focus, #Breadcrumbs a:active {
color: #A50011;
}
#Breadcrumbs strong {
font-weight: normal;
}
#PageToolsWrapper {
float: right;
width: 216px;
}
/* ----------------- Text Sizer ----------------------- */
#TextSizer {
float: left;
padding-top: 0px;
margin-top: -1px;
}
#TextSizer h2 {
display: none;
}
#TextSizer ul {
float: left;
}
#TextSizer a {
cursor: pointer;
display: block;
height: 15px;
overflow: hidden;
text-indent: -32767px;
width: 15px;
}
#TextSizer a.NormalFont {
background: url(../imgs/icons/text_changer_image.gif) no-repeat 0 0;
width: 15px;
}
#TextSizer a.LargeFont {
background: url(../imgs/icons/text_changer_image.gif) no-repeat 15 0;
width: 15px;
}
#TextSizer a.X-LargeFont {
background: url(../imgs/icons/text_changer_image.gif) no-repeat 30 0;
width: 15px;
}
#TextSizer li a.NormalFont:hover,
#TextSizer li a.NormalFont:focus,
#TextSizer li a.NormalFont:active {
background-color: transparent;
background-position: 0 -14px;
}
#TextSizer li a.LargeFont:hover,
#TextSizer li a.LargeFont:focus,
#TextSizer li a.LargeFont:active {
background-color: transparent;
background-position: -15px -14px;
}
#TextSizer li a.X-LargeFont:hover,
#TextSizer li a.X-LargeFont:focus,
#TextSizer li a.X-LargeFont:active {
background-color: transparent;
background-position: -30px -14px;
}
#TextSizer li, #PageTools li {
margin: 0;
}
/* ---------------- Page Tools ------------------ */
#PageToolsWrapper {
padding: .7em 0em 0 2px;
}
#PageToolsWrapper .Dec {
float: left;
}
#PageTools {
float: left;
}
#PageTools ul {
float: left;
list-style: none;
}
#PageTools li {
float: left;
padding-left: 8px;
}
#PageTools li a {
color: #696a6a;
font-size: .8em;
padding-left: 18px;
cursor: pointer;
display: block;
height: 13px;
display: inline-block;
overflow: hidden;
text-decoration: none;
}
#PageTools li.Print a {
background: url(../imgs/icons/print.gif) no-repeat 0 0;
}
#PageTools li.Share a {
background: none;
padding-left: 0;
}
#PageTools li.Save a {
text-decoration: none;
background: url(../imgs/icons/save.gif) no-repeat 0 0;
}
#PageTools li a:hover, #PageTools li a:focus, #PageTools li a:active {
color: #050607;
background-position: 0 -14px;
text-decoration: underline;
padding-bottom: 0px;
}
/* ----------------------Col#3 --------------------*/
#Col3 {
float: right;
width: 241px;
font-size: 1.2em;
position: relative;
overflow: hidden;
}
/* -----------------Search----------------------- */
#SearchWrapper {
padding: 0px 0px;
width: 241px;
background: transparent url(../imgs/Col3PanelBkgd.gif) repeat-y top left;
position: relative;
min-height: 130px;
}
#Search {
position: relative;
float: left;
width: 223px;
margin: 0;
text-align: left;
display: block;
padding: 0 11px;
background: transparent url(../imgs/icons/search.gif) no-repeat 214px 6px;
}
#Search form {
display: block;
}
#Search fieldset {
width: 223px;
padding: 0;
}
#Search input#SearchInput {
float: left;
width: 190px;
color: #444;
border: 1px solid #b2b2b2;
font-family: helvetica, arial, sans-serif;
padding: 5px 4px;
margin-bottom: .8em;
}
#Search input.ImgButton {
float: left;
color: #FFFFFF;
background: #4a4a4a;
font-weight: bold;
font-family: helvetica, arial, sans-serif;
margin: 1em 0;
}
.SearchTop {
background: transparent url(../imgs/Col3PanelHTop.png) no-repeat bottom left;
padding-top: 5px;
}
.SearchBtm {
background: transparent url(../imgs/Col3PanelBtm.gif) no-repeat bottom left;
padding-bottom: 10px;
margin-bottom: 8px;
}
#SearchWrapper h3 {
background: #ffffff;
margin: 0;
background: #ffffff url(../imgs/Col3HGradient.png) no-repeat bottom left;
padding: 10px 2px 20px 11px;
margin-right: 2px;
display: block;
}
input.Button, input.Submit, #Search input.Submit, a.Button, a.Button:visited,
.DoctorNewSearchLink, .DoctorNewSearchLink:visited, .ReturnToResults a, .ReturnToResults a:visited {
color: #FFFFFF;
background: #4a4a4a;
border: 2px solid #4a4a4a;
border-top-color: #4a4a4a;
border-left-color: #4a4a4a;
font-weight: bold;
font-family: helvetica, arial, sans-serif;
-moz-border-radius: 4px;
text-decoration: none;
}
#Col3 .cmspanel a.Button, #Col3 .cmspanel a.Button:visited {
color: #ffffff;
font-weight: bold;
font-size: 1.2em;
padding: 4px;
}
#Col3 .cmspanel a.Button:hover,
#Col3 .cmspanel a.Button:focus,
#Col3 .cmspanel a.Button:active {
text-decoration: none;
}
input.Button:hover, input.Submit:hover,
input.Button:focus, input.Button:active,
input.Submit:focus, input.Submit:active,
#Search input.Submit:focus, #Search input.Submit:active,
#Search input.Submit:hover, a.Button:hover, a.Button:active,
.DoctorNewSearchLink:hover, .DoctorNewSearchLink:active,
.ReturnToResults a:hover, .ReturnToResults a:active {
color: #FFFFFF;
background: #a50011;
border: 2px solid #a50011;
border-top-color: #a50011;
border-left-color: #a50011;
}
a.Button, a.Button:visited, .DoctorNewSearchLink, .DoctorNewSearchLink:visited,
.ReturnToResults a, .ReturnToResults a:visited {
padding:1px 3px;
}
/*--------------Col3 Panels----------------*/
#Col3 .cmspanel {
background: transparent url(../imgs/Col3PanelBkgd.gif) repeat-y top left;
padding: 0px 11px 1.4em;
font-size: .8em;
}
.Col3PanelBtm {
background: transparent url(../imgs/Col3PanelBtm.gif) no-repeat bottom left;
padding-bottom: 10px;
margin-bottom: 8px;
}
.Col3PanelTop {
background: transparent url(../imgs/Col3PanelTop.gif) no-repeat bottom left;
padding-top: 5px;
}
#Col3 .cmspanel h1, #Col3 .cmspanel h2 {
font-size: 10px;
color: #000;
font-weight: normal;
}
#Col3 .cmspanel h3 {
background: #ffffff;
margin: 0;
background: #ffffff url(../imgs/Col3HGradient.png) no-repeat bottom left;
padding: 12px 2px 20px 11px;
margin: -3px -9px 0 -11px;
display: block;
font-size: 1.4em;
}
#Col3 .cmspanel h4 {
color: #ffffff;
background: #9b2138 url(../imgs/Col3PanelHBkgd.gif) repeat-y bottom right;
font-size: 1.2em;
margin-left: -4px;
padding: .2em 0 .2em 4px;
display: block;
}
#Col3 .cmspanel h5 {
padding: 14px 2px 12px 0px;
display: block;
margin: 0px;
color: #444444;
font-size: 1.2em;

}
#Col3 .cmspanel h6 {
padding: 14px 2px 12px 0px;
display: block;
margin: 0px;
color: #444444;
font-size: 1.1em;
}


#Col3 .cmspanel a {
color: #474747;
}
#Col3 .cmspanel ul {
margin-left: 0px;
padding: .4em 0;
list-style: none;
}
#Col3 .cmspanel ul.listBottomBorder li {
border-bottom: 1px solid #cbcac6;
}
#Col3 .cmspanel ul.listImgBorder li {
border-bottom: 1px solid #cbcac6;
min-height: 3.6em;
padding: .6em 0;
}
#Col3 .cmspanel ul li {
margin-bottom: .2em;
clear: both;
padding: .2em 0;
}
#Col3 .cmspanel ol {
margin-left: 1.6em;
padding: .6em .4em .4em;
}
#Col3 .cmspanel ol li {
padding: 0;
}

/*--------------Col3 Tabs in Panels----------------*/
#Col3 .cmspanel ul.Tabnav li { margin-bottom: 0; padding:0; clear:none;}
#Col3 .cmspanel ul.Tabnav li a { color: #fff;}

/* ---------------------Footer -------------------*/
#Footer a {
color: #474747;
}
#Footer ul {
float: left;
list-style: none;
padding-left: 24px;
}
#Footer li {
float: left;
margin-bottom: 0px;
padding: 10px 0 6px;
font-weight: bold;
}
#Footer li a, #Footer li a:visited,
#Footer li a:link {
color: #4e4e4d;
text-decoration: none;
display: block;
white-space:nowrap;
padding: 0 15px;
line-height: 1em;
}
#Footer li.Last a, #Footer li.Last a:visited,
#Footer li.Last a:link {
background: none;
border-right: none;
}
#Footer li a:hover, #Footer li a:focus, #Footer li a:active {
text-decoration: underline;
color: #050607;
}
/*---------------Footer Tables--------------------*/
#BelowMainText .cmspanel th, td {
padding: 4px 10px 4px 0;
}
/* ------------------- Gray Bkgd Element ----------------*/
#GrayBkgd {
background: #e4e1d8 url(../../imgs/GrayBkgdTop.gif) repeat-x left top;
margin: 0 -10px 0 -34px;
padding: 1.6em 43px .8em 34px;
display: block;
position: relative;
width: 444px;
}
.GrayBorderBtm {
background: #e4e1d8 url(../../imgs/GrayBkgdBtm.gif) repeat-x left bottom;
padding-top: 2px;
margin: 0 -10px 1em -34px;
position: relative;
width: 520px;
display: block;
}
#GrayBkgd img {
background: transparent url(../../imgs/largeBorder.jpg) no-repeat right bottom;
padding: 3px;
}
/* ------------------- AlexianConnects Bkgd Element ----------------*/
#Connects {
background: #f7f6f2 url(../../imgs/icons/phone.gif) no-repeat;
background-position: 21px 18px;
margin: 0 -10px 0 -34px;
padding: 1em 43px 1em 34px;
display: block;
position: relative;
width: 444px;
font-size: 1.2em;
}
.ConnectsTop {
background: #f7f6f2 url(../../imgs/GrayBkgdTop.gif) repeat-x left top;
padding-top: 2px;
margin: 0 -10px 0 -34px;
position: relative;
width: 520px;
display: block;
}
#Connects .Call {
font-size: 1.3em;
font-weight: bold;
color: #282828;
}
#Connects .Phone {
font-size: 1.3em;
color: #A50012;
}
/* ------------------- Light Gray Bkgd Element ----------------*/
#LightGrayBkgd {
background: #f7f6f2 url(../../imgs/GrayBkgdTop.gif) repeat-x left top;
margin: 0 -10px 0 -34px;
padding: 1.6em 43px .8em 34px;
display: block;
position: relative;
width: 444px;
}
#LightGrayBkgd .Call {
font-size: 1.3em;
font-weight: bold;
color: #282828;
}
#LightGrayBkgd .Phone {
font-size: 1.3em;
color: #A50012;
}

/* /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
				PRINT STYLING
   \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ */
@media print{
#TopNav, #Login, #PageTools, #DeepFooter, #Footer {
display: none;
}



} /* ||||||||||||||||| END PRINT STYLING |||||||||||||||||*/