/* ------------------------------GLOBAlS--------------------------------- */

html, body	{
	height: 100%;
}
body, th, td, div, select, optgroup, input, textarea, h1, h2, h3, p	{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 11px;
	color: #676767;
}
body	{
	margin: 0;
	padding: 0;
	background: url('../img/bg-body.gif') 50% top repeat-y;
	background-color: #ffffff;
}
form, h1, h2, h3	{
	display: inline;
}
p, h1, h2, h3	{
	font-weight: normal;
	margin: 0;
	padding: 0;
}
/*
img	{
	border: 0px solid black;
}
*/
a	{
	color: #676767;
	text-decoration: underline;
}
a:hover {
	color: #001173;
}
ul, li	{
	margin: 0;
	padding: 0;
}
ul	{
	list-style-type: square;
}
ul li, ol li	{
	margin-left: 12px;
	%margin-left: 17px;
	_margin-left: 15px;
}
input	{
	height: 20px;
	line-height: 18px;
}
sup	{
	font-size: 80%;
	line-height: 80%;
}

/* ------------------------------BASIC LAYOUT----------------------------- */

body.nobg	{
	background-image: none;
}
div#whole	{
	min-height: 100%;
	_height: 100%;
	background: url('../img/bg-whole.gif') left top repeat-x;
}
div#whole_inner	{
	position: relative;
	left: 50%;
	margin-left: -487px;
	_margin-left: -486px;
	width: 974px;
}
div#head	{
	position: relative;
}
div#head_title	{
	padding-top: 57px;
}
div#head_title img	{
	border: 0px solid black;
}
div#head_subtitle	{
	padding-top: 36px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ffffff;
}
div#logo	{
	position: absolute;
	right: 29px;
	top: 48px;
}
div#logo img	{
	border: 0px solid black;
}
div#languages	{
	padding-top: 51px;
}
div#languages a	{
	float: right;
	display: block;
	width: 37px;
	padding: 3px 0 2px 0;
	border-right: 1px solid #ffffff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #acacac;
	background-color: #001173;
}
div#languages a.first	{
	border-left: 1px solid #ffffff;
}
div#languages a:hover	{
	color: #ffffff;
	background-color: #7680ad;
}
div#content	{
	padding-bottom: 61px;
}
div#left_col	{
	float: left;
	width: 219px;
	border-top: 4px solid #ffffff;
}
div#left_col div#lcol_images	{
	padding-left: 24px;
}
div#lcol_images div.imgbox	{
	position: relative;
	width: 170px;
	text-align: center;
	background-color: #ffffff;
}
div#lcol_images div.imgbox a	{
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
}
div#lcol_images div.imgbox a img	{
	border: 0px solid black;
}
div#main_menu	{
	padding: 10px 0 10px 0;
	background-color: #001173;
}
div#main_menu a	{
	display: block;
	_width: 195px;
	padding: 1px 0 1px 24px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
}
div#main_menu a.active, div#main_menu a:hover	{
	background: url('../img/bg-menu-item.gif') left top no-repeat;
}
div#main_col	{
	float: left;
	width: 755px;
}
div#main_col_padd	{
	padding: 26px 0 0 27px;
}
div#main_col_padd2	{
	padding: 4px 0 0 27px;
}
div#main_col_inner	{
	width: 700px;
}
div#whole_col	{
	width: 974px;
}
div#whole_col_padd	{
	padding-top: 10px;
}
div#whole_col_inner	{
	width: 974px;
}
div#foot	{
	position: relative;
	left: 50%;
	margin-left: -241px;
	width: 700px;
	margin-top: -33px;
	padding-top: 1px;
	text-align: right;
	font-size: 10px;
	border-top: 1px solid #c1c7d2;
	z-index: 100;
}
div#foot a	{
	text-decoration: none;
}
div#foot a:hover	{
	text-decoration: underline;
	color: #676767;
}
div#foot_whole	{
	position: relative;
	left: 50%;
	margin-left: -487px;
	width: 974px;
	margin-top: -33px;
	padding-top: 1px;
	text-align: right;
	font-size: 10px;
	border-top: 1px solid #c1c7d2;
	z-index: 100;
}
div#foot_whole a	{
	text-decoration: none;
}
div#foot_whole a:hover	{
	text-decoration: underline;
	color: #676767;
}

/* ------------------------------CONTENT---------------------------------- */

h1.h1_main	{
	display: block;
	padding: 6px 0 18px 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #001173;
	border-top: 1px solid #c1c7d2;
}
div#homepage_images	{
	position: relative;
	top: 10px;
	left: 49px;
	width: 648px;
	height: 461px;
	background: url('../img/bg-homepage.gif') left top no-repeat;
}
div#hp_imgbox1, div#hp_imgbox2, div#hp_imgbox3	{
	position: absolute;
	text-align: center;
	background-color: #ffffff;
}
div#hp_imgbox1	{
	top: 0;
	left: 87px;
	width: 474px;
	height: 292px;
}
div#hp_imgbox2, div#hp_imgbox3	{
	top: 302px;
	left: 77px;
	width: 242px;
	height: 162px;
}
div#hp_imgbox3	{
	left: 329px;
	width: 242px;
	height: 162px;
}
div#homepage_images div.imgbox a	{
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
}
div#homepage_images div.imgbox a img {
	border: 0px solid black;
}

div#building_list *	{
	line-height: 15px;
}
div#building_list div.box	{
	float: left;
	width: 342px;
	background-color: #e4e6eb;
}
div#building_list div.box_padd	{
	padding: 6px 6px 10px 6px;
	%padding: 6px 6px 7px 6px;
}
div#building_list div.box_inner	{
	width: 330px;
}
div#building_list div.box h2	{
	display: block;
	padding: 0 0 7px 3px;
}
div#building_list div.box h2 a	{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #001173;
}
div#building_list div.box h2 a:hover	{
	text-decoration: underline;
}
div#building_list div.box div.left {
	float: left;
	width: 172px;
}
div#building_list div.box div.left div.btm {
	padding: 6px 0 0 3px;
}
div#building_list div.box div.right {
	float: left;
	padding-left: 16px;
}
div#building_list div.box div.right table	{
	width: 142px;
}
div#building_list div.box div.right table th	{
	padding: 2px 4px 1px 6px;
	%padding: 1px 4px 2px 6px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
	background-color: #001173;
}
div#building_list div.box div.right table td	{
	padding: 2px 4px 1px 1px;
	vertical-align: top;
	text-transform: uppercase;
	font-weight: bold;
	color: #001173;
	background-color: #ffffff;
	border-bottom: 2px solid #e4e6eb;
}
div#building_list div.box div.right table td a	{
	color: #001173;
}
div#building_list div.box div.right table td a:hover	{
	color: #676767;
}
div#building_list div.box div.right table td sup	{
	font-size: 80%;
	line-height: 80%;
}

div#building_list_wide *	{
	line-height: 15px;
}
div#building_list_wide h1	{
	display: block;
	margin-top: 10px;
	padding: 6px 0 18px 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #001173;
	border-top: 1px solid #c1c7d2;
}
div#building_list_wide div.box	{
	float: left;
	width: 313px;
	background-color: #e4e6eb;
}
div#building_list_wide div.box_padd	{
	padding: 6px 6px 10px 6px;
	%padding: 6px 6px 7px 6px;
}
div#building_list_wide div.box_inner	{
	width: 301px;
}
div#building_list_wide div.box h2	{
	display: block;
	padding: 0 0 7px 3px;
}
div#building_list_wide div.box h2 a	{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #001173;
}
div#building_list_wide div.box h2 a:hover	{
	text-decoration: underline;
}
div#building_list_wide div.box div.left {
	float: left;
	width: 172px;
}
div#building_list_wide div.box div.left div.btm {
	padding: 6px 0 0 3px;
}
div#building_list_wide div.box div.right {
	float: left;
	padding-left: 16px;
}
div#building_list_wide div.box div.right table	{
	width: 113px;
}
div#building_list_wide div.box div.right table th	{
	padding: 2px 4px 1px 6px;
	%padding: 1px 4px 2px 6px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
	background-color: #001173;
}
div#building_list_wide div.box div.right table td	{
	padding: 2px 2px 2px 1px;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: bold;
	color: #001173;
	background-color: #ffffff;
	border-bottom: 2px solid #e4e6eb;
}
div#building_list_wide div.box div.right table td img	{
	vertical-align: top;
}
div#building_list_wide div.box div.right table td a	{
	color: #001173;
}
div#building_list_wide div.box div.right table td a:hover	{
	color: #676767;
}
div#building_list_wide div.box div.right table td sup	{
	font-size: 80%;
	line-height: 80%;
}

table.annotations td	{
	padding-left: 80px;
	font-size: 15px;
	font-weight: bold;
}
table.annotations td img	{
	vertical-align: top;
	%vertical-align: middle;
}

div#building_card	{
	position: relative;
}
div#building_card *	{
	line-height: 15px;
}
div#building_card h1	{
	display: block;
	margin-top: 2px;
	padding: 18px 14px 8px 14px;
	font-size: 12px;
	font-weight: bold;
	color: #ae1000;
	border-top: 1px solid #c1c7d2;
}
div#building_card div.main_box	{
	background-color: #e4e6eb;
}
div#building_card div.main_box_padd	{
	padding: 14px 14px 16px 14px;
}
div#building_card div.main_box_inner	{
	width: 672px;
}
div#building_card table.description1	{
	width: 100%;
}
div#building_card table.description1 td	{
	vertical-align: top;
}
div#building_card table.description1 td.vbottom	{
	vertical-align: bottom;
}
div#building_card div.description2	{
	margin-top: 14px;
	background-color: #ffffff;
}
div#building_card div.description2_padd	{
	padding: 9px 9px 18px 9px;
}
div#building_card div.description2_inner	{
	width: 654px;
}
div#building_card table.flatlist	{
	width: 100%;
	margin-top: 19px;
}
div#building_card table.flatlist th	{
	padding: 2px 4px 1px 21px;
	%padding: 1px 4px 2px 21px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
	background-color: #001173;
}
div#building_card table.flatlist td	{
	padding: 5px 4px 0 1px;
	vertical-align: top;
	color: #001173;
	background-color: #ffffff;
}
div#building_card table.flatlist td.arrow_cell	{
	width: 20px;
	padding-left: 0;
	padding-right: 0;
}
div#building_card table.flatlist tr.row2 td	{
	padding: 5px 4px 6px 1px;
	border-bottom: 3px solid #e4e6eb;
}
div#building_card table.flatlist td div.status_free, div#building_card table.flatlist td div.status_reserved, div#building_card table.flatlist td div.status_sold	{
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
}
div#building_card table.flatlist td div.status_free	{
	background-color: #14dc00;
}
div#building_card table.flatlist td div.status_reserved	{
	background-color: #97a0d3;
}
div#building_card table.flatlist td div.status_sold	{
	background-color: #ae1000;
}
div#building_card table.flatlist td a	{
	color: #001173;
}
div#building_card table.flatlist td sup	{
	font-size: 80%;
	line-height: 80%;
}
div#building_card div.other_photos	{
	background-color: #ffffff;
}
div#building_card div.other_photos_padd	{
	padding: 14px 17px 26px 17px;
	%padding: 14px 17px 23px 17px;
}
div#building_card div.other_photos_inner	{
	width: 638px;
}
div#building_card div.other_photos_inner div.lft	{
	float: left;
	width: 294px;
}
div#building_card div.other_photos_inner div.rgt	{
	float: right;
	width: 294px;
	position: relative;
}
div#building_card div.other_photos div.imgbox	{
	position: relative;
}
div#building_card div.other_photos div.imgbox a	{
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
}
div#building_card div.other_photos a img	{
	border: 1px solid #676767;
}

div#flat_card	{
	position: relative;
}
div#flat_card *	{
	line-height: 15px;
}
div#flat_card h1	{
	display: block;
	margin-top: 2px;
	padding: 18px 14px 8px 14px;
	font-size: 12px;
	font-weight: bold;
	color: #ae1000;
	border-top: 1px solid #c1c7d2;
}
div#flat_card h1 a	{
	color: #ae1000;
}
div#flat_card div.main_box	{
	background-color: #e4e6eb;
}
div#flat_card div.main_box_padd	{
	padding: 14px 14px 16px 14px;
}
div#flat_card div.main_box_inner	{
	width: 672px;
}
div#flat_card div.other_photos	{
	background-color: #ffffff;
}
div#flat_card div.other_photos_padd	{
	padding: 10px 7px 9px 7px;
	%padding: 10px 7px 6px 7px;
}
div#flat_card div.other_photos_inner	{
	width: 658px;
}
div#flat_card div.other_photos_inner div.box	{
	float: left;
	width: 215px;
	position: relative;
}
div#flat_card div.other_photos div.imgbox	{
	position: relative;
}
div#flat_card div.other_photos div.imgbox a	{
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
}
div#flat_card div.other_photos a img	{
	border: 1px solid #676767;
}
div#flat_card table	{
	width: 100%;
	margin-top: 14px;
}
div#flat_card table th	{
	padding: 2px 4px 1px 16px;
	%padding: 1px 4px 2px 16px;
	text-align: left;
	font-weight: bold;
	color: #ffffff;
	background-color: #001173;
}
div#flat_card table td	{
	padding: 6px 10px 6px 10px;
	vertical-align: top;
	background-color: #ffffff;
	border-bottom: 3px solid #e4e6eb;
}
div#flat_card table td.col1	{
	width: 90px;
	font-weight: bold;
}
div#flat_card table td sup	{
	font-size: 80%;
	line-height: 80%;
}


div#reference_list *	{
	line-height: 15px;
}
div#reference_list div.main_box	{
	background-color: #e4e6eb;
}
div#reference_list div.main_box_padd	{
	padding: 14px 14px 11px 14px;
}
div#reference_list div.main_box_inner	{
	width: 672px;
}
div#reference_list table	{
	width: 100%;
}
div#reference_list table th	{
	padding: 2px 4px 1px 1px;
	%padding: 1px 4px 2px 1px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
	background-color: #001173;
}
div#reference_list table th.arrow_cell	{
	width: 20px;
	padding-left: 0;
	padding-right: 0;
}
div#reference_list table td	{
	padding: 3px 4px 2px 1px;
	vertical-align: top;
	color: #001173;
	background-color: #ffffff;
	border-bottom: 3px solid #e4e6eb;
}
div#reference_list table td a	{
	color: #001173;
}
div#reference_card h1	{
	display: block;
	margin-top: 2px;
	padding: 18px 14px 18px 0;
	font-size: 12px;
	font-weight: bold;
	color: #ae1000;
	border-top: 1px solid #c1c7d2;
}

div.webform	{
	margin: 20px 0 20px 0;
}
div.webform *	{
	line-height: 15px;
}
div.webform sup	{
	font-size: 80%;
	line-height: 80%;
}
div.webform table td	{
	%position: relative;
	width: 244px;
	vertical-align: top;
	padding-top: 5px;
}
div.webform table td select	{
	color: #001173;
	background-color: #e1e4f6;
}
div.webform table td input, div.webform table td textarea	{
	%position: relative;
	%top: -1px;
}
div.webform table td.lcol	{
	width: 354px;
}
div.webform table td.lcol div	{
	padding: 3px 5px 2px 5px;
	background-color: #efefef;
}
div.webform table td.rcol	{
	width: 12px;
	vertical-align: middle;
	text-align: right;
	color: #ae1000;
	font-family: Verdana;
}
a#print	{
	position: absolute;
	top: 39px;
	right: 2px;
	display: block;
	font-size: 10px;
	text-transform: lowercase;
	text-decoration: none;
}
a#print	img {
	vertical-align: baseline;
	border: 0px solid black;
}
div.alert {
	margin-bottom: 20px;
	padding: 3px;
	text-align: center;
	color: #ffffff;
	background-color: #ae1000;
}
.textbox	{
	width: 100%;
	height: 18px;
	color: #001173;
	border: 1px solid #7f7f7f;
	background-color: #e1e4f6;
}
input.button, input.button2	{
	line-height: 15px;
	padding: 0 12px 2px 27px;
	width: auto;
	overflow:visible;
   	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
	background: url('../img/bg-button.gif') left top no-repeat;
	border: 0px solid black;
}
input.button2	{
	padding: 0 27px 2px 12px;
	background: url('../img/bg-button2.gif') right top no-repeat;
}

/* ------------------------------COMMON CLASSES--------------------------- */

.nowrap	{
	white-space: nowrap;
}
.b0	{
	border: 0px solid black;
}
.mt16	{
	margin-top: 16px;
}
.mt19	{
	margin-top: 19px;
}
.mt25	{
	margin-top: 25px;
}
.ml16	{
	margin-left: 16px;
}
.ml25	{
	margin-left: 25px;
}
.p10	{
	padding: 10px;
}
.pb12	{
	padding-bottom: 12px;
}
.pb3	{
	padding-bottom: 3px;
}
.pl6	{
	padding-left: 6px;
}
.pl354	{
	padding-left: 354px;
}
.btw10	{
	border-top: 10px solid #ffffff;
}
.pic	{
	border: 1px solid #919191;
}
.pic2	{
	border: 1px solid #676767;
}
.fleft	{
	float: left;
}
.fright	{
	float: right;
}
.aleft	{
	text-align: left;
}
.aright	{
	text-align: right;
}
.acenter	{
	text-align: center;
}
.justify	{
	text-align: justify;
}
.b	{
	font-weight: bold;
}
.c	{
	text-transform: uppercase;
}
.l	{
	text-transform: lowercase;
}
.u	{
	text-decoration: underline;
}
.clearer	{
	line-height: 0px !important;
	clear: both;
}
.cleft	{
	clear: left;
}
.cright	{
	clear: right;
}
.sclear_left	{
	display: block;
	line-height: 0px !important;
	height: 0px;
	clear: left;
}
.sclear_right	{
	display: block;
	line-height: 0px !important;
	height: 0px;
	clear: right;
}
.pointer	{
	cursor: pointer;
	_cursor: hand;
}
.hidden	{
	display: none;
}

/* ------------------------------COLORS----------------------------------- */

.red	{
	color: #ae1000 !important;
}
.blue	{
	color: #001173;
}

/* ------------------------------WYSIWYG----------------------------------- */

.wysiwyg img	{
	border-color: #919191;
}
.wysiwyg a img	{
	border: 0px solid black;
}