/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#2F7193;
	font-size:.8em;
	margin:0 0 25px 0;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_body.gif);
}

a {
	color:#2F7193;
}

hr {
	color:#fff;
}

h1 {
	font-size:14px;
	margin:0 0 8px 0;
}

h2 {
	font-size:14px;
	margin:0 0 8px 0;
}

h3 {
	font-size:1.2em;
	margin:0 0 8px 0;
}

p { margin:0 0 8px 0; }

img { border:none; }

form { margin-bottom:15px; }

.input {
	margin: 0 0 2px 15px;
	padding: 0 10px 0 0;
}
/* ---- class settings ----------------------- */

#furnished-list ul {
	list-style:none;
	margin:0;
	padding:0 0 0 10px;
}

#rental-list ul {
	list-style:none;
	margin:0;
	padding:0 0 0 10px;
}

.img_left { float:left; margin:5px; }

.img_right { float:right; margin:5px; }

.img_top-btm-margin { margin:10px 0 10px 0; }

.img_btm-margin { margin-bottom:8px; }

.divider_line-2px {
	width:100%;
	height:2px;
	background-color:#fff;
}

.error { color: red; }

.photo-border { border:2px #fff solid; }

.smaller-text { font-size:11px; }

.text-underline { text-decoration:underline; }

.lower-content { padding:0 25px 100px 9px; }

.message_box { width:185px; height:100px; }

.left_column { width:175px; float:left; }

.right_column { width:175px; float:left; }

.features {
	position:relative;
	top:0;
	left:0;
	width:165px;
	float:right;
	padding:10px;
}

.photos {
	position:relative;
	top:0;
	left:0;
	width:300px;
	float:left;
	padding:10px;
}

.pic_ivy {
	position:absolute;
	bottom:0;
	left:175px;
}

.reddot {
	margin: -10px 0 0 0;
}

/* ---- layout settings ----------------------- */

#main_container {
	position:relative;
	margin:0 auto;
	width:950px;
	height:auto;
	background-repeat:repeat-y;
	background-image:url(images/bg_main-new.gif);
}

#header {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:0;
	left:0;
	width:614px;
	height:49px;
}

#bg_nav {
	position:relative;
	top:0;
	left:0;
	width:693px;
	height:49px;
	background-repeat: no-repeat;
	background-image: url(images/nav/bg_nav.gif);
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:902px;
	height:auto;
	padding:0 24px 0 24px;
}

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:132px;
	height:auto;
	padding:175px 10px 10px 25px;
	background-repeat:no-repeat;
	background-image:url(images/bg_sidebar.jpg);
}

/* ---- end side bar content settings ---------------- */

/* ---- start main content settings -------------- */

#content_right {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:693px;
	height:auto;
}

#content_main {
	position:relative;
	top:0;
	left:0;
	width:657px;
	height:auto;
	padding:10px 0 95px 15px;
}

#content_main ul li {
line-height: 14px;
}

#search_box {
	position:relative;
	top:0;
	left:0;
	width:150px;
	height:auto;
	float:right;
	font-size:12px;
	text-align:center;
	margin:0 0 25px 20px;
}

#lb_container {
	position:relative;
	top:0;
	left:0;
	width:160px;
	height:160px;
	float:right;
	margin: 0 0 0 10px;
}

/* ---- end main content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	clear:both;
	width:950px;
	height:25px;
	text-align:center;
	background-color:#fff;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#copy {
	float:left;
	margin-top:10px;
    margin-left:25px;
}

#slug {
	float:right;
	margin-top:5px;
    margin-right:70px;
	width:300px;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	float:left;
	height:49px;
	cursor:pointer;
	position:relative;
	background-repeat:no-repeat;
}

a:hover#nav_housing {
	background-position:0 -49px;
}

a#nav_housing {
	width:87px;
	background-position:0 0;
	background-image:url(images/nav/nav.gif);
}

a:hover#nav_services {
	background-position:-87px -49px;
}

a#nav_services {
	width:87px;
	background-position:-87px 0;
	background-image:url(images/nav/nav.gif);
}

a:hover#nav_about {
	background-position:-173px -49px;
}

a#nav_about {
	width:83px;
	background-position:-173px 0;
	background-image:url(images/nav/nav.gif);
}

a:hover#nav_careers {
	background-position:-256px -49px;
}

a#nav_careers {
	width:79px;
	background-position:-256px 0;
	background-image:url(images/nav/nav.gif);
}

a:hover#nav_contact {
	background-position:-335px -49px;
}

a#nav_contact {
	width:78px;
	background-position:-335px 0;
	background-image:url(images/nav/nav.gif);
}

a:hover#nav_client {
	background-position:-413px -49px;
}

a#nav_client {
	width:58px;
	background-position:-413px 0;
	background-image:url(images/nav/nav.gif);
}

a:hover#nav_payment {
	background-position:-471px -49px;
}

a#nav_payment {
	width:58px;
	background-position:-471px 0;
	background-image:url(images/nav/nav.gif);
}

a:hover#nav_home {
	background-position:-529px -49px;
}

a#nav_home {
	width:77px;
	background-position:-529px 0;
	background-image:url(images/nav/nav.gif);
}

#nav_drop {
	position:absolute;
	top:288px;
	width:727px;
}


#rental_drop {
	position:absolute;
	top:52px;
	width:300px;
}

#nav_drop a {
	display:block;
	padding:5px;
	width:auto;
	height:auto;
	color:#3F3C3C;
	text-decoration:none;
	border-top:1px #2F7193 solid;
	border-left:1px #2F7193 solid;
	border-right:1px #2F7193 solid;
}

#nav_drop a:hover {
	background-color:#CFE5EF;
}

#drop_1, #drop_2, #drop_3 {
	position:absolute;
	visibility:hidden;
	height:auto;
	background-color:#fff;
	border-bottom:1px #2F7193 solid;
}

#drop_1 { left: 198px;  width:300px; }
#drop_2 { left: 278px;  width:277px; }
#drop_3 { left: 233px;  width:265px; }

#search_drop {
	position:absolute;
	top:0px;
	left:0px;
	width:150px;
}

#search_drop a {
	display:block;
	padding:5px;
	color:#3F3C3C;
	text-decoration:none;
	border-top:1px #2F7193 solid;
	border-left:1px #2F7193 solid;
	border-right:1px #2F7193 solid;
}

#search_drop a:hover {
	background-color:#CFE5EF;
}

#search_1, #search_2 {
	height:auto;
	position:absolute;
	visibility:hidden;
	background-color:#fff;
	border-bottom:1px #2F7193 solid;
}

#search_1 { top:-250px;  left: 25px;  width:100px; }
#search_2 { top:122px; left: 25px;  width:100px; }


#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	



