@charset "utf-8";

/* -------------------- MASTER RESET --------------------  */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,  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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}
body {
	line-height: 1;
	font-size: 62.5%; /* 10px */
	line-height: 1.5em; 
	}
ol, ul {
	list-style: none;
	}
blockquote, q {
	quotes: none;
	}
:focus {
	outline: 0;
	}
ins {
	text-decoration: none;
	}
del {
	text-decoration: line-through;
	}
table /*cellspacing="0" */ {
	border-collapse: collapse;
	border-spacing: 0;
	}

/* -------------------- CSS SITE --------------------  */

body {
	background: #338;
	color: #fff;
	}
#container{
	margin: 0px auto;
	width: 850px;
	position:relative;
	}
#header{
	background: #338;
	_background:url("../i/header.jpg") center center no-repeat;
	height: 275px;
	width: 850px;
	}

.search {
  padding: 4px;
	background: #000;
	color: #fff;
}

#downloadBtn {
	width: 357px;
	height: 150px;
	background: url("") center center no-repeat;
	margin-top: 25px;	
}

.rightBox {
	text-align: center;
	margin-top: 25px;	
	width: 357px;
}


#subNav {
	font: 11px Arial, Helvetica, sans-serif;
	color: #fff;
	margin-top: 25px;	
	width:390px;  
	_width:357px;  
	height: 150px;
}

.date_input {width:80px;background-image:url(/i/calendar_button.gif);background-repeat:no-repeat;background-position:right;}

.fieldset_top {}
.fieldset_top label {display: block;}
.fieldset_top .fieldset_div {float: left;margin-right:8px;margin-bottom:4px;}

.fieldset_left {}
.fieldset_left label {width: 50px;float: left;text-align: right;margin-right: 0.5em;}
.fieldset_left .fieldset_div {margin-right:4px;margin-bottom:4px;}

.fieldset_left_wide {}
.fieldset_left_wide label {width: 100px;float: left;text-align: right;margin-right: 0.5em;}
.fieldset_left_wide .fieldset_div {}

#nav{
	background: #000;
	height: 65px;
	color: #fff;
	}
#nav ul {
	list-style-type: none;
	padding-top: 23px;
	height: 42px;
	width: 850px;
	margin-left: 12px;
	_margin-left: 0px;
	_padding-left: 12px;
	_width: 838px;
	}
#nav li {
	float: left;
	}
li a {
    display: block;
    }

#nav li.home a {
	width: 149px; 
	height: 42px; 
	background:url("../i/navHome.jpg"); 
	display: block;
	}
#nav li.home:hover a {
	width: 149px; 
	height: 42px; 
	background:url("../i/navHomeOver.jpg"); 
	display: block;
	}
#nav li.homeActive a {
	width: 149px; 
	height: 42px; 
	background:url("../i/navHomeActive.jpg"); 
	display: block;
	}
#nav li.apartments a {
	width: 149px; 
	height: 42px; 
	display: block; 
	background:url("../i/navApartments.jpg");
	}
#nav li.apartments:hover a {
	width: 149px; 
	height: 42px; 
	display:block; 
	background:url("../i/navApartmentsOver.jpg");
	}
#nav li.apartmentsActive a {
	width: 149px; 
	height: 42px; 
	display:block; 
	background:url("../i/navApartmentsActive.jpg");
	}
#nav li.about a {
	width: 149px; 
	height: 42px; 
	background:url("../i/navAbout.jpg"); 
	display: block;
	}
#nav li.about:hover a { 
	width: 149px; 
	height: 42px; 
	background:url("../i/navAboutOver.jpg"); 
	display: block;
	}
#nav li.aboutActive a { 
	width: 149px; 
	height: 42px; 
	background:url("../i/navAboutActive.jpg"); 
	display: block;
	}
#nav li.contact a { 
	width: 149px; 
	height: 42px;
	display: block; 
	background:url("../i/navContact.jpg");
	}
#nav li.contact:hover a { 
	width: 149px; 
	height: 42px;
	display: block; 
	background:url("../i/navContactOver.jpg");
	}
#nav li.contactActive a { 
	width: 149px; 
	height: 42px;
	display: block; 
	background:url("../i/navContactActive.jpg");
	}


#nav li span {
	display: none;
	}
#left {
	float: left;
	margin-top: 25px;
	width: 480px;
	}
#content {
	background: #232349;
	_width: 420px;
	padding: 25px 30px 40px 30px;
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #fff;
	}
#right {
	float: right;
	margin-top: 25px;
	margin-left: 13px;
	width: 357px;
	}	
#subNav li a {
	height:22px;
	width:145px;
	padding-left: 25px;
	padding-top: 6px;
	background:#232349;
	margin-bottom: 7px;
	margin-right: 16px;
	display: block;
	}
#subNav li.Active a, #subNav li:hover a {
	background: #0093a8;
	margin-right: 16px;
	}
#subNav a {
	text-decoration: none;
	color: #fff;
	}

.floatLeft{
	float: left;
	}

/*
#subNavLeft {
	float: left;
	}
#subNavRight {
	float: right;
	}
*/

#footer {
	font: 10px Arial, Helvetica, sans-serif;
	clear:both;
	color: #fff;
	float: right;
	margin-top: 15px;
	margin-bottom: 25px;
	}
#footer a {
	color: #fff;
	text-decoration: underline;
	}

.blue {
	color: #00a0af;
	}
.title {
	font-weight: bold;
	background: #0094a7;
	padding: 10px 15px 10px 15px;
	font-size: 15px;
	letter-spacing: 0.1em;
	}
h1 {
	color: #00a0af;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: -15px;
	*margin-bottom: -20px;
	}

h2 {
	color: #00a0af;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: -13px;
	*margin-bottom: -18px;
	}

p.btn {
	margin-top: 45px;
	}
p.contact a {
	color:#00a0af;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
	margin-top: 35px;
	}
#contactInfo {
	height:129px;
	width:419px;
	background:url("../i/contactBG.jpg") center center no-repeat;
	margin-top: 100px;
	font-size: 14px;
	line-height: 24px;
	padding-top: 1px;
	}
#contactInfo p {
	margin-left:15px;
	*margin-top: 15px;
	}
#contentTxt {
	margin-top: 35px;
	}
	
/* -------------------- APARTMENTS --------------------  */	

#containerApartments {
	margin:0px auto;
	position:relative;
	width: 816px;
	}
#containerApLeft {
	width: 122px;
	margin-top: 15px;
	float: left;
	font: 11px Arial, Helvetica, sans-serif;
	color: #fff;
	}


#containerApRight {
	width: 682px;
	margin-top: 15px;
	float: right;
	font: 11px Arial, Helvetica, sans-serif;
	color: #fff;
	}
.apTitle {
	background: #0094a7;
	width: 100px;
	height: 22px;
	padding-top: 8px;
	padding-left: 8px;
	}
.apTitle A {
  color: #fff;
  text-decoration: none;
}

#containerApLeft ul {
	margin-top: 15px;
	}
#containerApLeft li {
	height: 15px;
	width: 100px;
	display: block;
	background: #262626;
	margin-bottom: 4px;
	padding-left: 8px;
	}

#containerApLeft li:hover {
	background: #fff;
	}
#containerApLeft li.activeItem, #containerApLeft li.activeItem:hover{
	background: #0094a7;
}

#containerApLeft li a {
	color: #fff;
	text-decoration: none;
	}
#containerApLeft li:hover a {
	color: #262626;
	}

.pageNav {
	background: #000;
	width: 682px;
	height: 30px;
	}
.pageNavBottom {
	background: #000;
	width: 682px;
	height: 30px;
	margin: 25px 0px 25px 0px;
	}

#contentForm {
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

select, input, textarea {
	font: 11px Arial, Helvetica, sans-serif;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 10px;
}

#selectItems {
	float: left;
	}
.paging {
	float: right;
	margin-top: 8px;
	font-size: 13px;
	margin-right: 10px;
	}
.paging a {
	color: #fff;
	text-decoration: none;
	}
.pageActive {
	background: #00b0d8;
	padding: 0px 2px 0px 2px;
	}
.whiteTop { 
	width: 678px; 
	height:17px; 
	background:url("../i/blueTop.jpg"); 
	margin-top: 22px;
	}
.whiteContent {
	width: 678px; 
	background:#232349; 
	color: #fff; 
	overflow:hidden; 
	}
.whiteBottom {
	width: 678px; 
	height:14px; 
	background:url("../i/blueBottom.jpg");
	}
.whiteLeft { 
	width: 123px; 
	float: left; 
	padding-left: 22px;
	}
.whiteCen {
	width: 290px; 
	float: left; 
	border-right: 2px solid #918f90; 
	padding: 0px 8px 0px 8px; 
	line-height:15px; 
	}
.whiteRight {
	width:217px; 
	float: left; 
	font-size: 12px; 
	padding-left: 8px;
	}
.houseTitle A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: bold; 
	color: #00b0d8;
	}
.houseTitleDetail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	font-weight: bold; 
	color: #00b0d8;
	}
.stars {
	margin-left: 10px; 
	}
p.links  a { 
	float: right; 
	font-weight: bold; 
	color: #00b0d8; 
	text-decoration:underline; 
	font-size:12px;
	}
.more  {
	padding-right: 18px;
	background: url("../i/links.gif") bottom right no-repeat;
	}
	
/* -------------------- APARTMENT DETAIL --------------------  */
/* changed from 846 px to 678px to fit menu on left */

#containerDetail {
	width: 678px;
	margin: 0px auto;
	position:relative;
	_margin-top: 30px;
	}
#containerDetailTop {
	width: 678px;
	height: 19px;
	background:url("../i/detailTop_678.jpg") center top no-repeat;
	}
#containerDetailMid {
	width: 678px;
	background:#232349;
	}
#containerDetailBottom {
	width: 678px;
	height: 21px;
	background:url("../i/detailBottom_678.jpg") center top no-repeat;
	margin-bottom: 25px;
	}
#detailItem {
	width: 674px;
	height: 136px;
	margin: 0px auto;
	margin-bottom: 25px;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	line-height:20px;
	}
.detailPic {
	float: left;
	margin-left: 9px;
	margin-top: 9px;
	}
.detailName {
	float: left;
	margin-left: 20px;
	*margin-top: 9px;
	}
.usual {
	color:#111;
	margin: 0px auto;
	width:674px;
	}
.usual ul {
	display: inline;
	}
.usual li { 
	list-style:none; 
	float:left; 
	display: inline; 
	width: 100px; 
	text-align:center;
	}
.usual ul a {
	display:block;
	padding:6px 10px;
	text-decoration:none!important;
	*height:30px;
	margin-right: 5px;
	font:11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform:uppercase;
	color:#fff;
	background:#000;
	text-shadow: #000 0 0 0;
	}	
.usual ul a:hover {
	color:#fff;
	background:#0094a7;
	}
.usual ul a.selected {
	margin-bottom:0;
	color:#000;
	background: #fff; 
	cursor:default;
	}
.usual div {
	padding:10px 10px 8px 10px;
	clear:left;
	background: #fff;
	font:12px Arial, Helvetica, sans-serif;
	}
.usual div a { 
	color:#000; 
	font-weight:bold;
	}

#tab1,#tab2,#tab3,#tab4 {
	background-color: #101010;
	color: #fff;
	}

#big_map	{
  z-index: 1000;
  width: 300px; 
  height: 300px; 
  position: absolute;
  left: 20px;
  border:1px solid #fff; 
  background-color:#101010;
}

#big_map_container	{
  z-index: 1000;
  height: 320px; 
  display: none;
	width:674px;
  background-color:#101010;
	margin-left: 11px; 
  position: relative; 
}

.map a {
	margin-left: 10px; 
	color: #b2b2b2; 
	text-decoration: underline; 
	font-weight: bold; 
	font-size: 12px; 
}

.smallMapContainer {
  position: relative;
  width: 290px; 
  height: 235px; 
  background-color:#000;
  color:#fff;
  font-size:14px;
  font-weight:bold;
  padding:5px; 
  text-align:right;
  display:none;
}
  
.smallMap {
  z-index: 1000;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 260px; 
  height: 200px; 
  background-color:#101010;
}

#contentTxt .errors {
  color:#a00;
  font-weight:bold;
  font-size: 12px;
  padding:3px;
  background-color: #fff; 
}


.round_corner    {position:absolute;top:0px;height:6px;width:6px;}
.round_corner_tl {position:absolute;top:0px;height:6px;width:6px;}
.round_corner_tr {position:absolute;top:0px;height:6px;width:6px;}
.round_corner_bl {position:absolute;top:0px;height:6px;width:6px;}
.round_corner_br {position:absolute;top:0px;height:6px;width:6px;}
.round_bar {position:absolute;top:0px;height:6px;left:6px;}
.round_container {}
.round_container P, .round_container H1, .round_container H2, .round_container H3, .round_container H4, .round_container UL {margin-top:4px;}
