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

* {
	margin:0;
	padding:0;
}
body {
	text-align:center;
	background-color:#24425d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.5em;
	color:#333;
}
p {
	padding-bottom:1em;
}
#wrapper {
	width:802px;
	margin:0 auto;
	text-align:left;
}
#ic_header {
	padding:15px;
	text-align:right;
	display:none;
}
#container {
	border:1px solid #dccdae;
	background-color:#ffffff;
	margin-top:20px;
}
#header {
	background-color:#dcd2bd;
	padding:20px 30px;
}
h1.logo {
	width:90px;
	float:left;
}
#header h2 {
	width:640px;
	float:left;
	text-align:center;
	font-size:40px;
	color:#ffeabf;
	line-height:74px;
	font-weight:normal;
}
#header h3 {
	color: #221E1F;
	float: right;
	text-align: right;
	line-height: 20px;
	font-weight: bold;
	font-size: 16px;
}
.clear {
	clear:both;
	height: 0px;
	overflow: none;
}
#content {
	padding:30px;
}
#content h1 {
	margin-bottom: 20px;
	font-size: 18px;
}
#content h2 {
	text-align:center;
	padding-bottom:8px;
}
#footer {
	padding:10px 10px 16px;
	background-color:#ffeabf;
	overflow:hidden;
	border:1px solid #dccdae;
	border-top:none;
	position:relative;
	height: 80px;
}
* html #footer {
	height: 80px;
}
#footer p {
	font-size:12px;
	width:420px;
	color:#333333;
	line-height:18px;
	padding-bottom:0;
}
#footer p.address {
	position:absolute;
	bottom:10px;
	left:20px;
	float:left;
	text-align:left;
}
.left {
	float:left;
	text-align:left;
}
.right {
	float:right;
	text-align:right;
}
#footer p.right  {
	width: 340px;
}
#home #content img, #floorplans #content img, #contact #content img, #location #content img, #eupdates #content img, #contact #content div.map, #features #content img {
	float:right;
	display:block;
	margin-left:20px;
	border:1px solid #333333;
}
#copy {
	width:420px;
	float:left;
}
iframe {
	clear:both;
}
#nav {
	background-color:#FFEABF;
	padding:8px;
	border-bottom:1px solid #dccdae;
	border-top:1px solid #dccdae;
}
#nav ul {
	list-style:none;
}
#nav li {
	display:block;
	float:left;
	cursor:pointer;
}
#nav li a {
	display:block;
	float:left;
	padding:2px 18px;
	font-size:14px;
	color:#24425d;
	text-decoration:none;
	font-weight:bold;
}
#nav li a:hover {
	text-decoration:underline;
}
#home a.home, #location a.location, #contact a.contact, #floorplans a.floorplans, #eupdates a.eupdates, #gallery a.gallery, #features a.features {
	color:#6a2018
}
#main_img {
	width:502px;
	height:402px;
	float:right;
	text-align:center;
}
#main_img img {
	display:block;
	margin:0 auto;
	border:1px solid #24425D;
}
#thumbs {
	width:230px;
	float:left;
	height:400px;
}
#gallery h4 {
	clear:both;
	margin-top:0;
	margin-bottom:10px;
}
#gallery h4.ext {
	margin-top:30px;
}
#copy ul {
	margin-left:20px;
	margin-bottom:10px;
}
#copy h4 {
	margin-bottom:0;
	font-size:13px;
}
#floorplans #copy ul {
	list-style-type: none;
	margin-left: 0px;
}
#floorplans #copy ul a {
	color: #0000ff;
}
#floorplans #copy ul a:visited {
	color: #0000ff;
}
#features #copy li {
	font-size: 12px;
}
#contact #copy ol {
	margin-left: 25px;
}
.slideshow {
	float: right;
	display:block;
	margin-left:20px;
	border:1px solid #333333;
}
.slideshow img {
	margin: 0 !important;
}

