@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

/*PNG fix for CSS background images -- add div class or ID after comma (.div1, .div2, etc)*/

#MainContentHome .Bucket2, { 
behavior: url('/CSS/pngfix/iepngfix.htc');
}

/*----------------------------------------------------------------------------------------*/

a:link, a:visited, a:active {
	color: #8a2034;
	text-decoration: underline;
}
a:hover {
	color: #333333;
}
a.backToTop {
	display: none;
}

h1, h2, h3 {
	text-align: left;
	color: #8a2034;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	line-height: 17px;
}

p {
	text-align: left;
	margin: 0px;
	padding-bottom: 10px;
}
sup {
	font-size-adjust:0.5;
	font-size: 11px;
}
div.lineBreaker {
	display: block;
	padding: 0px;
	clear: left;
	width: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
}
div.lineBreakerSmall {
	display: block;
	padding: 0px;
	clear: left;
	width: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
div.clear {
	display: block;
	clear: left;
	width: auto;
}
img.left {
	display: none;
}


/*Page Wrappers Begin*/

#OuterWrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 1250px;
}
* html div#OuterWrapper { 
   width: expression( document.body.clientWidth > 1251 ? "1250px" : "auto" ); /* sets max-width for IE */
   max-width: 1250px; /* this sets the max-width value for all standards-compliant browsers */
}
#InnerWrapper {
    position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-left: 4px;
	padding-right: 6px;
	padding-top: 0px;
	min-height: 704px;
	min-width: 810px;
	max-width: 80%;
	width:expression( document.body.clientWidth < 1000 ? "810px" : "80%" );
}
*html div#InnerWrapper {
	padding-right: 4px; /*sets right padding for IE 6*/
}

#OuterWrapperSubPage {
	margin-left: auto;
	margin-right: auto;
	max-width: 1250px;
}
* html div#OuterWrapperSubPage { 
   width: expression( document.body.clientWidth > 1251 ? "1250px" : "auto" ); /* sets max-width for IE */
   max-width: 1250px; /* this sets the max-width value for all standards-compliant browsers */
}
#InnerWrapperSubPage {
    position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-left: 4px;
	padding-right: 6px;
	padding-top: 0px;
	min-height: 704px;
	min-width: 815px;
	max-width: 80%;
	width:expression( document.body.clientWidth < 1017 ? "815px" : "80%" );
}
*html div#InnerWrapperSubPage {
	padding-right: 4px; /*sets right padding for IE 6*/
}

/*Page Wrappers End*/



/*Header Begin*/

#Header {
	/*height: 116px;
	float: left;
	clear: both;*/
	display: none;
}

/* #Header .TopBanner {
	display: none;
} */

/* #Header .RgLogo {
	width: 190px;
	height: 106px;
	float: left;
	margin-left: -10px;
} */

/*Header End*/



/*Top Nav Begin*/

#TopNavHome {
	display: none;
}
#TopNavAboutUs {
	display: none;
}
#TopNavCareOptions {
	display: none;
}
#TopNavLocations {
	display: none;
}
#TopNavResources {
	display: none;
}
#TopNavFaq {
	display: none;
}
#TopNavContactUs {
	display: none;
}
#TopNavPrivacy {
	display: none;
}

/*Top Nav End*/



/*Left Nav Begin*/

#LeftWrapper {
	display: none;
}
/*Left Nav End*/



/*Other Locations Left Menu Begin*/

#OtherLocationsMenu {
	display: none;
}


/*Other Locations Left Menu End*/



/*Search / Title Bar Begin*/

#SearchBarHome {
	display: none;
}

#SearchBarSubPageWrapper {
	display: none;
}

/*Search / Title Bar End*/



/*Homepage Main Content Begin*/

#MainContentWrapperHome {
	margin: 0px;
	width: 85%;
	float: left;
	clear: both;
}
#MainContentHome {
	margin: 0px;
	padding-top: 0px;
	padding-right: 80px;
	float: left;
	clear: both;
}
h1.HomeTopHeading {
	padding-top: 0px;
}
#MainContentHome .MainContentBottomHome {
	display: none;
}
#MainContentHome .HomeBottomBanner {
	display: none;
}
img.left {
	float: left;
	clear: left;
	padding: 5px 14px 7px 0px;
}

/*Homepage Main Content End*/



/*Subpage Main Content Begin*/

#MainContentWrapperSubPage {
	margin: 0px;
	padding-bottom: 20px;
	text-align: left;
	width: 85%;
	float: left;
	clear: both;
	height: auto;
}
#MainContentWrapperLocations {
	margin: 0px;
	padding-bottom: 20px;
	text-align: left;
	width: 85%;
	height: auto;
	float: left;
	clear: both;
}

#MainContentWrapperLocationsSub {
	margin: 0px;
	padding-bottom: 20px;
	text-align: left;
	float: left;
	clear: both;
	height: auto;
	width: 85%;
}


#MainContentSubPage { /*Main Content Area For All Subpages*/
	padding-top: 0px;
	padding-right: 80px;
}
#MainContentSubPage h1 {
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 10px;
}
#MainContentSubPage h2 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 25px;
}
#MainContentSubPage h3 {
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 25px;
}
#MainContentSubPage p {
	padding-right: 25px;
	line-height: 17px;
}
#MainContentSubPage p.footnote {
	font-size: 10px;
}
#MainContentSubPage a {
	font-weight: bold;
}
#MainContentSubPage ul.genericlist {
	list-style: disc;
	margin: 3px 0px 15px 30px;
	padding: 0px 0px 0px 15px;
}
#MainContentSubPage ul.genericlist li {
	padding: 3px 25px 3px 0px;
}
#MainContentSubPage ul.genericlist ul {
	list-style: circle;
	margin: 10px 0px 15px 10px;
	padding: 0px 0px 0px 15px;
}


#healthleaders {
	width: 434px;
	clear: left;
	float: left;
	margin-top: 35px;
	position: relative;
	border: 1px solid #c9c9c9;
}
#healthleaders .ehlogo {
	width: 66px;
	height: 35px;
	position: absolute;
	left: 358px;
	top: 8px;
}
#healthleaders .topleft {
	width: 14px;
	height: 29px;
	float: left;
	margin-right: 3px;
}
#healthleaders .healthleaderstop {
	color: #8a2034;
	font-weight: bold;
	height: 29px;
}
#healthleaders .topright {
	width: 13px;
	height: 29px;
	float: right;
}
#healthleaders .topheading {
	padding-top: 6px;
	height: 23px;
}
#healthleaders .healthleaderscontent {
	padding: 17px 13px 10px 16px;
}
#healthleaders .healthleaderscontent p {
	margin-bottom: 12px;
}
#healthleaders .bottomleft {
	width: 15px;
	height: 12px;
	float: left;
}
#healthleaders .bottom {
	height: 12px;
}
#healthleaders .bottomright {
	width: 15px;
	height: 12px;
	float: right;
}

/* Non-Left Navigation Page Styles Begin -- these apply to privacy policy, and any page that doesn't use left navigation*/

#MainContentWrapperNoNav {
	margin: 0px;
	padding-bottom: 20px;
	text-align: left;
	background-color: #ffffff;
	width: 85%;
	float: left;
	clear: both;
	height: auto;
}
#SearchBarSubPageNoNav {
	display: none;
}
#MainContentSubPageNoNav {
	margin-left: 0px;
	padding-left: 25px;
	padding-top: 22px;
}
#MainContentSubPageNoNav h1 {
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 10px;
}
#MainContentSubPageNoNav h2 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 25px;
}
#MainContentSubPageNoNav h3 {
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 25px;
}
#MainContentSubPageNoNav p {
	padding-right: 25px;
	line-height: 17px;
}
#MainContentSubPageNoNav li {
	padding-right: 25px;
	line-height: 17px;
}
#MainContentSubPageNoNav a {
	font-weight: bold;
}
/* Non-Left Navigation Page Styles End*/



/*Showcase Styles Begin*/
#ShowcaseWrapper {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 25px;
	background-position: top left;
	background-repeat: no-repeat;
	width: 69%;
	height: 117px;
	position: relative;
	clear: left;
}
#ShowcaseWrapper p {
	padding: 0px;
}
#ShowcaseWrapper .ShowcaseImage {
	width: 199px;
	height: 117px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 5;
}
#ShowcaseWrapper .ShowcaseHeader {
	width: 205px;
	height: 27px;
	position: absolute;
	left: 199px;
	top: 0px;
	z-index: 6;
}
#ShowcaseWrapper .ShowcaseContent {
	padding-right: 0px;
	position: absolute;
	left: 199px;
	top: 27px;
	z-index: 6;
}
#ShowcaseWrapper .ShowcaseLink {
	margin-top: 5px;
}
#ShowcaseWrapper .ShowcaseLink a:link {
	color: #8a2034;
	text-decoration: none;
	font-weight: bold;
}
#ShowcaseWrapper .ShowcaseLink a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
#ShowcaseWrapper .ShowcaseLink a:hover {
	text-decoration: underline;
	font-weight: bold;
}
#ShowcaseWrapper .ShowcaseLink a:active {
	color: #8a2034;
	text-decoration: none;
	font-weight: bold;
}
#ShowcaseWrapperCareOptions {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 25px;
	background-position: top left;
	background-repeat: no-repeat;
	width: 575px;
	height: 117px;
	position: relative;
}
#ShowcaseWrapperCareOptions p {
	padding: 0px;
}
#ShowcaseWrapperCareOptions .ShowcaseImage {
	width: 199px;
	height: 117px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 5;
}
#ShowcaseWrapperCareOptions .ShowcaseHeader {
	width: 205px;
	height: 27px;
	position: absolute;
	left: 199px;
	top: 0px;
	z-index: 6;
}
#ShowcaseWrapperCareOptions .ShowcaseContent {
	padding-right: 0px;
	position: absolute;
	left: 199px;
	top: 31px;
	z-index: 6;
}
#ShowcaseWrapperCareOptions .ShowcaseLink {
	margin-top: 5px;
}
#ShowcaseWrapperCareOptions .ShowcaseLink a:link {
	color: #8a2034;
	text-decoration: none;
	font-weight: bold;
}
#ShowcaseWrapperCareOptions .ShowcaseLink a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
#ShowcaseWrapperCareOptions .ShowcaseLink a:hover {
	text-decoration: underline;
	font-weight: bold;
}
#ShowcaseWrapperCareOptions .ShowcaseLink a:active {
	color: #8a2034;
	text-decoration: none;
	font-weight: bold;
}
#ShowcaseWrapperLocations {
	margin-top: 10px;
	margin-bottom: 13px;
	margin-right: 25px;
	background-position: top left;
	background-repeat: no-repeat;
	width: 69%;
	height: 117px;
	position: relative;
	clear: left;
}
#ShowcaseWrapperLocations h1 {
	padding: 0px 0px 3px 0px;
}
#ShowcaseWrapperLocations p {
	padding: 0px;
}
#ShowcaseWrapperLocations .ShowcaseImage {
	width: 200px;
	height: 117px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	float: left;
}
#ShowcaseWrapperLocations .ShowcaseContent {
	padding-right: 0px;
	margin-left: 200px;
	padding-top: 3px;
}

#ShowcaseWrapperLocations .ShowcaseLink {
	margin-top: 5px;
}
#ShowcaseWrapperLocations .ShowcaseLink a:link {
	color: #8a2034;
	text-decoration: none;
	font-weight: bold;
}
#ShowcaseWrapperLocations .ShowcaseLink a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
#ShowcaseWrapperLocations .ShowcaseLink a:hover {
	text-decoration: underline;
	font-weight: bold;
}
#ShowcaseWrapperLocations .ShowcaseLink a:active {
	color: #8a2034;
	text-decoration: none;
	font-weight: bold;
}
img.spacer {
margin: 0px; 
padding: 0px; 
}
/*Showcase Styles End*/

/*Begin - Bottom Link showcase styles - for "your new neighborhood" and "your new home"*/

#bottomlinks {
	width: 285px; 
	clear: left;
	float: left;
	margin-top: 20px;
	position: relative;
	border: 1px solid #c9c9c9;
}
#bottomlinks2 {
	width: 415px; 
	clear: left;
	float: left;
	margin-top: 20px;
	position: relative;
	border: 1px solid #c9c9c9;
}
.topleft {
	width: 14px;
	height: 29px;
	float: left;
	margin-right: 3px;
}
.bottomlinkstop {
	color: #8a2034;
	font-weight: bold;
	height: 29px;
}
.topright {
	width: 13px;
	height: 29px;
	float: right;
}
.topheading {
	padding-top: 6px;
	height: 23px;
}
.bottomlinkscontent {
	padding: 17px 13px 0px 14px;
}
.bottomlinkscontent p {
	margin-bottom: 12px;
}
.bottomleft {
	width: 15px;
	height: 12px;
	float: left;
}
.bottom {
	height: 12px;
}
.bottomright {
	width: 15px;
	height: 12px;
	float: right;
}
/*End - Bottom Link showcase styles - for "your new neighborhood" and "your new home"*/

/* Non-Flash Floorplan Styles Begin */

#wrapper {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wrapper .printbtn {
	display: none;
}
img.FloorplanThumb {
	display: none;
}

/* Non-Flash Floorplan Styles End */

/*Subpage Main Content End*/



/*Right Content Begin*/

#RightWrapper {
	display: none;
}

#RightWrapperSubPage {
	display: none;
}

/*Right Content End*/



/*Bottom Begin*/

#Bottom {
	display: none;
}

#BottomSubPage {
	height: 52px;
	margin-bottom: 12px;
	float: left;
	clear: both;
	width: 75%;
}

/*Bottom End*/



/*Sub Footer Begin*/

#BottomSubPage .SubFooter {
	text-align: left;
	height: 20px;
	margin-top: 10px;
	font-weight: bold;
	color: #8a2034;
	padding-top: 0px;
}

/*Sub Footer End*/



/*Footer Begin*/

#Footer {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin-bottom: 0px;
	margin-top: 10px;
	float: left;
	clear: both;
	text-align: left;
}
#Footer a:link, a:visited, a:hover, a:active {
	color: #333333;
	text-decoration: underline;
}

/*Footer End*/