@charset "utf-8";
/* CSS Document */

#propery_container	{
	width:940px;
	height:auto;
	padding:10px 0;
	background:#7accc8;
	margin:20px 0 40px 0;
	border:2px solid #000;
}

/*#property_left	{
	width:640px;
	background:#80724f;
	float:left;
}*/


.gallery	{
	margin:50px 95px;
}

#propery_container ul li	{ list-style-type:none; float:left; padding:0 15px 30px;}



.view_inlarge	{ width:940px; float:left; color:#fff;}
.view_inlarge img	{ float:left;}

#propery_container h1	{
	width:930px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:17px;
	color:#000;
	background:#62d7d1;
	height:30px;
	margin-top:-10px;
	padding:10px 0 0 10px;
	line-height:20px;
}

/*#property_right h1	{
	width:270px;
}*/

/*#property_right h2	{
	font-size:12px;
}*/

#propery_container	p	{
	font-size:16px;
	padding:10px;
	text-align:justify;
	color:#000;
	float:left;
	margin:0px;
}

.sub	{float:left; font-weight:bold; width:920px; line-height:10px; color:#000; background:#7ebbb8;}

.menu	{
	width:940px;
	height:30px;
	background:#7accc8;
}

.menu ul	{
	margin:0px;
	padding:0px;
}

.menu ul li	{
	float:left;
	line-height:30px;
	list-style-type:none;
	display:block;
	color:#000;
	font-size:14px;
	font-weight:bold;
	padding:0 20px;
}

.menu ul li.first	{
	color:#000;
	background:#7accc8;
}

/*.menu ul li a	{
	text-decoration:none;
	color:#000;
	background:#f8fafb;
	display:block;
	padding:0 20px;
	font-size:24px;
}


.menu ul li a.first	{
	color:#fff;
	background:#555555;
}

.menu ul li a:hover	{
	text-decoration:none;
	cursor:default;
}*/


#property_right	{
	width:280px;
	float:right;
}

.properties	{
	width:276px;
	height:158px;
	margin-top:8px;
	border:#80724f 2px dashed;
	background:#fff;
}

.properties h2	{
	background:#80724f;
	height:30px;
	color:#fff;
	padding-left:10px;
	margin-bottom:3px;
	line-height:30px;
}

table	{
	width:920px;
	margin:20px 0 0 10px;
	padding:0 10px;
	color:#000;
}

table tr td	{
	padding:5px 0;
	text-align:justify;
	color:#000;
}

.leisure	{
	width:150px;
	font-weight:bold;
	height:10px;
}

.rental_period	{
	width:220px;
	font-weight:bold;
}


#all_properties	{
	width:940px;
	margin-bottom:80px;
	margin-top:20px;
}

.property_box	{
	width:200px;
	height:190px;
	background:#7cc576;
	float:left;
	margin:5px 9px;
	padding:5px;
	border:2px dashed #f8fafb;
}

.property_box a h5	{
	font-family:"palatino Linotype";
	font-size:20px;
	text-align:center;
	color:#fff;
}

.property_box a:hover h5	{
	color:#000;
	text-decoration:underline;
}

nav	{
	width:100%;
	height:30px;
	margin-bottom:40px;
}

nav ul 	{
	margin:0px;
	padding:0px;
}

nav ul li	{
	float:left;
	list-style-type:none;
	padding:0 10px;
	line-height:30px;
	height:30px;
}

nav ul li a	{
	text-decoration:none;
	background:#77effd;
	display:block;
	padding:0 20px;
	border-radius:15px;
	color:#fff;
}

nav ul li a:hover	{
	text-decoration:underline;
	color:#fff;
	background:#00e4ff;
	transition:background 0.3s ease-in-out;
}