/* 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 */

/* 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:14px; line-height:200%; color:#333; }
a { color:#48487B; }
a:hover { color:#F20000; }
/* 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:34px;
	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%;
	padding:0 20px 0 0;
}
.title-3 {
	padding:35px 0 10px 0;
	border-bottom:4px solid #fff;
	color:#231F20;
}
.red {
	color: #000;
}
.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 20px;
}
.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;
	display: none;
}
	.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:0 0 10px 0;
		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;
	display: none;
}
	.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/houses.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 {
	display: none;
	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 #fff;
}
.project-nav {
	width:49px;
	display: none;
	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%;
		}
.map {
	margin:10px 0 35px 0;
}
	.mini-list li {
		padding:8px 0 0 0;
		color:#666;
	}
.logos {
	padding:18px 0 0 0;
}
	.logos a {
		margin:0 38px 0 0;
	}
.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 #fff;
		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 */

.path {
	display: none;
}

.projects .title-1 {
	display: none;
}

#completed {
	display: none;
}

.left-nav {
	display: none;
}