* {
  margin: 0;
  padding: 0;
}

@font-face {
    font-family: 'AnselmSans';
    src: url('/styles.css/anselmsans-anselmsans.eot');
    src: url('/styles.css/anselmsans-anselmsans.eot?#iefix') format('embedded-opentype'),
         url('/styles.css/anselmsans-anselmsans.woff') format('woff'),
         url('/styles.css/anselmsans-anselmsans.ttf') format('truetype'),
         url('/styles.css/anselmsans-anselmsans.svg#AnselmSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AnselmSansLight';
    src: url('/styles.css/anselmsanslight-anselmsanslight.eot');
    src: url('/styles.css/anselmsanslight-anselmsanslight.eot?#iefix') format('embedded-opentype'),
         url('/styles.css/anselmsanslight-anselmsanslight.woff') format('woff'),
         url('/styles.css/anselmsanslight-anselmsanslight.ttf') format('truetype'),
         url('/styles.css/anselmsanslight-anselmsanslight.svg#AnselmSansLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: 'AnselmSans', arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
    color: #202020;
}

a img {
	border: none;
}
a {color: #183c02; text-decoration: underline;}
a:hover, a.news-p{ text-decoration: none;}
.a-black{color: #202020;font-size: 14px;  text-decoration: none;}
.a-black:hover{text-decoration: underline;}

.press-div-right a{color: #202020;font-size: 14px;  text-decoration: none;}
.press-div-right a:hover{text-decoration: underline;}

li.clr {
	height: 0 !important;
	float: none !important;
	border: none !important;
}
.clr {
	clear: both;
}

#lw {
	width: 1150px;
/*
	max-width: 1280px;
	width: expression(document.body.clientWidth < 994? "994px" : document.body.clientWidth > 1204? "1204px" : "auto"); */
  margin: 0 auto;
	position: relative;
	overflow-x: hidden;}
ul.nobullets li{list-style: none; margin-left: 15px;}
img{margin: 1px;}
ul li{margin-left: 20px;}
dd {margin-bottom: 1em;}
dt {font-style: italic; margin-bottom: 0.3em;}

/*Headings*/
h1,h2,h3 {
  font-weight: normal;
}
h1, .biggreen {
  font-size: 25px;
  line-height: 40px;
  color:  #557522;
  padding: 5px 0px;
}

h2{
  font-size: 16px;
  line-height: 25px;
  color:  #000000;
  padding: 5px 0px;
  text-transform: uppercase;
}

h3{
  font-size: 14px;
  line-height: 18px;
  color:  #000000;
  padding: 4px 0px;
}
h4{
  color: #737373;
  font-size: 12px;
  line-height: 14px;
}

/* containers */
.padded {
	margin-right: 180px;
}
#companycontainer {
	float:left;
  width:100%;
  position:relative;
  right: 85px;
  background: #f3f3f3 url('/images/concreteplane.jpg')
}
#wallcontainer {
  float:left;
  width:100%;
  position:relative;
  right:95px;
  background-color: #fff;
  background: url('/images/wall.png'), url('/images/wall-cracks.png');
  background-position-x: 100%;
}
#projectscontainer {
  float:left;
  right: -180px;
  width:100%;
/*  overflow:hidden; */
  position:relative;
	background: url('/images/projects-bg.jpg');
	/*
	background: url('projects-bg-cut.jpg');
	background-position-x: 100%;
	*/
}

#company {
	float:left;
  position:relative;
	width: 100%;
  left:0px;
}
#wall {
	margin-right: -180px;
	float:left;
	width:87px;
	position:relative;
	right: 0px;
}
#projects {
	float:left;
  width:100%;
  position:relative;
  left:85px;
	margin-right: -100%;
}

/* company */
#company #wood {
	position: absolute;
	left: 86px;
	top: 0;
	width: 563px;
	height: 11px;
	background: transparent url('/images/wood-in-header.png') no-repeat;
}
#human {
	position: absolute;
	right: 35%;
	top: 0;
	width: 400px;
	height: 594px;
	background: transparent no-repeat;
}
#message {
	position: absolute;
	left: 65%;
	top: 110px;
	width: 404px;
	height: 195px;
	margin-left: -125px;
	background: transparent no-repeat;
}
#company .logo, #projects .logo, #news .logo {
	display: block;
	text-indent: -9000em;
	position: absolute;
	top: 31px;
	left: 0;
	width: 321px; /* 278; */
	height: 72px; /* 61 */
	background: transparent url('/images/zp-logo-c.png') no-repeat;
}
#company .spreader {
  height: 1px;
}
#company .fillable {
  margin-top: -1px;
}
#company .bg {
	width: 100%;
	height: 594px;
	background: #fff url('/images/company-bg.jpg') no-repeat 100%;
}
#company .navmenu {
	position: absolute;
	top: 145px;
	left: 95px;
	padding-bottom: 30px;
}
/*
#company .navmenu a, #news .navmenu a {
	display: block;
	text-indent: -9000em;
	width: 220px;
	height: 15px;
	margin-bottom: 15px;
	background: transparent no-repeat;
}
#company .navmenu a i, #news .navmenu a i {
  display: block;
  position: absolute;
  margin: -7px -14px;
  background-color: #555;
  opacity: 0.8;
  width: 250px;
  height: 29px;
  z-index: 0;
}*/
#company .navmenu .navitem, #news .navmenu .navitem {
  display: block;
  padding: 7px 15px;
  font-family: 'AnselmSansLight', sans-serif;
}
#company .navmenu .current_navitem, #news .navmenu .current_navitem {
  background-color: rgba(20,20,20,0.8);
  color: #eee;
}
#company .navmenu .navitem a, #news .navmenu .navitem a {
  display: block;
  width: 220px;
  height: 15px;
  text-decoration: none;
  text-transform: uppercase;
  color: inherit;
}

#company .navmenu UL.submenu, #news .navmenu UL{position:relative;margin:0 0 0 -20px;padding:0 0 10px 0;list-style: none outside none;}
#company .navmenu UL.submenu LI, #news .navmenu UL LI{margin:0;padding:0}
#company .navmenu UL.submenu li a, #news .navmenu UL.submenu li a{margin:0 0 5px;padding:5px 0 5px 40px;text-indent: 0;color:#515150;text-decoration:none;}
#company .navmenu UL.submenu li span a, #news .navmenu UL.submenu li span a{color:#a4a4a4;display: block;width: 180px;margin:0 0 5px;padding:5px 0 5px 40px;background:rgba(0, 0, 0, 0.6)}


#company .navmenu .qc, #news .navmenu .qc {
	margin-top: 100px;
}
#company .navmenu .qc .phone, #news .navmenu .qc .phone {
	display: block;
	text-indent: -9000em;
	width: 103px;
	height: 19px;
	background: url('/images/phone.png') no-repeat;
	margin-bottom: 12px;
}
#company .navmenu .qc .email, #news .navmenu .qc .email {
	width: 132px;
	height: 12px;
  text-decoration: none;
}

#company .concreteplane {
	margin-left: 250px;
	padding-bottom: 180px;
}
#company .concreteplane .pad {
	height: 35px;
	position: relative;
}
#company .concreteplane .pad .line {
	position: absolute;
	width: 50%;
	height: 40px;
	border-right: solid 1px #797978;
}
#company .woodtitle {
	float: left;
	width: 250px;
	height: 118px;
	background: #ca9656 url('/images/wood-for-news.jpg');
}
#company .woodtitle span {
  display: block;
  width: 100%;
  line-height: 118px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
}
.w100px {
	float: left;
	width: 80px;
}
.w250px {
	float: left;
	width: 240px;
}
#projects .w250px {
  float: none;
  position: absolute;
  left: 0;
}
.news {
	float: left;
	width: 50%;
}
.news .d {
	text-align: right;
	padding-right: 1em;
  line-height: 25px;
  font-size: 12px;
  font-family: 'AnselmSansLight', sans-serif;
}
.news h2 {
  font-size: 14px;
  margin-top: 0;
  padding-top: 0;
  font-weight: normal;
}
.news h2 a {
  text-decoration: none;
  color: inherit;
}
.news p {
  font-family: 'AnselmSansLight', sans-serif;
}

#wall a {
	display: block;
	text-indent: -9000em;
	width: 83px;
	height: 401px;
}
#wall a.company-link {
	background: url('/images/company-on-the-wall.png') no-repeat;
}
#wall a.projects-link {
	background: url('/images/projects-on-the-wall.png') no-repeat;
}
/* show right part */
/*.showright #company .bg {
  background-size: 50% 100%;
}*/
.showright #wallcontainer {
  right: 100%;
}

/* projects */
#projects .moto, #news .moto {
	position: absolute;
	text-indent: -9000em;
	top: 62px;
	left: 340px;
	width: 231px;
	height: 19px;
	background: url('/images/improve-space.png') no-repeat;
}
#projects .content {
	margin-top: 130px;
        margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 120px;
	background-color: rgba(255,255,255,0.8);
}
#projects .more_space .content {
	margin-top: 140px;
}
#projects #project-logo-plate {
  position: absolute;
  right: 150px;
  top: 0;
  width: 250px;
  height: 160px;
  background-color: #fff;
  background: url('/images/project-logo-plate.png') 50% 0% no-repeat, url('/images/project-logo-plate-shadow.png') 50% 0% no-repeat;
  text-align: center;
  z-index: 99;
}
#projects .menu {
	width: 100%;
}
#projects .menu td {
	text-align: center;
	height: 60px;
	font-size: 18px;
	color: #244802;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.35, rgba(210,210,210,0)),
	    color-stop(1, rgba(210,210,210,0.5))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgba(210,210,210,0) 35%,
	    rgba(210,210,210,0.5) 100%
	);
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff', endColorstr='#FADE9E');
  zoom:1;*/
}
#projects .menu .title {
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.35, rgba(133,160,77,0)),
	    color-stop(1, rgba(103,129,50,0.5))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgba(133,160,77,0) 35%,
	    rgba(103,129,50,0.5) 100%
	);
	background-color: #849f4d;
	color: #fff;
}
#projects .menu .title a {
  color: #fff;
}
#projects .menu .selected {
	background-color: #fff;
}
#projects .menu .selected {
  color: #80a336;
}
#projects .menu a {
  text-decoration: inherit;
  color: inherit;
  width: 100%;
  height: 100%;
}
#projects .menu .title {
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 24px;
}
#projects .menu td.trans {
  background: transparent;
}
#projects .stump {
  position: relative;
  top: -30px;
  overflow: hidden;
  height: 32px;
}
#projects .afterstump {
  position: relative;
  top: -30px;
  margin-bottom: -30px;
  background-color: #fff;
  border-bottom: solid 1px #dadbce;
}
#projects .afterstump .selected {
  color: #523471;
  background: none;
}
#projects .afterstump td {
  font-size: 13px;
}

#projects .bigproject {
  background-color: #fff;
  padding-right: 20px;
}
#projects .bigproject .t {
  float: left;
  width: 35%;
  margin-left: 5%;
  text-align: center;
}
#projects .bigproject .i {
	float: right;
	width: 55%;
	text-align: right;
}
#projects .otherprojects {
	list-style: none;
	padding: 20px 0;
	overflow: hidden;
}
#projects .otherprojects li {
	float: left;
	width: 33.333333%;
	border-right: solid 1px #d7d8d8;
	border-left: solid 2px transparent;
	margin: 10px 0;
	text-align: center;
	height: 90px;
	line-height: 90px;
	vertical-align: center;
	margin-right: -3px;
}
#projects .greeny {
  background-color: rgba(241, 243, 230, 0.8);
}
#projects .whiteplate {
  padding: 20px;
  background-color: #fff;
  text-align: center;
}
#projects .whiteplate h1, h1.cnt {
  text-align: center;
}
#projects #map {
  width: 100%;
  height: 400px;
}
#projects .genplan-desc-block {
  float: left;
  width: 30%;
  text-align:center;
  margin: 0 1%;
}
#projects .genplan-desc-block .cntr {
  font-size: 4em;
}
#free_lots_count {
  color: #7a9f33;
}
#booked_lots_count {
  color: #cdbf22;
}
#sold_lots_count {
  color: #8065a8;
}
.text h2 {
  font-size: 1.2em;
  margin-bottom: 1em
}
.text p, .text ul, .text ol {
  margin-bottom: 1em;
  font-family: 'AnselmSansLight', sans-serif;
}
.text blockquote {
  padding: 2em;
  background-color: #fff;
  margin: 1em -2em 1em -0.5em;
  font-size: 1.5em;
  line-height: 1.35em;
  opacity: 0.85;
}
.text .float_left {
  float:left;
  margin-right: 1.5em;
}
.padl {
  padding-left: 20px;
}
.padr {
  padding-right: 20px;
}
.bigpadr {
  padding-right: 90px;
}
.padt {
  padding-top: 20px;
}
.padb {
  padding-bottom: 20px;
}

/* news */
#newscontainer {
  background: gray url('/images/news-bg.jpg') repeat-y 0 0;
}
#news {
  padding-top: 110px;
}
#news #wood {
	position: absolute;
	left: 330px;
	top: 0;
	width: 563px;
	height: 11px;
	background: transparent url('/images/wood-in-header.png') no-repeat;
}
#news .data {
  padding-bottom: 140px;
  width: 600px;
  margin-left: 350px;
}
/*#news .data p {
  margin-bottom: 0.5em;
} */
#news .data p.bold {
  font-weight: bold;
}

/* footer */
#footer {
	position: relative;
	margin: 0 auto;
	width: 1px;
	font-size: 12px;
}
#footer .fake {
	position: absolute;
	top: -80px;
	left: -7em;
	width: 40em;
	padding-bottom: 20px;
}
#footer .line2 a {
	margin-left: 1em;
}

/*News_template*/
.news-wrapper{
  width: 600px;
  color: #4c4c4c;
}
.news-block{
  margin: 20px 0;
  width: 600px;
}
.news_hr {
  height: 8px;
  width: 100%;
  background: transparent url('/images/hr.png') repeat-x;
  margin: 20px 0;
}
.news-block-left {
  width: 75px;
  float: left;
  margin-right: 20px;
  color: #4c4c4c;
  font-size: 14px;
  text-align: right;
  padding-top: 10px;
}
.news-block-right {
  width: 500px;
  color: #4c4c4c;
  float: right;
  margin-top: 10px;
}
.colortext{
  color: #547c36;
  text-decoration: underline;
  }
.news-title{font-size: 16px; color: #000000;}
.news_count{
    background: transparent url('/images/comments_counter.png') no-repeat 0 0;
    color: #fff;
    width: 25px;
    height: 18px;
    padding-left: 9px;
    float: right;
    font-size: 11px;
    line-height: 15px;
    margin-right: 20%;
}
.news-block p.news-p{
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 10px;
}

#news .data a.news-p:hover{text-decoration:underline; cursor: pointer;}

.clear{ clear: bottom;  clear: right; }
.clearFix:after {content: '.';display: block;clear:both;visibility: hidden;height:0;font-size:0;}
.clearFix{//zoom:1}
.news-img-left{
  background: #fff;
  border: 1px solid #cdcdcd;
  padding: 20px;
  float: left;
  margin: 0 25px 25px 0;
}
.l-news-right{
  float: right;
  width: 270px;
}
.l-news-h2{
  font-size: 16px;
  margin-bottom: 10px;
}
.l-news-title{
  font-size: 20px;
  line-height: 30px;
}
.l-news-content{
  padding: 10px 20px;
}
.l-social {
   padding: 10px;
}
.l-links{
 padding: 20px;
}
.l-comments{
  height: 35px;
  font-size: 20px;
}
.l-comments-left{
  width: 45%;
  float: left;
}
.l-comments-right{
  width: 45%;
  float: right;
  text-align: right;
}
.l-comments-right a{
  border-bottom: 1px dashed;
  text-decoration: none;
}
.l-comment{
  width: 600px;
  margin: 10px 0;
}
.l-comment2{
  width: 580px;
}
.head-div {
    background: transparent url('/page_attachments/0000/1457/top1.png') no-repeat top left;
    height: 18px;
}
.head-div2 {
    background: transparent url('/page_attachments/0000/1461/top3.png') no-repeat top left;
    height: 45px;
}
.foot-div {
  background: transparent url('/page_attachments/0000/1459/top2.png') no-repeat bottom left;
  height: 18px;
}
.foot-div2 {
  background: transparent url('/page_attachments/0000/1463/top4.png') no-repeat bottom left;
  height: 16px;
}
.content-div{
  background: #fff;
  padding: 1px 10px;
}
.content-div2{
  background: #ececec;
  padding: 1px 10px;
}
.last-part{
  text-align: right;
}
.last-part a{
  border-bottom: 1px dashed;
  text-decoration: none;
}
.news-cont{
  padding: 20px 0;
}


.user-left{
  color: #e87049;
  font-size: small;
  float: left;
  width: 45%;
}
.user-right{
  font-size: small;
  float: right;
  width: 45%;
  text-align: right;
}
.l-text{
  width: 430px;
  float:right;
}
.news-area{
  width: 100%;
  height: 100px;
}
.float-left-input{
width: 49%;
float:left;
}
.float-right-input{
width: 49%;
float:right;
text-align: right;}
.content-div input{margin: 2px;}
.mortgage-left{width: 70%; float: left;}
.mortgage-right{width: 29%; float: right; padding: 45px 0 0 5px;}
.press-div-left{width: 50px; float: left;}
.press-div-right{width: 550px; float: left; line-height: 20px;}
.press-table{margin: 10px 0; width: 100%;}
.press-table td{padding-right: 5px;}
.gray{color: #737373;}
.button span{background: no-repeat url('/about/press-info/Press.png') 0 0; height: 35px; width: 71px; float: left; padding-left: 10px; margin: 0 5px; border: none; line-height: 30px;}
.h-float1, .h-float2, .h-float3{float: left;}
.h-float1{width: 273px;}
.h-float2{width: 90px;}
.h-float3{width: 45px;}
.text-align-center{text-align: center;}

.team {margin-bottom: 250px}
.team a, .team .colortext{text-decoration: none;}
.team-member .photo .hoverer { cursor: pointer; }
.team-member .photo .popup-ie6-fix {position: relative;}
.team-member .photo .popup { position: absolute; top: -40px; left: 50%; background-color: white; border-radius: 9px; padding: 9px; width: 250px; }
.team-member .photo .popup-arrow { position: absolute; border-top: solid 10px transparent; border-bottom: 10px solid transparent; border-left-width: 0; border-right: solid 25px white; top: 40px; left: -25px }



/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
.s,  .lt, .rt, .lb{
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0px;
		top: 0px;
		z-index: -2;
		overflow: hidden;
		font-size: 0px;}
 .lt {background: url('sms-lt.png') no-repeat;}
.rt {background: url('sms-rt.png') 100% 0% no-repeat;}
.lb {background: url('sms-lb.png') 0% 100% no-repeat;}
 .rb {background: url('sms-rb.png') 100% 100% no-repeat;}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
	width:560px;
	height: 600px;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	left: 14px;
	padding-top:10px;
	background: url('sms-t.png') repeat-x;
	width: 0;
	height: 100%;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: none outside none;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }
#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }
#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }
#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

.thumb {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}
.thumb .i {
  display: block;
  width: 170px;
  height: 170px;
  text-align: center;
}

/* mortgage request */

.request-form div.invalid {
  margin-left: -10px;
  padding-left: 5px;
  border-left: 5px solid red;
}
.request-form .field {
  margin-bottom: 1em;
}
.request-form .field label {
  display: block;
  width: 14em;
  margin-right: 1em;
  float: left;
  text-align: right;
  padding-top: 5px;
}
.request-form .field .form-text {
  width: 20em;
}
.request-form .submit {
  display: block;
  margin-left: 10em;
  font-size: 1.5em;
}
.hint {
  font-size: 0.8em;
}

#offer_info_popup {
  position: absolute;
  overflow: visible;
  border: solid 10px #999;
  background-color: #fff;
  font-size: 12px;
  line-height: 18px;
  padding: 0 20px 20px 0;
}
#offer_info_popup .content {
  padding: 0;
}
#offer_info_popup .dummy {
  height: 100%;
  width: 100%;
  overflow: auto;
  padding: 10px;
}
#offer_info_popup .close-button {
  overflow: hidden;
  text-indent: -50em;
  font-size: 1px;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: -20px;
  right: -20px;
  background-image: url('/images/close.png');
}
#offer_info_popup h2 {
  margin-top: 10px;
}
#offer_info_popup .inline-50 {
  width: 48%;
  margin: 0 2% 0 0;
}


