body{
	margin:0;
	color:#111;
	font:14px "Times New Roman", Times, serif;
	background:#f9f2ec url(../images/bg-repeat.jpg) repeat-x;
	min-width:1000px;
}
img{ border-style:none;}

a{
	text-decoration:none;
	color:#000;
}
a:hover{ text-decoration:underline;}
#wrapper{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.w1 {
	width: 1200px;
	position: relative;
	float: left;
	left: 50%;
}
.w2 {
	width: 1200px;
	position: relative;
	float: left;
	left: -50%;
}
/* w3 */
.w3{
	display:table;
	margin:0 auto;
	width:100%;
}
/* header */
#header{ display: table-header-group;}
#header img{ display:block;}
/* nav */
#nav{
	/*background:url(../images/bg-nav.png) repeat-x;*/
	text-transform:uppercase;
	font-size:13px;
	line-height:36px;
	height:1%;
	overflow:hidden;
}
.nav1{
	position: relative;
	float: left;
	left: 50%;
}
#nav ul{
	margin:0;
	padding:0;
	list-style:none;
	position: relative;
	overflow:hidden;
	float: left;
	left: -50%;
}
#nav li{
	float:left;
	background:url(../images/bullet.gif) no-repeat 0 17px;
	padding:0 11px 0 12px;
	display:inline;
	text-align:center;
}
#nav li:first-child{ background:none;}
#nav a{
	color:#191919;
	display:block;
}
#nav a:hover, #nav a.active{
	color:#001643;
	font-weight:bold;
	text-decoration:none;
}
#nav .home{ width:40px;}
#nav .about-us{ width:73px;}
#nav .our-community{ width:118px;}
#nav .lifestyle{ width:72px;}
#nav .continuum-of-care{ width:148px;}
#nav .education{ width:83px;}
#nav .news-events{ width:108px;}
#nav .careers{ width:65px;}
#nav .contact-us{ width:71px;}
#header .box{
	background:#f2e6c0 url(../images/bg-header-box.gif) repeat-x;
	border-top: 1px solid #cdb47c;
	border-bottom:1px solid #cdb47b;
}
/* main-holder */
#main-holder {
	display: table-footer-group;
}

#main:after{
	content:"";
	display:block;
	clear:both;
}
/* footer */
#footer{
	text-align:center;
	padding:10px 0 55px;
	background:url(../images/bg-footer.gif) no-repeat 0 0;
}
#footer ul{
	margin:0;
	padding:0;
	list-style:none;
	font-size:12px;
	font:12px/15px Arial, Helvetica, sans-serif;
}
#footer li{
	display:inline;
	background:url(../images/bullet2.gif) no-repeat 0 6px;
	padding:0 4px 0 8px;
}
#footer a{ color:#232323;text-decoration:underline;}
#footer li:first-child{ background:none;}
#footer address{
	font-style:normal;
	display:inline;
	padding:0;
}

