/* =reset
--------------------------------------------------------------------*/

* {
	border: 0;
	padding: 0;
	margin: 0;
}


/* =basic tags
--------------------------------------------------------------------*/

body {
	text-align: center;
	background: #fff url('/i/bg.jpg') 50% 60px repeat-x;
	font: 12px/160% 'helvetica neue', Helvetica, arial, sans-serif;
	color: #4d525b;
}

p, ul, ol, hr, blockquote {
	margin: 0 0 1.5em 0;
}

ul, ol {
	padding-left: 1.5em;
}

hr {
	border-top: 3px solid #ddd;
	clear: both;
	margin-top: .5em;
}


/* =links
--------------------------------------------------------------------*/

a {
	font-weight: bold;
	color: #ad562b;
	text-decoration: none;
}

a:visited {
	color: #9c451a;	
}

a:hover {
	text-decoration: underline;
	color: #cf784d;
}

/* =headings
--------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	color: #566c54;
	line-height: 110%;
}

h1 {
	font-size: 360%;
	font-weight: normal;
	margin-bottom: 10px;
}
h2 {
	font-size: 240%;
}
h3 {
	font-size: 180%;
}
h4 {
	font-size: 120%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 90%;
}



/* =layout anatomy
--------------------------------------------------------------------*/
 
 
 
#logo, #wrapper, #footer, #nowselling {
	width: 950px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

#wrapper {
 	margin-top: -106px; 
	overflow: visible;
	background: url('/i/bldg-big.jpg') 50% 0 no-repeat;
	z-index: 1000;
}

#logo {
	z-index: 1001;
}


#head {
	width: 100%;
	background: #454f43;
	border-bottom: 1px solid #fff;
	padding: 10px 0;
}

#nowselling {
	position: relative;
	top: 106px;
 	left: 0; 
	z-index: 1002;
}

#main {
	float: left;
/* 	position: relative;
	top: 430px; */
	width: 950px;
	margin-top: 410px;
	background: url('/i/bg-strip.gif') 0 0 no-repeat;
}


#content {
	margin-top: 105px;
	margin-right: 40px;
	padding-bottom: 20px;
	float: left;
	display: inline;
	width: 500px;

}


#sidebar {
	width: 200px;
/* 	background: #ddd; */
	margin-top: 148px;
	float: left;
	display: inline;
}


#footer {
	border-top: 2px solid #CDD0CF;
	background: #fff;
	clear: both;
	padding: 20px 0;	
}

#footer p {
	margin-left: 200px;
}

#footer a {
	color: #999;
}

.pad10 {
	padding: 0 10px;
}


/* =head
--------------------------------------------------------------------*/




/* =navigation
--------------------------------------------------------------------*/

#nav {
	margin-top: 80px;
	width: 190px;
	float: left;
	background: #fff;
}

#nav p {
	padding-left: 20px;
}


#nav ul#navmain {
	width: 190px;
	float: left;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

#navmain li {
	width: 170px;
	padding: 0;
	margin: 0 0 10px 20px;
	height: 40px;
	overflow: hidden;
}


#navmain a {
	display: block;
	overflow: hidden;
	padding-top: 40px;
	height: 0px !important;
	height /**/:40px; /*for IE5/Win only */
	background-position: 0 0;
	background-repeat: no-repeat;
}

#navmain a:hover, #navmain a:active, #navmain a.current {
	background-position: 0 -40px;
}


#home a {
	background-image: url('/i/b/home.gif');
}

#floorplans a {
	background-image: url('/i/b/floorplans.gif');
}

#neighborhood a {
	background-image: url('/i/b/neighborhood.gif');
}

#details a {
	background-image: url('/i/b/details.gif');
}

#contact a {
	background-image: url('/i/b/contact.gif');
}
#gallery a {
	background-image: url('/i/b/gallery.gif');
}




/* =content/text styles
--------------------------------------------------------------------*/

.intro {
	font: 1.6em/140% georgia, times, "times new roman", serif;
	color: #666;
	width: 540px;
}


.clr {
	clear: both;
	visibility: hidden;
	margin: 0;
}



.widget {
	background: #cca;
	float: left;
	display: inline;
	width: 230px;
	overflow: hidden;
}

.widget, .sidebar {
	margin-left: 20px;
}

.widget a {
	display: block;
	opacity: .8;
	moz-opacity: .8;
	border: 2px solid #036;
/* 	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; */
	overflow: hidden;
}
.widget a:hover {
	opacity: 1.0;
	moz-opacity: 1.0;
}


.sidebar {
	margin-top: 120px;
}

.req {
	color: #f00;
}

.linklist {
	font-size: 90%;
	list-style-type: square;
	padding: 0;
}
.linklist li {
	margin: 0;
}

.slideshow {
	border: 2px solid #AB7439;
}


.featurebox {
	float: left;
	width: 480px;
	margin: 0 0 20px 0;
	padding: 10px 0;
	border-top: 3px solid #ad562b;
	border-bottom: 3px solid #ad562b;
	font-size: 15px;
	line-height: 150%;
	color: #566c54;
	font-weight: bold;
}


.featurebox ul {
	padding: 0;
	width: 220px;
	margin-right: 20px;
	margin-bottom: 0;
	float: left;
	display: inline;
}

.featurebox ul li {
	padding-left: 16px;
	list-style: none;
	background: url('/i/listarrow.png') 0 40% no-repeat;
	
}
.leftcol {
	float: left;
	width: 480px;
	margin: 0 0 20px 0;
	padding: 10px 0;
	}
	
.leftcol p {
	padding: 0;
	width: 220px;
	margin-right: 20px;
	margin-bottom: 0;
	float: left;
	display: inline;
}


/* =multi-columns
--------------------------------------------------------------------*/

.col {
	float: left;
	display: inline;
	margin-right: 20px;
	font-size: .9em;
	line-height: 140%;
}


.last {
	margin-right: 0;
}

.half {
	width: 420px;
}

.twothird {
	width: 552px; 
}

.third, .sidebar {
	width: 266px;
}



.col p, .col ul, .col ol, .col hr {
	margin: 0 20px 1em 20px;
}




/* =forms
--------------------------------------------------------------------*/


label {
	display: block;
	margin-bottom: .2em;	
}

input, textarea, select {
	font: 12px/110% 'helvetica neue', helvetica, arial, sans-serif;
	border-width: 2px;
	border-style: solid;
	border-color: #777 #ccc #ccc #777;
	padding: 6px;
	width: 300px;
	color: #666;
	margin-bottom: 3px;
	background: #efefef;
}

#sidebar input {
	width: 90%;
	padding: 3px;
}

select {
	width: auto;
}

textarea {
	width: 450px;
	
}

form hr {
	clear: both;
	width: 100%;
}

form p {
	width: 100%;
	float: left;
	margin-bottom: 1em;
}


.submit input, .but, .loose, .check, .w_auto, input[type='submit'], input#submit {
	font-size: 11px;
	padding: 5px;
	width: auto;
	text-align: left;
}

.but, .loose, .check {
	margin-bottom: 0;
}

.submit input, .but, input[type='submit'] {
	border-color: #ccc #777 #777 #ccc;
	border-width: 2px;
	background: #ddd;
	color: #222;
}

.check {
	border: 0;
	display: inline;
	margin: 0 5px 0 0;
}

input:focus, textarea:focus, select:focus, input.but:hover {
	background: #fff;
	color: #333;
}



/* =etc
--------------------------------------------------------------------*/
.r {
	float: right;
	display: inline;
	margin-left: 20px;
}

.l {
	float: left;
	display: inline;
}

img.r, p.r img, img.l, p.l img {
	border: 1px solid #cc9;
	padding: 1px;
}

img.r, p.r img {
	margin: 0 0 .5em 10px;
}

img.l, p.l img {
	margin: 0 10px .5em 0;
}


.bare, img.bare {
	border: 0;
	padding: 0;
}


/* =floorplan grid
--------------------------------------------------------------------*/

.fpgrid {
	border: 0;
	border-collapse: collapse;
	width: 480px;
}

.fpgrid td {
	padding: 15px 10px 10px 10px;
	border-bottom: 1px solid #ccc;
}

.fpgrid tr.alt {
/* 	background: #e4eef7; */
}

.fpgrid a {
	display: block;
	margin-bottom: 5px;
}
.fpgrid a img {
	border: 2px solid #bbb;
}
.fpgrid a:hover img {
	border-color: #ad562b;
}


.fpgrid img {
	max-width: 90%;
}

td.bare {
	border: 0;
	padding-bottom: 0;
	padding-top: 20px;
}



/* =lightform overrides
--------------------------------------------------------------------*/

table.tipsbox {
	width: 160px;
	margin: 10px;
	
}
div.tipsbox {
	
}

