.grid_18{
  margin-left:auto;
  margin-right:auto;
  float: none;
  display: block;
}

body{
	background:#d8d8d8;
	font-family: Arial,Helvetica,sans-serif;
	color: #494949;
}
#header{
	height: 378px;
	overflow: hidden;
	margin-top: 79px;
}
#logo{
  margin: 9px 0 0 20px;
  font-size: 30px;
}
#logo_inner{
  margin-top:7px;
  float:left;
}
.form{
  border: 1px solid #ccc;
  padding: 10px;
}
#page{
	background:#fff;
	position:relative;
	margin-top: 30px;
	padding:0px 0 20px 0;
	border-top: none;
}
#top{
	position:absolute;
	top:0px;
	left:0px;
	z-index: 999;
	border-bottom: 6px solid #217e89;
}
#navigation{
	text-align:right;
	background: #fff;
	height:76px;
	position:relative;
}
	#navigation ul{
		padding:0;
		margin: 0;
		margin-top:15px;
		margin-right: 35px;
		height:52px;
		text-align: right;
		float: right
	}
	#navigation ul ul{
		display:block;
		position:absolute;	
		right:0px;
		top:0px;
		margin-top:52px;
	}
	
		#navigation li{
			list-style:none;
			padding:0;
			margin:0;
			display:block;
			float: left;
			height:52px;
		}
		#navigation li.first{
		}
		#navigation li.last{
		}
		#navigation a{
			padding:16px 10px;
			color:#494949;
			text-decoration:none;
			float:left;
		}
		#navigation a:hover, #navigation li.active a{
			color: #217e89;
		}
	#navigation ul ul li{
		background: #fff;
		margin: 0px;
		float: left;
		height: auto;
		border:none;
	}
	#navigation ul ul li a{
		padding:18px;
	}
#property_title{
	position: absolute;	
	top:58px;
	left: 0px;
	width:390px;
	z-index: 999;
}
	#property_title div{
		background: #fff;
		padding: 10px 20px;
		font-size: 22px;
		color: #494949;
		float: right;
	}
#sub_nav{
	float: left;
	background: #217e89;
	width: 960px;
	left: -45px;
}
#sub_nav ul{

}
#sub_nav li{
	list-style:none;
	display:inline-block;
}
#sub_nav a{
	color:#fff;
	text-decoration:none;
	padding:0 10px;
}
#content_wrapper{
  border: 2px solid #2da4b8;
  border-top: none;
  padding-bottom: 20px;
  width: 955px;
  margin-left: 1px;
  
}
#content{
	font-size:12px;
	color:#494949;
	padding-top:10px;
	
}
  #content h1{
    color:#217e89;
  }
#properties{
	margin: 10px 0;
}
#properties a{
	color: #494949;
}
#properties h2, #properties h3{
	font-weight: normal;
}

/*
 * gallery
*/
#gallery{
  background: #fff;
  padding: 10px;
}
  #gallery .main_image{
	margin-bottom: 70px;
  }
  #slider_wrapper{
	
  }
  #slider{
	width:610px;
	height:90px;
	overflow: hidden;
  }
  #slide_left, #slide_right{
    cursor: pointer;
  }
  #slider, #slide_left, #slide_right, #slider ul, #slider li{
	float:left;
	margin: 0;
	padding: 0;
  }
  #slider ul{
  }
  #slider li{
	list-style: none;
	margin: 0 5px;
  }

#footer{
	color: #494949;
	text-align: center;
	margin-top: 20px;
	font-size: 11px;
}
  #footer a{
    text-decoration: none;
    color: #494949;
  }


/**
 * formatted table
 */
table.formatted{
  border-collapse: collapse;
  border: none;
}
table.formatted tr, table.formatted thead tr{
  background: #fff;
}

table.formatted tr:nth-child(even) td{
  background: #e1ede3;
}
table.formatted td{
  padding: 5px 10px;
}