.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


.clearfix {
	/* triggers hasLayout */
	zoom: 1;			
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 8pt;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.5;
	color: #333;
	background-color: #fff;
}

#wrapper {
	margin: 0;
	padding: 1px 0;
}

body.full_head {
	background: #fff url(../i/background-repeated.jpg) center 122px repeat-x;	
}

body#architects {
	background: #fff url(../i/background-repeated.jpg) center 31px repeat-x;		
}

body #wrapper {
	background: url(../i/background-nav-only.gif) center 31px no-repeat;		
}

body.full_head #wrapper {
	background: url(../i/background-large.jpg) center 122px no-repeat;	
}

body#architects #wrapper {
	background: url(../i/background-large.jpg) center 31px no-repeat;		
}

#outer {
	text-align: left;
	width: 940px;
	margin: 0 auto;
	padding: 0;
}

#home-link {
	line-height: 15px;
	height: 15px;
	margin: 5px 0 0;
}
#home-link a {
	text-decoration: none;
	color: #999;
}
#home-link a:active,
#home-link a:hover {
	color: #666;
}

#tagline {
	margin: 47px 0 20px 0;
	padding: 0;
	height: 34px;
}

#nav {
	margin: 30px 0 6px 0;
	height: 41px;
}

.full_head #nav {
	margin: 0 0 6px 0;	
}

#nav #logo {
	float: left;
	height: 38px;
	margin: 0;
	padding-right: 60px;
}

#nav ul {
	float: left;
	font-size: 110%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	padding: 0 7px 0 7px;
	height: 41px;
	background-color: #333;
	list-style-type: none;
	margin: 0;
}

#nav li {
	float: left;
}

#nav ul a {
	color: #fff;
	display: block;
	line-height: 29px;
	border: solid #333;
	border-width: 6px 0;
	padding: 0 7px;
	text-decoration: none;
}

#nav a:hover,
#nav a:active {
	border-bottom-color: #690;
}

#nav a.current {
	border-bottom-color: #690;
	color: #ccc;
}

/*#nav a.architects-link:hover,
#nav a.architects-link:active,
#nav a.architects-link.current {
	border-bottom-color: #900;
}
*/

#lifestyle-flash {
	height: 390px;
/*	background: url(../i/flash-placeholder.jpg) 175% top repeat;*/
}

.shadowed-lb {
	margin-left: -10px;
	padding-left: 10px;
	padding-bottom: 15px;
	padding-top: 1px;
	background: url(../i/shadow-lb.gif) left bottom no-repeat;
	width: 600px;
}

.content-inner {
	padding: 0 15px;
}

ul.architects {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.architects li {
	float: left;
}

.architects a {
	margin: 0 10px 40px 0;
	display: block;
	height: 63px;
	width: 63px;
	color: #111;
	text-decoration: none;
}

.architects a span {
	display: none;
	width: 63px;
	overflow: visible;
	padding-top: 6px;
	/*			margin-top: -6px;*/
	border-top: 6px solid #900;
	background-color: #fff;
}

.architects a:hover span {
	display: block;
}

.architects a.current {
	border-bottom: 6px solid #900;
}

.architects li.meta a:link,
.architects li.meta a:visited {
	height: auto;
	width: auto;
	line-height: 25px;
	padding-bottom: 0;
	margin-bottom: 0;
	font-weight: bold;
	text-decoration: none;
	color: #111;
}

.architects li.meta a:hover {
	color: #900;
	text-decoration: underline;
}

#main-content {
	clear: both;
	width: 370px;
/*	left: auto !important;*/
	left: 579px;
/*	margin-left: 579px;*/
	position: absolute;
	z-index: 10;
	background: url(../i/main-content-bg.png) left top repeat-y;
	top: 0;
}

.full_head #main-content {
	top: 0;
	left: auto;
	margin-left: 561px;
}

#main-content .content-inner {
	margin: 0 9px;
	background-color: #fff;
	padding: 0 20px 60px 20px;
}


#main-content h1 {
	font-size: 250%;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;			
	font-weight: normal;
	font-size: 200%;
	line-height: 1.3;
	margin: 0.5em 0;
}

.shadowed-lb h2 {
	font-size: 200%;
	font-weight: normal;
	margin: 20px 0;
	color: #999;
}

.sifr {
	line-height: 1.7;
}

.full_head #main-content h1 {
	margin: 45px 0 35px 0;
}

#main-content h2 {
	font-family: "Trebuchet MS";
}

body#architects #main-content h2 {
/*	font-size: 230%;*/
	font-size: 30px;
	margin-top: 30px;
}

h3 {
	margin: 0.5em 0;
	font-weight: normal;
	font-size: 180%;
	font-family: "Trebuchet MS";
}

a:link, a:visited {
	text-decoration: underline;
	color: #000;
}

a:visited {
	color: #555;	
}

a:hover, a:active {
	text-decoration: none;
}

.read-more {
	border-bottom: 1px dotted #333;
	margin-bottom: 15px;
}

.read-more a:link,
.read-more a:visited {
	float: right;
	display: block;
	line-height: 22px;
	background-color: #333;
	padding: 0 15px;
	color: #fff;
	text-decoration: none;
	margin-bottom: -1px;
}
.read-more a:hover {background-color: #000 !important;}

#architects .read-more a:link,
#architects .read-more a:visited {background-color: #900; color: #fff;}
#architects a {color: #900;}

#sections .read-more a:link,
#sections .read-more a:visited {background-color: #690; color: #fff;}
#sections a {color: #690;}

.read-more a.inactive {
	background-color: #333 !important;
}

a img {
	border: none;
}

#sections #content {
/*	margin-top: 60px;*/
}

#sections-flash {
	border: 1px solid #eee;
}

.spacer {
	height: 30px;
	margin: 6px 0px 0 0;
	background-color: #669900;
}

#architects .spacer {background-color: #900; margin: 0;}

.column_1 {
	float: left;
	width: 590px;
}

.alt {
	display: none;
}

.caption {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;			
	font-weight: normal;
	font-size: 200%;
	line-height: 1.3;
	margin: 0;
	color: #fff;
	background: url(../i/black-60.png) left top repeat;
	width: 586px;
}

.caption blockquote {
	margin: 0.5em 30px;
	padding: 0;
}

.caption img.w {
	display: block;
	float: right;
	margin-top: -2.5em;
	padding: 10px;
}

#contact-div {
	margin: 30px 0 60px 0;
}

#contact-form {
	background-color: #eee;
	border-top: 1px dotted #333;
	display: none;
	margin: 0;
	padding: 1px 15px;
}

#contact-send #contact-form {
	display: block;
}

#contact-form input {
	width: 80%;
}

#contact-form label {
	color: #999;
}

#contact-form textarea {
	width: 90%;
	height: 4em;
}

#contact-div p.read-more {
	margin: 0;
/*	background-color: #fff;*/
}

#contact-div .read-more a {
	margin: 0;
}

button {
	text-transform: uppercase;
	border-color: #690;
/*	line-height: 30px;*/
	color: #fff;
	padding: 3px 15px;
	background-color: #690;
	font-size: 100%;
}

#architects button {
	background-color: #900;
	border-color: #900;
}

.default {
	color: #999;
}

.half_col {
	width: 49.5%;
	float: left;
}

.pdf-link {
	display: block;
	line-height: 23px;
	padding-left: 30px;
	background: url(../i/pdf-icon.png) left top no-repeat;
}

.pdf-link a {
	color: #690;
}


.error {
	color: #e00;
	font-weight: bold;
	font-size: 130%;
}

p.error {
	margin-bottom: -20px;
}

hr.dotted {
	border: 1px dotted #333;
	border-width: 1px 0 0 0;
}

.popup-header,
#pricing-subhead {
	background-color: #690;
	color: #fff;
	padding: 1px 20px;
	text-align: left;
}
#pricing-subhead {
	margin: 0 0 2px;
	padding: 10px 20px;
	width: 800px;
}

.popup table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 20px 0;
}

.popup table td {
	border: 1px solid #eee;
	border-width: 1px 0 0 1px;
	padding: 10px 15px;
}

tbody th {
	border: 1px solid #eee;
	border-width: 1px 0 0;
}

h2 a.view-pricing-link {
	color: #fff;
}

#pricing-pricelist-download {
	float: right;
	display: inline;
	text-align: right;
	margin: -40px 50px 0 0;
	z-index: 100;
	position: relative;
}
#pricing-pricelist-download a {
	color: #690;
}

#gallery-container {
	border-top: 1px solid #eee;
	padding: 0 0 0 182px;
	background: url(../i/shadow-r.png) right top repeat-y;
}

#gallery-inner {
	padding: 25px 10px;
	background: url(../i/shadow-l.png) left top repeat-y;
}

#controls {
	margin: 10px 25px 0;
	background-color: #333;
	color: #ccc;
}

#controls #left,
#controls #right {
	width: 324px;
	float: left;
	display: inline;
	color: #ddd;
	text-decoration: none;
	padding: 10px;
}
#controls #right {
	text-align: right;
}

#controls #left:hover,
#controls #right:hover {
	background-color: #555;
	color: #eee;
}

#gallery-inner #image {
	position: relative;
	display: block;
	width: 688px;
	height: 516px;
	padding: 0 25px;
	zoom: 1;
	cursor: pointer;
}
#gallery-inner #image img {
	position: absolute;
	display: block;
	top: 0;
	left: 25px;
	width: 688px;
	height: 516px;
}
