/***** wrapper *****/
#wrapper {
	width:960px;
	margin:0 auto;
	color:#353030;
}

#wrapper object {
	display:block;
}


/***** grid *****/
#header {
	position:relative;
	width:960px;
	height:94px;
}

#header #graphic {
	position:absolute;
	top:0;
	right:204px;
}

#header #logo {
	position:absolute;
	top:0;
	right:0;
	width:185px;
	height:94px;
}

#header #nav {
	position:absolute;
	left:24px;
	top:74px;
	width:700px;
}

#header #nav-main {
	position:absolute;
	left:24px;
	top:74px;
	width:700px;
}

#header a {
	text-decoration:none;
	font-weight:normal;
}

#content-left {
	width:460px;
	float:left;
}

#content-plan {
	padding:25px 0 0 32px;
	height:422px;
}

#content-right {
	float:right;
	padding:0 33px 0 0;
}

#flashcontent {
	margin:0;
	padding:0;
	width:467px;
	height:447px;
}

#flashcontent-home {
	margin:0;
	padding:0;
	width:296px;
	height:616px;
}

#eventcontent {
	margin:0;
	padding:200px 0 0;
	width:467px;
	height:246px;
	background:url(../img/bg-event.gif) top left no-repeat;
}

#row-top {
	height:166px;
	padding:25px 0 0 60px;
	width:400px;
	color:#8a8981;
}

#row-middle-home {
	padding:0 0 0 32px;
}

#row-middle {
	height:205px;
	margin:26px 0 20px 60px;
	width:340px;
	overflow:hidden;
}

#row-middle ul{
	font-size:1.1em;
}


#row-middle-events {
	height:205px;
	margin:26px 0 20px 60px;
	width:340px;
	overflow:hidden;
	font-size: 1.5em;
}

#row-contact {
	height:403px;
	margin:45px 0 20px 60px;
	width:340px;
}

#row-enquiry {
	margin:65px 60px 0 0;
	width:340px;
}

#scroll-links {
	float:right;
	width:55px;
	height:256px;
	position:relative;
}

#scrollup {
	position:absolute;
	left:0;
	top:23px;
	width:21px;
	height:21px;
	cursor:pointer;
}

#scrolldown {
	position:absolute;
	left:0;
	top:212px;
	width:21px;
	height:21px;
	cursor:pointer;
}

#row-bottom {
}


	
/***** nav home *****/
#nav ul {
	border:0;
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:center;
}

#nav ul li {
	display:block;
	float:left;
	text-align:center;
	padding:0;
	margin:0;
}

#nav ul li a {
	height:18px;
	padding:0 10px;
	color:#49660c;
	text-decoration:none;
	display:block;
	text-align:center;
	font:normal 12px/18px arial, sans-serif;
}

#nav ul li a:hover {
	color:#fff;
}

#nav ul li a.active {
	color:#fff;
}


	
/***** nav main *****/
#nav-main ul {
	border:0;
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:center;
}

#nav-main ul li {
	display:block;
	float:left;
	text-align:center;
	padding:0;
	margin:0;
}

#nav-main ul li a {
	height:18px;
	padding:0 10px;
	color:#bcbcb2;
	text-decoration:none;
	display:block;
	text-align:center;
	font:normal 12px/18px arial, sans-serif;
}

#nav-main ul li a:hover {
	color:#448483;
}

#nav-main ul li a.active {
	color:#448483;
}


	
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

	
/* remove the bullets, padding and margins from the lists */
.menu ul {
	list-style-type:none;
	padding:0;
	width: 170px;
	margin: 0 20px 0 0;
	float: left;
}

.menu ul.second {
	float: right;
	margin: 0 40px 0 0;
}

	
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li {
	float:left;
	position:relative;
	z-index:100;
	padding:0;
	margin:0;
}

	
/* use the table to position the dropdown list */
.menu table {
	position:absolute;
	border-collapse:collapse;
	z-index:80;
	left:0;
	top:24px;
	padding:0;
	margin:0;
}

.menu td,.menu tr {
	padding:0;
	margin:0;
}


	
/* style all the links */
.menu a,.menu a:visited {
	display:block;
	font-size:10px;
	width:149px;
	padding:6px 10px;
	color:#fff;
	background:#a9bebf;
	text-decoration:none;
	margin-right:1px;
	text-align:left;
}


	
/* style the links hover */
.menu a:hover {
	color:#448483;
	background:#d1e0e1;
	width:149px;
}


	
/* hide the sub level links */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	width:149px;
	height:0;
	float: none;
	margin: 0 20px 0 0;
}

	
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,.menu ul a:hover ul {
	visibility:visible;
}


	
/***** standalone links *****/
.links {
	height:35px;
}

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

.links li {
	float:left;
	position:relative;
	z-index:100;
	padding:0;
	margin:0;
}

.links a,.links a:visited {
	display:block;
	font-size:10px;
	width:210px;
	padding:6px 10px;
	color:#fff;
	background:#a9bebf;
	text-decoration:none;
	margin-right:1px;
	text-align:left;
}

.links a:hover {
	color:#448483;
}

/***** standalone links *****/
.links-purple {
	height:35px;
}

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

.links-purple li {
	float:left;
	position:relative;
	z-index:100;
	padding:0;
	margin:0;
}

.links-purple a,.links-purple a:visited {
	display:block;
	font-size:10px;
	width:210px;
	padding:6px 10px;
	color:#fff;
	background:#732d57;
	text-decoration:none;
	margin-right:1px;
	text-align:left;
}

.links-purple a:hover {
	color:#9b557f;
}


	
/***** home links *****/
.home-links {
	height:32px;
	width:450px;
	padding:10px 0 0 32px;
}

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

.home-links li {
	float:left;
	position:relative;
	z-index:100;
	padding:0 20px 0 0;
	margin:0;
}

.home-links a,.home-links a:visited {
	display:block;
	font-size:10px;
	width:160px;
	padding:6px 10px;
	color:#400d2d;
	background:#49660c;
	text-decoration:none;
	margin-right:1px;
	text-align:left;
	float:left;
	position:relative;
	z-index:24;
}

a.tooltip {
	position:relative;
	z-index:24;
}

a.tooltip:hover {
	z-index: 25;
}

.home-links a:hover {
	color:#fff;
	z-index:25;
}

.home-links a span,
a.tooltip span {
	display:none;
}

.home-links a:hover span,
a.tooltip:hover span {
	display:block;
	position:absolute;
	top:-24px;
	left:0;
	width:160px;
	padding: 4px 10px;
	background:#49660c;
	color:#003333;
}

a.tooltip:hover span.tool {
	width:136px;
	display:block;
	position:absolute;
	top:-24px;
	left:-1px;
	padding: 4px;
	background:#49660c;
	color:#003333;
}

	
/***** footer *****/
#footer {
	height:20px;
}

#footer ul {
	border:0;
	margin:0;
	padding:25px 40px 5px 0;
	list-style-type:none;
	text-align:center;
	width:200px;
	float:right;
}

#footer ul li.social {
	width: 45px;
	margin: -15px 0 0;
}

#footer ul li {
	display:block;
	float:right;
	text-align:center;
	padding:0;
	margin:0;
	width:50px;
}

#footer ul li a {
	height:18px;
	padding:0 10px;
	color:#49660c;
	text-decoration:none;
	display:block;
	text-align:center;
	font:normal 11px/18px arial, sans-serif;
}

#footer ul li a:hover {
	color:#fff;
}

#footer .other {
	margin:-90px 0 0 0;
}



#footer .other li a {
	color:#8e7e79;
}
	
/***** classes *****/
.lined {
	border-top:solid #e7d2ad 1px;
}

.home-pic {
	padding:10px 0 0;
}

.first-pic {
	margin:0;
}

.highlight {
	color:#becdce;
}

.lowlight {
	color:#353030;
}

.intro-home {
	font-size:1.3em;
	line-height:120%;
	color:#fff;
}

.intro-box {
	font-size:1.3em;
	line-height:120%;
	color:#becdce;
}

.intro-h1 {
	font-size:1.6em;
	line-height:120%;
	color:#fff;
	font-weight: normal;
	border: none;
}

.intro-main {
	font-size:1.4em;
	color:#8a8981;
	line-height:120%;
	height:116px;
}

.intro-other {
	font-size:1.4em;
	color:#8a8981;
	line-height:120%;
}

.caption {
	text-align:right;
	margin:0;
	padding:0;
	font-style:75%;
	color:#e7d2ad;
}

.tenants{
	float:left;
	width:165px;
	padding: 0;
}

.tenants li{
	list-style: none;
	font-size: 11px;
	line-height: 1.7em;
	padding: 0;
	margin: 0;
}

.tenants li a{
	color: #8e7e79;
}

.tenants li a:hover, .tenants li .active{
	color: #BECDCE;
}

.margin-left {
	margin:0 0 0 29px;
}

.download {
	float:left;
	margin:0 5px 20px 0;
	display:inline;
}

a.tooltip {
	position:relative;
	z-index:24;
}

a.tooltip:hover {
	z-index: 25;
}

a.tooltip span {
	display:none;
}

a.tooltip:hover span {
	display:block;
	position:absolute;
	top:-25px;
	left:5px;
	width: 225px;
	padding: 4px 10px;
	background:#49660c;
	color:#2A081E;
	font-size: 10px;
	text-decoration: none;
}


#buttons {
	width: 144px;
	float: right;
	padding: 85px 50px 0 10px;
}

a.button {
	display: block;
	height: 16px;
	background: #0099FF;
/* 	background: #FF6500; */
	text-decoration: none;
	color: #fff !important;
	margin: 0 0 10px;
	padding: 4px 0 0;
	text-align: center;
	cursor: pointer;
	border: 1px solid #0099FF;
}

a.button:hover {
	background: #fff;
	border: 1px solid #fff;
	color: #0099FF !important;
}

.home a, .home a:visited {
	color:#49660c;
}

.home a:hover {
	color:#fff;
}

#news-ticker {
	margin: 45px 0 0;
	background: #763e62;
	border: 1px solid #49660c;
	padding: 10px 8px 0;
	height:125px;
	position:relative;
	width:126px;

}

#news-ticker p {
	font-size: 1em;
}

#news-ticker a {
	color: #fff;
	display: block;
}

#news-ticker a:hover {
	text-decoration: none;
}

#news {
	clip: rect(0px, 100px, 60px, 0px);
	height: 125px;
	padding-top: 125px;
	position: absolute;
	visibility: visible;
	width: 126px;
	z-index: 10;
}

p span.tiny {
	font-size: 1.1em;
	line-height: 14.5667px;
}

.property a, .property a:visited {
	display: block;
	font-size:10px;
	width:210px;
	padding:6px 10px;
	color:#fff;
	background:#a9bebf;
	text-decoration:none;
}

.property a:hover {
	color:#448483;
}


body.commercial {
	background: #763e63 url(../img/commercial-bg.png) top center no-repeat;
}

.commercial #nav-main ul li a:hover,
.commercial #nav-main ul li a.active {
	color: #09f;
}

.commercial #row-top,
.commercial .intro-other {
	color: #fff;
}

.commercial .links a, 
.commercial .links a:visited,
.commercial .property a, 
.commercial .property a:visited {
	background: #09f;
	color: #fff;
}

.commercial .links a:hover,
.commercial .property a:hover {
	background: #fff;
	color: #09f;
}

#commercial_contacts {
	clear: both;
	height: 120px;
	margin: 10px 33px 0;
	padding: 20px 0 0 15px;
	background: #8E7E79;
}

#commercial_contacts .contact {
	float: left;
	width: 230px;
	margin: 0 0 0 20px;
}

#commercial_contacts .contact ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
	float: left;
}

#commercial_contacts .logo {
	height: 34px;
	margin: 0 0 10px 0;
}

.commercial h2,
.commercial a,
.commercial a:visited,
#commercial_contacts a {
	color: #fff;
}

.commercial a:hover,
#commercial_contacts a:hover {
	color: #353030;
}
