/* something that does not change */
html, body { height:100%; }
table { border-collapse:collapse; }
html, body, h1, h2, h3, h4, h5 ,h6, body, form, th, td, p { margin:0; padding:0; }
img { border:0 none; }
map { display:none; }
object, form { display:block; }	
h1, h2, h3, h4, h5 ,h6 { letter-spacing:normal; }
hr { display:none; }
/* something that does not change */

/* all time classes */
.wf { width:100%; }
.hf { height:100%; }
.whf { width:100%; height:100%; }
.tar { text-align:right; }
.tal { text-align:left; }
.tac { text-align:center; }
.clr { clear:both; height:1px; overflow:hidden; margin:-1px 0 0 0; }
.clear { clear:both; }
.fl { float:left; }
.fr { float:right; }
.hide { display:none; }
.block { display:block; }
.inline { display:inline; }
.ma { margin:0 auto; }
/* all time classes */
a, img { outline: none }
/* global text/link settings */
p, div, span, td, th, em, h1, h2, h3, h4, h5, h6, b, strong, i { font-family:Arial, Helvetica, sans-serif; font-size:13px; line-height:180%; color:#333; }
a { color:#48487B; }
a:hover { color:#F20000; }
* { outline: none }
/* global text/link settings */

/* global while developing */
.spacer {
	width:20px;
}
.width-24 {
	width:24%;
}
.width-30 {
	width:30%;
}
.width-50 {
	width:50%;
}
.width-70 {
	width:70%;
}
.width-76 {
	width:76%;
}
.width-80 {
	width:80%;
}
.small-text, .small-text-inside * {
	font-size:11px;
	line-height:130%;
}
.list {
	padding:0;
	margin:0;
	list-style:none;
}
	.block-list li {
		display:block;
		padding:0;
		margin:0;
		list-style:none;
	}
.title-1 {
	font-size:24px;
	line-height:110%;
	padding:0 0 10px 0;
}
	.title-1 span {
		font-size:18px;
		line-height:110%;
		color:#999;
		padding-left:10px;
		font-weight:normal;
	}
.title-2 {
	font-size:16px;
	line-height:110%;
	background:url(../i/red-raquo.gif) right center no-repeat;
	padding:0 20px 0 0;
}
.title-3 {
	padding:35px 0 10px 0;
	border-bottom:4px solid #CDD3D8;
	color:#231F20;
}
.red {
	color:#F20000;
}
.big-text {
	font-size:18px;
}
.padding-left {
	padding-left:20px;
}
.padding-left-1 {
	padding-left:100px;
}
.border-left {
	border-left:1px solid #E5E5E5;
}
/* global while developing */

/* main */
.max-width {
	width:1250px;
}
.min-width {
	width:994px;
}
.side-padds {
	padding:0 18px;
}
.footer {
	padding:20px 0 0 0;
	margin:20px 0 0 0;
	border-top:3px solid #AAA;
	height:70px;
}
	.footer .fl {
		color:#666;
	}
	.footer .width-24 {
		color:#414141;
	}
.header {
	padding:20px 0 0 0;
	height:60px;
}
.top-nav {
	padding:10px 0 0 0;
}
	.top-nav li {
		float:left;
		padding:5px 12px 0 12px;
		background:url(../i/grey-dash.gif) 0 0 no-repeat;
	}
	.top-nav li.fst {
		background:none;
		padding-left:0;
	}
	.top-nav a {
		float:left;
		display:block;
		padding:2px 0 10px 0;
		margin-top: -2px;
		height:15px;
		background:url(../i/nav-underline.gif) center bottom no-repeat;
		text-decoration:none;
		font-size:13px;
		line-height:100%;
	}
	.top-nav a.act {
		background:url(../i/nav-underline-on.gif) center bottom no-repeat;
	}
	.top-nav img {
		margin:1px 0 0 0;
	}
.langs {
	padding:14px 15px 0 0;
	color:#B4B4B4;
}
	.langs span {
		padding:0 9px;
	}
	.langs a {
		color:#666;
	}
	.langs a.act {
		text-decoration:none;
		color:#999;
	}
.page-1 {
	padding:20px 0 70px 0;
	min-height:400px;
}
* html .page-1 {
	height:400px;
}
.page-bg {
	background:url(../i/houses2.gif) right bottom no-repeat #EBEDF2;
}
.page-bg-no-img {
	background:#EBEDF2;
}
.left-nav {
	padding:0 46px 0 16px;
}
	.left-nav * {
		font-size:12px;
		line-height:130%;
	}
	.left-nav li {
		padding:7px 0;
		border-top:1px solid #D8D8D8;
	}
	.left-nav li.fst {
		padding-top:0;
		border:0 none;
	}
	.left-nav a.act {
		font-weight:bold;
		text-decoration:none;
		color:#F20000;
	}
.top-links {
	height:35px;
}
	.top-links * {
		color:#999;
	}
	.top-links a:hover {
		color:#999;
		text-decoration:none;
	}
	.top-links img {
		margin:0 5px;
	}
	.top-links .fr {
		padding:0 13px 0 0;
	}
.printer {
	font-size:9px;
	padding-left:17px;
	background:url(../i/printer.gif) 0 bottom no-repeat;
	line-height:150%;
}
.project-list {
	margin:50px 0 0 0;
}
	.project-list .title-2 {
		position:absolute;
		margin:-30px auto auto 0;
	}
	.project-list td {
		vertical-align:top;
	}
	.project-list .list {
		padding:0 20px 20px 20px;
	}
	.project-list .bg-1 {
		background:#CDD3D8;
	}
	.project-list .bg-2 {
		background:#DEDEDE;
	}
	.project-list li {
		border-top:1px solid #B5B5B5;
		padding:20px 0;
		min-height:75px;
	}
	* html .project-list li {
		height:75px;
	}
	.project-list li.fst {
		border:0 none;
	}
		.project-list li div {
			margin-left:140px;
			line-height:110%;
		}
		.project-list li img {
			float:left;
		}
			.project-list li div a {
				font-weight:bold;
				text-transform:uppercase;
			}
			.project-list li div span.small-text {
				display:block;
				color:#666;
				padding:3px 0 8px 0;
			}
			.project-list li div p, .project-list li div p * {
				display:block;
				line-height:130%;
				font-size:13px;
				color:#333;
			}
img.over {
	border:4px solid #CB2227;
}
.project-nav {
	width:49px;
	height:22px;
	background:url(../i/white-grad.gif) right 0 repeat-y #FFF;
	padding:7px 0 0 0;
	line-height:100%;
}
	.project-nav a {
		display:block;
		float:left;
		padding:3px 8px;
	}
.thumbs {
	width:790px;
	padding:16px 20px 16px 20px;
	background:#CDD3D8;
	margin:0 0 20px 0;
}
	.thumbs .fr {
		width:380px;
	}
		.thumbs .fr img {
			 margin:0 12px 15px 0;
			 display:block;
			 float:left;
		}
	.about-project .width-30 {
		padding:8px 0 0 0;
	}
		.about-project .fr b.block {
			padding:0 0 3px 0;
			line-height:110%;
		}
		.about-project .fr span.small-text {
			padding:0 0 10px 0;
			color:#666;
			line-height:110%;
		}
		.about-project P {
			font-size: 13px;
			line-height: 180%;
		}
.map {
	margin:10px 0 35px 0;
	width: 210px;
	height: 200px;
}
	.mini-list li {
		padding:8px 0 0 0;
		color:#666;
	}
.logos {
	padding:0 0 0 0;
}
	.logos a {
		margin:0 0 0 0;
		display: block;
		float: left;
	}
.table-1 {
	margin:20px 0 0 0;
}
	.table-1 th {
		padding:0 18px 8px 0;
		font-size:13px;
		text-align:left;
		color:#333;
		border-bottom:2px solid #F20000;
		line-height:110%;
	}
	.table-1 td {
		padding:13px 0;
		font-size:13px;
		text-align:left;
		color:#333;
		border-bottom:1px solid #C9C9C9;
		font-size:13px;
		color:#666;
		line-height:110%;
	}
/* main */

.cms-text P {
	font-size: 13px;
	line-height: 180%;
}

.cms-text LI, .cms-text {
	font-size: 13px;
}

.gmnoprint SPAN, .gmnoprint A { display: none !important; }

#map {
	border: 1px solid #CDD3D8;
	border-right: 0 none;
}



/* edit */


.bg-1 {
	background: url(../i/bg-1.png) repeat;
	padding: 1px;
}
.bg-2 {
	background: url(../i/bg-2.png) repeat;
	padding: 1px;
}
.bg-3 {
	background: url(../i/bg-2.png) repeat;
	padding: 1px;
}
.bg-4 {
	background: url(../i/bg-4.png) repeat;
	padding: 1px;
	margin-bottom: 70px;
}

.projects {
	background: #fff;
	padding: 20px 0 80px 32px;
}

.projects .title-1 {
	font-size: 24px !important;
	color: #f20000;
}

	.projects .list {
		margin: 10px 0 40px 0;
		display: block;
		width: 880px;
	}
	
	.projects .list LI {
		float: left;
		width: 192px;
		display: block;
		margin-right: 28px;
		margin-bottom: 20px;
		/*min-height: 360px;*/
	}
	
	/** html .projects .list LI {
		height: 360px;
	}*/
	.projects .list LI A.thumb IMG {
		width: 192px;
		height: 145px;
		border: 0 none;
		margin-bottom: 5px;
		text-decoration: none;
	}
	
	.projects .list LI A.thumb {
		text-decoration: none;
		outline: none;
	}

	.projects .list LI A.thumb:hover {
		text-decoration: none;
	}

	.projects H3 A {
		color: #333;
		text-decoration: none;
		text-transform: uppercase;
		line-height: 15px;
		height: 13px;
	}
	
	.projects H3 A:hover {
		text-decoration: underline;
	}
	
	.projects DIV.desc P {
		color: #666;
		line-height: 160%;
		margin-top: 3px;
	}
	
	.projects DIV.desc A {
		color: #48487b;
		text-decoration: underline;
	}
	
	.projects DIV.desc A:hover {
		text-decoration: none;
	}
	
	.page-bg2 {
		background:url(../i/houses2.gif) right bottom no-repeat #EBEDF2;
	}


/* edit 2 */

.project {
	padding: 0;
	width: 100%;
}

.project .title-1 {
	padding: 15px 0 16px 18px !important;
}

.project .info {
	background: #eef0f4;
	padding: 14px 27px;
	margin-right: 15px;
}

.container {
	padding: 5px 190px 5px 410px !important;
	margin: 0;
}

.facts .preview {
	width: 400px;
	height: 400px;
	margin-left: -420px;	
	position: absolute;
}

.container .facts {
	width: 100%;
	display: block;
	min-height: 370px;
}

* html .container .facts {
	height: 370px;
}

.facts .r {
	float:right;
}

.r .location {
	width: 190px;
	position: absolute;
	margin-left: 20px;
}

.preview .thumb {
	width: 54px;
	height: 40px;
	float: left;
	padding: 16px 3px;
}

.preview .l_arrow, .preview .r_arrow {
	display: block;
	float: left;
	width: 15px;
	background: url(../i/arrows.gif) no-repeat left 14px;
	height: 30px;
	margin: 16px 2px;
}

#next_cont {
	float: right;
}
.preview .r_arrow {
	background-position: right 14px;
	position: absolute;
	margin-left: -15px;
}

.preview .fl { 
	width: 400px; 
}

.cms-facts TABLE {
	width: 100%;
}

.cms-facts TABLE TBODY TR TD {
	width: 40%;
}

.cms-facts TABLE THEAD TR TD, .location B.title {
	color: #333;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 1px;
}

.cms-facts TABLE TBODY TR TH, .cms-facts TABLE TBODY TR TD, .cms-facts TABLE TBODY TR TH {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #d1d4d6;
	padding: 8px 0 8px 0;
	text-align: left;
	line-height: 110%;
}

.cms-facts TABLE TBODY TR TD A {
	font-size: 13px;
}

.cms-facts .redcell {
	color: #F20000 !important;
}

.cms-facts TABLE TBODY TR TD {
	font-weight: normal;
	text-align: right;
}

.cms-facts A {
	font-size: 11px;
	color: #f20000;
	top: 2px;
	position: relative;
}

.cms-facts A:hover {
	text-decoration: none;
}

.location B.title {
	width: 210px;
	display: block;
	margin-bottom: 3px;
}

.location SPAN.address {
	color: #666;
	font-size: 11px;
	display: block;
	line-height: 150%;
	margin: 9px 0 15px 0;
}

.location A.map, TD DIV.txt A {
	color: #48487b;
	font-size: 11px;
	padding-right: 14px;
	background: url(../i/ext.gif) no-repeat right;
}

.location A.map:hover,  TD DIV.txt A:hover {
	text-decoration: none;
}

.facts TABLE THEAD TD, .facts TABLE THEAD TH, .location B.title {
	border-bottom: 2px solid #333;
}

.location B.title {
	width: 180px;
}

.page-bg2 .project-nav {
	margin: 15px 0 0 0;
	background: #eef0f4;
	padding-top: 4px;
}

.cms-txt {
	padding: 20px 15px 20px 30px;
}

.cms-txt TABLE TR TD P {
	padding: 3px 0;
}

.obj-renters B {
	font-size: 13px;
	color: #231f20;
	display: block;
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 3px solid #eef0f4;
	margin-right: 20px;
	margin-bottom: 10px;
}

TD.contacts {
	width: 272px;
}

TD.contacts * {
	font-size: 11px !important;
}

DIV.contacts {
	width: 182px;
	background: #e6e8ed;
	padding: 5px 10px;
	font-size: 11px;
}

DIV.contacts * {
	font-size: 11px !important;
}

DIV.contacts B {
	color: #333;
	display: block;
	font-size: 11px;
}

TD DIV.txt {
	padding: 10px 10px;
	font-size: 11px;
}

TD DIV.txt A { background: none; padding: 0; }

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background: #333;
	display: none;
}

#display {
	width: 400px;
	height: 400px;
	background-color: #fff;
	margin: 0 auto;
	z-index: 100;
	position: absolute;
	display: none;
	padding: 5px 5px 5px 5px;
}

#bigimg {
	display: none;
	cursor: pointer;
}

#nav {
	top: 5px;
	position: relative;
	text-align: center;
	display: none;
}

#nav SPAN {
	position: relative;
	top: 3px;
}

#imgPrev {
	float: left;
}

#imgNext {
	float: right;
}

.loading-bg {
	background: url(../i/lightbox-ico-loading.gif) no-repeat center #fff;	
}

.img_cont {
	display: none;
	float: left;
	overflow: hidden;
}

.act_cont {
	display: block;
}

#load {
	background: url(../i/lightbox-ico-loading.gif) no-repeat;
	position: absolute;
	margin: 138px 0 0 188px;
	height: 32px;
	width: 32px;
	display: none;
}

#preview {
	cursor: pointer;
	width: 400px;
	height: 300px;
	margin-bottom: 10px;
	background: #fff;
	display: block;
}

#imgClose {
	width: 25px;
	height: 25px;
	display: block;
	background: url(../i/close.png) no-repeat;
	position: absolute;
	z-index: 110;
	margin: 5px 0 0 -35px;
	display: none;
}


* { outline: none; }