/***************************************************************
	Reset / Set
***************************************************************/
body{
	color:#7f7f7f;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
*{
	margin:0px;
	padding:0px;
}
img{
	border:none;		
}
p, ul, table{
	margin-bottom:16px;	
}

h1, h2, h3, h4{
	margin-bottom:16px;
	font-family:Georgia, "Times New Roman", Times, serif;	
	color:#72528b;
	font-weight:normal;
}
ul{
	margin-left:20px;
	list-style:disc;	
}
.clear {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a{
	color:#6C609F;/*#8C7CBA;*/
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}


/***************************************************************
	Text
***************************************************************/
h1{
	font-size:24px;		
}
h2{
	font-size:18px;		
}
h3{
	font-size:16px;	
}
label{
	font-size:11px;
	font-weight:bold;
}
input, textarea{
	margin:2px 0;
	padding:2px;
	font-size:12px;	
	font-family:Arial, Helvetica, sans-serif;
}
.legal{
	font-size:10px;
	color:#ababab;
}
.legal a{
	color:#ababab;
}

/***************************************************************
	Layout
***************************************************************/
body{
	text-align:center;
}
.global-wrapper{
	width:800px;
	margin:0px auto;
}
.header{
	border-bottom:4px solid #d9d9d9;
	height:90px;
	margin-top:0px;
}
.logo
{
	float:left;
	margin-top:8px;
}
.nav{	
	list-style:none;
	float:right;
	margin:52px 0 0 0;
}
.nav li{
	float:left;	
	height:38px;
	display:block;
}
.nav li a{	
	height:36px;
	width:90px;
	display:block;
	border-bottom-width:2px;
	border-bottom-style:solid;
	border-bottom-color:#b0a7b8;
}
.nav li a:hover{
	border-bottom-color:#72528b;
}
.nav li a.selected{
	border-bottom-color:#72528b;
	background:url(../img/nav-select.png) bottom center no-repeat;
}
#about, #about a, #contact, #contact a{
	width:91px;	
}
#about{	
	background-image:url(../img/btn-about.png);	
}
#leasing{	
	background-image:url(../img/btn-leasing.png);	
}
#founders{
	background-image:url(../img/btn-founders.png);	
}
#services{
	background-image:url(../img/btn-services.png);	
}
#press{
	background-image:url(../img/btn-press.png);	
}
#contact{
	background-image:url(../img/btn-contact.png);	
}
.content{
	margin:20px 0 40px 0;
	text-align:left;
}
.footer{
	border-top:2px solid #d9d9d9;	
	padding-top:26px;
	font-size:12px;
}
.header-image{
	margin-bottom:32px;	
}
.broker-logo{
	width:226px;
	margin:30px auto 0 auto;	
}
.light{
	color:#ccc;	
}
.no-margin{
	margin:0px !important;	
}
