@charset "UTF-8";


html {
	margin:0;
	padding:0;
	height:100%;
	height:auto;
	min-height:100%;
}


body {
	margin:9px 0 10px 0;
	padding:0;
	height:100%;
	height:auto;
	min-height:100%;
	background-color: #333333;
}


#container {
	width:850px;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	height:100%;
	height:auto;
	min-height:100%;
	position:relative;
}

#header {
	width:850px;
	height:121px;
	position:relative;
	background-image:url(graphics/header.gif);
	background-repeat:no-repeat;
	text-align:right;
}

#header a {
	width:100%;
	height:100%;
	display:block;
}

#headerImage {
	width:126px;
	height:100px;
	float:right;
	position:relative;
	top:10px;
	right:6px;
}

#headerLink {
	width:340px;
	height:100px;
	float:left;
	position:relative;
	top:10px;
	left:10px;
}

#whiteBox {
	width:850px;
	height:100%;
	height:auto;
	min-height:100%;
	position:relative;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	background-color:#FFFFFF;
	overflow:hidden;
}

#leftColumn {
	width:261px;
	height:100%;
	height:auto;
	min-height:100%;
	padding:0;
	margin:0;
	float:left;
	position:relative;
	background-color:#FFFFFF;
	text-align:center;
}

#rightColumn {
	width:589px;
	height:100%;
	height:auto;
	min-height:100%;
	background-color:#FFFFFF;
	padding:0;
	margin:0;
	float:right;
	position:relative;
}


<!-- start nav -->

#nav {
	width:261px;
	height:240px;
	float:left;
	position:relative;
	margin:0;
	padding:0;
}

#nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
	display: inline-block;
	
}

#nav ul a {
	float: left;
	display: block;
	text-indent: -99999px; 
}


#nav ul li {
	float: left;
	width:261px;
	margin: 0;
	padding:0;
}

#nav li.nav1 a {
	width: 261px;
	height:38px;
	background-image: url(graphics/nav-home-sm.gif);
	display: block;
}

#nav li.nav2 a {
	width: 261px;
	height:39px;
	background-image: url(graphics/nav-floor_plan-freatures-price.gif);
	display: block;
}

#nav li.nav3 a {
	width: 261px;
	height:39px;
	background-image: url(graphics/nav-photo_gallery.gif);
	display: block;
}

#nav li.nav4 a {
	width: 261px;
	height:41px;
	background-image: url(graphics/nav-directions_maps.gif);
	display: block;
}

#nav li.nav5 a {
	width: 261px;
	height:41px;
	background-image: url(graphics/nav-contact_us.gif);
	display: block;
}

#nav li.nav6 a {
	width: 261px;
	height:43px;
	background-image: url(graphics/nav-info_downloads-sm.gif);
	display: block;
}


/* end nav */


#leftContent {
	width:231px;
	height:100%;
	height:auto;
	min-height:100%;
	clear:left;
	float:left;
	position:relative;
	margin:0;
	padding:10px;
	background-color:#f1f1f1;
	left:5px;
	text-align:left;
	overflow:hidden;
}

#footer {
	width:834px;
	padding:8px;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	text-align:center;
	display:block;
}










.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.leftColumnBottom {
	background-image: url(graphics/homepage-left_column-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.rightColumnBottom {
	background-image: url(graphics/homepage-river_walk-sign-image-sm.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 208px;
	width: 164px;
}
.contentBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight:bold;
}
.blackTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight:bold;
}
.contentSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.contentSmaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.contentSmallBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight:bold;

}
.TrebuchetMS13 {
	font-family: Trebuchet MS;
	font-size: 10px;
	color: #000000;
}
.TrebuchetMS15Red {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #a23226;
	font-weight:bold;
}
.footer {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #ffffff;
}
a.footerLink:link {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #ffffff;
	text-decoration:none;
}
a.footerLink:visited {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #ffffff;
	text-decoration:none;
}
a.footerLink:hover {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #ffffff;
	text-decoration:underline;
}
a.link:link {
	color: #a98a0a;
}
a.link:visited {
	color: #a98a0a;
}.dottedLine {
	border-top-style: dotted;
	border-top-width: 1px;
}

