html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

* {
	padding:0;
	margin:0;
}

body {
	font-size:62.5%;
	background:#0E1D48 url(../images/bg_header.gif) repeat-x 0 0;
}

/* DISPLAYS IN THE CENTRE OF A BROWSER */
#outer_container {
	width:760px;
	height:100%;
	margin:0 auto;
}

/* CONTAINS COMPANY LOGO AND NAVIGATION */
#header {
	float:left;
	height:101px;
	width: 760px;
	float:left;
	background:#0E1D48 url(../images/bg_header.gif) repeat-x 0 0;
	color:#fff;
}

#header img {
	float:left;
	margin:53px 0 0 25px;
	border:none;
}

#header ul {
	float:right;
	height:25px;
	width:502px;
	list-style:none;
	margin-top:55px;
	background-color:transparent;
}

#header li {
	width:123px;
	height:25px;
	float:left;
	margin-right:1px;
	background-color:#004463;
}

#header li a {
	display:block;
	width:123px;
	height:19px;
	padding-top:6px;
	color:#fff;
	font-size:1em;
	text-align:center;
	text-decoration:none;
	font-weight:bold;	
}

#header li a#current,
#header li a:hover {
	background:#6CC0ED;
	color:#0E1D48;
}

/* FLOATED RIGHT COLUMN CONTAINING OFFICE DETAILS */
#content_right {
	clear:both; 
	float:right;
	width:198px;
}

/* OFFICE DETAILS */
#office_detais {
	background-color:#004463;
	width:198px;
	padding:15px 0 0 0;
}

#office_detais p {
	color:#fff;
	padding:0 10px 15px 10px;
	font-size:1em;
	line-height:1.3em;
}

#office_detais a {
	color:#fff;
	text-decoration:underline;
}

#office_detais a:hover {
	text-decoration:none;
}

/* CONTAINS LEFT AND RIGHT FLOATED COLUMNS */
#content_wrap {
	background:#0E1D48;	
	width:700px;
	padding:30px;
	float:left;
}

/* /////////// MAIN CONTENT ///////////// */
* html #content_full,
* html #content {
/* Hide from IE-Mac (Min-height hack for IE Windows and resolves width issues in everything except IE-Mac) \*/
	height:390px;
/* End hide */
}

#content {
	float:left;
   	width:400px;
	color:#fff;	
	min-height:390px;
}

#content_full {
	width:712px;
	margin:0 0 15px 0;
	font-size:1em;
	line-height:1.4em;
	color:#666;
	text-align:left;
	min-height:450px;
}

#content_full h1,
#content h1 {
	font-size:1.2em;
	font-weight:bold;
	color:#FFFF99;
	padding-bottom:10px;
}

#content p {
	font-size:1em;
	line-height:1.6em;
	color:#fff;
	text-align:left;
	padding-bottom:10px;
}

strong {
	font-weight:bold;
}

h2 {
	padding-bottom:10px;
	font-size:1.2em;
	font-weight:bold;
	color:#FFFF99;
}

#content_right h2 {
	padding-bottom:10px;
	font-size:1.2em;
	font-weight:bold;
	color:#FFFF99;
}

/* FEATURED PROPERTIES */
#featured {	
	width:384px;
	background:#0E1D48;
	color:#fff;
	border:0px solid #f30;
}

/* FOOTER WOTH COPY RIGHT INFO */
#footer {
	position:relative;
	float:left;
	width:700px;
	background:#0E1D48;
	padding:0 30px;
	color:#B7BCC8;
	font-size:x-small
}