/*--------------------------------------------------------------

Common screen styles that are used in all static pages

--------------------------------------------------------------*/
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, img, ins, 
small, strike, strong, sub, sup,
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;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	}
* {
	margin:0;
	padding:0;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	background:#40b0ff url(/img/bg.gif) repeat-x;	
	color:black;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size:95%;
	text-align:center;
  line-height: 1.5; /* Unitless for proper inheritance */
	}
/* This is where you set your desired font size. The line-height 
   and vertical margins are automatically calculated from this. 
   
   You have to add an extra calculation here because of IE, so that 
   all users may resize text manually in their browsers.
   
   The top one is for IE: The percentage is of 16px (default IE text size)
   10px is 62.5%, 12px is 75%, 13px is 81.25%, and so forth).
   The second value is what all other browsers see (the wanted font size).

	 percentage / 8.3333333 = font size in px
*/
   
body          { font-size: 75%; }   /* IE */
html > body   { font-size: 12px; }  /* Other browsers */
/*--------------------------------------------------------------
 Main Link Styles 
--------------------------------------------------------------*/
a {text-decoration:underline; color: #0062a7;}
a:hover {text-decoration:none;}
a img {border:0;}
/*--------------------------------------------------------------
 Common element styles 
--------------------------------------------------------------*/
p           { margin: 0 0 1.5em 0; text-align:left; line-height: 1.6; }
#right p		{ font-size: 90%; }
#right p.right			{ text-align: right; font-size: 120%; }
p span			{ color: #0062a7; font-size: 120%; }
p.date			{ color: #999; font-size: 90%; margin-bottom: 0.4em; }
ul, ol      { margin: 0 0 1.5em 1.5em; line-height: 1.6; }
ol          { list-style-type: decimal; }
dl          { margin: 1.5em 0; }
dl dt       { font-weight: bold; }

strong      { font-weight: bold; }
em        	{ font-style: italic; }

acronym, dfn, abbr {
	text-decoration:none;
	padding-bottom:2px;
	cursor:help;
	}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:separate;
	border-spacing:0;
	}
caption, th, td {
	text-align:left;
	font-weight:normal;
	}
/*--------------------------------------------------------------
 Heading Styles 
--------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 { 
  font-family: Tahoma, Verdana, Arial, sans-serif;
  color:#000; 
	}
h1 { font-size: 2em; margin-bottom: 20px; }
h1.home { font-size: 1.5em; background: url(/img/h1-bg.gif) no-repeat; height: 29px; padding: 9px 0 0 10px; }
#right h2 { font-size: 1.5em; background: url(/img/right-head-bg.gif) no-repeat; height: 29px; padding: 9px 0 0 10px; margin-bottom: 2px; }338ccb
h2.news { color: #338ccb; }
h3 { font-size: 1.2em; font-weight: bold; color: #0062a7; margin-bottom: 0.5em; }
h4 { font-size: 1.2em; line-height:1.25; font-weight:bold; }
h5 { font-size: 1em; font-weight:bold; }
h6 { font-size: 1em; }
/*--------------------------------------------------------------
 Table Styles 
--------------------------------------------------------------*/
table   { margin-bottom: 1.4em; border-top:0.1em solid #ddd; border-left:0.1em solid #ddd; }
th,td   { height: 1em; padding:0.2em 0.4em; border-bottom:0.1em solid #ddd; border-right:0.1em solid #ddd; }
th      { font-weight:bold; }
/*--------------------------------------------------------------
 Layout element styles 
-------------------------------------------------------------*/
#fixed-width-wrapper {
	position:relative;
	margin:0 auto;
	width:824px;
	text-align:left;
	background:transparent;
	line-height:1.1;
	}
#header {
	background: url(/img/header-bg.gif) no-repeat;
	height: 108px;
	position: relative;
	margin-bottom: 6px;
	}
#content {
	width: 820px;
	margin: 0 auto;
	background: #fff;
	}
#content-head {
	background: url(/img/content-head-bg.gif) no-repeat;
	height: 20px;
	font-size: 0;
	}
#content-main {
	padding: 0 20px 0 20px;
	}
#content-foot {
	background: url(/img/content-foot-bg.gif) no-repeat;
	height: 5px;
	font-size: 0;
	}
#left {
	width: 541px;
	margin-right: 19px;
	float: left;
	}
#left .left {
	width: 265px;
	margin-right: 20px;
	float: left;
	}
#left .right {
	width: 256px;
	float: left;
	}
#right {
	width: 220px;
	float: left;
	}
#container {
	background: #eaf4fb;
	padding: 8px 10px;
	}
#container-bottom {
	height: 3px;
	background: url(/img/right-bottom-bg.gif) no-repeat;
	font-size: 0;
	margin-bottom: 20px;
	}
#footer {
	width: 820px;
	padding-top: 10px;
	margin: 0 auto;
	}
a.info {
	display: block;
	height: 78px;
	background: url(/img/info-bg.gif) no-repeat;
	text-decoration: none;
	color: #000;
	margin-bottom: 20px;
	}
a.info:hover {
	background-position: 0 -78px;
	}
.info span {
	display: block;
	}
.info .title {
	font-size: 1.5em;
	padding: 9px 0 0 38px;
	}
.info .text {
	font-size: 0.9em;
	padding: 10px;
	line-height: 1.2;
	}
#flash {
	width: 540px;
	height: 246px;
	margin-bottom: 20px;
	position: relative;
	}
#flash .wrap {
	position: absolute;
	top: 130px;
	left: 240px;
	}
#flash .wrap p {
	float: left;
	padding: 7px 0 0 10px;
	}
a#flash-button {
	display: block;
	background:url(/img/get_flash_player.gif) no-repeat;
	width: 112px;
	height: 33px;
	float: left;
	position: relative;
	}
a#flash-button span {
	display: none;
	}
/*--------------------------------------------------------------
 Header styles 
-------------------------------------------------------------*/
#logo {
	position: absolute;
	top: 18px;
	left: 21px;
	}
/*--------------------------------------------------------------
 Footer specific styles 
--------------------------------------------------------------*/
#footer p {
	font-size: 90%;
	color: #0062a7;
	}
#footer p a {
	font-weight: bold;
	}
#footer p.left {
	float: left;
	}
#footer p.right {
	float: right;
	}
	
a.alaress{
	text-indent:-99999em; 
	font-size:1px; 
	display:block; 
	float:right; 
	width:16px; 
	height:16px;
	background:url(/img/alaress.jpg) no-repeat;
	margin-left:16px;
	}
a.alaress:hover{background-position:bottom;}
/*--------------------------------------------------------------
 Top Nav styles 
--------------------------------------------------------------*/
ul#top-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 40px;
	left: 307px;
	width: 501px;
	}
#top-nav li {
	float: left;
	}
#top-nav li a {
	display: block;
	height: 30px;
	}
#top-nav li a:hover {
	background-position: 0 -30px;
	}
#top-nav li a.current {
	background-position: 0 -60px;
	}
#top-nav li a span {
	display: none;
	}
#home a {
	width: 61px;
	background: url(/img/nav/home.gif) no-repeat;
	}
#rating-services a {
	width: 119px;
	background: url(/img/nav/rating-services.gif) no-repeat;
	}
#news-info a {
	width: 103px;
	background: url(/img/nav/news-info.gif) no-repeat;
	}
#faq a {
	width: 61px;
	background: url(/img/nav/faq.gif) no-repeat;
	}
#about a {
	width: 63px;
	background: url(/img/nav/about.gif) no-repeat;
	}
#contact a {
	width: 74px;
	background: url(/img/nav/contact.gif) no-repeat;
	}
/*--------------------------------------------------------------
 Sub Nav styles 
--------------------------------------------------------------*/
ul#sub-nav-home {
	list-style: none;
	margin: 0;
	}
#sub-nav-home li {
	margin-bottom: 1px;
	}
#sub-nav-home li a {
	display: block;
	height: 49px;
	width: 200px;
	}
#sub-nav-home li a span {
	display: none;
	}
#sub-nav-home li a:hover {
	background-position: -200px 0;
	}
#apartments a {
	background: url(/img/nav/sub/apartments.gif) no-repeat;
	}
#volume a {
	background: url(/img/nav/sub/volume.gif) no-repeat;
	}
#architecture a {
	background: url(/img/nav/sub/architecture.gif) no-repeat;
	}
#owner a {
	background: url(/img/nav/sub/owner.gif) no-repeat;
	}
#extensions a {
	background: url(/img/nav/sub/extensions.gif) no-repeat;
	}
#sub-nav {
	list-style: none;
	margin: 0;
	background: #eaf4fb;
	}
#sub-nav li {
	margin-bottom: 1px;
	}
#sub-nav li a {
	background: #d5e9f7;
	color: #656565;
	width: 196px;
	display: block;
	text-decoration: none;
	padding: 6px 12px;
	font-size: 90%;
	}
#sub-nav li.last a {
	background: #d5e9f7 url(/img/sub-last.gif) no-repeat bottom;
	}
#sub-nav li a:hover, #sub-nav li a.current {
	background: #98cc46 url(/img/sub-nav-over.gif) repeat-x;
	color: #fff;
	}
#sub-nav li.last a:hover, #sub-nav li.last a.current {
	background: #8dc63e url(/img/sub-last-over.gif) repeat-x bottom;
	}
/*--------------------------------------------------------------
 Form styles 
-------------------------------------------------------------*/
.std-form fieldset {
	padding-bottom: 20px;
	}
.std-form label {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	color: #0062a7;
	margin-bottom: 0.5em;
	}
.std-form .inline label {
	display: inline;
	}
.input_text {
	padding: 3px;
	width: 180px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 100%;
	}
.std-form textarea {
	width: 290px;
	}
.std-form .inline input {
	width: auto;
	}

/*--------------------------------------------------------------
 Miscellaneous styles 
--------------------------------------------------------------*/
.text-align-right {text-align:right;}
.text-align-left{text-align:left;}
.center {text-align:center;}
.float-right {float:right;padding:0 0 14px 14px;}
.float-left {float:left;padding:0 14px 14px 0;}
div.float-fix {overflow:hidden;clear:both;height:0;}
br.float-fix {clear:both;}
.bold {font-weight:bold;}
.hide {display:none;}
.no-marg { margin: 0; }
/*--------------------------------------------------------------
 sIFR Replacements
--------------------------------------------------------------*/
.sIFR-active h1,
.sIFR-active h2 {
	visibility:hidden;
	font-family:Verdana;
	line-height:1em;
	}
.sIFR-active h1.home,
.sIFR-active h2 {
	font-size:18px;
	}
.sIFR-active h1 {
	font-size:24px;
	}
