@charset "utf-8";
/* Layout
----------------------------------------------------------------------------------------------------*/
body {
	background:#f7dc94;
	color: #000000;
	margin:0;
	padding:0;
	font: 13px Tahoma, Arial, Verdana, sans-serif;
}
#container {
	width:760px;
	margin:0 auto;
	background-color: #FFFFFF;
}
#header {
	height:144px;
	background:url(../images/layout/header_bg.jpg) no-repeat right top;
}
#nav {
	background-color:#006553;
	height: 30px;
}
	#nav ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	}
	#nav ul li{
	display:inline;
	float:left;
	padding:7px 20px;
	border-right: solid 1px #ffffff;
	}
	#nav ul li a{
	color:#ffffff;
	text-decoration: none;
	font-weight:bold;
	letter-spacing: .1em;
	}
	#nav ul li a:hover{
	color:#EEB414;
	}
#banner {
	height:180px;
	overflow:hidden;
	border-bottom: solid 2px #ffffff;
	border-top: solid 2px #ffffff;
}
#content {
	min-height:450px;
	padding: 20px;
}
#footer {
	background-color:#006553;
	padding:5px;
	font-size:11px;
	color:#ffffff;
	text-align:center;
}
#subnav {
	background-color:#C7D6D3;
	height: 20px;
}
	#subnav ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	}
	#subnav ul li{
	display:inline;
	float:left;
	padding:2px 30px;
	border-right: solid 1px #ffffff;
	}
	#subnav ul li a{
	color:#006553;
	text-decoration: none;
	font-weight:bold;
	letter-spacing: .1em;
	}
	#subnav ul li a:hover{
	color:#EEB414;
	}
/* Styles
----------------------------------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {	
	margin:0;
	padding:0;
}
h1 {
	color:#000000;
	font-size:16px;
	padding-bottom:10px;
}
h2 {
	color:#000000;
	font-size:15px;
}
h3 {
	color:#000000;
	font-size:16px;
}
h4 {
	color:#000000;
	font-size:15px;
}
h5 {
	color:#000000;
	font-size:16px;
}
h6 {
	color:#000000;
	font-size:15px;
}
a:link {
	color:#BE8D0C;
}
a:visited {
	color:#BE8D0C;
}
a:hover {
	color:#EEAF0D;
}
a:active {
	color:#EEAF0D;
}
input, textarea {	
	font-family: Tahoma, Arial, Verdana, sans-serif;
}
img {
	border:none;
}
/* Classes
----------------------------------------------------------------------------------------------------*/
.border {
	border: solid 1px #CBCBCB;
}
.flleft {
	float:left;
	margin: 5px;
}
.flright {
	float:right;
	margin: 5px;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* Page Images
----------------------------------------------------------------------------------------------------*/
.home_bg {
	background: url(../images/layout/home_bg.jpg) no-repeat right bottom;
}
.assisted_living_bg {
	background: url(../images/layout/assisted_living_bg.jpg) no-repeat right bottom;
}
.floor_plans_bg {
	background: url(../images/layout/floor_plans_bg.jpg) no-repeat right bottom;
}
.services_bg {
	background: url(../images/layout/services_bg.jpg) no-repeat right bottom;
}
.furnishings_bg {
	background: url(../images/layout/furnishings_bg.jpg) no-repeat right bottom;
}
.contact_bg {
	background: url(../images/layout/contact_bg.jpg) no-repeat right bottom;
}
