body {
	margin: 0 auto;
	background: #fff;
	font: 62.5% Arial, Helvetica, Verdana, sans-serif;
	color: #1a2446;
	text-align: center;
}

/* Global
----------------------------------------*/
a {
	color: #313948;
	text-decoration: underline;
}

	a:visited {
		
	}

	a:hover {
		color: #3b5a00;
		text-decoration: underline;
	}
	
	a img {
		border: none;
	}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.3em;
	padding-bottom: 0;
	margin-bottom: 0;
}

h4 {
	font-size: 1.1em;
	padding-bottom: 3px;
	margin-bottom: 3px;border-bottom: 1px dotted #1a2446;
}

h5 {
	font-size: 1.1em;
	padding: 3px 0;
	margin: 3px 0;
}

p {
	font-size: 1.1em;
	margin-top: 5px;
	padding-top: 0;
}

ul {
	/*font-size: 1.1em;*/
	list-style: url(../images/li.gif);
}

img.pageimg {
	margin-left: 5px;
	border: 1px solid #1a2446;
}

div.imgcontainer {
	width: 127px;
	/*background-color: #fff;
	border: 1px solid #1a2446;
	color: #fff;*/
	text-align: center;
	float: right;
	margin-left: 3px;
}
	div.imgcontainer img {
		border: 1px solid #1a2446;
	}

/* Wrapper and header
----------------------------------------*/
#wrapper {
	width: 644px;
	margin: 0 auto;
	text-align: left;/**/
}

#header {
	position: relative;
	height: 90px;
}

#header h1 {
	background: url(../images/logo.gif) no-repeat;
	height: 71px;
	width: 154px;
	text-indent: -9999px;
	top: 10px;
	position: absolute;
	padding: 0;
	margin: 0;
}

#headernav {
	position: absolute;
	top: 10px;
	right: 0;
	margin: 0;
	padding: 0;
}

#headernav li {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#headernav li a {
	display: block;
	height: 23px;
	outline: none;
	text-indent: -9999px;
	text-decoration: none;
}

#headernav-home {
	width: 30px;
	height: 24px;
	background: url(../images/header-nav.gif) no-repeat left top;
}

#headernav-home:hover { background-position: left bottom; }

#headernav-sitemap {
	width: 37px;
	height: 24px;
	background: url(../images/header-nav.gif) no-repeat -30px top;
}

#headernav-sitemap:hover { background-position: -30px bottom; }

#headernav-contact {
	width: 32px;
	height: 24px;
	background: url(../images/header-nav.gif) no-repeat -67px top;
}

#headernav-contact:hover { background-position: -67px bottom; }

/* Navigation
----------------------------------------*/
#navigation {
	height: 22px;
	margin: 0;
	padding: 0;
	background: url(../images/nav-bg.gif) no-repeat left top;
	list-style: none;
	width: 370px;
	position: absolute;
	top: 65px;
	right: 0;
}

#navigation:after {
	content: ".";
	display: block;
	height: 0;
	overflow:hidden;
	clear: both;
	visibility:hidden;
}

	#navigation li {
		float: left;
		margin: 0; /*0 20px;*/
		display: block;
	}
	
	#navigation a, #navigation a:link, #navigation a:visited {
		display: block;
		float: left;
		height: 22px;
		outline: none;
		text-indent: -9999em;
		text-decoration: none;
	}

#nav-lots {
	width: 100px;
	height: 22px;
	background: url(../images/nav-bg.gif) no-repeat left top;
}

#nav-lots:hover { background-position: left bottom; }

#nav-location {
	width: 75px;
	height: 22px;
	background: url(../images/nav-bg.gif) no-repeat -100px top;
}

#nav-location:hover { background-position: -100px bottom; }

#nav-surroundings {
	width: 100px;
	height: 22px;
	background: url(../images/nav-bg.gif) no-repeat -175px top;
}

#nav-surroundings:hover { background-position: -175px bottom; }

#nav-tour {
	width: 95px;
	height: 22px;
	background: url(../images/nav-bg.gif) no-repeat -275px top;
}

#nav-tour:hover { background-position: -275px bottom; }/**/


/* home Content
----------------------------------------*/
#homewrapper {
	width: 640px;
	background: #1a2446 url(../images/home-bg.jpg) no-repeat;
	border: 2px solid #e2e2e2;
	height: 464px;
}

	#homewrapper #homemsg {
		background: #1a2446;
		height: 23px;
		width: 640px;
		color: #fff;
		margin-top: 3px;/**/
		font-size: 1.2em;
		text-align: center;
	}
	
	#homewrapper #content {
		height: 434px;/**/
	}
	
	#homewrapper #photoholder {
	  	/*width:301px;
	  	height:271px;
	  	margin-top: 50px;*/
		width: 200px;
		height: 334px;
		margin: 0;
		padding: 0;
	}
	#homewrapper #photoholder #thephoto {
		/*width:301px;
		height:271px;*/
		margin: 0;
		padding: 0;
		width: 200px;
		height: 334px;
		background: url('../images/home-content-bg.jpg') 50% 50% no-repeat;
		visibility:hidden;
	}
	
	#homewrapper #photoholder #thephoto #text {
		margin: 0px 15px 0;
		padding-top: 5px;
	}
	
	#homewrapper p {
		margin-bottom: 5px;
		padding-bottom: 0;
	}
	#homewrapper h4 {
		margin-top: 5px;
		padding-top: 0;
	}
	
/* contact content 
----------------------------------------------------------------------*/

#contactwrapper {
	width: 640px;
	background: #1a2446 url(../images/contact-bg.jpg) no-repeat right top;
	border: 2px solid #e2e2e2;
	height: 434px;
}
	
	#contactwrapper #photoholder {
	  width:303px;
	  height:434px;
	  background: url('../images/contact1-bg.jpg') 50% 50% no-repeat;
	  top: 0;
	  float: left;
	  
	}
	#contactwrapper #photoholder #thephoto {
	  width:303px;
	  height:434px;
	  background: url('../images/contact-content-bg.jpg') 50% 50% no-repeat;
	  visibility:hidden;
	}
	
	#contactwrapper #photoholder #thephoto #text {
		margin: 0 0 0 20px;
		padding-right: 10px;
		overflow: auto;
		height: 359px;
	}
	
		#contactwrapper h2 {
			padding: 15px 0 0 0;
			margin: 0 0 30px 20px;
		}
		
		#contactwrapper p {
			padding: 0;
			margin: 0 0 5px;
		}
		
		#contactwrapper ul {
			list-style: none;
			list-style-image:none;
			font-size: 1.1em;
			padding: 0;
			margin: 0 25px 5px;
		}
		
		ul.sitemap li {
			list-style: url(../images/li.gif);
			margin: 12px 0;
		}
		
		ul.sitemap li a {
			font-weight: bold;
		}
		
/* Contact Page
---------------------------------------------------------------------*/
dl.contact {
	margin: 0;
}

/*dl.left {
	float: left;
	width: 45%;
}

dl.right {
	float: right;
	width: 45%;
}

dl.left dd, dl.right dd {
	margin: 0;
}*/

dl.wide {
	clear: both;
}

dl.contact dt {
	width: 85px;
	float:left;
	text-align: right;
	font-size: 1.1em;
	margin-top: 2px;
}

dl.contact dd {
	margin: 0;
}



dl.contact dd input.text, dl.contact dd textarea {
	font-size: 1.1em;
	width: 160px;
	margin: 0;
}

/*dl.contact dd textarea {
	width: 75%;
	height: 50px;
	margin: 3px 0 10px;
}
*/
.btn_send {
    /**/width: 83px;
    height: 20px;
    border: 0;
    background: #142736;
    cursor: pointer;
	color: #ffffff;
	font-size: 1.1em;
}

.clear {
	clear: both;
}

/* lots content 
----------------------------------------------------------------------*/
	
#lotswrapper {
	width: 640px;
	background: #1a2446 url(../images/lots-bg.jpg) no-repeat right top;
	border: 2px solid #e2e2e2;
	height: 434px;
}
	
	#lotswrapper #photoholder {
	  width:303px;
	  height:434px;
	  background: url('../images/lots1-bg.jpg') 50% 50% no-repeat;
	  top: 0;
	  float: left;
	  
	}
	#lotswrapper #photoholder #thephoto {
	  width:303px;
	  height:434px;
	  background: url('../images/lots-content-bg.jpg') 50% 50% no-repeat;
	  visibility:hidden;
	}
	
	#lotswrapper #photoholder #thephoto #text {
		margin: 0 0 0 20px;
		padding-right: 10px;
		overflow: auto;
		height: 359px;
		
	}
	
		#lotswrapper h2 {
			padding: 15px 0 0 0;
			margin: 0 0 30px 20px;
		}
		
		#lotswrapper p {
			padding: 0;
			margin: 0 0 5px;
		}
		
		#lotswrapper ul {
			padding: 0;
			font-size: 1.1em;
			margin: 0 25px 5px;
		}
		
	table.lots {
		font-size: 1.1em;
		border: 1px solid #617a32;
	}
		
	table.lots th {
		background: #617a32;
		color: #fff;
		font-weight: normal;
	}
	
	a.screen, a.screen:visited {
/*color:#c00; 
position:relative; z-index:1;*/

}
a.screen div {
position:absolute;
visibility:hidden; /* hide the image */
width:330px; /* give it a width */
height:0; /* no height to solve an Opera bug that 
             makes it selectable when hidden */
border:3px solid #fff; /* add a border */
/*left:100px;  position:the image 
top:100px;*/
}
a.screen:hover {
text-decoration:none; 
border:0; /* needed for this to work in IE */ 
z-index:1000;
}
a.screen:hover div {
visibility:visible; /* make the image visible */
height:265px; /* now give it a height */
cursor:pointer; /* for IE */
z-index:500; 
background: white;
}
a.screen:hover div img {
border:0; /* remove the link border */
}

/* location content 
----------------------------------------------------------------------*/
	
#locationwrapper {
	width: 640px;
	background: #1a2446 url(../images/location-bg.jpg) no-repeat right top;
	border: 2px solid #e2e2e2;
	height: 434px;
}
	
	#locationwrapper #photoholder {
	  width:303px;
	  height:434px;
	  background: url('../images/location1-bg.jpg') 50% 50% no-repeat;
	  top: 0;
	  
	}
	#locationwrapper #photoholder #thephoto {
	  width:303px;
	  height:434px;
	  background: url('../images/location-content-bg.jpg') 50% 50% no-repeat;
	  visibility:hidden;
	}
	
	#locationwrapper #photoholder #thephoto #text {
		margin: 0 0 0 20px;
		padding-right: 15px;
		overflow: auto;
		height: 359px;
	}
	
		#locationwrapper h2 {
			padding: 15px 0 0 0;
			margin: 0 0 30px 20px;
		}
		
		#locationwrapper p {
			padding: 0;
			margin: 0 0 5px;
		}
		
		#locationwrapper ul {
			padding: 0;
			font-size: 1.1em;
			margin: 0 25px 5px;
		}
		
/* virtual tour content 
----------------------------------------------------------------------*/
	
#tourwrapper {
	width: 640px;
	background: #1a2446 url(../images/tour-bg.jpg) no-repeat right top;
	border: 2px solid #e2e2e2;
	height: 434px;
}
	
	#tourwrapper #photoholder {
	  width:303px;
	  height:434px;
	  background: url('../images/tour1-bg.jpg') 50% 50% no-repeat;
	  top: 0;
	  float: left;
	  
	}
	#tourwrapper #photoholder #thephoto {
	  width:303px;
	  height:434px;
	  background: url('../images/tour-content-bg.jpg') 50% 50% no-repeat;
	  visibility:hidden;
	}
	
	#tourwrapper #photoholder #thephoto #text {
		margin: 0 0 0 20px;
		padding-right: 10px;
		overflow: auto;
		height: 359px;
		
	}
	
		#tourwrapper h2 {
			padding: 15px 0 0 0;
			margin: 0 0 30px 20px;
		}
		
		#tourwrapper p {
			padding: 0;
			margin: 0 0 5px;
		}
		
		#tourwrapper ul {
			padding: 0;
			font-size: 1.1em;
			margin: 0 25px 5px;
		}
		
#ss_img {
	margin-top: 5px;
	border: 1px solid #1a2446;
}

#ss_text {
	font-size: 1.1em;
}

#scrollbox {
	width:250px; 
	height:75px; 
	background:#f4f4f4; 
	overflow:auto; 
	border:1px solid #aaa;
	padding-top: 5px;
	margin-top: 10px;
}
	#thumbs {
		width:2128px; 
		height:60px;
	}
	
	#scrollbox a {
		padding: 5px 0 0 5px;
	}
	
	#ss_start {
		background: url(../images/btn-play.gif) no-repeat left top;
		height: 23px;
		width: 59px;
		display: block;
		text-indent: -9999px;
	}
	
	#ss_stop {
		background: url(../images/btn-stop.gif) no-repeat left top;
		height: 23px;
		width: 59px;
		display: block;
		text-indent: -9999px;
	}
	
	#ss_prev {
		background: url(../images/btn-prev.gif) no-repeat left top;
		height: 23px;
		width: 59px;
		display: block;
		text-indent: -9999px;
	}
	
	#ss_next {
		background: url(../images/btn-next.gif) no-repeat left top;
		height: 23px;
		width: 59px;
		display: block;
		text-indent: -9999px;
	}

/* surroundings content 
----------------------------------------------------------------------*/
	
#surroundingswrapper {
	width: 640px;
	background: #1a2446 url(../images/surroundings-bg.jpg) no-repeat right top;
	border: 2px solid #e2e2e2;
	height: 434px;
}
	
	#surroundingswrapper #photoholder {
	  width:303px;
	  height:434px;
	  top: 0;
	  background: url('../images/surroundings1-bg.jpg') 50% 50% no-repeat;
	  
	}
	#surroundingswrapper #photoholder #thephoto {
	  width:303px;
	  height:434px;
	  background: url('../images/surroundings-content-bg.jpg') 50% 50% no-repeat;
	  visibility:hidden;
	}
	
	#surroundingswrapper #photoholder #thephoto #text {
		margin: 0 0 0 20px;
		padding-right: 15px;
		overflow: auto;
		height: 359px;
	}
	
		#surroundingswrapper h2 {
			padding: 15px 0 0 0;
			margin: 0 0 30px 20px;
		}
		
		#surroundingswrapper p {
			padding: 0;
			margin: 0 0 5px;
		}
		
		#surroundingswrapper ul {
			/*list-style: url(../images/li.gif);*/
			font-size: 1.1em;
			padding: 0;
			margin: 0 0 5px 20px;
		}
		
	
.filters {
	padding: 5px;
	margin: 10px 0 0 0;
	background: #fff url(../images/sidebar-bg.jpg) repeat-x left top;
	border: 1px solid #d4d4d4;
}

	.filters a {
		text-decoration: none;
		color: #4d4f4c;
	}
	
	.filters a:hover {
		text-decoration: underline;
	}

ul#expand {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.0em;
}

	ul#expand li {
		margin: 0;
		padding: 0;
		/*border-bottom: 1px solid #EEE;*/
	}
	
	ul#expand dl {
		margin: 0;
		padding: 0;
	}
	
	ul#expand dt {
		font-weight: bold;
		font-size: 1.3em;
		margin: 5px 0 0;
		padding: 0;
		border-bottom: 1px dotted #1a2446;
	}
	
		ul#expand dt a {
			display: block;
			/*padding: 3px 90px 3px 0;
			width: 415px;*/
			color: #1a2446;
			padding-left: 20px;
			outline: none;
		}
	
	ul#expand .view {
		background: url(../images/plus.gif) no-repeat left 3px;
	}
	
	ul#expand .close {
		background: url(../images/minus.gif) no-repeat left 3px;
	}
	
	ul#expand dd {
		margin: 5px 0 0;
		font-size: 1em;
		padding: 0;
	}

	
/* sitemap links
----------------------------------------*/
#sitemap a {
	color: #CCC;
	text-decoration: none;
}

	#sitemap a:hover {
		color: #FF662F;
		text-decoration: underline;
	}





	
/* Footer
----------------------------------------*/
#footer {
	clear: both;
	padding: 12px 0 0;
}

	#footer p {
		margin: 0;
		text-align: center;
		color: #bfbfbf;
	}