/* Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

body{
	margin:0 auto;
	padding:0;
	text-align:center;
	font-family:"Lucida Sans Unicode";
	font-size:12px;
	color:#555;
}
a{
	color:#caa451;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
.clr{clear:both;}

h2{
	display:block;
	height:30px;
	line-height:30px;
	margin-bottom:40px;
	background:url(../images/h2-bg.jpg) repeat-x bottom left;
	color:#caa451;
	font-size:36px;
	overflow:hidden;
}

h3{
	color:#caa451;
	font-size:18px;
	margin-bottom:10px;
}

p{
	line-height:18px;
	margin-bottom:20px;
}

#container{
	width:776px;
	margin:0 auto;
	margin-top:30px;
	text-align:left;
}

#header{
	display:block;
	width:776px;
	height:142px;
}

#nav{
	width:776px;
	height:40px;
	margin:0 0 40px 0;
}
#nav ul{
	list-style:none;
}
#nav ul li{
	display:inline;
	float:left;
	width:192px;
	height:40px;
	margin:0px 1px;
}
#nav ul li a{
	display:block;
	outline:none;
	text-align:center;
	font-size:18px;
	width:192px;
	height:40px;
	background:url(../images/nav-bg.jpg) no-repeat 0px -40px;
}
#nav ul li a.selected, #nav ul li a:hover{
	text-decoration:none;
	background-position:0 0;
}

.grey-border{
	display:block;
	width:504px;
	height:11px;
	margin:60px auto;
	background:url(../images/grey-curve.jpg) no-repeat 0 0;
}

#content{
	display:block;
}
.col12{
	float:left;
	display:inline;
	width:500px;
}
.col22{
	float:left;
	display:inline;
	margin:0 0 0 20px;
	width:256px;
}

.info-date{
	font-size:14px;
	margin-bottom:5px;
}
.info-content{margin-bottom:20px;}

a.viewall{
	display:block;
	float:right;
	text-align:right;
	background:url(../images/arrow-right.jpg) no-repeat right 5px;
	padding:0px 12px 0 0;
}

.home-img{
	clear:both;
	display:block;
	width:500px;
	height:250px;
	margin:20px 0;
}

.group-logo{
	border-bottom:1px solid #ddd;
}
a.holding-group, a.realty-group, a.consulting-group{
	display:block;
	width:254px;
	height:104px;
	overflow:hidden;
	border:1px solid #fff;
	background:url(../images/thegroup/holding.jpg) no-repeat 0 0;
	text-indent:-9999px;
}
a.realty-group{background:url(../images/thegroup/realty.jpg) no-repeat 0 0;}
a.consulting-group{background:url(../images/thegroup/consulting.jpg) no-repeat 0 0;}
a.holding-group:hover, a.realty-group:hover, a.consulting-group:hover{border:1px solid #eee;}

.land-image{
	clear:both;
	display:block;
	width:776px;
	height:140px;
	margin:0px;
	padding:0px;
	background:url(../images/land.jpg) no-repeat 0 0;
}

#footer{
	clear:both;
	display:block;
	width:776px;
	height:23px;
	overflow:hidden;
	border-top:1px solid #caa451;
	background:url(../images/footer.jpg) no-repeat 0 5px;
	/*margin-top:40px;*/
	padding-bottom:50px;
	text-indent:-9999px;
}

.cat-box{
	width:300px;
	font-size:11px;
	font-family:Lucida Sans Unicode;
}
.cat-info{
	color:#aaa;
	font-size:11px;
}

.infoScroller ul li{
	padding:3px 0;
}