@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;
	background-color: #E1E9AB;
	background-image: url('/images/build/outerBG.jpg');
	background-repeat: repeat-x;
}

/*PNG fix for CSS background images -- add div class or ID after comma (.div1, #div2, etc)*/

#MainContentHome .Bucket1, #MainContentHome .Bucket2, #apDiv1, .CareOptionsBottom { 
behavior: url('/CSS/pngfix/iepngfix.htc');
}

/*----------------------------------------------------------------------------------------*/



/*Generic Styles Begin*/

a:link {
	color: #656c39;
	text-decoration: underline;
}
a:visited {
	color: #656c39;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text_decoration: underline;
}
a:active {
	color: #656c39;
	text-decoration: underline;
}
a.backToTop, a.backToTop:visited {
	background-image: url(/images/build/backtotoparrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 13px;
	font-size: 11px;
	line-height: 50px;
	color: #656c39;
}
a.backToTop:hover {
	color: #333333;
}

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;
}
ol.genericNumberList {
	margin-top: 5px;
	margin-bottom: 20px;
}
ol.genericNumberList li {
	margin-bottom: 10px;
	margin-top: 0px;
}
ol.genericNumberList li li {
	list-style: none;
	background-image: url('/images/build/bulletSmall.gif');
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
}
ul.genericlist {
	margin: 3px 0px 15px 30px;
	padding: 0px 0px 0px 15px;
}
ul.genericlist li {
	margin: -.2em 0em 0em 0em;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0.6em;
	padding-left: 0em;
	padding-right: 25px;
	list-style-image: url(/images/build/bulletsmall.gif);
	list-style-type: none;
	list-style-position: outside;
	line-height: 18px;
}
ul.genericlist ul {
	margin: 10px 0px 0px 10px;
	padding: 0px 0px 0px 15px;
}
ul.genericlist ul li {
	list-style-image: url(/images/build/bulletsmall.gif);
	padding: 0px 25px 0.7em 0px;
}
ul.sitemaplist {
	margin: 3px 0px 15px 10px;
	padding: 0px 0px 0px 15px;
}
ul.sitemaplist li {
	margin: -.2em 0em 0em 0em;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0.6em;
	padding-left: 0em;
	padding-right: 25px;
	list-style-image: url(/images/build/bulletsmall.gif);
	list-style-type: none;
	list-style-position: outside;
	line-height: 18px;
	font-size: 14px;
}
ul.sitemaplist ul {
	margin: 10px 0px 0px 10px;
	padding: 0px 0px 0px 15px;
}
ul.sitemaplist ul li {
	list-style-image: url(/images/build/bulletsmall.gif);
	padding: 0px 25px 0.7em 0px;
	font-size: 12px;
}
ul.sitemaplist ul li ul li {
	list-style-image: url(/images/build/bulletsmaller.gif);
	padding: 0px 25px 0.7em 0px;
	font-size: 12px;
}

img.left {
	float: left;
	clear: left;
	padding: 4px 13px 7px 0px;
}

/*Generic Styles End*/



/*Page Wrappers Begin*/

#OuterWrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}
* html div#OuterWrapper { 
   width: expression( document.body.clientWidth > 1201 ? "1200px" : "auto" ); /* sets max-width for IE */
   max-width: 1200px; /* this sets the max-width value for all standards-compliant browsers */
}
#InnerWrapper {
    position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image: url('/images/build/innerBG.jpg');
	background-repeat: repeat-x;
	padding-left: 4px;
	padding-right: 6px;
	padding-top: 4px;
	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;
	background-image: url('/images/build/outerBG.jpg');
	background-repeat: repeat-x;
	max-width: 1200px;
}
* html div#OuterWrapperSubPage { 
   width: expression( document.body.clientWidth > 1201 ? "1200px" : "auto" ); /* sets max-width for IE */
   max-width: 1200px; /* this sets the max-width value for all standards-compliant browsers */
}
#InnerWrapperSubPage {
    position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image: url('/images/build/innerBG.jpg');
	background-repeat: repeat-x;
	padding-left: 4px;
	padding-right: 6px;
	padding-top: 4px;
	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*/
}
#OuterWrapperSubPageFixedSize { /* Use this for non-liquid pages, together with the div below */
	margin-left: auto;
	margin-right: auto;
	background-image: url('/images/build/outerBG.jpg');
	background-repeat: repeat-x;
	width: 950px;
}

#InnerWrapperSubPageFixedSize { /* Use this for non-liquid pages */
    position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image: url('/images/build/innerBG.jpg');
	background-repeat: repeat-x;
	padding-left: 4px;
	padding-right: 6px;
	_padding-right: 4px; /* ie6 */
	padding-top: 4px;
	min-height: 704px;
	width:950px;
}

/*Page Wrappers End*/



/*Header Begin*/

#Header {
	height: 177px;
	background-color: #ffffff;
	background-image: url('/images/build/topLeftCorner.gif');
	background-repeat: no-repeat;
	min-width: 800px;
	margin-left: 1px;
	width: 100%;
}
#Header .TopBanner {
	width: 620px;
	height: 177px;
	margin-left: -620px;
	text-align: right;
	float: right;
	position: relative;
	left: 1px;
	background-image:url(/images/build/bg_topHeader.gif);
	background-position:right top;
	background-repeat:no-repeat;
	overflow:hidden;
}
#Header .RgLogo {
	width: 190px;
	height: 106px;
	position: relative;
	float: left;
	z-index: 1;
	top: 10px;
	left: 10px;
}

/*Header End*/



/*Top Nav Begin*/

#TopNavHome {
	height: 35px;
	width: 640px;
	text-align: center;
	position: absolute;
	z-index: 20;
	top: 147px;
	left: 50%;
	margin-left: -320px;
}
#TopNavLp {
	height: 35px;
	width: 840px;
	text-align: center;
	position: absolute;
	z-index: 20;
	top: 147px;
	left: 50%;
	margin-left: -380px;
}
#TopNavLpState {
	height: 35px;
	width: 400px;
	text-align: left;
	position: absolute;
	z-index: 20;
	top: 147px;
	left: 30px;
}
#TopNavPrivacy {
	height: 35px;
	width: 800px;
	text-align: center;
	position: absolute;
	z-index: 20;
	top: 147px;
	left: 13px;
}
#TopNavAboutUs {
	height: 35px;
	width: 645px;
	text-align: center;
	position: absolute;
	z-index: 20;
	top: 147px;
	left: 171px;
}
#TopNavCareOptions {
	height: 35px;
	width: 645px;
	text-align: center;
	position: absolute;
	z-index: 20;
	top: 147px;
	left: 174px;
}
#TopNavLocations {
	height: 35px;
	width: 645px;
	text-align: center;
	position: absolute;
	z-index: 20;
	top: 147px;
	left: 174px;
}
#TopNavResources {
	height: 35px;
	width: 645px;
	text-align: center;
	position: absolute;
	z-index: 20;
	top: 147px;
	left: 174px;
}
#TopNavFaq {
	height: 35px;
	width: 645px;
	text-align: center;
	position: absolute;
	z-index: 20;
	top: 147px;
	left: 174px;
}
#TopNavContactUs {
	height: 35px;
	width: 649px;
	text-align: center;
	position: absolute;
	z-index: 20;
	top: 147px;
	left: 174px;
}

#TopNavBase ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#TopNavBase li {
	display: block;
    float: left;
	padding: 0px 3px 0px 0px;
}
#TopNavBase li.last {
	display: block;
	float: left;
	padding-right: 0px;
}
#TopNavBase ul.ActiveTabLast li {
	padding-right: 0px;
}

/*Top Nav End*/



/*Left Nav Begin*/

#LeftWrapper {
	width: 161px;
	padding-bottom: 10px;
	position: absolute;
	left: 13px;
	top: 148px;
}
#LeftNavContainer {
	width: 161px;
	float: left;
}
.HomeBtn {
	height: 33px;
	overflow: hidden;
}
.LeftNavHeader {
	height: 36px;
	overflow: hidden;
}
.LeftNavContent {
	margin: 0px;
	padding: 0px;
	background-image: url('/images/build/leftnav_mainBG.gif');
	background-repeat: repeat-y;
	background-position: top;
}
.LeftNavContent ul {
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 1px 0px 0px 0px;
	list-style: none;
}
.LeftNavContent li {
	background-image: url('/images/build/leftNavBullet.gif');
	background-repeat: no-repeat;
	background-position: top left;
	padding: 7px 7px 7px 16px;
	border-bottom: 1px solid #d9dacc;
	font-size: 12px;
	line-height: 16px;
}
.LeftNavContent li.state {
	background-image: none;
}
li.currentlink {
	font-weight: bold; 
	background-image: url('/images/build/leftNavCurrentLinkBG.gif');
	background-repeat: no-repeat;
}
li.currentlinkgrey { 
	background-image: url('/images/build/leftNavCurrentLinkBG2.gif');
	background-repeat: no-repeat;
}
.LeftNavContentLocations li.currentlink {
	font-weight: bold;
	padding-right: 8px; 
	background-image: url('/images/build/leftNavCurrentLinkBG3.gif');
	background-repeat: no-repeat;
}
.LeftNavContent a:link {
	color: #8a2034;
	text-decoration: none;
}
.LeftNavContent a:visited {
	color: #8a2034;
	text-decoration: none;
}
.LeftNavContent a:hover {
	text-decoration: underline;
	color: #8a2034;
}
.LeftNavContent a:active {
	color: #8a2034;
	text-decoration: none;
}

.LeftNavContentLocations {
	margin: 0px;
	padding: 0px;
	background-image: url('/images/build/leftnav_mainBG.gif');
	background-repeat: repeat-y;
	background-position: top;
	color: #777777;
}
.LeftNavContentLocations ul {
	margin: 0px 1px 0px 1px;
	padding: 0px;
	list-style: none;
}
.LeftNavContentLocations li {
	margin: 0px;
	padding: 0px;
	padding: 7px 0px 9px 12px;
	border-bottom: 1px solid #d9dacc;
	line-height: 16px;
	font-size: 10px;
	font-weight: bold;
}
.LeftNavContentLocations ul ul {
	margin: 0px 0px 0px -5px;
	padding: 0px;
	list-style: none;
}
.LeftNavContentLocations li li {
	background-image: url('/images/build/leftNavBullet.gif');
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0px;
	padding: 6px 7px 0px 16px;
	border: none;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}
.LeftNavContentLocations ul.StateAndCampus {
	margin: 0px 1px 0px 1px;
	padding: 0px;
	list-style: none;
}
.LeftNavContentLocations ul.StateAndCampus li {
	font-size: 10px;
	color: #660033; 
	padding-bottom: 3px;
}
.LeftNavContentLocations ul.StateAndCampus span.Campus {
	font-size: 12px;
	padding-bottom: 0px;
	color: #8a2034;
}
.LeftNavContentLocations a:link {
	color: #8a2034;
	text-decoration: none;
}
.LeftNavContentLocations a:visited {
	color: #8a2034;
	text-decoration: none;
}
.LeftNavContentLocations a:hover {
	text-decoration: underline;
	color: #8a2034;
}
.LeftNavContentLocations a:active {
	color: #8a2034;
	text-decoration: none;
}
a.greylink:link {
color: #777777; 
text-decoration: none;
font-weight: bold;
}
a.greylink:visited {
color: #777777; 
text-decoration: none;
font-weight: bold;
}
a.greylink:hover {
color: #777777;
text-decoration: underline;
font-weight: bold;
}
a.greylink:active {
color: #777777; 
text-decoration: none;
font-weight: bold;
}
a.purplelink:link {
color: #660033;
text-decoration: none;
font-weight: bold;
}
a.purplelink:visited {
color: #660033;
text-decoration: none;
font-weight: bold;
}
a.purplelink:hover {
color: #660033;
text-decoration: underline;
font-weight: bold;
}
a.purplelink:active {
color: #660033; 
text-decoration: none;
font-weight: bold;
}
a.maroonlink:link {
color: #8a2034;
text-decoration: none;
font-weight: bold;
}
a.maroonlink:visited {
color: #8a2034;
text-decoration: none;
font-weight: bold;
}
a.maroonlink:hover {
text-decoration: underline;
font-weight: bold;
}
a.maroonlink:active {
color: #8a2034; 
text-decoration: none;
font-weight: bold;
}

#LeftNavBottomPiece {
	width: 161px;
	height: 9px;
	background-image: url('/images/build/leftNav_bottom.gif');
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	clear: both;
}

/*Left Nav End*/



/*Other Locations Left Menu Begin*/

#OtherLocationsMenu {
	width: 161px;
	height: 103px;
	background-image: url('/images/build/otherLocationsMenuBG.jpg');
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 10px;
	padding-top: 68px; 
	float: left;
	clear: both;
}
*html div#OtherLocationsMenu {
	margin-top: 5px; /*sets top margin in ie 6*/
}
#OtherLocationsMenu .dropdown {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	width: 141px;
}

/*Other Locations Left Menu End*/



/*Search / Title Bar Begin*/

#SearchBarHome {
	height: 29px;
	background-image: url('/images/build/searchBarBG.jpg');
	background-repeat: repeat-x;
	background-position: top;
	margin-left: 1px;
	margin-right: 1px;
	width: 100%;
}
#SearchBarHome .SearchBarWatermark {
	height: 29px;
	background-image: url('/images/build/searchBar_watermark.gif');
	background-repeat: no-repeat;
	background-position: center;
}
#SearchBarHome .SearchBarLeftCorner {
	width: 21px;
	height: 29px;
	margin-left: -1px;
	background-image: url('/images/build/searchBar_leftCorner.gif');
	float: left;
}
#SearchBarHome .SearchWrapper {
	width: 206px;
	height: 29px;
	margin-right: -1px;
	background-image: url('/images/build/searchBG.jpg');
	float: right;
}
#SearchBarSubPageWrapper {
	background-color: #ffffff;
	border-right: 1px solid #91976c;
	border-left: 1px solid #91976c;
	width: 100%;
}
#SearchBarSubPage {
	margin-left: 169px;
	height: 36px;
	padding-left: 21px;
	background-image: url('/images/build/searchBarBG_sub.jpg');
	background-repeat: repeat-x;
	background-position: left;
	border-top: 1px solid #ececec;
}

#SearchBarSubPage img {
	margin: 0px;
	padding: 0px;
}

#SearchBarSubPage img.crumb {
	cursor: pointer;
}

#SearchBarSubPage .SearchWrapper {
	width: 206px;
	height: 29px;
	margin-right: -1px;
	background-image: url('/images/build/searchBG.jpg');
	float: right;
}

/*Search / Title Bar End*/



/*Homepage Main Content Begin*/

#MainContentWrapperHome {
	/*height: 423px;*/
	margin: 0px;
	background-color: #ffffff;
	background-image: url('/images/build/mainContentBG_watermark.gif');
	background-position: top center;
	background-repeat: no-repeat;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	width: 100%;
}
#MainContentHome {
	margin: 0px;
	padding-top: 0px;
	padding-left: 26px;
}
h1.HomeTopHeading {
	color: #8a2034;
	padding-top: 13px;
}

h1.h1-18 {
	color: #009900;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	padding-top: 13px;
	line-height: 1.3em;
}
#MainContentHome .MainContentBottomHome {
	clear: both;
	height: 317px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	max-width: 800px;
}
* html div#MainContentHome .MainContentBottomHome { 
   width: expression( 765 + "px" ); /* sets max-width for IE */
   max-width: 800px; /* this sets the max-width value for all standards-compliant browsers */
   padding-right: 0px;
   position: relative;
   left: -10px;
}
#MainContentHome .Bucket1 {
	width: 376px;
	height: 317px;
	float: left;
	background-image: url('/images/build/locations_BucketBG.png');
	background-repeat: no-repeat;
}
#MainContentHome .Bucket2 {
	width: 369px;
	height: 317px;
	float: right;
	background-image: url('/images/build/careOptionsBucketBG.png');
	background-repeat: no-repeat;
}
#MainContentHome .Bucket2 .CareOptionsBucketContent {
	margin-top: 36px;
	overflow:hidden;
	height: 271px;
}
#MainContentHome .Bucket2 .CareOptionsBucketContent p {
	text-align: center;
}

#MainContentHome .HomeBottomBanner {
	clear: both;
	height: 99px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	padding-bottom: 3px;
	padding-right: 20px;
	max-width: 800px;
	position: relative;
}
* html div#MainContentHome .HomeBottomBanner { 
   width: expression( document.body.clientWidth > 1015 ? "766px" : "auto" ); /* sets max-width for IE */
   max-width: 800px; /* this sets the max-width value for all standards-compliant browsers */
}
#MainContentHome .HomeBottomBanner .Background {
	background-image: url(/images/build/homeBottomBanner_BG.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 99px;
}
#MainContentHome .HomeBottomBanner .RightEdge {
	float: right;
	height: 99px;
	width: 24px;
	background-image: url(/images/build/homeBottomBanner_rightEdge.jpg);
	background-repeat: no-repeat;
	background-position: top-left;
}
#MainContentHome .HomeBottomBanner .LeftImg {
	float: left;
	width: 344px;
	height: 99px;
	background-image: url(/images/build/homeBottomBanner_left.jpg);
	background-repeat: no-repeat;
	background-position: top-left;	
}
#MainContentHome .HomeBottomBanner .Text {
	margin-left: auto;
	margin-right: auto;
	margin-top: 26px;
	width: 395px;
	height: 40px;
	position: absolute;
	left: 44%;
	z-index: 6;
}
#MainContentHome .HomeBottomBanner .Overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 7;
	height: 99px;
	width: 97%;
	overflow: hidden;
}

*html div#MainContentHome .HomeBottomBanner .Overlay {
   width: expression(99 + "%");
}
img.bannerOverlay {
	width: 100%;
	height: 99px;
	border: 0px;
}
/*Homepage Main Content End*/


/*Subpage Main Content Begin*/

#MainContentWrapperSubPage {
	margin: 0px;
	padding-bottom: 20px;
	text-align: left;
	background-color: #ffffff;
	background-image: url('/images/build/mainContentLeftBorder.gif');
	background-repeat: repeat-y;
	background-position: left;
	border-right: 1px solid #91976c;
	border-left: 1px solid #91976c;
	width: 100%;
	float: left;
	clear: both;
	height: auto;
	min-height: 430px;
}
* html div#MainContentWrapperSubPage { 
   height: expression( this.scrollHeight < 500 ? "430px" : "auto" ); /* sets min-height for IE */
   min-height: 430px; /* sets min-height value for all standards-compliant browsers */
}
#MainContentWrapperLocations {
	margin: 0px;
	padding-bottom: 20px;
	text-align: left;
	background-color: #ffffff;
	background-image: url('/images/build/mainContentLeftBorder.gif');
	background-repeat: repeat-y;
	background-position: left;
	border-right: 1px solid #91976c;
	border-left: 1px solid #91976c;
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	min-height: 515px;
}
* html div#MainContentWrapperLocations { 
   height: expression( this.scrollHeight < 600 ? "515px" : "auto" ); /* sets min-height for IE */
   min-height: 515px; /* sets min-height value for all standards-compliant browsers */
}
#MainContentWrapperLocationsSub {
	margin: 0px;
	padding-bottom: 20px;
	text-align: left;
	background-color: #ffffff;
	background-image: url('/images/build/mainContentLeftBorder.gif');
	background-repeat: repeat-y;
	background-position: left;
	border-right: 1px solid #91976c;
	border-left: 1px solid #91976c;
	float: left;
	clear: both;
	height: auto;
	width: 100%;
	min-height: 530px;
}
* html div#MainContentWrapperLocationsSub { 
   height: expression( this.scrollHeight < 630 ? "530px" : "auto" ); /* sets min-height for IE */
   min-height: 530px; /* sets min-height value for all standards-compliant browsers */
}

#MainContentWrapperFixedSize { /* Use this for non-liquid pages */
	margin: 0px;
	padding-bottom: 20px;
	text-align: left;
	background-color: #ffffff;
	background-image: url('/images/build/mainContentLeftBorder.gif');
	background-repeat: repeat-y;
	background-position: left;
	border-right: 1px solid #91976c;
	border-left: 1px solid #91976c;
	float: left;
	clear: both;
	height: auto;
	width: 950px;
	min-height: 530px;
}
* html div#MainContentWrapperFixedSize { 
   height: expression( this.scrollHeight < 630 ? "530px" : "auto" ); /* sets min-height for IE */
   min-height: 530px; /* sets min-height value for all standards-compliant browsers */
}


#MainContentSubPage { /*Main Content Area For All Subpages*/
	margin-left: 168px;
	padding-left: 25px;
	padding-top: 22px;
}
#MainContentSubPage img.subheader {
	width: 315px;
	padding-bottom: 10px;
}
#MainContentSubPage div.subheader {
	padding-bottom: 10px;
	font-weight: bold;
}
#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;
}
p.footnote {
	font-size: 10px;
}
#MainContentSubPage a:link, #MainContentSubPage a:visited, #MainContentSubPage a:active {
	font-weight: bold;
	color: #656c39;
	text-decoration: underline;
}
#MainContentSubPage a:hover {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

/* 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;
	border-right: 1px solid #91976c;
	border-left: 1px solid #91976c;
	width: 100%;
	float: left;
	clear: both;
	height: auto;
}
#SearchBarSubPageNoNav {
	margin-left: 0px;
	height: 36px;
	padding-left: 21px;
	background-image: url('/images/build/searchBarBG_sub.jpg');
	background-repeat: repeat-x;
	background-position: left;
}
.MainContentSubPageNoNavBG {
}
#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: #8a2034;
	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: #8a2034;
	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: #8a2034;
	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;
}
#bottomlinks2 {
	width: 415px; 
	clear: left;
	float: left;
	margin-top: 20px;
	position: relative;
}
.topleft {
	background-image: url(/images/build/healthleadersTopLeftCorner.gif);
	background-repeat: no-repeat;
	width: 14px;
	height: 29px;
	float: left;
	margin-right: 3px;
}
.bottomlinkstop {
	background-image: url(/images/build/healthleadersTop.gif);
	background-repeat: repeat-x;
	color: #8a2034;
	font-weight: bold;
	height: 29px;
}
.topright {
	background-image: url(/images/build/healthleadersTopRightCorner.gif);
	background-repeat: no-repeat;
	width: 13px;
	height: 29px;
	float: right;
}
.topheading {
	padding-top: 6px;
	height: 23px;
}
.bottomlinkscontent {
	padding: 17px 13px 0px 14px;
	border-left: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
}
.bottomlinkscontent p {
	margin-bottom: 12px;
}
.bottomleft {
	width: 15px;
	height: 12px;
	float: left;
	background-image: url(/images/build/healthleadersBottomLeftCorner.gif);
	background-repeat: no-repeat;
}
.bottom {
	height: 12px;
	background-image: url(/images/build/healthleadersBottom.gif);
	background-repeat: repeat-x;
}
.bottomright {
	width: 15px;
	height: 12px;
	float: right;
	background-image: url(/images/build/healthleadersBottomRightCorner.gif);
	background-repeat: no-repeat;
}
/*End - Bottom Link showcase styles - for "your new neighborhood" and "your new home"*/

/* "Meet The Health Leaders" showcase styles begin */
#healthleaders {
	width: 434px;
	clear: left;
	float: left;
	margin-top: 35px;
	position: relative;
}
#healthleaders .ehlogo {
	width: 66px;
	height: 35px;
	position: absolute;
	left: 358px;
	top: 8px;
}
#healthleaders .topleft {
	background-image: url(/images/build/healthleadersTopLeftCorner.gif);
	background-repeat: no-repeat;
	width: 14px;
	height: 29px;
	float: left;
	margin-right: 3px;
}
#healthleaders .healthleaderstop {
	background-image: url(/images/build/healthleadersTop.gif);
	background-repeat: repeat-x;
	color: #8a2034;
	font-weight: bold;
	height: 29px;
}
#healthleaders .topright {
	background-image: url(/images/build/healthleadersTopRightCorner.gif);
	background-repeat: no-repeat;
	width: 13px;
	height: 29px;
	float: right;
}
#healthleaders .topheading {
	padding-top: 6px;
	height: 23px;
}
#healthleaders .healthleaderscontent {
	padding: 17px 13px 10px 16px;
	border-left: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
}
#healthleaders .healthleaderscontent p {
	margin-bottom: 12px;
}
#healthleaders .bottomleft {
	width: 15px;
	height: 12px;
	float: left;
	background-image: url(/images/build/healthleadersBottomLeftCorner.gif);
	background-repeat: no-repeat;
}
#healthleaders .bottom {
	height: 12px;
	background-image: url(/images/build/healthleadersBottom.gif);
	background-repeat: repeat-x;
}
#healthleaders .bottomright {
	width: 15px;
	height: 12px;
	float: right;
	background-image: url(/images/build/healthleadersBottomRightCorner.gif);
	background-repeat: no-repeat;
}
/* "Meet The Health Leaders" showcase styles end */


/*Floorplan Styles Begin*/
#FloorplanWrapperNonFlash {
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	clear: left;
	width: 69%;
}
img.FloorplanThumb {
	float: right;
	padding-left: 10px;
	padding-bottom: 7px;
}
/*Floorplan Styles End*/


/*Subpage Main Content End*/



/*Right Content Begin*/

#RightWrapper {
	width: 168px;
	margin-bottom: 15px;
	margin-left: 20px;
	float: right;
}

#RightWrapperSubPage {
	width: 168px;
	margin-top: -22px;
	margin-left: 20px;
	margin-bottom: 15px;
	float: right;
}

/*Right Tools Begin*/

#RightTools {
	width: 168px;
	height: 86px;
	font-size: 12px;
	background-image: url('/images/build/rightToolsBG.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	float: right;
}
#RightTools a:link, #RightTools a:visited, #RightTools:active {
	font-weight: normal;
	color: #8a2034;
	text-decoration: none;
}
#RightTools a:hover {
	font-weight: normal;
	color: #8a2034;
	text-decoration: underline;
}
#RightTools ul {
    margin-top: 9px;
	margin-bottom: 0px;
    margin-left: 11px;
	margin-right: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
}
#RightTools li {
	padding: 0px;
}
#RightTools .EnlargeText {
	background-image: url('/images/build/resizeTextIcon.gif');
	background-repeat: no-repeat;
	background-position: bottom-left;
	padding-left: 44px;
	text-decoration: none;
	line-height: 17px;
	color: #8a2034;
}
#RightTools .EnlargeText:hover {
	text-decoration: underline;
}
#RightTools .ReduceTextBullet {
	display: none;
}
#RightTools .ReduceText {
	background-image: url('/images/build/resizeTextIcon2.gif');
	background-repeat: no-repeat;
	background-position: bottom-left;
	padding-left: 44px;
	text-decoration: none;
	line-height: 17px;
	color: #8a2034;
}
#RightTools .ReduceText:hover {
	text-decoration: underline;
}
#RightTools .PrintPage {
	background-image: url('/images/build/printPageIcon.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 44px;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 6px;
	line-height: 35px;
	color: #8a2034;
}
#RightTools .PrintPage:hover {
	text-decoration: underline;
}
#RightTools .EmailPage {
	background-image: url('/images/build/emailPageIcon.gif');
	background-repeat: no-repeat;
	padding-left: 44px;
	text-decoration: none;
	line-height: 16px;
	color: #8a2034;
}
#RightTools .EmailPage:hover {
	text-decoration: underline;
}

#EmailPop {
	visibility: hidden;
	position:absolute;
	right:143px;
	top:271px;
	width:277px;
	/*	width:255px;
	padding:141px;
	background-image:url(/images/shadow_popUp1.png);
	background-repeat:no-repeat;*/
	margin:0 auto;
	z-index:2000;  /* for IE */
	filter:alpha(opacity=0);
	/* CSS3 standard */
	opacity:0;
	overflow: visible;
}
#EmailPop p{
	margin-top: 0px;
	padding-right: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#EmailPop #emailToAFriend {
	margin: 0px;
	width: 195px;
}
#apDiv1 {
	position:absolute;
	left:211px;
	top:19px;
	width:17px;
	height:17px;
	z-index:2001;
	background-image: url(/images/bg_closeBtn.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
#EmailFormBox {
	padding:30px 0px 0px 30px;
	height:257px;
	width:247px;
	background-image:url(/images/bg_popUp1.png);
	background-repeat:no-repeat;
}
#EmailFormResponse {
	padding:10px;
	height:195px;
	width:169px;
	background-color:#FFFFFF;
	visibility:hidden;
	position: absolute;
	left:26px;
	font-weight:bold;
	top: 13px;
}

/*Right Tools End*/

/*Widget Holder Begin*/

#WidgetHolder {
	width: 168px;
	float: right;
	margin-top: 10px;
}

#actNowWidget {
	height: 92px;
	width: 168px;
	overflow: hidden;
	margin-bottom: 10px;
}

#kitWidget {
	height: 229px;
	width: 168px;
	overflow: hidden;
}

/*Widget Holder End*/

/*Right Content End*/



/*Bottom Begin*/

#Bottom {
	height: 14px;
	background-image: url('/images/build/bottom.gif');
	background-repeat: repeat-x;
	clear: both;
	width: 100%
}
#Bottom .BottomLeftCornerHome {
	width: 18px;
	height: 14px;
	background-image: url('/images/build/bottom_leftCorner.gif');
	background-repeat: no-repeat;
	background-position: top;
	float: left;
}
#Bottom .BottomRightCornerHome {
	width: 18px;
	height: 14px;
	background-image: url('/images/build/bottom_rightCorner.gif');
	background-repeat: no-repeat;
	background-position: top;
	float: right;
	position: relative;
	left: 2px;
}
#Bottom .BottomWatermarkHome {
	height: 14px;
	/*background-image: url('/images/build/bottom_watermark.gif');*/
	background-position: top center;
	background-repeat: no-repeat;
}

#BottomSubPage {
	height: 52px;
	background-image: url('/images/build/bottomSubPage.gif');
	background-repeat: repeat-x;
	margin-bottom: 12px;
	float: left;
	clear: both;
	width: 100%;
}
#BottomSubPage .BottomLeftCornerSubPage {
	width: 18px;
	height: 52px;
	background-image: url('/images/build/bottom_leftCornerSubpage.gif');
	background-repeat: no-repeat;
	background-position: top;
	float: left;
}
#BottomSubPage .BottomRightCornerSubPage {
	width: 18px;
	height: 52px;
	background-image: url('/images/build/bottom_rightCornerSubpage.gif');
	background-repeat: no-repeat;
	background-position: top;
	float: right;
	position: relative;
	left: 2px;
}

/*Bottom End*/



/*Sub Footer Begin*/

#BottomSubPage .SubFooter {
	text-align: center;
	height: 40px;
	font-weight: bold;
	color: #8a2034;
	padding-top: 9px;
}

/*Sub Footer End*/



/*Footer Begin*/

#Footer {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin-bottom: 18px;
	margin-top: 10px;
	clear: both;
}
#Footer a:link, a:visited, a:hover, a:active {
	color: #333333;
	text-decoration: underline;
}

/*Footer End*/


/* SEM LANDING PAGE STYLES BEGIN */

#LPsidebarWrapper {
	width: 250px;
	float: right;
	margin: 0px 25px 10px 30px;
}
#LPsidebarWrapperState {
	width: 250px;
	float: right;
	margin: 0px 40px 10px 30px;
}
*html #LPsidebarWrapper {
	margin: 0px 13px 10px 25px;
}
#LPtopRightBtn {
	width: 250px;
	height: 91px;
	margin-bottom: 10px;
}
#LPsidebar {
	width: 268px;
	background-image: url(/lp/care/images/sideBarBG_stretch.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
#LPsidebarContent {
	padding: 0px 50px 10px 20px;
	background-image: url(/lp/care/images/sideBarBG_body.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.formSubHead {
	text-align:center;
	margin-bottom:12px;
}
#LPsidebarTop {
	width:268px;
	height:199px;
	background-image: url(/lp/care/images/sideBarBG_top.jpg);
	background-repeat: no-repeat;
}
#LPsidebarBottom {
	width:268px;
	height:15px;
	background-image: url(/lp/care/images/sideBarBG_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#LPsidebarContent p {
	line-height: 15px;
	padding: 0px;
	margin-bottom: 20px;
}

#LPtestimonial {
	width: 483px;
	background-image: url(/lp/care/images/testimonialBG_stretch.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#LPtestimonialContent {
	padding: 0px 30px 0px 30px;
	background-image: url(/lp/care/images/testimonialBG_int.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	font-style:italic;
}
#LPtestimonialContent p {
	line-height: 15px;
	padding: 0px;
	font-size:11px;
	color:#333333;
}
#LPtestimonialTop {
	width:483px;
	height:15px;
	background-image: url(/lp/care/images/testimonialBG_top.gif);
	background-repeat: no-repeat;
}
#LPtestimonialBottom {
	margin-bottom:12px;
	width:483px;
	height:15px;
	background-image: url(/lp/care/images/testimonialBG_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

img.testimonialImg {
	margin-bottom: 2px;
}

h2.LPh2, h4.LPh4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #6cb33f;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	padding: 0px; 
	margin: 0px;
}
h5.LPh5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5c5c5c;
	font-weight: bold;
	font-size: 12px;
	padding: 0px;
	margin: 2px 0px 15px 0px;
}
#LPbottomKitBtn {
	width: 485px;
	height: 205px;
	position: relative;
	clear: left;
	padding-top: 20px;
}
#LPbottomKitPhone {
	position: absolute;
	top: 177px;
	left: 84px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}
#LPstateTopCopy p {
	margin-bottom: 15px;
}
#LPcommunityShowcase {
	/*height: 234px;*/
	height: auto;
	width: 483px;
	background: url(/lp/care/images/communityTextBG.png) no-repeat top left;
	margin-bottom: 25px;
}
#LPcommunityShowcaseContent {
	height: 170px;
	padding: 11px 17px 35px 17px;
}
#LPcommunityShowcaseContent p {
	line-height: 14px;
}
#LPcommunityShowcaseContent a:link, #LPcommunityShowcaseContent a:visited, #LPcommunityShowcaseContent a:active, #LPstateTopCopy a:link, #LPstateTopCopy a:visited, #LPstateTopCopy a:active {
	color: #589133;
	font-weight: normal;
	text-decoration: underline;
}
#LPcommunityShowcaseContent a:hover, #LPstateTopCopy a:hover {
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}

.LPbottomItal {
	margin-top:80px;
	color:#666666;
}
.LPcalltoaction {
	display:block;
	width:559px;
	height:59px;
	position:absolute;
}
img.LPcomImg {
	float: left;
	padding: 0px 14px 10px 0px;
}
/* SEM LANDING PAGE STYLES END */
