﻿html {
	height: 100%;
}
body {
	background-color: #CCCCCC;
	text-align: left;
	margin: 0;
	padding: 0;
}
/* ------------------------------------------------------------- */
/* Layout */
/* ------------------------------------------------------------- */
/* Outside Box */
/* Layout Control */
#outerContainer {
	margin: 2px 2px -40px 2px;
}
/* Inside Box */
/* Content Area */
#innerContainer {
	text-align: left;
	width: 942px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}
#footerText {
	width: 942px;
	clear: both;
	position:inherit;
	/* margin-top: 10px; */
	text-align: center;
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
}
/* Website Top Menu */
#menu {
	padding: 0;
	margin: 4px 0 0 0;
	height: 20px;
	float: right;
}
#menu a, #menu a:visited {
	color: #005A9C;
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: .01em 0 0 0;
	margin: 0.25em 0.75em 0.25em 0.75em;
}
#menu a:hover {
	border-bottom: 0.25em solid #005A9C;
}
.space {
	margin: 0 0.1em 0 0.1em;
	padding: 0;
	float: left;
	color: #005A9C;
	font-family: Verdana;
	font-size: 10px;
}
.box {
	float: left;
}
/* Website Apartments Top Menu */
div#apartmentsmenu {
	padding: 0;
	margin: 5px;
	height: 15px;
	float: right;
}
div#apartmentsmenu a, div#apartmentsmenu a:visited {
	color: #005A9C;
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: .01em 0 0 0;
	margin: 0.25em 0.75em 0.25em 0.75em;
}
div#apartmentsmenu a:hover {
	border-bottom: 0.25em solid #005A9C;
}
/* Bottom Menu Layout */
.FooterLinks a {
	outline: none;
	text-decoration: none;
	border: 0;
	padding: 0;
	margin: 0;
}
/* Rigth Side - Footer */
div#TextAreaFooter {
	text-align: center;
	margin: 0;
	padding: 0;
}
div#TextAreaFooter p {
	margin-top: 3px;
	margin-bottom: 0px;
}
/*	LAYOUT PAGE CONTENT - HOME	*/
.HomeContentImage {
	width: 645px;
	height: 376px;
	vertical-align: top;
}
.HomeContentImage img {
	display: block;
}
.HomeContentSpacer {
	width: 2px;
	height: 370px;
	vertical-align: top;
}
.HomeContentCopy {
	background-image: url('images/Fenton_10s.gif');
	background-position: top;
	background-repeat: no-repeat;
	width: 332px;
	height: 376px;
	vertical-align: top;
}
/* LAYOUT PAGE CONTENT - FRONT PAGE OF EACH SECTION*/
.ContentImage {
	width: 607px;
	height: 374px;
	vertical-align: top;
}
.ContentImage img {
	display: block;
}
.ContentSpacer {
	width: 1px;
	height: 370px; 
	vertical-align: top;
}
.ContentCopy {
	background-image: url('images/Fenton_10.gif');
	background-position: top;
	background-repeat: no-repeat;
	width: 332px;
	height: 374px;
	vertical-align: top;
}
