@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

#container {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 768px;
	width: 960px;
}
body {
	background-color: #009486;
	background-image: url(../bkg.png);
	background-repeat: repeat-x;
}
#container #header {
	height: 200px;
	width: 960px;
}

#container #header #referral {
	position: absolute;
	right: 0px;
	text-decoration: none;
}
#referral a {
	text-decoration: none;
}
#container #header #referral a img {
	text-decoration: none;
}


#container #header #GGlogo {
	position: absolute;
	top: 20px;
	left: 20px;
}
#container #header #Senior_living {
	position: absolute;
	top: 30px;
	left: 400px;
}

.navmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	background-color: #C20065;
	text-align: center;
	margin: 0px;
	width: 100%;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}

.navmenu li {
	display: inline;
	list-style-image: none;
	list-style-type: none;
	color: #000000;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#container #maincontent {
	height: 620px;
	position: relative;
	background-color: #80cac3;
}
#container #maincontent #houseinfo {
	position: absolute;
	width: 830px;
	top: 400px;
	left: 65px;
	height: 200px;
	background-color: #FFF;
}
#container #maincontent #residentinfo {
	position: absolute;
	left: 550px;
	top: 30px;
	width: 380px;
	height: 263px;
}
#container #maincontent #residentkitchen {
	position: absolute;
	top: 380px;
	left: 565px;
}

.houseinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 350px;
}
.residentinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#container #maincontent #housephoto {
	height: 253px;
	width: 376px;
	position: absolute;
	top: 100px;
	left: 60px;
}
#container #maincontent #welcomehome {
	position: absolute;
	top: 20px;
	left: 60px;
}


#container #Nav .navmenu a {
	text-decoration: none;
	color: #FFFFFF;
}
#container #Nav .navmenu a:hover {
	color: #B69753;
	padding-top: 7px;
	padding-bottom: 6px;
}

