/* CSS Document */

/* default font size*/
@import url(small.css);

/* Netscape 4 safe font sizes */
body, div, p, th, td, li, dd {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}


/* pop-up ----------------------------------*/
#box {
	color: #000;
	margin:30px auto;
	width: 610px;
	height:460px;
	padding:0;
	background:url(../../images/img_bg.jpg) no-repeat;
}

#box p{
	font:12px/18px Helvetica, Arial, sans-serif;
	padding:0 0 10px 0;
}

#box a {
	color:#1e803a;
}

#rowOne {
	float:left;
	width:490px;
	padding:220px 60px 0 60px;
	margin:auto 0;
	text-align:center;
}

h6 {
	font:14px/18px Helvetica, Arial, sans-serif;
	color:#1e803a;
}




/* Zeros ----------------------------------*/
body, p, h1, h2, h3, h4, h5, h6, h7, ul, ol, li, form, hr, dl, dt, dd {
	padding: 0;
	margin: 0;
}

body {
	min-width:940px;
}

#container {
	margin:0 auto;
	padding:0;
	width:940px;
}

#header {
	padding:0;
	margin:0;
	background:url(../../images/bg_header.gif) no-repeat;
	height:204px;
}

#content {
	padding:0;
	margin:0;
	background:url(../../images/bg_copy.gif) repeat-y;
	float:left;
	width:940px;
}

#copy {
	padding:0;
	margin:0;
}

#flash {
	padding:0 0 15px 0;
	margin:0;
}

#footer {
	padding:0;
	margin:0;
	background:url(../../images/bg_footer.gif) no-repeat;
	float:left;
	width:940px;
	height:275px;
}

#buttons {
	padding:70px 0 0 39px;
	margin:0;
	height:120px;
}

#buttons a {
	display:block;
	height:120px;
	width:176px;
	float:left;
}


a.online_tour {
	padding:0 3px 0 0;
	margin:0;
	background:url(../../images/btn_onln_tr.gif) no-repeat;
	
}

a:hover.online_tour {
	background:url(../../images/btn_onln_tr_ovr.gif) no-repeat;
	
}

a.advantage {
	padding:0 3px 0 0;
	margin:0;
	background:url(../../images/btn_insd_advntg.gif) no-repeat
}

a:hover.advantage {
	background:url(../../images/btn_insd_advntg_ovr.gif) no-repeat;
}


a.seasons {
	padding:0 3px 0 0;
	margin:0;
	background:url(../../images/btn_fr_ssns.gif) no-repeat;
}

a:hover.seasons {
	background:url(../../images/btn_fr_ssns_ovr.gif) no-repeat;
}
a.gallery {
	padding:0 3px 0 0;
	margin:0;
	background:url(../../images/btn_fr_gallery.gif) no-repeat;
}

a:hover.gallery {
	background:url(../../images/btn_fr_gallery_ovr.gif) no-repeat;
}



#address {
	padding:55px 191px 15px 38px;
	margin:0;
	color:#571b04;
	line-height:140%;
	text-align:center;
}

#address a {
	color:#571b04;
	text-decoration:none;
}

#address a:hover {
	text-decoration:underline;
}

/* nav ----------------------------------*/
#nav {
	padding:0 0 0 33px;
	margin:0;
	list-style:none;
	width:190px;
	float:left;
}

ul li {
	padding:0;
	margin:0;
}

a#home,
a#overview,
a#location_homes,
a#services_amenities,
a#health_wellness,
a#events,
a#career {
	color:#503393;
	text-decoration:none;
	font:12px/15px Arial, Helvetica, sans-serif;
	padding:10px 40px 0 19px;
	width:130px;
	display:block;
	height:22px;
}

a#skilled_nursing,
a#assisted_living,
a#contact {
	color:#503393;
	text-decoration:none;
	font:12px/15px Arial, Helvetica, sans-serif;
	padding:7px 40px 0 19px;
	width:130px;
	display:block;
	height:36px;
}

a:hover#home {
	background:url(../../images/btn_home_on.gif) no-repeat right #503393;
	color:#fff;
}

a:hover#overview {
	background:url(../../images/btn_overview_on.gif) no-repeat right #503393;
	color:#fff;
}

a:hover#location_homes {
	background:url(../../images/btn_lctn_hms_on.gif) no-repeat right #503393;
	color:#fff;
}

a:hover#services_amenities {
	background:url(../../images/btn_srvcs_amnts_on.gif) no-repeat right #503393;
	color:#fff;
}

a:hover#health_wellness {
	background:url(../../images/btn_hlth_wlns_on.gif) no-repeat right #503393;
	color:#fff;
}

a:hover#skilled_nursing {
	background:url(../../images/btn_ruston_on.gif) no-repeat right #503393;
	color:#fff;
}

a:hover#assisted_living {
	background:url(../../images/btn_preston_on.gif) no-repeat right #503393;
	color:#fff;
}

a:hover#events {
	background:url(../../images/btn_events_on.gif) no-repeat right #503393;
	color:#fff;
}

a:hover#career {
	background:url(../../images/btn_career_on.gif) no-repeat right #503393;
	color:#fff;
}

a:hover#contact {
	background:url(../../images/btn_contact_on.gif) no-repeat right #503393;
	color:#fff;
}

/* nav on page ----------------------------------*/

#home_on a#home {
	background:url(../../images/btn_home_on.gif) no-repeat right #503393;
	color:#fff;
}

#overview_on a#overview {
	background:url(../../images/btn_overview_on.gif) no-repeat right #503393;
	color:#fff;
}

#location_homes_on a#location_homes {
	background:url(../../images/btn_lctn_hms_on.gif) no-repeat right #503393;
	color:#fff;
}

#services_amenities_on a#services_amenities {
	background:url(../../images/btn_srvcs_amnts_on.gif) no-repeat right #503393;
	color:#fff;
}

#health_wellness_on a#health_wellness {
	background:url(../../images/btn_hlth_wlns_on.gif) no-repeat right #503393;
	color:#fff;
}

#skilled_nursing_on a#skilled_nursing {
	background:url(../../images/btn_ruston_on.gif) no-repeat right #503393;
	color:#fff;
}

#assisted_living_on a#assisted_living {
	background:url(../../images/btn_preston_on.gif) no-repeat right #503393;
	color:#fff;
}

#events_on a#events {
	background:url(../../images/btn_events_on.gif) no-repeat right #503393;
	color:#fff;
}

#career_on a#career {
	background:url(../../images/btn_career_on.gif) no-repeat right #503393;
	color:#fff;
}

#contact_on a#contact {
	background:url(../../images/btn_contact_on.gif) no-repeat right #503393;
	color:#fff;
}

/* secondary nav ----------------------------------*/

#sec_nav {	
	padding:0;
	margin:0 15px 0 1px;
	list-style:none;
}

a.sec_nav {
	padding:10px 0 10px 19px;
	margin:0;
	color:#503393;
	border-bottom:solid 1px #503393;
	display:block;
	text-decoration:none;
	background:url(../../images/bg_sec_nav_tan.gif) repeat-x bottom;
}

a:hover.sec_nav {
	background:url(../../images/bg_sec_nav.gif) repeat-x bottom;
}

a#on {
	background:url(../../images/bg_sec_nav.gif) repeat-x bottom;
}
	


/* copy area ----------------------------------*/
#copy {
	padding:0 0 0 18px;
	margin:0;
	float:left;
	width:517px;
}

#copy a {
	color:#503393;
	text-decoration:none;
}

#copy a:hover {
	background-color:#cfc3ea;
	border-bottom:solid 1px #503393;
}

.floatRight {
	padding:0 0 0 7px;
	margin:0;
	float:right;
}

.floatLeft {
	padding:10px 10px 0 0;
	margin:0;
	float:left;
}

.fullBleed {
	padding:0 0 10px 0;
	margin:0;
}

h1 {
	padding:0 0 10px 0;
	margin:0;
}

h2 {
	padding:10px 0 5px 0;
	margin:0;
	color:#571b04;
	font-size:120%;
	line-height:150%;
	
}

h3 {
	padding:0 0 10px 0;
	margin:0;
	color:#571b04;
	font-size:120%;
	line-height:150%;
}

h4 {
	padding:0 0 5px 0;
	margin:0;
	color:#571b04;
	font-size:100%;
	font-style:italic;
	line-height:150%;
}

p {
	padding:0 18px 10px 0;
	margin:0;
	line-height:150%;
}

dl {
	line-height:140%;
}

dd {
	padding:5px 0 20px 0;
	margin:0;
}

dt {
	padding:0;
	margin:0;
	font-weight:bold;
}

ul.contact {
	padding:0 18px 10px 0;
	margin:0;
	list-style:none;
}

ul.list {
	padding:0 18px 15px 30px;
}

ul.list li {
	padding:0 0 5px 0;
	line-height:140%;
}

ul.sec_list {
	padding:0 18px 0 25px;
}

ul.sec_list li {
	padding:5px 0 0 0;
	line-height:140%;
}

ol.career_list {
	padding:0 18px 15px 25px;
}

ol.career_list li {
	padding:0 0 5px 0;
	line-height:140%;
}

p.footnote {
	padding:0 18px 10px 0;
	margin:0;
	line-height:150%;
	font-size:80%;
	color:#666;
	font-style:italic;
}

ul.floorplans {
	padding:0 18px 25px 0;
	list-style:none;
	line-height:140%;
}


/* font changer ----------------------------------*/
#font {
	padding:157px 0 0 688px;
	margin:0;
	display:block;
}

a.plus {
	padding:0;
	margin:0;
	background:url(../../images/btn_plus.gif) no-repeat;
	display:block;
	width:13px;
	height:13px;
	float:left;
}

a:hover.plus {
	background:url(../../images/btn_plus_over.gif) no-repeat;
}

a.minus {
	padding:0 0 0 4px;
	margin:0;
	background:url(../../images/btn_minus.gif) no-repeat;
	width:13px;
	height:13px;
	float:left
}

a:hover.minus {
	background:url(../../images/btn_minus_over.gif) no-repeat;
}