/* browser clearing stuff */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0px;
}
fieldset, img {
	border:0px;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 0.3em 0;
	font-weight:bold;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0px;
}
/* links */
a:link, a:active {
	color: #329811;
	text-decoration: underline;
}
a:hover {
	color: #973518;
	text-decoration:underline;
}
a:visited {
	color: #8e6255;
	text-decoration: underline;
}
/* layout starts here */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5em;
}
html > body {
	font-size: 12px;
}
p {
	line-height: 1.5em;
	margin: 1em 0 0.3em 0;
}
strong {
	font-weight: bold;
}
/* site */
body {
	background: #000;
	color:#000000;
	background-image:url(../../images/mainBg.jpg);
	background-repeat:repeat-x;
}
.main {
	background: #ccc;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
	width: 712px;
	margin: 0 auto 0 auto;
	text-align: left;
}
.mainWrapper {
	margin: 0 3px 3px 3px;
}
.header {
	background: #2b2b2b url(../../images/headerBg.gif) top repeat-x;
	position: relative;
	width: 100%;
	padding: 0;
	margin-bottom: 0;
	clear: both;
	float: none;
}
.header .infoBox {
	background: url(../../images/infoBoxHorz.gif) repeat-x;
	height: 18px;
	width: 200px;
	float: right;
	margin-right: -126px;
	color: #686868;
	text-align: center;
	font-size: 10px;
	position: relative;
	text-align: center;
}
.header .infoBox .tl {
	float: left;
	background: url(../../images/infoBoxLeft.gif) no-repeat;
	height: 18px;
	width: 10px;
	position: absolute;
	top: 0;
	left: 0;
}
.header .infoBox .tr {
	float: right;
	background: url(../../images/infoBoxRight.gif) no-repeat;
	height: 18px;
	width: 10px;
	position: absolute;
	top: 0;
	right: 0;
}
.header .infoBox a:link, .header .infoBox a {
	color: #686868;
	text-decoration: none;
}
.header .infoBox a:hover {
	text-decoration: underline;
}
.header .infoBox span {
	margin: -1px 10px 0 10px;
}
.address {
	height: 17px;
	padding-top: 36px;
	margin-right: -60px;
	float: right;
	line-height: 12px;
	font-size: 12px;
}
.phoneNum {
	margin: 31px 36px 0 0;
}
.mainGraphic {
	margin: 15px auto 15px auto;
	display: block;
}
/* nav */
.nav {
	width: 100%;
	background: #ccc;
	padding-bottom: 10px;
	margin: 0;
	display: block;
	float: none;
	clear: both;
}
.nav ul {
	display: block;
	list-style-type: none;
	height: 26px;
	background: #2b2b2b;
	text-align: center;
	padding: 0 30px 0 30px;
	margin: 0;
}
.nav ul li {
	display: block;
	float: left;
	position: relative;
	height: 26px;
	width: auto;
	padding: 0 25px 0 25px;
}
.nav ul li a, .nav ul li a:link, .nav ul li a.live, .nav ul li a:active, .nav ul li a:visited {
	position: relative;
	padding: 0;
	display: block;
	float: left;
	height: 26px;
	background: none;
	color: #ddd;
}
.nav ul li a img {
	margin-top: 8px;
}
.nav ul li a .tl {
	background: url(../../images/nav/navTL.gif) no-repeat;
	height: 26px;
	width: 9px;
	position: absolute;
	top: 0;
	left: -9px;
	display: none;
	color: #ddd;
}
.nav ul li a .tr {
	background: url(../../images/nav/navTR.gif) no-repeat;
	height: 26px;
	width: 9px;
	position: absolute;
	top: 0;
	right: -9px;
	display: none;
	color: #ddd;
}
.nav ul li a:hover {
	background: url(../../images/nav/navH.gif) repeat-x;
}
.nav ul li a:hover .tl {
	display: block;
	color: #ddd;
}
.nav ul li a:hover .tr {
	display: block;
	color: #ddd;
}
/* footer */
.footer {
	width: 706px;
	margin: 0 auto 0 auto;
}
/* content */

.content {
	background: #dfdfdf url(../../images/contentBg.jpg) no-repeat bottom left;
	float: none;
	clear: both;
	width: 100%;
	display: block;
	margin-top: 0;
	padding-top: 1px;
}
.content h1 {
	background: url(../../images/headingBG.gif) no-repeat top right;
	height: 32px;
	margin: 0 -9px 0 0;
	padding: 0;
}
.content h1 img {
	margin: 15px 0 0 10px;
}
.content h1.noContentArea img {
	margin-left: 0px;
}
.content h2 {
	color: #a74a2e;
	margin-bottom: 0;
	padding-bottom: 0;
}
.contactForm label {
	display: block;
	float: left;
	width: 140px;
	height: 20px;
	text-align: right;
	margin-right: 10px;
}
.contactForm label .interrupter {
	color: #a74a2e;
}
.contactForm input,  .contactForm select,  .contactForm textarea {
	background: #dfdfdf;
	border: 1px #5a7ca2 solid;
	font-weight: bold;
	width: 280px;
	font-size: 1em;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
}
.contactForm input.submitBtn {
	width: auto;
	border: none;
	margin-right: 29px;
	background: none;
	padding: 0;
}
.content .dev_leftContent {
	width: 346px;
	float: left;
}
.content .dev_pictureColumn {
	width: 80px;
	margin: 0 0 0 15px;
	float: left;
}
.content .dev_pictureColumn img {
	margin: 15px 0 0 0;
}
.content .featuredProj .contentCol .imgCol {
	width: 200px;
	padding: 5px;
	float: left;
}
.content .featuredProj .contentCol {
	padding-left: 5px;
	min-height:200px;
	padding-right: 20px;
	width: 100%;
}

.contentCol h3 {
	margin-top: 0;
	padding-top: 0.5em;
	color: #a3b6b9;
	font-size:1.3em;
}
.leasingLocations {
}
.blurb {
	vertical-align: top;
	padding: 0;
}
.blurb div {
	background: #ececec;
	border: 1px #ccc solid;
	padding: 5px;
	display: block;
	float: left;
	margin: 5px 0 0 0;
	font-size: 0.9em;
	height: 18em;
	width: auto;
}
.theLofts div {
	width: 150px;
}
.southBluffs div {
	width: 158px;
}
.theGilmore div {
	width: 142px;
}
.salesThreeCol {
	padding-left: 3px;
}
.salesThreeCol img {
	margin-right: 7px;
}
.detailImageThumbs img {
	margin-right: 9px;
}
.squareContentBox {
	padding: 0px 8px 8px 8px;
	border: 1px #ccc solid;
	background: #ececec;
	margin-top: 5px;
	text-align: center;
}
.squareContentBox p.text {
	text-align: left;
}
.textContent {
	text-align: left;
}
.mainImage {
	margin: 15px 10px 10px 10px;
}
/* links */

.content .leftCol {
	width: 187px;
	height:500px;
	position: relative;
	margin: 5px 0 0 -3px;
	padding: 0;
	float: left;
}
.content .leftCol .top {
	width: 188px;
	height:11px;
	background: url(../../images/sideTabTop.gif);
	background-repeat:no-repeat;
	position: absolute;
	top: 0;
	left: 0;
filter:progid: DXImageTransform.Microsoft.Alpha(opacity=43);
	opacity: 0.43;
	z-index: 10;
}
.content .leftCol .bottom {
	width: 188px;
	height:11px;
	background: url(../../images/sideTabBottom.gif);
	background-repeat:no-repeat;
	position: absolute;
	top: 411px;
	left: 0;
filter:progid: DXImageTransform.Microsoft.Alpha(opacity=43);
	opacity: 0.43;
	z-index: 11;
}
.content .leftCol .middle {
	height:400px;
	width: 188px;
	background: url(../../images/sideTabVert.gif);
	background-repeat:repeat-y;
	position: absolute;
	top: 11px;
	left: 0;
 filter:progid: DXImageTransform.Microsoft.Alpha(opacity=43);
	opacity: 0.43;
	z-index: 12;
}
.content .leftCol .contentBox {
	position: absolute;
	top: 0px;
	left: 12px;
	z-index: 13;
	width: 163px;
	min-height:400px;
	font-size: 12px;
	overflow:hidden;
}
.content .rightCol {
	width: 488px;
	margin-left: 16px;
	float: left;
}
.rightCol a:link, .rightCol a:active {
	color: #335698;
	text-decoration: underline;
}
.rightCol a:hover {
	color: #335698;
	text-decoration: underline;
}
.rightCol a:visited {
	color: #8e6255;
	text-decoration: underline;
}
.rightCol .contentBlock {
	width: 487px;
	margin: 5px 0 5px 0;
	background: url(../../images/middleContentMiddle.gif) repeat-y;
}
.rightCol .contentBlock .top {
	width: 487px;
	height: 9px;
	background: url(../../images/middeContentTop.gif) no-repeat;
	margin-bottom: -4px;
}
.rightCol .contentBlock .bottom {
	width: 487px;
	height: 9px;
	background: url(../../images/middeContentBottom.gif) no-repeat;
}
.rightCol .contentBlock .contentArea {
	padding: 0 10px 0 10px;
	font-size: 12px;
	overflow: visible;
}
.contentArea .thumbnailCol {
	background: url(../../images/thumbnailFrame.gif) no-repeat;
	height: 106px;
	width: 110px;
	float: left;
	margin-top: 10px;
	margin-left: -10px;
}
.contentArea .thumbnailCol img {
	position: relative;
	top: 7px;
	left: -5px;
}
.contentArea .contentCol {
	width: 365px;
	float: left;
}
.divider {
	background: url(../../images/contentAreaDivider.gif) no-repeat center;
	width: 100%;
	height: 6px;
}
.logo {
	width: 80px;
	padding-top: 15px;
	float: left;
	text-align: center;
}
.linksText {
	float: left;
	clear: right;
	width: 380px;
}
/* development listings */
.listings h4 {
	color: #a3b6b9;
}
.listings .logo {
	padding-right: 4px;
	position: relative;
}
.listings .logo .listingPreviewImage {
	position: absolute;
	top: 0;
	left: 90px;
	z-index: 100;
}
.listings .logo img {
	border: 2px #272727 solid;
}
/* necessities */
.clr {
	width: 100%;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	float: none;
	clear: both;
}
.lo {
	font-size: 0px;
	line-height: 0px;
	text-decoration: none;
}
