html {height:100%;}
body {
	background: white;
	color: #333;
	font: 12px Verdana, Arial, 'Liberation Sans', FreeSans, sans-serif;
	height:100%;
}


/* Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 32px;
	font-weight: normal;
	overflow:hidden;
}

h2 {
	font-size: 16px;
	margin-bottom:3px;
	font-weight:normal;
}

h3 {
	font-size: 14px;
	padding-top:5px;
	font-weight:normal;
}

h4 {
	font-size: 12px;
	margin:0 !important;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 12px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

td {
	padding:2px;
}

dl {
	margin-bottom:10px;
}

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
hr,
h1,
/*h2,*/
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

/* exluce nested list from the previous rule */
li ul, li ol {
	margin-bottom: 0;
}




/* top */
#top {
	background: #ffffff url('/img/top-bg.gif') top left repeat-x;
/*	min-height: 204px; */
	margin-bottom: 20px;
}

#topheader{
	background: transparent url('/img/header.png') no-repeat top left;
}
/* header */
#header {
	height: 150px;
	margin: 0;
	width:990px;
}
#header a {
	height: 150px;
	width: 990px;
	display:block;
}
#header a span {
	display: none; /* content in markup needed but visually replaced with bg image */
}

/*** TOP MENU ***/
#menu {
	background: #412415;
	margin: 2px 0 0;
	/*height: 26px;  SCG: test: changed from 25px */
	/* SCG: test: border left right added */
	font-family: Arial, 'Liberation Sans', FreeSans, sans-serif;
	width: 990px;
	position:relative;
}

#menu_left {
	width: 498px;
	/*height: 25px;*/
	margin: 0;
	position:relative;
	float:left;
}
#menu_left ul {
	position:relative;
	padding: 0 1px 0 0; /* SCG: test: changed from margin */
	float: right; 
	margin:0;  
	border-left: 1px solid #ffffff;
}
#menu_right {
	width: 463px; /* 444 + 15 */
	/*height: 26px;   SCG: test: changed from 25px */
	margin: 0;
/*	border-right: 1px solid #ffffff; */
	width:490px;
	position:relative;
}
#menu_right ul {
	margin: 0 0 0 -1px;  /* SCG: test: changed from positive */
	float: left;
	position:relative;
	border-left: 1px solid #ffffff;
}

#menu ul li {
	display: inline-block;
	float: left;
	margin: 0;
	position:relative;
}

#menu ul li a {
	background: #412415;
	color: #ffffff;
	font-size: 0.9em; /* 11px; */
	font-weight: bolder;
	margin: 0;
	padding: 6px 13px;
	text-decoration: none;
	text-transform: uppercase; 
	position:relative;     
}

#menu_left ul li a {
	border-right: 1px solid white; /* SCG: test: changed from left */
	float: left;
	padding:6px 8px;
}
#menu_right ul li a {
	border-right: 1px solid white; /* SCG: test: changed from right */
	float: left; 
}

#menu ul .common a {
	background: #412415;
	color: #ffffff;
}
#menu ul .working a {
	background: #a6d513;
	color: #ffffff;
}
#menu ul .living a {
	background: #6d469e;
	color: #ffffff;
}

#menu ul li a:hover, #menu ul li.active a {
	background: #dceea2;
	color: #412415;
}

#home_icon {
	padding: 0 4px; 
	float: left;
	height: 26px;
	background: #412415 url('/img/frontend/home.gif') center center no-repeat;
}
#home_icon:hover {
	background: #dceea2 url('/img/frontend/home-active.gif') center center no-repeat;
}

.submenu, .subsecmenu {
	background: #dceea2;
	border-top: 1px solid white;
	min-height: 26px; /* SCG: test: changed from 25px */
	margin-top: 1px;
	font-family: Arial, 'Liberation Sans', FreeSans, sans-serif;
}
.subsecmenu {
	height:auto;
	min-height:26px;
}

.submenu ul li, .subsecmenu ul li {
	display: inline;
	margin:0;
}
.submenu ul, .subsecmenu ul {
	margin:0;
	width:990px;
}

.submenu ul li a, .subsecmenu ul li a {
	background: #dceea2;
	border-left: 1px solid white;
	color: #412415;
	float: left;
	font-size: 11px;
	font-weight: bolder;
	margin: 0;
	padding: 6px 14px;
	text-decoration: none;
	text-transform: uppercase;
}

.submenu ul li a:hover, .submenu ul li.active a, .subsecmenu ul li a:hover, .subsecmenu ul li.active a {
	background: #dceea2 url('/img/frontend/pointer.gif') no-repeat bottom center;
}


/* Right Hand Side Column */
#rhs {
	background: #ffffff;
	min-height: 350px;
	_margin-left:0; /* IE6 box model */
}

/*
#content{background:#FFF url('/img/frontend/contentdivider.gif') repeat-y center; margin: 20px 0 0 20px;}
*/



/* Footer */
#footer {
	background: #DCEEA2;
	border-top: #412415 solid 5px;
	margin-top: 20px;
	float:left;
	width:100%;
	overflow:hidden;
	position: absolute;
	bottom:0;
	min-height:125px;
}
#footer ul.navblock {
	clear:left;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align:left;
	min-width:900px;
}
#footer ul.navblock li.nav {
	display:block;
	float:left;
	position:relative;
	right:50%;
	min-width:225px;
	margin:0px;
	padding:0;
	list-style:none;
}
#footer ul.navblock li.nav ul li {
	list-style:none;
	margin:0 0 4px 0;
	padding:0 40px 0 0;
	position:relative;
	_border:1px solid #DCEEA2; /* IE6 box model? No border = full height */
	_margin-bottom:1px;
}

#footer a {
	display:block;
	color: #412415;
	text-decoration: none;
	font-size:11px;
	position:relative;
}
#footer h3{
	text-transform: uppercase;
	margin-bottom:3px;
}
/* some generic styles */
.horizontal_gutter { /* vertical divider */
	height: 12px;
}
.pad {
	padding: 10px;
}
.error {
	color: red;
}
.info {
	color: blue;
}

#main p, #main ul, #main ol, #main table {
	color: #666666;
}
#contentwrap {padding-bottom: 125px;}
#pagewrap {min-height: 100%; position:relative;}


/* News page */
.newsitem {
	border-bottom: 1px solid #412415;
	margin-bottom: 2em;
}


.headline a {color: #666666; text-decoration:none; font-size:14px;}
.pagination a {color: #52B139; text-decoration:none;}
.newsdate {font-size:11px;}

/* Office page */
#office_table {
	border-collapse: separate;
	border-spacing: 3px;
	background: #ffffff;
	margin-bottom: 1.5em;
	width:100%;
}
#office_table td, #office_table th {
	padding: 0.2em 1em;
	border: 1px solid #A6D513;
}
#office_table th {
	background: #A6D513;
	border-bottom: 3px solid white;
	color: #ffffff;
}
#office_table td  {
	color: #666666;
	text-align: center;
	vertical-align: middle;
	
}
#office_table a {
	font-size: 1.4em;
	color: #A6D513;
	text-decoration: none;

}

/* Homes page */
#homes_table {
	border-collapse: separate;
	border-spacing: 3px;
	background: #ffffff;
	margin-bottom: 1.5em;
	width:100%;
}
#homes_table td, #homes_table th {
	padding: 0.2em 1em;
	border: 1px solid #6D469E;
}
#homes_table th {
	background: #6D469E;
	border-bottom: 3px solid white;
	color: #ffffff;
}
#homes_table td  {
	color: #666666;
	text-align: center;
	vertical-align: middle;
	
}
#homes_table a {
	color: #6D469E;
	text-decoration: none;

}

#image_container img, #thumbnail_container img {
	border: 1px solid black;
}
#thumbnail_container img {
	cursor: pointer;
	margin-bottom: 2px;
}
#image_container, #thumbnail_container {
	margin-bottom: 20px;
}



/* Homepage */
h2.linkhead, h3.linkhead, h4.linkhead {
	color: #FFF;
	font-size: 1.2em;
	height: 27px;
	line-height: 27px;
	margin-bottom: 1px;
	padding-left: 50px;
	font-weight: bold;
	font-family: Arial, 'Liberation Sans', FreeSans, sans-serif;
}

.linkhead a {
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}


.intros {

}
.features, .features ul {
	margin-top: 20px;
}
.features img {
	margin-bottom:5px;
}

.linkimg {
	color:#FFF;
}
.vidwindow {
	color:#FFF;
}

#commspace .linkhead  {background:#A6D513 url('/img/frontend/chevron_green.gif') no-repeat left;}
#artaward .linkhead {background:#6D469E url('/img/frontend/chevron_purple.gif') no-repeat left;}
#findoffice .linkhead {background:#A6D513 url('/img/frontend/chevron_green.gif') no-repeat left;}
#findhome .linkhead {background:#6D469E url('/img/frontend/chevron_purple.gif') no-repeat left;}
#translinks .linkhead {background:#412415 url('/img/frontend/chevron_brown.gif') no-repeat left;}
#findoffice {margin-top:47px;}
.cta {
	margin-bottom: 20px;
	/* width:160px; */ /* use full container width instead */
}
.cta p {
	margin: 0;
}

.cta_link {
	padding:2px 5px;
	font-size:11px;
	margin-bottom:10px;
	min-height:20px;
}
.cta_link img {
	margin: 0px 7px 2px 0;
}
.cta_link a {
	margin-top: 4px;
}
.cta .linkhead {
	background: #412415 url('/img/frontend/chevron_brown_small.gif') no-repeat left;
	color: #FFF;
	font-size: 13px;
	/* height: 19px; */
	line-height: 19px;
	margin: 0 0 2px 0;
	padding-left: 30px;
	font-family: Arial, 'Liberation Sans', FreeSans, sans-serif;
}

#cta_contactus .cta_body, #cta_watchvids .cta_body {
	background-color:#DCEEA2;
	padding-left:10px;
}

.small { font-size:11px;}
.features .small {margin-left:5px; width:265px;}

.contact-image {float:left; width: 150px;}
.contact-details {float:left; width:500px;}
.contact {clear:both;padding-top:15px;}

#banner {
	line-height:0px;
	padding: 1px;
	width: 738px;
}
.living div#banner {
	background: #6D469E url('/img/header-bg-living.gif') no-repeat top right;
}
.working div#banner {
	background: #A6D513 url('/img/header-bg-working.gif') no-repeat top right;
}
.common div#banner {
	background: #412415 url('/img/header-bg-common.gif') no-repeat bottom right;
}

/* Colourschemes */
.working {color:#A6D513;}
.living {color:#6D469E;}
.common {color:#412415;}
.black { color:#000000; }

span.living, a.living, .living a, main.living h1{ color:#6D469E; }
span.working , a.working, .working a, main.working h1 { color:#A6D513; }
span.common , a.common, .common a, main.common h1 { color:#412415; } /* SCG: test: changed from #412415 */
span.black , a.black { color:#000000; }

.bold {font-weight:bold;}


.rotateImg {
	width: 500px;
	height: 250px;
}

.intros h4, #offices h4, #residential h4, #translinks h4 {
	font-size: 16px!important;
	margin-bottom:3px;
	font-weight:normal;
}

#offices h4.linkhead, #residential h4.linkhead, #translinks h4.linkhead, #commspace h3.linkhead, #artaward h3.linkhead {
	font-size: 15px!important;
	margin-bottom:3px;
	font-weight:bold;
}

