/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	margin:0;
	text-align:center;
}

.container {
	margin: 0 auto;
	text-align: left;
}

.centred {
	margin: 0 auto;
	width:759px;
	padding: 40px 10px 10px 10px;
}

#homepic {
	position:absolute;
	left:0;
	top:156px;
	width:400px;
}

#menu {
	position:absolute;
	right:0;
	top:156px;
	text-align: right;
	z-index:11;
	color:#014A91;
}

#menu a:link, #menu a:visited {
	text-decoration:none;
	color:#014A91;
	font-size:0.9em;
	font-weight:bold;
}

#menu a:hover {
	text-decoration:underline;
	color:#014A91;
	font-size:0.9em;
	font-weight:bold;
}

#header {
	margin: 0;
	padding: 0;
	background-image: url("images/non-house/header_bg.gif");
	margin-left:auto;
	margin-right:auto;
	height:156px;
}

#real-estate {
	margin: 0;
	padding: 0;
	position:relative;
	top: 3px;
	z-index:10;
}

#content-home {
	position:relative;
	top:20px;
	margin-left:420px;
	margin-right:163px;
	font-size:.7em;
	height:300px;
	padding-right:20px;
	overflow:auto;
}

#content-second-level {
	position:relative;
	top:20px;
	margin-left:40px;
	margin-right:163px;
	font-size:.7em;
	height:300px;
	padding-right:20px;
	overflow:auto;
}

#address {
	position:relative;
	left:30%;
	}

#content-legal {
	position:relative;
	margin:20px;
	font-size:.7em;
	height:auto;
	
}

#content-properties {
	position:relative;
	top:20px;
	margin-left:40px;
	margin-right:200px;
	height:auto;
	padding-right:10px;
}

#footer-contact {
	position:relative;
	background-image: url("images/non-house/footer_bg.gif");
	top: 380px;
	height:32px;
	z-index:1;
}

#footer-index {
	position:relative;
	background-image: url("images/non-house/footer_bg.gif");
	top: 362px;
	height:32px;
	z-index:1;
}

#footer {
	position:relative;
	background-image: url("images/non-house/footer_bg.gif");
	top: 30px;
	height:32px;
	z-index:1;
}

#legal {
	font-size:0.7em;
	position:relative;
	height:30px;
	padding-top:30px;
	top:40px;
}

#legal-legal {
	font-size:0.7em;
	position:relative;
	height:30px;
	padding-top:30px;
	top:20px;
}

a.link {
	font-size:1em;
	color:#014A91;
	text-decoration:underline;
	}
	
a.legal {
	font-size:1em;
	color:#014A91;
	text-decoration:underline;
	}

.blue {
	color:#014A91;
}

