/**
 * RESETs
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
html {
	font-size: 100.01%;
}
body {
	font-size: 62.5%;
	position: relative; /*for FF2 z-index property -1*/
  	z-index: 0;
}
table, th, td {
	text-align: left;
  border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: none;
}
b {
	font-weight: normal;
}
i {
	font-style: normal;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style: inherit;
	font-weight: inherit;
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup, sub {
	vertical-align: baseline;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
div:after, form:after, ul:after, ol:after, dl:after, dt:after, dd:after, h1:after, h2:after, h3:after, h4:after, p:after {
	content: '';
	display: block;
	clear: both;
}
.clear {
	clear: both;
	height: 1px;
	font-size: 0;
	width: 100%;
}

/**
 * GLOBAL STYLES
 */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-size: 187%;

}
h2 {
	font-size: 127%;

}
h4 {
	font-size: 110%;

}
p {

}

/**
 * Link definitions in LoVe/HAte order (begin)
 */
a:link {
	color: blue;
	text-decoration: none;
}
a:visited {
	color: #551A8B;
	text-decoration: none;
}
a:hover {
	color: #f00;
	text-decoration: underline;
}
a:active {
	color: red;
}
.pseudo_link:hover {
	color: #000000 !important;
	border-color: #000000 !important;
}
.pseudo_link {
	border-bottom: 1px dotted;
	cursor: pointer;
	position: relative;
}
.pseudo_link.active{
	border-bottom: none;
}

/**
 * Global link definitions (end)
 */

/**
 * LAYOUT
 */
#layout {

	position: relative;
 	min-height: 100%;
	margin: 0 auto;
}
#header {
	font-size: 1.1em;
	overflow: auto;
	padding: 1em 0 0 0;
	position: relative;
	z-index: 5;
	width:100%;

}
#logo {
	position: relative;
	left: 0px;
	z-index: 100;
}
img#logo {
	border-style: none !important;
}
#header h2 {
	font-size: 1.45em;
	font-weight: bold;
	position: relative;
	left: 0;
}
#header .immbro_contacts {
	float: right;
	z-index: 10;
}
#header .immbro_contacts h4 {
	font-weight: bold;
}
#page_body {
	margin: 0 auto;
}
#summary {
	font-size: 1.2em;
	clear:both;
	width: 100%;
	margin-bottom: 15pt;
}
#summary .features, #summary .contacts, #summary .navigation_email {
	float: left;
}

#summary .features {
	width: 62%;
}
#summary h3 {
	font-weight: bold;


	_font-size: 1em;
	f\ont-size: 1.2em;
}
ul.info_details {
	width: 100%;
	clear: both;
}
#summary strong {
	font-weight: bold;
	font-size: 1.2em;
}

#main_content {
	_width: 99.7%;
}
#footer {
	font-size: 1.3em;
	margin-top: 1em;
	position: relative;
	width: 100%;
	z-index: 1;
}

/**
 * OVERVIEW page
 */
#content, #extra_content {
	font-size: 1.2em;
}
#content {
	padding: 10px 0 0 10px;
}

.photos_block {
	position: relative;
	width:100%;
	clear: both;

}
#content img {
	border: 1px solid grey;
}
#overview_page .thumbnails_block {
	margin-left: -3px;
}
#overview_page .thumbnails_block ol {
	position: relative;
	//overflow: hidden;
	_zoom: 1;
}

.thumbnails_block ol li {
	display:inline-block;
    vertical-align:top;

	margin: 0 0 5px 4px;
	//display: inline;
    //zoom:1;
}

#content ul {
	list-style: disc;
	margin-bottom: 1em;
	padding-left: 2em;
}
#content h3, #extra_content h3 {
	font-weight: bold;
	font-size: 1.3em;
	margin: .8em 0;
}
#extra_content .floorplans_block {
	position: relative;
	overflow: hidden;
	width: 100%;
}
#extra_content .floorplan {
	width: 45%;
	float: left;
	position: relative;
	overflow: hidden;
	margin-right: 15px;
}
#content .floorplan img {
	border: none;
}
#extra_content .gmaps {
	width: 366px;
	height: 333px;
	border: 1px solid blue;
}
#content .description_block, #content .documents_block, #extra_content .floorplans_block {
	margin-top: 2.5em;
}
#content .documents_block ul {
	list-style-type: disc;
	margin-left: 20px;
	z-index: 10;
}
#overview_page h3 {
	display: none;
}


/**
 * PRINT page
 */

* {
	/*background: none !important;*/
	color: #000 !important;
	font-family: "Times New Roman", Times, serif !important;
	font-size: 9pt !important;
}
#layout, #header, #page_body, #main_content {
	bottom: auto;
	float: none;
	left: 0;
	min-height: 0;
	min-width: 0;
	padding: 0;
	position: relative;
	right: auto;
	top: 0;
	width: auto;
}
#summary ul.info_details {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding: 0!important;
}
#summary .info_details li {
	float: left;
	line-height: 1;
	margin: 0 1.5em 0 0;
	font-weight: normal;
}
#summary .info_details li img {
	display: none;
}
#summary .brochure_contacts {
	float: right;
}

.location_block {
	float: right;
}

#map_element {
	border:1px solid black;
	height:200pt;
	width:250pt;
}
.large_preview {
    page-break-after:always;
}
.large_preview img {

}
.description_block {
	float: left;
	width: 40%;
}
h4, h2, #summary strong {
	font-weight: normal !important;
}
h3 {
	font-weight: bold;
	font-size: 115%;
}
#summary ul, .description_block ul, .description_block ol  {
	list-style: inherit;
	list-style-image:inherit;
	list-style-position:inherit;
	padding-left: 20px;

}
.floorplans_block {
	clear:both;
	page-break-before:always;
}
.floorplan_composite {
	/*width: 16cm;
	height: 25cm;*/
	display: inline-block;
}


#main_content {
	_zoom: 1;
}

/**
 * DEBUGGING
 */
/*
	border: 1px solid #f00;
	border: 2px dashed red;
*/

#navigation .main li {
	//display: inline;	/*IE staircase bug*/
}
#navigation ul.alternate {
	//position: absolute;
	//right: 0px;
	//top: 0px;
}