* {
	margin:0;
	padding:0;	
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
body {
	margin:0;
	padding:0;	
	color:#0a0b0c;
	font-family:'Vollkorn', Georgia, Times, serif;
	font-weight:400;
	font-size:16px;
	background:#0a0b0c;
}	
img {
	display:block;
	margin:0;
	padding:0;	
	width:100%;
	height:auto;
}
a, a:link, a:active, a:focus, a:visited {
	color:#000000;
	text-decoration:underline;	
	outline:none;
}
a img {
	border:0 none;
	outline:none;
}
a:hover {
	text-decoration:none;	
}
h1, h2, h3, h4, h5, h6 {
    font-family:'Ubuntu', Helvetica, Arial, sans-serif;
    font-size:24px;
    line-height:40px;
	font-weight:400;
	color:#664d2e;
}
h3 {
	font-size:20px;	
}
p {
    line-height: 25px;
}
p span.red {
	color:#ff0000;
}	
#wrapper {
	width:1000px;
	margin:0 auto;
	background:#ffffff;
	border-top:8px solid #8a7537;
	margin-top:20px;
}
.uppercase {
	text-transform:uppercase;	
}
.centertext {
	text-align:center;	
}
.centertext img {
	margin:0 auto;	
}
.floatleft {
	float:left;	
}
.floatright {
	float:right;	
}
.ubuntu {
	font-family:'Ubuntu', Helvetica, Arial, sans-serif;	
}
.imageBox {
	margin:15px 0;
	padding:4px;
	border:1px solid #d2d2d2;
	-moz-box-shadow: 0 0 5px #d2d2d2;
	-webkit-box-shadow: 0 0 5px #d2d2d2;
	box-shadow: 0 0 5px #d2d2d2;
}	

/* Header */
#header {
	width:960px;
	background:#c2a75b url(images/texture.png) repeat;
	padding:10px 20px;	
	border-bottom:1px solid #000000;
	z-index:9999;
}
#logo {
	display:block;
	float:left;
	width:276px;
	height:115px;
}
	#logo img {
		width:276px;
		height:115px;
	}
#header .line {
	width:535px;
	height:1px;
	background:#000000;
	border-bottom:1px solid #d2d2d2;
	float:right;
	margin-top:59px;
}
#nav {
	margin-top:20px;
	float:right;
}
#nav ul {
	list-style:none;	
}
#nav li {
	display:block;
	float:left;
	margin-right:15px;
}
#nav li.last {
	margin-right:0;	
}
#nav li a {
	font-weight:700;
	text-decoration:none;	
}
#nav li.active a, #nav li a:hover {
	color:#664d2e;	
}
/* Welcome */
#feature {
	border-top:1px solid #000000;	
}
#welcome {
	padding:40px;	
}
#welcome .floatleft {
	width:460px;	
}
#welcome .floatright {
	width:420px;
}
#welcome h1 {
	margin-bottom:10px;	
}
#welcome h3 {
	border-bottom:1px solid #8a7537;	
}
#cycle {
	width:450px;
	height:278px;
	overflow:hidden;	
}
#cyclenav {
	margin-bottom:10px;	
}
#cyclenav a {
	display:inline-block;
	width:11px;
	height:10px;
	text-align:left;
	text-indent:-9999em;
	background-image:url(images/circles.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	margin:0 2px;
}
	#cyclenav a:hover {
		background-position:0 -10px;	
	}
	#cyclenav a.activeSlide {
		background-position:0 -20px;	
	}
#welcome .welcometext {
	padding:10px;	
}
#welcome .left {
	width:200px;
	float:left;	
}
#welcome .right {
	width:200px;
	float:right;	
}
#welcome .inner {
	padding:10px 0 10px 5px;	
}
#welcome a {
	color:#8a7537;	
}
#welcome ul {
	margin-left:15px;	
}
#map-canvas {
	width:100%; 
	height:200px;
}
#map-canvas a[href^="http://maps.google.com/maps"]{display:none !important}

#map-canvas .gmnoprint a, #map-canvas .gmnoprint span {
    display:none;
}
#map-canvas .gmnoprint div {
    background:none !important;
}
/* Footer */
#footer {
	border-top:1px solid #d2d2d2;
	padding:20px 0;	
}
#footer span {
	margin:0 15px;	
}
#past_properties {
	width:1000px;
	text-align:right;
	margin:0 auto;
	font-size:12px;
	line-height:30px;
	font-style:italic;
}	
#past_properties a {
	color:#ffffff;
}	
#monogram {
	width:1000px;
	height:80px;
	margin:0 auto;
	background:url(images/monogram.png) center top no-repeat;
}

/* Condos Page */
#page {
	padding:40px;	
}
#page p {
	margin-bottom:20px;	
}
#subnav {
	margin-top:10px;
	font-family:'Ubuntu', Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	font-size:14px;	
}
#subnav a {
	color:#999;
	text-decoration:none;
}
#subnav a:hover {
	color:#664d2e;
	text-decoration:underline;
}
#subnav span {
	font-size:12px;
	color:#999;
	padding:0 10px;	
}
.tabs{
	margin-top:40px;
	padding:0;
	list-style:none;
}
.tabs li {
	background:none;
	color:#222;
	display:inline-block;
	padding:10px 15px;
	cursor:pointer;
	font-family:'Ubuntu', Helvetica, Arial, sans-serif;
	font-size:12px;
	text-transform:uppercase;
}
.tabs li:hover {
	color:#664d2e;	
}
.tabs li.current {
	background:#ededed;
	color:#664d2e;
	font-weight:bold;
}
.tab-content {
	display:none;
	background:#ededed;
	padding:25px;
	font-family:'Ubuntu', Helvetica, Arial, sans-serif;
}
.tab-content.current {
	display:inherit;
}
#floorplans {
	border:10px solid #ffffff;	
}
#floorplans img {
	display:block;
	width:100%;
	height:auto;
}
#page table {
	width:100%;
	border-collapse:collapse;	
}
#page th {
	font-size:12px;
	text-transform:uppercase;
	text-align:left;
	background:#666;
	color:#fff;
	font-weight:400;
	padding:10px 0;
	text-indent:8px;	
}
#page td {
	font-size:14px;
	padding:5px 0 5px 8px;	
}
#page tr:hover {
	background:#e2e2e2;	
}
#page tr.nohover:hover {
	background:none;	
}
#page tr.nohover td {
	vertical-align:top;
	width:50%;
	line-height:1.5;	
}
#page tr.nonhov:hover {
	background:none;	
}
#page .note {
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #e2e2e2;
	font-size:10px;
	line-height:1.5;
	text-align:right;	
}
.gallery {
	margin:16px 0 0 16px;	
}
.gallery a {
	display:block;
	width:90px;
	height:90px;
	float:left;
	margin:0 16px 16px 0;	
}
.gallery img {
	width:auto;
	max-width:100%;
	height:auto;
}	