@charset "UTF-8";
/* CSS Document */

body {
	font-family:Garamond, AGaramond, times, times new roman, tahoma;
	color:#663333;
	font-size:14px;
	}
h3 {
	font-size:20px;
	}
h4 {
	font-size:16px;
	}
#container {
	width:801px;
	padding:0;
	margin:0 auto;
	}
#pics {
	width:350px;
	height:350px;
	float:left;
	border:none;
	margin:0;
	padding:0;
	}
#picsFrame {
	width:350px;
	height:350px;
	float:left;
	border:none;
	margin:0;
	padding:0;
	background-color:#F8F3E5;
	}
#content{
	width:450px;
	margin-left:350px;
	background-image:url(../graphics/estateliving/overview/backgrnd.jpg);
	background-repeat:repeat-y;
	padding:0;
}
#footer {
	clear:both;
	text-align:center;
	font-size:12px;
	padding-top:20px;
	}
/* -------------------------------------- Tiles -------------------------------------------- */

div.tiles {
	width:215px;
	margin:0;
	padding:0 10px 25px 0;
	float:left;
	}
div.tiles h4 {
	margin:0;
	margin-bottom:5px;
	}
div.fixedheight-tile {
	height:140px;
	overflow:hidden;
	}
div.tiles ul {
	list-style:none;
	margin:0;
	padding:0;
	}
#menus h4 {
	margin-bottom:10px;
	}
#menus ul {
	margin:0;
	padding:0;
	list-style:none;
	}
#menus ul li {
	margin-bottom:6px;
	font-weight:bold;
	}
#menus ul li em {
	font-weight:normal;
	}
#menus ul.plain li {
	margin-bottom:2px;
	font-weight:normal;
	}
#whatWeOffer {
	list-style:none;
	margin:0;
	padding:0;
	}
#whatWeOffer h4 {
	margin-bottom:0;
	}
/* -------------------------------------- Misc -------------------------------------------- */

	
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* ------------------------------------- Navigation ---------------------------------------- */

#brownNav {
	display:block;
	margin:1px 0;
	padding:0;
	background-color:#86683B;
	color:#C6B69A;
	list-style:none;
	width:701px;
	padding:0 50px;
	height:23px;
	}
#brownNav li {
	float:right;
	display:block;	
	}
#brownNav li a {
	text-decoration:none;
	display:block;
	padding:3px 10px;
	color:#C6B69A;
	font-variant:small-caps;
	font-weight:bold;
	font-size:13px;
	}
#brownNav li a:hover {
	color:#fff;
	}
#burgundyNav {
	display:block;
	margin:0;
	padding:0;
	background-color:#502E2D;
	color:#C6B69A;
	list-style:none;
	width:701px;
	padding:3px 50px 0 50px;
	height:23px;
	}
#burgundyNav li {
	float:right;
	display:block;	
	}
#burgundyNav li a {
	text-decoration:none;
	display:block;
	padding:3px 10px;
	color:#C6B69A;
	font-variant:small-caps;
	font-weight:bold;
	font-size:15px;
	}
#burgundyNav li a:hover {
	color:#fff;
	}
#peachNav {
	display:block;
	margin:1px 0;
	padding:0;
	background-color:#BC9B6A;
	color:#C6B69A;
	list-style:none;
	width:701px;
	padding:0 50px;
	height:23px;
	}
#peachNav li {
	float:right;
	display:block;	
	}
#peachNav li a {
	text-decoration:none;
	display:block;
	padding:3px 10px;
	color:#ffeac6;
	font-variant:small-caps;
	font-weight:bold;
	font-size:13px;
	}
#peachNav li a:hover {
	color:#fff;
	}
#brownNav2 {
	display:block;
	margin:0;
	padding:0;
	background-color:#86683B;
	color:#C6B69A;
	list-style:none;
	width:701px;
	padding:3px 50px 0 50px;
	height:23px;
	}
#brownNav2 li {
	float:right;
	display:block;	
	}
#brownNav2 li a {
	text-decoration:none;
	display:block;
	padding:3px 10px;
	color:#C6B69A;
	font-variant:small-caps;
	font-weight:bold;
	font-size:15px;
	}
#brownNav2 li a:hover {
	color:#fff;
	}
.picsSlideshow {
	width:350px;
	height:355px;
	background-image:url(../images/bg_newSlideshow.jpg);
	background-repeat:no-repeat;
	}
.slideshow {
	width:275px;
	height:192px;
	margin-left:50px;
	margin-top:80px;
	}
.slideshowControls {
	display:block;
	text-align:center;
	margin-top:45px;
	margin-left:10px;
	}
.static {
	width:275px;
	height:192px;
	margin-left:50px;
	margin-top:0;
	}
.static img {
	margin-bottom:10px;
	}