/* CSS Document */

body {
	margin: 0px;
	background:#215c53 url(../img/bg.jpg) top left repeat-x;
	text-align: center;
	font-size: 62.5%
}

p {	margin:0; }

a:link {color: #785c22; text-decoration:none; border-bottom:1px dotted #785c22;}
a:visited {color: #785c22; text-decoration:none; border-bottom:1px dotted #785c22;}
a:hover {color: #785c22; text-decoration:none; border-bottom:none; background-color:#dad2b4;}
a:active {color: #785c22; text-decoration:none; border-bottom:1px dotted #785c22;}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 763px;
	text-align: left;
}

#nav {
	width:149px;
}

#main {
	margin:0 0 0 149px;
	padding:25px 19px 15px 25px;
	width:569px;
	background:#ece7d3;
	font-family: 'Helvetica Neue', 'HelveticaNeue', 'Helvetica', 'Lucida Grande', 'Arial', sans-serif;
	font-size:1.4em;
	line-height:2em;
	color:#a08c5f;
	position:relative;
	top:-152px;

}

#main p { margin:0 190px 10px 0; }

#main img {
	float:right;
	clear:right;
}

#main img.floorplan {
	float:none;
	clear:none;
}

#main table {
	border-bottom:1px solid #dad2b4;
	border-left:1px solid #dad2b4;
	margin-bottom:6px;
}

#main td {
	border-top:1px solid #dad2b4;
	border-right:1px solid #dad2b4;
	padding:3px;
}

#main th {
	border-top:1px solid #dad2b4;
	border-right:1px solid #dad2b4;
	background-color:#e5dfc8;
	padding:3px;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.heading {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	line-height:22px;
	color:#826935;
}

#footer {
	text-align:right;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#cbc4a8;
	font-size:14px;
	line-height:32px;
	background:url(../img/fancy.gif) center left no-repeat;
}


/* alternate (no flash) styles */

#navcontainer { width: 170px; }

#navcontainer ul {
margin-left: 0;
padding-left: 0;
padding-bottom:4px;
list-style-type: none;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:1.6em;
}

#navcontainer a {
display: block;
padding: 10px;
width: 149px;
background-color: #cbc4a8;
border-bottom: 1px solid #877348;
}

#navcontainer a#current {
background-color: #ece7d3;
}

#navcontainer a:link, #navlist a:visited {
text-decoration: none;
}

#navcontainer a:hover {
background-color: #d4ceb8;
}

#subnavcontainer li {
display: inline;
list-style-type: none;
padding-right: 20px;
}