@charset "UTF-8";
.layout #containerHome #leftColumn {
	float: left;
	width: 195px;
	background-image: url(images/home/leftSidePhoto.jpg);
	background-repeat: no-repeat;
	background-position: 1px bottom;
	height: 605px;
}
.layout #containerHome #leftColumn #nav {
	width: 170px;
	margin-left: 24px;
	margin-top: 40px;
	float: right;
}
.layout #containerHome {
	width: 842px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/home/BkgdRepeat-homeBody.gif) repeat-y;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
}
.layout #containerHome #center {
	float: right;
	width: 645px;
	background-color: #FFFFFF;
}
.layout #containerHome #center p {
	margin-right: 25px;
	margin-left: 24px;
	margin-top: 5px;
	margin-bottom: 4px;
}
.layout #containerHome #center table {
	text-align: center;
	padding: 0px;
	width: 620px;
	height: 232px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 0px;
}
.layout  #containerHome #center td  {
	padding: 6px;
	width: 33%;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.layout #containerHome #center h1 {
	font-size: 1.6em;
	color: #024B74;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 9px;
	margin-left: 24px;
	padding: 10px 0px 0px;
	margin-top: 5px;
}
.layout #containerHome #center h2 {
	font-size: 1em;
	margin: 0px 0px 3px;
	line-height: 1.1em;
}
.layout #containerHome #center h3 {
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	line-height: 12px;
}
.layout #containerHome #center caption {
	font-weight: normal;
	background-image: url(images/home/featuredProperties.jpg);
	background-repeat: no-repeat;
	text-align: center;
	letter-spacing: .12em;
	background-position: center center;
}
.imagesFeatured {
	border: 1px solid #2685B5;
	margin-bottom: 5px;
}
.blueCell {
	background-color: #F2F6F9;
}
/* Footer styles */

.layout #footer {
	padding: 0 10px 0 20px;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	border-top: 0px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background-image: url(images/cap-bodyBottom.jpg);
	background-repeat: repeat-y;
	background-color: #647078;
} 
.layout #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.layout #containerHome #footer a {
	color: #C5CC96;
	font-size: 105%;
	text-decoration: none;	
}
.layout #containerHome #footer a:hover {
	color: #A2AB6A;
	font-size: 105%;
	text-decoration: underline;	
}	
body {
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #A3AB6B;
}
