*
{
	margin: 0;
	padding: 0;
}
HTML, BODY
{
	height: 100%;
}
BODY
{
	background: #9A0B00;
	margin: 0 10px;
	font-family: verdana;
}
A
{
	text-decoration: none;
	font: bold 11px verdana;
	color: #820024;
}
#divContainer
{
	min-height: 100%;
	width: 800px;
	background: #FFF url("../images/container_bg.jpg") repeat-y left top;
	position: relative;
	text-align: left;
}
* HTML #divContainer
{
	height: 100%;
}
#divColumnContainer
{
	width: 790px;
	padding: 0 5px 25;
}
/*preserve footer*/
* HTML #divColumnContainer
{
	width: 800px;
	w\idth: 790px;
}
#divLeftColumn
{
	width: 251px;
	float: left;
	margin: 0 4px 0 13px;
	position: relative;
	display: inline;
/*IE double margin bugfix*/
	border-top: 10px solid #FFF;
}
#divLeftColumnInner
{
	background: transparent url("../images/LeftColumn_bg.jpg") repeat-x left top;
	width: 249px;
	border-top: 1px solid #B3B3B3;
	min-height: 800px;
	margin-left: 1px;
	position: relative;
}
* HTML #divLeftColumnInner
{
	height: 800px;
}
/*use header and footer to create gaps at top and bottom of page without exceeding the 100% height on the body. You cannot use top and bottom margins or padding on the body element and still only have 100% height.
*/
#header
{
	width: 800px;
	height: 9px;
	overflow: hidden;
	background: url("../images/divHeader_bg.jpg") no-repeat;
}
/*cap left base with background image from footer*/
#footer
{
	width: 800px;
	background: url("../images/divFooter_bg.jpg") no-repeat;
	text-align: left;
	height: 43px;
	clear: both;
	margin-top: -10px;
	position: relative;
	z-index: 999;
	font-size: 1px;
}
.base
{
	position: absolute;
	left: 13px;
	top: -10px;
	background: #FFF url("../images/left-col-base.jpg") no-repeat left top;
	height: 10px;
	width: 251px;
	z-index: 1000;
}
#Logo
{
	width: 240px;
	height: 124px;
	background: #DFDFDF url("../images/logo.jpg");
	position: absolute;
	display: block;
	top: 5px;
	left: 3px;
}
#Logo SPAN
{
	display: none;
	visibility: hidden;
}
#ulPrimaryNav
{
	width: 240px;
	margin-top: 140px;
	margin-left: 3px;
	list-style-type: none;
	padding-left: 0px;
	position: relative;
}
#ulPrimaryNav LI
{
	margin: 4px;
	padding: 0px;
	border: 0px solid #FF0000;
	height: 24px;
	width: 233px;
	background: url("../images/NavButton_bg.gif") no-repeat 0 0;
}
#ulPrimaryNav A
{
	border: 0px solid #000000;
	display: block;
	height: 24px;
	font: bold 12px verdana;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 30px;
}
#ulPrimaryNav A:hover
{
	background: url("../images/NavButton_bg.gif") no-repeat 0px -25px;
}
#ulPrimaryNav A SPAN
{
	display: block;
	padding-top: 3px;
}
#divLeftColumn H4
{
	border: 0px solid #800080;
	width: 237px;
	height: 36px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: -1px;
}
H4#NewsBox
{
	background: url("../images/titles/Title_NewsBox.jpg") no-repeat 0px 0px;
}
H4#NewsBox SPAN
{
	visibility: hidden;
}
H4#ArticleArchives
{
	background: url("../images/titles/Title_ArticleArchives.jpg") no-repeat 0px 0px;
}
H4#ArticleArchives SPAN
{
	visibility: hidden;
}
H4#MoreInfo
{
	background: url("../images/titles/Title_MoreInfo.jpg") no-repeat 0px 0px;
}
H4#MoreInfo SPAN
{
	visibility: hidden;
}
H4#NewestOpenings
{
	background: url("../images/titles/Title_NewestOpenings.jpg") no-repeat 0px 0px;
}
H4#NewestOpenings SPAN
{
	visibility: hidden;
}
#divNewsBox
{
	border: 0px solid #FF0000;
	width: 237px;
	margin-left: 5px;
	background: url("../images/divNewsBox_bg.jpg") no-repeat 0px bottom;
	overflow: auto;
}
#ulNewsBox
{
	border: 0px solid #008000;
	list-style-type: none;
	margin-top: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 17px;
	background: url("../images/ulNewsBox_bg.jpg") repeat-y 0px 0px;
	position: relative;
	color: #5D5D5D;
	font: 11px verdana;
	text-decoration: none;
}
#ulNewsBox LI
{
	margin-left: 15px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url("../images/NewsBox_bullet.gif") no-repeat -4px -2px;
	line-height: 10px;
}
#ulNewsBox LI#ulArchiveDate
{
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 3px;
}
#ulNewsBox LI A
{
	color: #5D5D5D;
	font: 11px verdana;
	text-decoration: none;
}
#ulNewsBox UL#ulArchive
{
	height: 12px;
	padding: 0px;
	margin-left: 40px;
	margin-top: 0px;
}
* HTML #ulNewsBox UL#ulArchive
{
	height: 12px;
	padding: 0px;
	margin-left: 10px;
	margin-top: 0px;
}
#ulNewsBox LI#ArchiveList
{
	list-style-type: none;
	background: none;
	display: block;
	margin-left: 0px;
	padding-left: 8px;
}
* HTML #ulNewsBox LI#ArchiveList
{
	list-style-type: none;
	background: none;
	display: inline;
	margin-left: 0px;
	padding-left: 0px;
}
#ulNavBox
{
	border: 0px solid #008000;
	list-style-type: none;
	margin-top: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 17px;
	background: url("../images/ulNewsBox_bg.jpg") repeat-y 0px 0px;
	position: relative;
	color: #5D5D5D;
	font: 11px verdana;
	text-decoration: none;
}
#ulNavBox LI
{
	margin-left: 15px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	background: url("../images/ulbullet.jpg") no-repeat 0px -1px;
	line-height: 8px;
}
#ulNavBox LI A:hover
{
	font: bold 11px verdana;
	color: #3B593D;
}
#ulNavBox LI A
{
	font: bold 11px verdana;
	color: #820024;
}
#ulNewsBox LI A:hover
{
	text-decoration: underline;
}
#ulTopNavigation LI A
{
	font: bold 11px verdana;
	text-decoration: none;
	color: #820024;
	letter-spacing: -1px;
}
#ulTopNavigation A SPAN
{
	padding-top: 4px;
	display: block;
}
#ulTopNavigation LI A:hover
{
	text-decoration: underline;
}
#ulTopNavigation LI
{
	float: right;
	margin: 5px 2px 0;
	padding-left: 4px;
	background: url("../images/ulTopNavigation_bullet.jpg") no-repeat -2px 5px;
}
#ulTopNavigation
{
	height: 25px;
	list-style-type: none;
	background: url("../images/Line_Dots.jpg") no-repeat 0px 12px;
	margin-top: 5px;
}
#ulTopBoxes
{
	height: 108px;
	height: 108px;
	list-style-type: none;
	padding: 0px;
}
#ulTopBoxes LI
{
	float: left;
	width: 169px;
	height: 108px;
	margin-top: 0px;
}
#ulTopBoxes LI A
{
	display: block;
	height: 108px;
	width: 169px;
}
#ulTopBoxes LI A SPAN
{
	visibility: hidden;
	display: none;
	border: 1px solid #DB1A1A;
}
#ulTopBoxes LI A#pt
{
	background: url("../images/PT_TopBox.jpg") no-repeat;
}
/**html #ulTopBoxes li a#pt*/
#INVALID-RULE
{
	margin-top: 0px;
}
#ulTopBoxes LI A#pt:hover
{
	background: url("../images/PT_TopBox.jpg") 0px -108px;
}
#ulTopBoxes LI A#ot
{
	background: url("../images/OT_TopBox.jpg") no-repeat;
	margin-left: 5px;
}
* HTML #ulTopBoxes LI A#ot
{
	margin-left: 5px;
	margin-right: 5px;
}
#ulTopBoxes LI A#ot:hover
{
	background: url("../images/OT_TopBox.jpg") 0px -108px;
}
#ulTopBoxes LI A#st
{
	background: url("../images/ST_TopBox.jpg") no-repeat;
	margin-left: 10px;
}
/**html #ulTopBoxes li a#st*/
#INVALID-RULE
{
	margin-left: 0px;
}
#ulTopBoxes LI A#st:hover
{
	background: url("../images/ST_TopBox.jpg") 0px -108px;
}
#divRightColumn
{
	border: 0px solid #FF0000;
	float: right;
	width: 520px;
}
#divRightColumn OL
{
	list-style-type: decimal;
	font: 11px verdana;
	color: #5D5D5D;
	margin-left: 30px;
}
#divSplashBlock
{
	width: 521px;
	height: 251px;
	margin-top: 5px;
	background: url("../images/divSplashBlock_1.jpg");
}
#ulBottomBoxes
{
	height: 108px;
	margin-top: 10px;
}
#ulBottomBoxes LI
{
	width: 256px;
	height: 108px;
	float: left;
	list-style-type: none;
}
#ulBottomBoxes LI#NewToTherapy
{
	background: url("../images/liNewToTherapy.png");
	margin-right: 5px;
}
#ulBottomBoxes LI#NewToTherapy P
{
	width: 100px;
	font: 11px verdana;
	margin-left: 150px;
	margin-top: 40px;
	padding: 0px;
}
#ulBottomBoxes LI#NewToTherapy A#ntt
{
	position: absolute;
	display: block;
	margin-top: 10px;
	margin-left: 140px;
	font-size: 3px;
	width: 60px;
	height: 25px;
}
#ulBottomBoxes LI#NewToTherapy A#MoreButton
{
	position: absolute;
	display: block;
	margin-top: 4px;
	margin-left: 187px;
	font-size: 12px;
	border: 1px solid #5A0B0B;
	padding: 0px 6px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #C03939;
	color: #340606;
}
#ulBottomBoxes LI#NewToTherapy A#MoreButton SPAN
{
	/*[disabled]visibility:hidden;*/
	/*[disabled]display:none;*/
}
#ulBottomBoxes LI#NewToTherapy A#ntt SPAN
{
	visibility: hidden;
	display: none;
}
#ulBottomBoxes LI#HaveAQuestion
{
	background: url("../images/ulHaveAQuestion.png");
}
#ulBottomBoxes LI#HaveAQuestion P
{
	width: 145px;
	font: 11px verdana;
	margin-left: 104px;
	margin-top: 40px;
	padding: 0px;
}
#ulBottomBoxes LI#HaveAQuestion A#haq
{
	position: absolute;
	display: block;
	margin-top: 10px;
	margin-left: 110px;
	font-size: 3px;
	width: 70px;
	height: 25px;
}
#ulBottomBoxes LI#HaveAQuestion A#haq SPAN
{
	visibility: hidden;
	display: none;
}
#ulBottomBoxes LI#HaveAQuestion A#HereButton
{
	position: absolute;
	display: block;
	margin-top: 12px;
	margin-left: 197px;
	font-size: 12px;
	border: 1px solid #5A0B0B;
	padding: 0px 6px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #C03939;
	color: #340606;
}
#ulBottomBoxes LI#HaveAQuestion A#HereButton SPAN
{
	/*[disabled]visibility:hidden;*/
	/*[disabled]display:none;*/
}
#divRightColumn H4
{
	height: 17px;
}
H4#LatestArticle
{
	background: url("../images/titles/Title_LatestArticle.jpg") no-repeat 0px 0px;
	margin-top: 10px;
}
H4#LatestArticle SPAN
{
	visibility: hidden;
}
H4#NewsAnnouncements
{
	background: url("../images/titles/Title_News&Annoucements.jpg") no-repeat 0px 0px;
	margin-top: 10px;
}
H4#NewsAnnouncements SPAN
{
	visibility: hidden;
}
H4#NewsArchives
{
	background: url("../images/titles/Title_NewsArchives.jpg") no-repeat 0px 0px;
	margin-top: 10px;
}
H4#NewsArchives SPAN
{
	visibility: hidden;
}
H4#FeaturedArticles
{
	background: url("../images/titles/Title_FeaturedArticles.jpg") no-repeat 0px 0px;
	margin-top: 10px;
}
H4#FeaturedArticles SPAN
{
	visibility: hidden;
}
H4#ArchivedArticles
{
	background: url("../images/titles/Title_ArchivedArticles.jpg") no-repeat 0px 0px;
	margin-top: 10px;
}
H4#ArchivedArticles SPAN
{
	visibility: hidden;
}
H4#Faqs
{
	background: url("../images/titles/Title_Faqs.jpg") no-repeat 0px 0px;
	margin-top: 10px;
}
H4#Faqs SPAN
{
	visibility: hidden;
}
#divRightColumn P
{
	font: 14px verdana;
	color: #5D5D5D;
	padding: 5px;
}
/*About Us*/
#divRightColumn H1
{
	width: 517px;
	height: 90px;
}
H4#WhoWeAre
{
	background: url("../images/titles/Title_WhoWeAre.jpg") no-repeat 0px 0px;
	margin-top: 10px;
}
H4#WhoWeAre SPAN
{
	visibility: hidden;
}
H4#NewToTherapy
{
	background: url("../images/titles/Title_NewToTherapy.jpg") no-repeat 0px 0px;
	margin-top: 10px;
}
H4#NewToTherapy SPAN
{
	visibility: hidden;
}
H4#TherapueticServices
{
	background: url("../images/titles/Title_TherapueticServices.jpg") no-repeat 0px 0px;
	margin-top: 10px;
}
H4#TherapueticServices SPAN
{
	visibility: hidden;
}
H4#AskATherapist
{
	background: url("../images/titles/Title_AskATherapist.jpg") no-repeat 0px 0px;
	margin-top: 10px;
}
H4#AskATherapist SPAN
{
	visibility: hidden;
}
H4#PatientTestimonials
{
	background: url("../images/titles/Title_PatientTestimonials.jpg") no-repeat 0px 0px;
	margin-top: 10px;
}
H4#PatientTestimonials SPAN
{
	visibility: hidden;
}
H4#Sitemap
{
	background: url("../images/titles/Title_Sitemap.jpg") no-repeat 0px 0px;
	margin-top: 10px;
}
H4#Sitemap SPAN
{
	visibility: hidden;
}
H4#Contact
{
	background: url("../images/titles/Title_Contact.jpg") no-repeat 0px 0px;
	margin-top: 10px;
}
H4#Contact SPAN
{
	visibility: hidden;
}
H4#Locations
{
	background: url("../images/titles/Title_Locations.jpg") no-repeat 0px 0px;
	margin-top: 10px;
}
H4#Locations SPAN
{
	visibility: hidden;
}
H4#Employment
{
	background: url("../images/titles/Title_Employment.jpg") no-repeat 0px 0px;
	margin-top: 10px;
}
H4#Employment SPAN
{
	visibility: hidden;
}
#divRightColumn H1#AboutUs
{
	background: url("../images/titles/Title_AboutUs.jpg") no-repeat 0px 0px;
}
#divRightColumn H1#AboutUs SPAN
{
	visibility: hidden;
}
#divRightColumn H1#News
{
	background: url("../images/titles/Title_News.jpg") no-repeat 0px 0px;
}
#divRightColumn H1#News SPAN
{
	visibility: hidden;
}
#divRightColumn H1#Articles
{
	background: url("../images/titles/Title_Articles.jpg") no-repeat 0px 0px;
}
#divRightColumn H1#Articles SPAN
{
	visibility: hidden;
}
#divRightColumn H5
{
	margin-top: 10px;
	font: 18px verdana;
}
#ReadMore
{
	font: bold 12px verdana;
	text-decoration: none;
	color: #3B593D;
}
/*clear without structural mark-up*/
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix
{
	display: inline-block;
}
.formwidth
{
	width: 310px;
	border: 0px solid #FF0000;
	margin-top: 10px;
	margin-left: 30px;
	padding-left: 10px;
}
LABEL
{
	float: left;
	width: 280px;
	font: bold 9px verdana;
	border: 0px solid #0000FF;
	margin-left: 0px;
}
A.formwidth
{
	color: #7979FF;
}
A.formwidth:hover
{
	color: #FFF;
}
INPUT, TEXTAREA
{
	width: 280px;
	margin-bottom: 5px;
	border: 1px solid #1E572B;
}
TEXTAREA
{
	width: 280px;
	height: 150px;
}
#submitbutton
{
	width: 75px;
	background: #1E572B;
	color: #FFF;
	border: 1px solid #000000;
}
/*taken from dancers corner for faq and sitemaps*/
#FaqFormatter UL
{
	list-style-type: none;
	padding: 0px;
	border: 0px solid #008000;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 25px;
}
#FaqFormatter LI
{
	margin-top: 3px;
	margin-left: 3px;
	background: url("../images/ulbullet2.jpg") no-repeat 5px 5px;
	border: 0px solid #FF0000;
	display: block;
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 0px;
}
#FaqFormatter LI A:hover
{
	font: bold 11px verdana;
	color: #3B593D;
}
#FaqFormatter LI A
{
	text-decoration: none;
	font: bold 11px verdana;
	color: #820024;
}
.sitemapbox UL
{
	list-style-type: none;
	padding: 0px;
	border: 0px solid #008000;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 0px;
}
.sitemapbox LI
{
	margin-top: 3px;
	margin-left: 3px;
	background: url("../images/ulbullet2.jpg") no-repeat 6px 5px;
	border: 0px solid #FF0000;
	display: block;
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.sitemapbox LI A
{
	text-decoration: none;
	font: bold 11px verdana;
	color: #820024;
}
.sitemapbox LI A:hover
{
	font: bold 11px verdana;
	color: #3B593D;
}
.arrow UL
{
	list-style-type: none;
	padding: 0px;
	border: 0px solid #008000;
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 5px;
}
.arrow LI
{
	margin-top: 3px;
	margin-left: 0px;
	background: url("../images/arrow.jpg") no-repeat 2px 4px;
	border: 0px solid #FF0000;
	display: block;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: none;
}
.arrow LI A
{
	text-decoration: none;
	font: 11px verdana;
	color: #820024;
}
.arrow LI A:hover
{
	font: bold 11px verdana;
	color: #3B593D;
}
#locations
{
	float: left;
	width: 250px;
}
#locations A
{
	font: bold 11px verdana;
	color: #820024;
	text-decoration: none;
}
/*mac hide \*/
* HTML .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/*End hide*/
#BottomBoxes2
{
	/*[disabled]border:1px solid #FF0000;*/
	overflow: auto;
	margin: 10px 0px 0px;
	padding: 0px;
}
#BottomBoxes2 LI
{
	border: 3px solid #DFD6CD;
	width: 249px;
	float: left;
	list-style-type: none;
	margin: 0px 5px 18px 0px;
	/*[disabled]min-height:80px;*/
	font: bold 14px verdana;
	color: #6B8555;
}
#BottomBoxes2 LI SPAN
{
	display: block;
}
#BottomBoxes2 LI#self-pay
{
	background: url(../images/thumbs/self-pay.png) no-repeat;
	padding: 50px 0px 0px 9px;
	height: 30px;
	width: 240px;
}
#BottomBoxes2 #home-health
{
	background: url(../images/thumbs/home-health.png);
	padding: 50px 0px 0px 9px;
	height: 30px;
	width: 240px;
}
#BottomBoxes2 #biliqual
{
	background: url(../images/thumbs/biliqual.png);
	padding: 45px 0px 0px 9px;
	height: 35px;
	width: 240px;
}
#BottomBoxes2 #babynet-certified
{
	background: url(../images/thumbs/babynet.png) no-repeat 16px 0px;
	padding: 63px 0px 0px 9px;
	height: 17px;
	width: 240px;
}
