/* #################### RESET CSS ##################### */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,p,blockquote,th,td {margin:0px; padding:0px;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:none;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
img a {border: none;}


/* #################### DEFAULTS ##################### */

body {
	background-color: #ddd;
	font: 11px/16px Arial, Helvetica, sans-serif;
	padding: 15px 0px;
	color: #292929;
}

a {text-decoration: none; color: #292929;}
a.blue {color: #166f79;}
a:hover, .moreinfo, #contact .title {color: #166f79;}
a:hover img {filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75; }
h1 {
	text-transform:lowercase;
}
h2 {
	margin-bottom:5px;
}
/* #################### REUSABLE CLASSES ##################### */

.clear {
	height: 1px;
	line-height: 1px;
	clear: both;
	font-size: 1px;
	margin-top: -1px;
}

/* #################### UNIQUE IDS ##################### */

#wrap {
	width: 730px;
	padding: 15px;
	margin: 0px auto;
}

#home #wrap {background: url(../images/bg-home.jpg) no-repeat center top;}
#about #wrap {background: url(../images/bg-about.jpg) no-repeat center top;}
#tenants #wrap {background: url(../images/bg-tenants.jpg) no-repeat center top;}
#services #wrap {background: url(../images/bg-services.jpg) no-repeat center top;}
	#services-residential #wrap {background: url(../images/bg-residential.jpg) no-repeat center top;}
	#services-block #wrap {background: url(../images/bg-block.jpg) no-repeat center top;}
	#services-commercial #wrap {background: url(../images/bg-commercial.jpg) no-repeat center top;}
	#services-lender #wrap {background: url(../images/bg-lender.jpg) no-repeat center top;}
	#services-backoffice #wrap {background: url(../images/bg-backoffice.jpg) no-repeat center top;}
	#services-consultancy #wrap {background: url(../images/bg-consultancy.jpg) no-repeat center top;}


#contact #wrap {background: url(../images/bg-contact.jpg) no-repeat center top;}
#conduct #wrap {background: url(../images/bg-conduct.jpg) no-repeat center top;}
#insurance #wrap {background: url(../images/bg-insurance.jpg) no-repeat center top;}
#association #wrap {background: url(../images/bg-association.jpg) no-repeat center top;}



#header {
	padding-bottom: 10px;
	border-bottom: 2px solid #FFFFFF;
	margin-bottom: 25px;
}
	
	#header .logo {float: left;}
	#header #wrap_quote {
		width: 255px;
		float: right;
		color: #FFFFFF;
		font-size: 14px;
		line-height: 18px;
	}
	#header #wrap_quote span {float: left; display: block; width: 6px;}
	.quote {
		float: left;
		width: 249px;
	}
	.quote strong {display: block; font-size: 12px;}
	
#nav {
	width: 125px;
	float: left;
	color: #333;
	font-size: 10px;
}
	#nav a {
		display: block;
		padding: 8px 10px;
		background-color: #838378;
		margin-bottom: 6px;
		font-size: 11px;
		color: #FFF;
	}
	#nav a.on, #nav a:hover {background-color: #333333}
	
#main {
	width: 580px;
	float: left;
	margin-left: 25px;
}
	#main p {margin-bottom: 15px;}

#footer {clear: both; margin-top: 35px; margin-bottom: -10px;}

	#footer p {float: left; margin-top: 6px;}
	#footer strong {font-color: #333;}
	
	#footer ul {float: right;}
	#footer li {display: inline;}
	
.col-l, .col-r {width: 250px; float: left;}
.col-l {margin-right: 30px;}

#services .service {
	width:186px;
	float: left;
	margin-right: 11px;
}

#services .service a img {
	display: block;
	margin-bottom: 3px;
	background-color: #333;
	filter:alpha(opacity=90);-moz-opacity:.9;opacity:.9; 
}

#services .service a:hover img {
	filter:alpha(opacity=65);-moz-opacity:.65;opacity:.65;
}

.subpage .title {width: 400px; float: left;}
.back {float: right;}
.subpage .images {float: right; margin-top:3px;}
.subpage .body {float: left; width: 315px;}
.subpage .images img {
	display: block;
	width:250px;
	height: 160px;
	margin-bottom: 10px;
}

/* #################### TENANTS PAGE CLASSES ##################### */
#tenants ul {
	margin-top:15px;
}
#tenants ul li, #conduct ul li  {
	color:#166f79;
	margin-bottom:12px;
}
#tenants ul li a, #conduct ul li a {
	color:#292929;
}
#tenants #footer p {
	margin-top:21px;
}
#tenants div.blurb {
	margin-top: 15px;
}

#association h1 {
	margin-bottom: 7px;
}

#association ul#logos li {
	float: left;
	margin-top: 10px;
	height: 65px;
	margin-right: 36px
}


#association div.blurb {
	width: 430px;
	float: left;
}

#association  ul.bullets li {
	list-style: disc;
	margin-left: 20px;
}

#association  ul.bullets {
	margin-bottom: 15px;
}