/*-------------- Header & Top Menu Constant Styles --------------*/

body {
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
	background:#DFDFDF url(../images/bg-shade.gif) repeat-x top;
	margin:0;
	padding:0;
	}

#container {
	max-width: 1200px;
	min-width: 550px;
	margin: 0 auto;
	}
	
img {
	border:0;
	}
	

input {
	font-size: 100%;
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;}
	
select {
	font-size: 100%;
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;}
	
h3 {
	font-size: 140%;
	margin: 1em 0;}
	
h4 {
	font-size: 120%;
	margin: 1em 0;}
	
h5 {
	font-size: 110%;
	margin: 1em 0;}
	
h6 {
	font-size: 100%;
	margin: 1em 0;}
	
#acc-bar {
	text-align: right;
	background: #D3E7D1 url(../images/accessbar.gif) no-repeat bottom right;
	color: #000000;
	font-weight: normal;
	padding: 8px 2em 10px 3%;
	}
	
#acc-bar ul {
	padding:0;
	margin:0;}
	
#acc-bar ul li {
	display: inline;
	padding: 0 2px;
	white-space: nowrap;}
	
#acc-bar ul li a {
	color: #000000;
	text-decoration: none;
	}

#acc-bar ul li a:active, #acc-bar ul li a:focus, #acc-bar ul li a:hover {
	color: #000000;
	text-decoration: underline;
	}
	
.acc-bar-line {
	border-right: 1px solid #FFFFFF;}
	
#acc-bar form {
	display: inline;
	white-space: nowrap;}
	
#header {
	background: #D3E7D1 url(../images/header-bg.gif) repeat-x bottom;
	padding: 12px 0 1px 0;
	overflow:hidden;
	width:100%;
	}
	
#logo {
	float: left;
	padding: 5px 0 4px 2em;
	background:#D3E7D1;
	}
	
#circle {
	background: url(../images/right-circle.jpg) no-repeat right bottom;
	float:right;
	width:370px;
	margin:0;
	}
	
.circle-text {
	float:right;
	margin:1.8em 2em 2px 0;
	}
	
.circle-text h2 {
	font-size:0.8em;
	color:#FFFFFF;
	font-weight:bold;
	text-align:right;
	text-transform:uppercase;
	margin:0;
	}
	
.circle-text h3 {
	font-size:2em;
	color:#00433D;
	font-weight:bold;
	text-align:right;
	margin:0;
	}
	
#motto {
	/*position:relative;
	left:3em;
	top:1.6em;
	width:auto;
	clear:none;*/
	margin:0;
	/*padding:1em 0 0 2em;
	vertical-align:middle;*/
	padding: 3em 0 0 17em;
	}

#motto h1 {
	font-size:2em;
	font-weight:normal;
	color:#00676E;
	text-align:left;
	margin:0;
	}	
	
#translations {
	float: right;
	padding: 11px 20px 0 0;}
	
#search {float: right;}

#search form {padding: 0;}
	
#search label {
	color: #000000;
	font-size: 100%;
	font-weight: bold;}
	
#top-menu {
	clear: both;
	background: #015353 url(../images/top-menu-whole-t.gif) repeat-x top;
	padding:0;
	font-size: 110%;
	width:100%;
	}
	
#top-menu ul {
	text-align: left;
	margin:  0 0 0 2em;
	background:#A3CBB6 url(../images/top-menu-ul-fill.gif) repeat-x bottom;
	padding-bottom:1px;
	line-height:200%;
	text-transform:uppercase;
	}

#top-menu ul li {
	padding: 5px 0;
	display: inline;
	margin: 0;
	}
	
#top-menu ul li a {
	padding: 5px 1.2em 7px 0.8em;
	color: #FFFFFF;
	text-decoration: none;
	white-space: nowrap;
	margin-top:1px;
	}
	
#top-menu ul li a:hover {
	font-weight:bold;
	padding-left:2em;
	padding-right:3em;
	}
	
.top-menu-pad {
	padding:5px 0;
	}
	
#top-menu li a.select {
	background:#FF0000;
	font-weight:bold;
	}
	
/*--------- Menu colour variables ------------*/

.home {
	background:#015353 url(../images/home-whole-tr.gif) no-repeat top right;
	}
	
.about {
	background:#B74C05 url(../images/about-whole-tr.gif) no-repeat top right;
	}
	
.contact {
	background:#B74C05 url(../images/contact-whole-tr.gif) no-repeat top right;
	}
	
.business {
	background: #333366 url(../images/business-whole-tr.gif) no-repeat top right;
	}
	
.owner {
	background:#660066 url(../images/owner-whole-tr.gif) no-repeat top right;
	}
	
.tenant {
	background:#006666 url(../images/tenants-general-whole-tr.gif) no-repeat top right;
	}
	
.involved {
	background:#015353 url(../images/generaltogeneral-whole-tr.gif) no-repeat top right;
	}
	
.general {
	background:#006666 url(../images/generaltogeneral-whole-tr.gif) no-repeat top right;
	}
	
.end {
	background:#006666 url(../images/generalend-whole-tr.gif) no-repeat top right;
	}
	
/* for data table displays */

.datatable {
	border: 1px solid #ccc;
	border-collapse: collapse;
}

.datatable th {
	text-align: left;
	border: 1px solid #CCC;
	padding: 0.1em .5em 0.1em .5em;
	background: #d9e8e8;
}

.datatable tr.altrow {
	background: #e6f0f0;
}

.datatable td {
	text-align: center;
	border: 1px solid #CCC;
}