@charset "utf-8";

html, body {
	height: 100%;
	width: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Tahoma, Verdana, sans-serif;
}

img, table {
	border: 0;
}

.wrapper {
	height: auto !important; /* other browsers */
	height: 100%; /* IE6: treated as min-height*/
	min-height: 100%; /* other browsers */
	position: relative;
}

/* top section */
.top_section {
height:125px;
width:950px;
background-color:#fff;
}

.top_section #logo {
height:52px;
width:82px;
padding:15px 0 0 60px;
}

.top_section #menu { /* edit 2007-11-27 */
float:left;
width:770px;
height:37px;
}

.top_section #menu ul {
margin:0;
padding:0;
list-style-type:none;
margin-left:52px;
}

.top_section #menu li {
padding:0;
list-style-type:none;
display:block;
float:left;
margin:0 7px;
}
.top_section #menu li.first {
margin-left: 8px;
}
* html .top_section #menu li.first { /* IE6 hack */
margin-left: 4px;
}

.top_section #menu li a { /* edit 2007-11-27 */
height:30px;
float:left;
}
.top_section #menu li a img { /* edit 2007-11-27 */
display:block;
}

.top_section #menu li a:hover {
color:#007557;
}

.top_section #menu a#active {
background-image:url(img/top_menu_btn.gif);
background-position:bottom;
background-repeat:no-repeat;
}

.top_section #menu a#active {
color:#007557;
}

.top_section #search {
width:172px;
float:right;
margin-top:-4px;
}

.top_section form, input {
margin:0;
padding:0;
}

.top_section #search #input {
border:1px solid #E1E1E1;
background-color:#FFFFFF;
width:120px;
height:20px;
}

.top_section #search #submitbutton { /* edit 2007-11-27 */
background-color:#FFFFFF;
border:none;
color:#a5a5a5;
cursor: pointer;
font-family: Arial, Tahoma, Verdana, sans-serif;
font-size: 12px;
font-weight: bold;
letter-spacing: -1px;
padding: 2px 0;
}

/* main section */
#main_gradient {
background-image:url(img/header_grey.jpg);
background-position:left top;
background-repeat:repeat-x;
margin-left:949px;
height:220px;
margin-bottom:-220px;
}

.main_section { /* edit 2007-11-28 */
padding-bottom: 35px;
width:950px;
}
.main_section:after { /* edit 2007-11-28 / float clearing for other browsers */
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.main_section #lang {/* edit 2007-11-28 */
width:40px;
height:205px;
float:left;
text-align:right;
background-image:url(img/header_grey.jpg);
background-position:left top;
background-repeat:repeat-x;
line-height: 120%;
}

.main_section #lang a {
font-size:11px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}

.main_section #banner {
width:590px;
height:220px;
float:left;
}

/* content section */
.content_section {
width:590px;
float:right;
margin-right:2px;
}

.content_section .c_banner { /* edit 2007-12-13 */
width:294px;
height:100px;
}

.content_section .article {
width:590px;
}

.content_section .article #title {
width:570px;
padding:5px 10px;
background-image:url(img/article_title_bg.jpg);
background-position:left top;
background-repeat:repeat-y;
}

.content_section .article #content { /* edit 2007-12-19 */
padding:15px 20px 20px 10px;
font-size:12px;
line-height: 140%;
text-align: justify;
}

/* right section */
.right_section {
width:305px;
float:right;
background-image:url(img/header_grey.jpg);
background-position:left top;
background-repeat:repeat-x;
}

.right_section .r_banner { /* edit 2007-11-27 */
width:305px;
}

.right_section #menu_quick {
width:305px;
}

.right_section #menu_quick ul { /* edit 2007-11-27 */
margin:0;
padding:0 0 0 8px;
list-style-type:none;
}

.right_section #menu_quick ul li { /* edit 2007-11-27 */
background-image:url(img/right_menu_btn.gif);
background-position:left center;
background-repeat:no-repeat;
margin-bottom: 2px;
}

.right_section #menu_quick ul li a { /* edit 2007-11-27 */
font-size:14px;
font-weight:bold;
text-decoration:none;
margin-left:15px;
}

.right_section #menu2 { /* edit 2007-11-27 */
background-image:url(img/header_grey.jpg);
background-position:top left;
background-repeat:repeat-x;
background-color:#C0C0C0;
font-family:Arial, Tahoma, Verdana, sans-serif;
color:#fff;
min-height: 220px;
}
* html .right_section #menu2 {  /* IE6 hack / edit 2007-11-27 */
	height: 220px;
}

/* SUB MENU COMPLETELY REWRITTEN! / 2007-11-28 */
.right_section #menu2 ul {
	margin: 0;
	padding: 0;
}
.right_section #menu2 ul ul,
.right_section #menu2 ul ul ul {
	margin: 0;
	padding: 0;
}
.right_section #menu2 li {
	list-style-type: none;
}

.right_section #menu2 li a {
	background: url(img/right_menu_btn2.gif) 30px 50% no-repeat;
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: bold;
	height: 1%;
	letter-spacing: 0px;
	padding: 4px 0 4px 45px;
	text-decoration: none;
}
.right_section #menu2 li li a {
	background: none;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0;
	padding: 4px 0 4px 55px;
}
.right_section #menu2 li li li a {
	padding: 4px 0 4px 65px;
}
.right_section #menu2 li.active a {
	background: #555 url(img/right_menu_btn2.gif) 30px 50% no-repeat;;
	font-weight: bold;
	margin: 0;
	padding: 4px 0 4px 45px;
}
.right_section #menu2 li.active li a {
	background: none;
	font-weight: normal;
	padding: 4px 0 4px 55px;
}
.right_section #menu2 li.active li li a {
	padding: 4px 0 4px 65px;
}
.right_section #menu2 li li.active a {
	background: #555;
	font-weight: bold;
	margin: 0;
	padding: 4px 0 4px 55px;
}
.right_section #menu2 li li.active li a {
	background: none;
	font-weight: normal;
	padding: 4px 0 4px 65px;
}
.right_section #menu2 li li li.active a {
	background: #555;
	font-weight: bold;
	margin: 0;
	padding: 4px 0 4px 65px;
}

.right_section #menu2 .level3{
	padding-left:15px;
}

/*.right_section #menu2 li li#active a {
font-weight:bold;
font-size: 13px;
}*/



/* footer section */
.footer_section { /* edit 2007-11-27 */
height:25px;
background-color:#929292;
position: absolute;
bottom: 0;
width: 100%;
}

.footer_section #menu_footer { /* edit 2008-01-11 */
width:290px;
float:left;
margin-left:62px;
font-size:11px;
font-weight:bold;
}
* html .footer_section #menu_footer { /* edit 2008-01-11 - ie6 double margin fix */
	margin-left: 31px;
}

.footer_section #menu_footer a {
text-decoration:none;
color:#FFFFFF;
margin-right:15px;
}

.footer_section #contact {
width:515px;
float:left;
color:#fff;
font-size:11px;
text-align:right;
}

.footer_section #contact a {
text-decoration:none;
color:#fff;
}

.footer_section #rss {
	border-left: 1px solid #c9c9c9;
	color: #fff;
	width:60px;
	float:left;
	font-size:11px;
	margin-left: 15px;
	padding-left: 15px;
}
.footer_section #rss img {
	display: block;
}
.footer_section #rss a,
.footer_section #rss a:hover {
	color: #fff;
}

.footer_section #adm { /* edit 2008-01-11 */
	float: right;
	height: 18px;
	margin-top: -2px;
	#margin-top: -16px; /* ie fix */
	text-align: right;
	padding-right: 2px;
	width: 60px;
}

/* text styles */
a { /* edit 2007-11-27 */
text-decoration:none;
color:#df8401;
}
a.read_more { /* edit 2007-11-27 */
text-decoration:none;
color:#df8401;
font-style:italic;
}
a:hover,
a.read_more:hover { /* edit 2007-11-27 */
text-decoration:none;
color:#999;
}

.news_scroll {
font-size:14px;
width:265px;
margin:0 auto;
}

.news_scroll a {
color:#df8401;
text-decoration:none;
margin:0 5px;
display:block;
float:left;
}
.news_scroll a:hover { /* edit 2007-11-27 */
color:#999;
}

.news_scroll a#active {
color:#000;
font-weight:bold;
}

.news_scroll a#l_arrow {
width:5px;
background-image:url(img/arrow_left.jpg);
background-repeat:no-repeat;
background-position:center;
display:block;
margin:0 5px;
}

.news_scroll a#r_arrow {
width:5px;
background-image:url(img/arrow_right.jpg);
background-repeat:no-repeat;
background-position:center;
display:block;
margin:0 5px;
}


/* ADDED 2007-11-27 */

.big_arr_link {
	margin-bottom: 17px;
}
.big_arr_link a {
	background: url(img/arrow_right_orange.gif) right no-repeat;
	font-size: 14px;
	font-weight: bold;
	padding-right: 9px;
}
.big_arr_link a:hover {
	background: url(img/arrow_right_grey.gif) right no-repeat;
}

.back_link {
	margin-top: 15px;
}
.back_link a {
	background: url(img/arrow_left_orange.gif) left no-repeat;
	padding-left: 9px;
}
.back_link a:hover {
	background: url(img/arrow_left_grey.gif) left no-repeat;
}

#content h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 15px 0;
}
#content h2 .date {
	font-size: 12px;
	font-weight: normal;
}
#content p {
	line-height: 140%;
	margin: 0 0 15px 0;
}

/* articles common list */
ul.articles {
	margin: 0;
	padding: 0;
}
ul.articles li {
	list-style-type: none;
	margin-bottom: 10px;
}
ul.articles li h5 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 2px 0;
}
#content ul.articles li p {
	margin: 0 0 2px 0;
}
ul.archive li {
	line-height: 110%;
	list-style-type: none;
	margin-bottom: 5px;
}

/* forms */
.form_btn {
	background: #929292;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 8px;
}
.form_txt,
textarea,
select {
	border: 1px solid #c9c9c9;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	padding: 4px 4px 3px;
}
.form_txt {
	height: 16px;
}
select {
	height: 24px;
	padding: 2px;
}

.form_holder {
	margin-left: -12px;
	width: 560px; /* martinj 080429 */
}
.form_holder table {
	width: 100%;
}
.form_holder td td {
	padding-bottom: 5px;
}
.form_holder td td.required {
	background: url(img/req_asterisk.gif) 318px top no-repeat; /* martinj 080429 */
}
.application .single .required {
	background: url(img/req_asterisk.gif) 456px top no-repeat;
}
.application .single .required .view-ad { /* martinj 080429 */
	padding: 7px 0 0;
}
.form_holder .block {
	border-bottom: 1px solid #ddd;
	background: url(img/form_block_bg.gif) left bottom no-repeat;
	padding: 10px 0 5px;
}
.form_holder .block .item_spacer {
	background: url(img/form_item_spacer.gif) left top repeat-x;
	height: 11px;
}
#content .form_holder h2 {
	margin: 0 0 8px 12px;
}
#content .form_holder h2 span {
	color: #888;
	font-weight: normal;
	font-size: 12px;
}
.form_holder .single {
	padding-left: 12px;
	padding-bottom: 10px;
}
#content .form_holder .single h2 {
	margin-left: 0;
}
.form_holder td .label {
	padding: 5px 10px 0 0;
	text-align: right;
	vertical-align: top;
	width: 140px;
}
.form_holder td .add_row {
	color: #888;
	font-style: italic;
	padding-top: 3px;
}
.form_holder td .button {
	padding: 10px 30px 0 0;
	text-align: center;
}
.form_holder .form_txt {
	width: 300px;
}
.form_holder select {
	width: 310px;
}
.form_holder textarea {
	height: 116px;
	width: 300px;
}
.application td .button {
	padding: 10px 40px 0 0;
	text-align: right;
}
.application .single input,
.application .single textarea {
	width: 438px;
}
.application textarea {
	height: 96px;
}
.application .single td {
	padding-bottom: 0;
}

/* site map */
ol.site_map {
	margin: 0 0 0 -12px;
	padding: 0;
	width: 100%;
}
ol.site_map li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0 0 6px 12px;
}
ol.site_map li.last_item {
	border-bottom: none;
}
ol.site_map li a {
	color: #888;
}
ol.site_map li a:hover {
	color: #df8401;
}
ol.site_map li ol {
	margin-top: 4px;
	margin-left: 30px;
	padding: 0;
}
ol.site_map li li {
	background: url(img/arrow_right_lightgrey.gif) left 3px no-repeat;
	border-bottom: none;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 4px;
	padding-bottom: 0;
	padding-left: 10px;
}
ol.site_map li li a {
	color: #df8401;
}
ol.site_map li li a:hover {
	color: #999;
}
ol.site_map li li ol {
	margin-top: 4px;
	margin-left: 20px;
	padding: 0;
}
ol.site_map li li li {
	background: url(img/arrow_right_lightgrey_s.gif) left 4px no-repeat;
	border-bottom: none;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 4px;
	padding-bottom: 0;
	padding-left: 10px;
}

/* gallery */
.gallery {
	width: 560px;
}
.gallery .l_col,
.gallery .r_col {
	width: 176px;
}
.gallery .c_col {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	width: 176px;
}
.gallery .l_col,
.gallery .c_col,
.gallery .r_col {
	padding: 10px 5px;
	text-align: center;
	vertical-align: top;
}
.gallery .l_col img,
.gallery .c_col img,
.gallery .r_col img {
	margin-bottom: 4px;
}

/* properties list */
.prop_list {
	margin: 0 0 10px;
	width: 500px;
}
.prop_list td {
	border-bottom: 1px solid #ddd;
	padding: 4px 0;
}
.prop_list .label {
	font-weight: bold;
	padding-right: 6px;
	padding-left: 12px;
	width: 140px;
}

/* search results */
.search_terms {
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.search_results {
	margin: 0 0 0 24px;
	padding: 0;
}
.search_results li {
	margin: 0 0 4px 0;
}

/* contacts */
.contacts_item {
	margin: 0 0 15px 0;
	padding: 0;
}
.contacts_item li {
	list-style-type: none;
}
.contacts_item li.title {
	font-weight: bold;
}

/* apartments */ /* edit 07-12-13 */
.apartments,
.apartments ul {
	margin: 0;
	padding: 0;
}
.apartments {
	width: 560px;
}
.apartments li {
	border-bottom: 1px solid #dbdbdb;
	list-style-type: none;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
.apartments li.last {
	border: none;
}
.apartments .image {
	vertical-align: top;
	width: 185px;
}
.apartments .contacts {
	padding-top: 8px;
	vertical-align: top;
	width: 375px;
}
.apartments .contacts ul {
	width: 355px;
}
.apartments .contacts li {
	border: none;
	margin-bottom: 2px;
	padding: 0;
}
.apartments .description {
	padding-top: 10px;
}
#content .apartments .description  p {
	margin-bottom: 10px;
}


/* job offers */ /* edit 08-04-15 */
.joboffers {
	margin: 0;
	padding: 0;
	width: 560px;
}
.joboffers li {
	border-bottom: 1px solid #dbdbdb;
	list-style-type: none;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.joboffers li.last {
	border: none;
}
.joboffers .image {
	vertical-align: top;
	width: 185px;
}
.joboffers .description {
	vertical-align: top;
	width: 375px;
}
#content .joboffers p {
	margin: 5px 0 0 0;
}
.joboffers h5 {
	font-size: 14px;
	margin: 5px 0 0 0;
	text-transform: uppercase;
}
.joboffers .deadline {
	font-weight: bold;
}
.joboffers .arr_link {
	background: url(img/arrow_right_orange.gif) right no-repeat;
	font-size: 12px;
	font-weight: normal;
	padding-right: 9px;
}
.joboffers .arr_link:hover {
	background: url(img/arrow_right_grey.gif) right no-repeat;
}

.job_ad {
	background: url(img/job_ad_bg_outer.gif) center repeat-y;
	width: 560px;
}
.job_ad .content_wrapper {
	background: url(img/job_ad_bg_inner.gif) top repeat-x;
	margin: 0 30px;
	padding: 0 20px 0 40px;
	width: 440px;
}
.job_ad .logo {
	float: left;
	width: 160px;
}
.job_ad .header {
	float: right;
	font-size: 16px;
	font-weight: bold;
	padding: 65px 0 0 0;
	text-align: right;
	width: 260px;
}
.job_ad h1 {
	clear: both;
	color: #888;
	display: block;
	font-size: 30px;
	font-weight: normal;
	margin: 0 0 0 -2px;
	padding: 15px 0 15px 0;
	text-transform: uppercase;
	line-height: 1.0em;
}
.job_ad h3 {
	font-size: 14px;
	margin: 0 0 5px 0;
}
.job_ad ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px 10px;
}
.job_ad li {
	background: url(img/job_ad_bullet.gif) 0 5px no-repeat;
	padding: 0 0 4px 12px;
}
.job_ad .footer {
	background: url(img/job_ad_btm_img_1.jpg) center bottom no-repeat;
	height: 250px;
	margin: 0 30px;
	position: relative;	
	width: 500px;
}
.job_ad .footer .info {
	color: #888;
	font-size: 11px;
	padding: 0 10px 5px;
	position: absolute;
	bottom: 0; left: 0;
	width: 480px;
}
.job_ad .footer h5 {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
}
.job_ad .footer ul {
	margin: 0;
	padding: 0;
	text-align: left;
}
.job_ad .footer li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0 10px 0 0;
}
.job_ad .footer li a {
	color: #888;
}
.job_ad_links {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 30px;
}
.job_ad_links li {
	border-right: 1px solid #888;
	display: inline;
	padding: 0 10px;
}
.job_ad_links li.last {
	border-right: 0;
}


/* Tabeli classid algavad. Lisatud 2008-01-21 Juhan */
.table_header {background-color: #c3c3c3; font-weight: bold; color: #fff; font-size: 12px; padding: 2px 3px;}
.table_content_l {background-color: #fff; color: #000; font-size: 12px; padding: 2px 3px;}
.table_content_d {background-color: #f2f2f2; color: #000; font-size: 12px; padding: 2px 3px;}
.table_footer {background-color: #fff; border-top: 1px solid #c3c3c3; font-weight: bold; color: #000; font-size: 12px; padding: 2px 3px;}
/* Tabeli classid lõppevad. Lisatud 2008-01-21 Juhan */

/* contacts 2 columns / martinj 08-05-02 */
.col1, .col2 {
	float: left;
	width: 260px;
}
