/* CSS Document */
<!--
/* ---------------------------------------------------------------- general styles */

html {height: 100.1%;} /* prevent scrollbar jumping in firefox */

* {margin: 0; padding: 0;}

img {border:0;}

.clear {clear: both;}
	
br.clear {font-size: .01em;}/* remove space below clearing br tags in IE5 */

object {padding: 0;	margin: 0;}

/* ---------------------------------------------------------------- link styles */

a {			color: #18385C; background: inherit; text-decoration: none; }
a:link {	color: #18385C; background: inherit; }
a:visited {	color: #18385C; background: inherit; }
a:active {	color: #848C9B; background: inherit; }
a:hover {	color: #848C9B; background: inherit; }

.currentlink {
	color:#848C9B!important;
	text-decoration: underline;
	}

/* ---------------------------------------------------------------- containers */

body {
	color: #18385C;
	font: 100.01% verdana, arial, sans-serif;
	text-align: center;
	padding: 0 0 2em;
	height: 100%;
	}

#container {
	margin: 0 auto;
	text-align: left;
	}
	
/* ---------------------------------------------------------------- header */

#header {margin: 0 10px;}
	
#header h1 {font-size: 1em;}


/* ---------------------------------------------------------------- logo details */

#logo {display: block;}

/* ---------------------------------------------------------------- top address */

ul.top-address {display: none;}
	
/* ---------------------------------------------------------------- gallery */

#gallery {display: none;}

/* ---------------------------------------------------------------- nav */

#nav {display: none;}

/* ---------------------------------------------------------------- sub nav */

ul#subnav {display: none;}

/* ---------------------------------------------------------------- main */

#main {height: 100%;}

#main:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* ---------------------------------------------------------------- leftcol */

#main #leftcol {
	display: inline;
	margin-left: 10px;
	height: 100%;
	background: #F5F5F5;
	}

#main #leftcol h2 {display: none;}

/* the form */

#main #leftcol form {display: none;}


/* property details fieldset */

/* ---------------------------------------------------------------- rightcol */
	
#main #rightcol {
	display: inline;
	background: white url(../images/bg-rightcol.jpg) 0 1px repeat-x;
	}
	
#main #rightcol h2 {
	font-size: 0.9em;
	height: 36px;
	line-height: 40px;
	text-indent: 42px;
	background: url(../images/white-logo.jpg) 24px 10px no-repeat;
	color: #828A97;
	}
	
#main #rightcol h3 {
	font-size: 0.9em;
	height: 34px;
	line-height: 32px;
	text-indent: 44px;
	background: #051D43 url(../images/white-logo.jpg) 24px 7px no-repeat;
	color: #828A97;
	}
	
#main #rightcol h4 {
	font-size: 0.7em;
	line-height: 32px;
	padding: 0 24px 16px;
	color: #828A97;
	}
	
#main #rightcol h5 {
	font-size: 0.65em;
	line-height: 16px;
	margin: 0 10px 0 24px;
	color: #828A97;
	}
	
#main #rightcol p, #main #rightcol table {
	font-size: 0.65em;
	line-height: 1.6em;
	color: #18385C;
	margin: 0 24px 16px;
	}
	
#main #rightcol a:hover {text-decoration: underline;}
	
#main #rightcol ul {
	font-size: 0.6em;
	letter-spacing: 0.5px;
	font-weight: bold;
	color: #828A97;
	margin: 8px 24px;
	list-style-type: none;
}

#main #rightcol ul li {
	border-top: 1px solid #ccc;
	line-height: 2em;
}

#main #rightcol ol {
	font-size: 0.6em;
	letter-spacing: 0.5px;
	color: #18385C;
	margin: 8px 24px;
}

#main #rightcol ol li {
	line-height: 2em;
	margin: 8px 10px 8px 24px;
}

#main #rightcol ul li.first {
	border: 0;
}

#main #rightcol ul a, #main #rightcol ul a:visited {
	color: #828A97;
	font-weight: normal;
}

#main #rightcol ul a:hover, #main #rightcol ul a:visited:hover {
	color: #18385C;
	font-weight: normal;
}

#main #rightcol ul.list {
	font-size: 0.6em;
	letter-spacing: normal;
	font-weight: normal;
	color: #18385C;
	margin: 8px 24px;
	list-style-type: square;
	text-align: left;
}

#main #rightcol ul.list li {
	text-align: left;
	border-top: none;
}

#rightcol dl {
	font-size: 0.65em;
	line-height: 1.6em;
	color: #18385C;
	margin: 20px 0 0 24px;
	clear: both;
	}

#main #rightcol dl.list {
	margin-bottom: 30px!important;
	}

#main #rightcol dl.list dt {
	display: block;
	margin: 0 0 0 0;
	font-size: 1.2em;
	}

#main #rightcol dl.list dd {
	display: block;
	float: left;
	margin: 5px 10px 10px 0;
	padding: 0 0 0 5px;
	background: #ebebeb;
	}
	
#main #rightcol dl.list dd span {
	font-weight: bold;
	}
	
#main #rightcol dl.list dd img {
	float: right;
	margin: 0 0 0 10px;
	max-width: 122px;
	vertical-align: text-bottom;
	border: 1px #e4e4e4 solid;
	}

div.details, div.overview, div.details-list {
	background: #F5F5F5!important;
	text-align: left!important;
	}
	
div.details-list {
	display:block;
	padding: 0 0 10px 0;
	}
	
div.details-list p {
	display:block;
	padding: 0 0 10px 10px;
	}

#main #rightcol p.details-control {	margin: 0 24px 6px!important;}

div.details h4, div.details h5, div.details h6, div.details h7 {
	display: block;
	color: #828A97;
	}
	
div.details h4 {
	display: block;
	background: #051d43;
	font-size: 0.9em;
	height: 34px;
	line-height: 32px;
	}

div.details div img {margin: 0 0 0 0;text-align: left;}
	
#main #rightcol div.details ul {
	margin: 4px 24px;
	padding: 0 8px 8px;
	border: 1px solid white;
	background: #EBEBEB;
	font-size: 0.6em;
	letter-spacing: 0.5px;
	font-weight: normal;
	color: #18385C;
	list-style-type: square;
}

#main #rightcol div.details ul li {
	border-top: none;
	height: 18px;
	line-height: 18px;
	margin: 4px 0 10px 50px;
}
	
#main #rightcol form {display: none;}

/* rightcol fieldset */


#main #rightcol div.details ul.image-thumbs {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 5px 8px;
}


#main #rightcol div.details ul.image-thumbs li {
	display: block;
	float: left;
	border-top: none;
	width: 300px;
	margin: 2px;
}
	

/* ---------------------------------------------------------------- main-property-details */

#main-property-details  {margin: 0 10px;text-align: left!important;}
	
#main-property-details div.column {background: #F5F5F5;}

#main-property-details div.column div.details-list {padding: 10px 0;}

#main-property-details div.column div.overview {padding: 10px 0 5px 0;}

#main-property-details div.column div.overview h5 {margin: 4px 24px 10px;}
	
#main-property-details h4, #main-property-details h5, #main-property-details h6, #main-property-details h7 {color: #828A97;}
	
#main-property-details p {
	margin: 4px 24px 10px;
	font-size: 0.7em;
	line-height: 1.5em;
}
	
#main-property-details h4 {
	display: block;
	font-size: 0.9em;
	height: 34px;
	line-height: 32px;
	}

#main-property-details ul {
	margin: 4px 24px;
	padding: 0 8px 8px;
	background: #EBEBEB;
	font-size: 0.6em;
	letter-spacing: 0.5px;
	font-weight: normal;
	color: #18385C;
	list-style-type: square;
}

#main-property-details ul li {
	border-top: none;
	line-height: 18px;
	margin: 4px 0 10px 50px;
}

#main-property-details div.overview ul {
	margin: 4px 0;
	padding: 0 8px 8px;
	border: 1px solid white;
	background: #EBEBEB;
	font-size: 0.6em;
	letter-spacing: 0.5px;
	font-weight: normal;
	color: #18385C;
	list-style-type: square;
}

#main-property-details div.overview ul li {
	border-top: none;
	height: 18px;
	line-height: 18px;
	margin: 4px 0 10px 24px;
}
	
#main-property-details ul.image-thumbs {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 5px 6px;
	text-align: center;
}


#main-property-details ul.image-thumbs li {
	display: block;
	float:left;
	border-top: none;
	width: 300px;
	margin: 0 15px 0 0 ;
	text-align: left;
}

#main-property-details ul.image-thumbs li img {
	margin: 5px 0;
	width: 300px;
	border: none;
}

/* ---------------------------------------------------------------- contactdetails */

#contactdetails {
	font-size: 0.6em;
	margin: 0 10px;
	color: #051D43;
	height: 120px;
}

#contactdetails address {
	float: left;
	display: inline;
	font-style: normal;
	margin: 16px 26px;
	line-height: 1.7em;
}

#contactdetails address span.big {
	color: #B8BDC5;
	font-size: 1.2em;
	line-height: 1.7em;
	font-weight: bold;
	letter-spacing: .1em;
}

#contactdetails ul {display: none;}

/* ---------------------------------------------------------------- footer */
#footer {
	clear: both;
	padding: 8px 0;
	}

#footer p {
	font-size: 0.6em;
	margin: 0 34px;
	color: #929DAB;
}
-->