body  {
	font: small Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}

h1 { font-size: 140%; }
h2 { font-size: 135%; }
h3 { font-size: 120%; }
h4 { font-size: 110%; }

#container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
} 
#header {
	background: #fff;
	padding: 0;
	margin: 0;
	height:130px;
	background: #fff url(images/header.jpg) no-repeat;
	position: relative;
} 

#header a {
	color: #fff;
	font-weight: bold;
	font-size: 110%;
	text-decoration:none;
	position: absolute;
	right: 6px;
	bottom: 12px;
	
}

#header a:hover {
	text-decoration: underline;	
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff url(images/sidebarbg.jpg) no-repeat top left;
	padding: 0px 50px 5px 10px;
	height: 436px;
	color: #fff;
	margin: 0;
}

#splashContent {
	text-align: center;	
}
#mainContent { 
	margin: 0 0 0 240px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 10px 0px; 
} 

#mainContent h1 {
	background: #fff url(images/h1_bg.jpg) no-repeat bottom left;
	padding-bottom: 8px;
	color: #3776c5;
}

#mainContent h2 {
	color: #5386c5;
}

#mainContent a {
	color: #3776c5;
	text-decoration: none;
}

#mainContent a:hover {
	color: #2f65a9;
	text-decoration: underline;
}

#footer { 
	padding: 5px 10px;
	background:#000;
	text-align:center;
	color: #fff;
	font-size: 90%;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#header_img {
	margin: 0px 0px 40px;
}
#lang_container {
	width: 600px;
	margin: 0 auto;
}
#containerE {
	width: 290px;
	padding-right: 10px; 
	float: left;
	text-align:center;
}
#containerF {
	width: 290px;
	padding-left: 10px;
	float: left;
	text-align:center;
	padding-bottom: 30px;
}
#containerE h1 a, #containerF h1 a {
	color: #666;
	text-decoration: none;
}

#containerE h1 a:hover, #containerF h1 a:hover {
	color: #3776c5;
}

#footer_menu {
	background: url(images/footer_menu_bg.jpg) no-repeat;
	text-align:center;
	color: #fff;
	padding: 3px 20px;
	font-size: 85%;
	clear: both;
}
#footer_menu a {
	color: #fff;
	text-decoration: none;
}

#footer_menu a:hover {
	text-decoration: underline;
}

#footer a {
	color: #82b3de;
	text-decoration: none;
}

#footer a:hover {
	border-bottom: 1px solid #fff;
}


#search_form {
	margin: 0px;
	padding: 6px 0 0 6px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align:left;
	font-size: 90%;
}

#search_form select, #search_form input {
	 font-size: 90%;
	 margin-bottom: 4px;
}

#sidemenu {
	list-style: none;
	margin: 20px 0 0 5px;
	padding:0;
}

#sidemenu li {
	padding:1px 0;
}


#sidemenu a {
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#sidemenu a:hover {
	color: #004a80;
}

.breadcrumb {
	color: #51bee8;
	font-weight: bold;
}

.propContainer {
	width: 715px;
	margin-bottom: 15px;
}

.propImgContainer {
	width: 274px;
	float: left;	
}

.propImgContainerFull {
	width: 430px;
	float: left;
	padding-bottom: 20px;
}

.propImg {
	width: 272px;
	height: 168px;
	border: 1px solid #666;
}

.propImgFull {
	width: 408px;
	height: 252px;
	border: 1px solid #666;
	margin-bottom: 20px;
}

.floorplan {
	width: 194px;
	height: 194px;
	border: 1px solid #3774bc;
	margin-top: 5px;
}

.floorplan_large {
	border: 1px solid #666;
	margin-top: 5px;
}

.floorplanContainer {
	float: left;
	margin-right: 20px;
}

.mapContainer {
	float: left;	
}

.floorplanContainer a, .mapContainer a {
	font-size: 85%;
	color: #3774bc;
	text-decoration: none;
}

.floorplanContainer a:hover, .mapContainer a:hover {
	text-decoration: underline;
}

.map {
	width: 194px;
	height: 194px;
	border: 1px solid #3774bc;
	margin-top: 5px;
}

.propDetailContainer {
	 margin: 0 0 0 290px;	
}

#propDetailArea td {
	padding: 3px 6px 3px 0;
	font-size: 90%;
	font-weight: bold;
	vertical-align: top;
	color: #000;
}


#propDetailArea td.address {
	font-size: 120%;
}

.width153 { width: 153px; }
.width254 { width: 254px; }
.width284 { width: 284px; }
.width400 { width: 400px; }
.width425 { width: 425px; }
.width100p { width: 100%; }

.showlisting {
	background: url(images/viewmore_arrow.jpg) no-repeat 0% 50%;
	color: #3774bc;
	font-weight:bold;
	margin: 0px;
	padding: 0 0 0 15px;
	font-size: 105%;	
}

.vacancyTitle p {
	border-top: #000 1px solid;
	border-bottom: #000 1px solid;
	margin: 0;
	padding: 3px 0;
	margin-top: 20px;
}

#floorplanfull {
	position:absolute;
	z-index:1;
	background-color: #eee;
	top: 55px;
	padding: 15px;
	border: 1px solid #000;
	visibility: hidden;
	text-align: center;
}

#floorplanfull img {
	border: 1px solid #999;
}

input.valerror, textarea.valerror, select.valerror {
	background: #ffdbdb;
	border: 1px solid #999;
}

.red {
	color: #ff0000;
}

#admin_menu {
	margin-top:0;
	margin-bottom: 0px;
	float:right;
}

#admin_menu a.admin_button, #admin_tr a.admin_button {
	color: #fff;
	background: #7da7d9;
	padding: 0px 5px;
	font-size: 90%;
	border: 1px solid #666;
}

#admin_menu a.admin_button:hover, #admin_tr a.admin_button:hover {
	background: #ddd;
	color: #000;
	text-decoration: none;
}
.regular {
	font-weight: normal;
}

.submitmessage {
	font-size: 110%;
	font-weight:bold;
	color: #00C;
}

.rowbg1 {
	background: #fff;
}

.rowbg2 {
	background: #ededed;
}

.tableheader td {
	background: #000;
	color: #fff;
	font-size: 105%;
}

.displaytable td {
	padding-right: 10px;
	padding-left: 5px;
}

#news {
	float: right;
	width: 220px;
	margin: 0 0 15px 15px;
	background: #fff;
}

#news h2 {
	background: #016fad url(images/newtitlebg.jpg) repeat-y;
	color: #fff;
	font-size: 115%;
	padding: 3px 10px;
	margin-top: 0;
	margin-bottom: 8px;
	border: 1px solid #666;
}

#newsitems {
	padding: 10px 10px 10px 10px;	
	border: 1px solid #666;
	overflow: auto;
	height: 350px;
}

#newsitems h3 {
	font-size: 90%;
	color: #3068ad;
	padding: 5px 10px 5px 23px;
	text-transform: uppercase;
	margin: 0;
	background: #fff url(images/pushpin.jpg) 3px 5px no-repeat;
	border: 1px solid #666;
}

#newsitems p {
	font-size: 90%;
	color: #333;
	margin: 5px 0;
	background: #f2f2f2;
	padding: 10px;
	border: 1px solid #666;
}

#newsitems hr {
	margin: 10px 0;
	height: 10px;
	background: #fff url(images/news_seperator.jpg) center center no-repeat;
	border: 0;
}

#detailimgcontainer {
	margin: -15px 0 20px 0;	
}

td.detail {
	padding-top: 20px;	
}

.detailimg1, .detailimg3 {
	width: 128px;
	height: 79px;
	border: 1px solid #666;
}

.detailimg2 {
	width: 128px;
	height: 79px;
	margin: 0 9px;
	border: 1px solid #666;
}

.detailimg1:hover, .detailimg2:hover, .detailimg3:hover {
	border: 1px solid #3774bc;	
}

.errormessage {
	 padding: 5px 0 0 0; 
	 text-align: left; 
	 color: #00f; 
	 font-size: 90%;
}

.clientbox {
	background: #fffcdd; 
	color: #000; 
	padding: 20px; 
	width: 600px; 
	margin-top: 20px; 
	border: 1px solid #000;
}

.featured {
	padding: 10px;
	border: 1px solid #666;
	width: 460px;
}